@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Space+Mono:wght@400;700&display=swap";
.project-module__TzasvW__projectPage{color:#e8e8f0;background:#0a0a0f;min-height:100vh;position:relative;overflow-x:hidden}.project-module__TzasvW__backgroundCanvas{z-index:0;pointer-events:none;width:100%;height:400px;position:fixed;top:0;left:0}.project-module__TzasvW__nav{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(10,10,15,.9);border-bottom:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0}.project-module__TzasvW__backButton{color:#9090a8;text-transform:uppercase;letter-spacing:.1em;font-family:Space Mono,monospace;font-size:.95rem;text-decoration:none;transition:color .3s;display:inline-block}.project-module__TzasvW__backButton:hover{color:var(--project-color)}.project-module__TzasvW__header{text-align:center;z-index:10;padding:8rem 2rem 4rem;position:relative}.project-module__TzasvW__headerContent{max-width:900px;margin:0 auto;animation:.8s ease-out project-module__TzasvW__fadeInUp}.project-module__TzasvW__title{color:var(--project-color);text-shadow:0 0 40px var(--project-color);margin-bottom:1rem;font-family:Orbitron,sans-serif;font-size:max(2.5rem,min(8vw,5rem));font-weight:900;line-height:1.1}.project-module__TzasvW__subtitle{color:#9090a8;letter-spacing:.05em;margin-bottom:1rem;font-family:Space Mono,monospace;font-size:max(1rem,min(2.5vw,1.3rem))}.project-module__TzasvW__date{color:#7070a0;margin-bottom:.5rem;font-family:Space Mono,monospace;font-size:1rem}.project-module__TzasvW__award{color:var(--project-color);margin-bottom:1.5rem;font-family:Space Mono,monospace;font-size:1.1rem;font-weight:700}.project-module__TzasvW__tags{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.project-module__TzasvW__tag{color:#9090a8;text-transform:uppercase;letter-spacing:.05em;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:.5rem 1.2rem;font-family:Space Mono,monospace;font-size:.9rem;transition:all .3s}.project-module__TzasvW__tag:hover{border-color:var(--project-color);color:var(--project-color);background:rgba(255,255,255,.1)}.project-module__TzasvW__main{z-index:10;max-width:1000px;margin:0 auto;padding:4rem 2rem 8rem;position:relative}.project-module__TzasvW__section{margin-bottom:4rem;animation:.8s ease-out backwards project-module__TzasvW__fadeInUp}.project-module__TzasvW__section:first-child{animation-delay:.1s}.project-module__TzasvW__section:nth-child(2){animation-delay:.2s}.project-module__TzasvW__section:nth-child(3){animation-delay:.3s}.project-module__TzasvW__section:nth-child(4){animation-delay:.4s}.project-module__TzasvW__section:nth-child(5){animation-delay:.5s}.project-module__TzasvW__section h2{color:var(--project-color);margin-bottom:1.5rem;font-family:Orbitron,sans-serif;font-size:2rem;font-weight:700;display:inline-block;position:relative}.project-module__TzasvW__section h2:after{content:"";background:var(--project-color);opacity:.5;width:100%;height:2px;position:absolute;bottom:-.5rem;left:0}.project-module__TzasvW__description{color:#c0c0d0;font-family:Space Mono,monospace;font-size:1.15rem;line-height:1.8}.project-module__TzasvW__section p{color:#9090a8;font-family:Space Mono,monospace;font-size:1.05rem;line-height:1.8}.project-module__TzasvW__featureList,.project-module__TzasvW__techList{margin-top:1.5rem;padding:0;list-style:none}.project-module__TzasvW__featureList li,.project-module__TzasvW__techList li{color:#9090a8;margin-bottom:1rem;padding-left:2rem;font-family:Space Mono,monospace;font-size:1rem;line-height:1.8;position:relative}.project-module__TzasvW__featureList li:before{content:"▹";color:var(--project-color);font-size:1.5rem;line-height:1.2;position:absolute;left:0}.project-module__TzasvW__techList li:before{content:"●";color:var(--project-color);font-size:.8rem;line-height:1.8;position:absolute;left:.5rem}.project-module__TzasvW__linksSection{flex-wrap:wrap;gap:2rem;margin-top:4rem;animation:.8s ease-out .6s backwards project-module__TzasvW__fadeInUp;display:flex}.project-module__TzasvW__projectLink{border:2px solid var(--project-color);color:var(--project-color);text-transform:uppercase;letter-spacing:.1em;background:0 0;padding:1rem 2rem;font-family:Space Mono,monospace;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.project-module__TzasvW__projectLink:before{content:"";background:var(--project-color);z-index:-1;width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.project-module__TzasvW__projectLink:hover:before{left:0}.project-module__TzasvW__projectLink:hover{color:#0a0a0f;box-shadow:0 0 30px var(--project-color)}.project-module__TzasvW__notFound{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.project-module__TzasvW__notFound h1{margin-bottom:2rem;font-family:Orbitron,sans-serif;font-size:3rem}.project-module__TzasvW__notFound a{color:#0f8;border:2px solid #0f8;padding:1rem 2rem;font-family:Space Mono,monospace;font-size:1.2rem;text-decoration:none;transition:all .3s}.project-module__TzasvW__notFound a:hover{color:#0a0a0f;background:#0f8}@keyframes project-module__TzasvW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.project-module__TzasvW__header{padding:6rem 1rem 3rem}.project-module__TzasvW__main{padding:2rem 1rem 4rem}.project-module__TzasvW__linksSection{flex-direction:column}.project-module__TzasvW__projectLink{text-align:center;width:100%}}
