.Header-module__hBw1pG__header{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#05050566;border:1px solid #ffffff1a;border-radius:50px;width:90%;max-width:1200px;padding:.5rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__scrolled{background:#050505bf;border-color:#ffffff26;box-shadow:0 4px 30px #0000001a}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-rajdhani), sans-serif;color:var(--foreground);letter-spacing:-.05em;align-items:center;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImage{width:90px;max-width:100%;height:auto}.Header-module__hBw1pG__accent{color:var(--primary)}.Header-module__hBw1pG__nav{align-items:center;gap:2.5rem;display:flex}.Header-module__hBw1pG__nav a{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.Header-module__hBw1pG__nav a:hover{color:var(--primary)}.Header-module__hBw1pG__cta{background:var(--primary);border-radius:30px;padding:.6rem 1.2rem;color:var(--background)!important;font-size:.8rem!important;font-weight:700!important;transition:all .3s!important}.Header-module__hBw1pG__cta:hover{box-shadow:0 4px 20px var(--primary-glow);background:var(--accent);transform:translateY(-2px)}.Header-module__hBw1pG__menuButton{color:var(--foreground);cursor:pointer;background:0 0;border:none;display:none}@media (max-width:768px){.Header-module__hBw1pG__menuButton{display:block}.Header-module__hBw1pG__nav{background:var(--background);border-left:1px solid var(--secondary);flex-direction:column;justify-content:center;width:80%;height:100vh;transition:all .4s;position:fixed;top:0;right:-100%}.Header-module__hBw1pG__nav.Header-module__hBw1pG__open{right:0}}@media (max-width:992px) and (min-width:769px){.Header-module__hBw1pG__nav{gap:1.5rem}}
.Footer-module__S6Hkya__footer{background:var(--background);border-top:1px solid var(--secondary);padding:6rem 0 3rem}.Footer-module__S6Hkya__top{justify-content:space-between;margin-bottom:5rem;display:flex}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{font-family:var(--font-rajdhani), sans-serif;color:var(--foreground);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:block}.Footer-module__S6Hkya__logoImage{width:120px;max-width:100%;height:auto}.Footer-module__S6Hkya__accent{color:var(--primary)}.Footer-module__S6Hkya__links{gap:6rem;display:flex}.Footer-module__S6Hkya__linkGroup{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__linkGroup a{color:var(--muted);font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__linkGroup a:hover{color:var(--primary)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--secondary);color:var(--muted);justify-content:space-between;padding-top:3rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__legal{gap:2rem;display:flex}.Footer-module__S6Hkya__legal a{color:var(--muted);text-decoration:none}.Footer-module__S6Hkya__legal a:hover{color:var(--foreground)}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:4rem 0 2rem}.Footer-module__S6Hkya__top{flex-direction:column;gap:3rem}.Footer-module__S6Hkya__links{flex-direction:column;gap:2rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:2rem}.Footer-module__S6Hkya__legal{flex-wrap:wrap;justify-content:center}}
.Hero-module__ZARIfG__hero{background-image:url(/hero_background.png);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding-top:180px;padding-bottom:80px;display:flex;position:relative}.Hero-module__ZARIfG__overlay{background:radial-gradient(circle at center, transparent 0%, var(--background) 90%), linear-gradient(to bottom, #05050566 0%, var(--background) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__container{z-index:10;width:100%;position:relative}.Hero-module__ZARIfG__content{max-width:1000px}.Hero-module__ZARIfG__title{overflow-wrap:normal;word-break:keep-all;-webkit-hyphens:none;hyphens:none;margin:1rem 0;font-size:clamp(1.5rem,9vw,5.5rem);line-height:1.05}.Hero-module__ZARIfG__outline{color:#0000;-webkit-text-stroke:1px var(--primary);display:inline-block}.Hero-module__ZARIfG__description{max-width:600px;margin-bottom:2.5rem;font-size:clamp(1rem,2vmin,1.2rem)}.Hero-module__ZARIfG__actions{gap:1.5rem;display:flex}.Hero-module__ZARIfG__primaryBtn{background:var(--primary);color:var(--background);font-family:var(--font-rajdhani), sans-serif;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;padding:1rem 2rem;font-weight:700;transition:all .3s}.Hero-module__ZARIfG__primaryBtn:hover{background:var(--accent);box-shadow:0 10px 30px var(--primary-glow);transform:translateY(-3px)}.Hero-module__ZARIfG__secondaryBtn{color:var(--foreground);border:1px solid var(--secondary);font-family:var(--font-rajdhani), sans-serif;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:4px;padding:1rem 2rem;font-weight:700;transition:all .3s}.Hero-module__ZARIfG__secondaryBtn:hover{background:var(--secondary);border-color:var(--primary)}.Hero-module__ZARIfG__scrollIndicator{z-index:10;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__mouse{border:2px solid var(--muted);border-radius:12px;width:24px;height:40px;position:relative}.Hero-module__ZARIfG__mouse:before{content:"";background:var(--primary);border-radius:50%;width:4px;height:4px;animation:1.5s infinite Hero-module__ZARIfG__scrollAnim;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__scrollAnim{0%{opacity:1;top:8px}to{opacity:0;top:24px}}@media (max-width:768px){.Hero-module__ZARIfG__actions{flex-direction:column;width:100%}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{width:100%}.Hero-module__ZARIfG__description{font-size:1rem}}
.Services-module__dpHhBa__services{background:var(--background);padding:8rem 0}.Services-module__dpHhBa__header{margin-bottom:4rem}.Services-module__dpHhBa__title{margin-top:1rem;font-size:clamp(2.5rem,5vw,4rem)}.Services-module__dpHhBa__accent{color:var(--primary)}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:2rem;display:grid}.Services-module__dpHhBa__card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:4px;padding:2.5rem 1.5rem;transition:all .4s;container-type:inline-size}.Services-module__dpHhBa__card:hover{border-color:var(--primary);background:#ffffff0a;transform:translateY(-10px)}.Services-module__dpHhBa__icon{color:var(--primary);margin-bottom:2rem}.Services-module__dpHhBa__cardTitle{color:var(--foreground);overflow-wrap:normal;word-break:keep-all;-webkit-hyphens:none;hyphens:none;margin-bottom:1rem;font-size:clamp(1rem,9cqi,1.5rem)}.Services-module__dpHhBa__card p{font-size:.95rem}@media (max-width:768px){.Services-module__dpHhBa__services{padding:4rem 0}.Services-module__dpHhBa__card{padding:2rem 1.5rem}}
.Projects-module__2BoJ-q__projects{background:var(--secondary);padding:8rem 0}.Projects-module__2BoJ-q__header{margin-bottom:4rem}.Projects-module__2BoJ-q__title{margin-top:1rem;font-size:clamp(2.5rem,5vw,4rem)}.Projects-module__2BoJ-q__accent{color:var(--primary)}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:3rem;display:grid}.Projects-module__2BoJ-q__card{flex-direction:column;gap:1.5rem;display:flex}.Projects-module__2BoJ-q__imageWrapper{border-radius:4px;height:400px;position:relative;overflow:hidden}.Projects-module__2BoJ-q__image{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__image{transform:scale(1.05)}.Projects-module__2BoJ-q__cardOverlay{z-index:10;background:var(--background);border:1px solid var(--primary);border-radius:2px;padding:.5rem 1rem;position:absolute;top:1.5rem;left:1.5rem}.Projects-module__2BoJ-q__projectTitle{margin-bottom:.5rem;font-size:2rem}.Projects-module__2BoJ-q__link{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-top:1rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-block}.Projects-module__2BoJ-q__link:hover{color:var(--accent)}@media (max-width:768px){.Projects-module__2BoJ-q__projects{padding:4rem 0}.Projects-module__2BoJ-q__grid{gap:2rem}.Projects-module__2BoJ-q__imageWrapper{height:300px}.Projects-module__2BoJ-q__projectTitle{font-size:1.5rem}}
.ProjectDetails-module__wofv1q__main{background:var(--background);min-height:100vh}.ProjectDetails-module__wofv1q__hero{align-items:flex-end;height:70vh;min-height:500px;padding-bottom:4rem;display:flex;position:relative}.ProjectDetails-module__wofv1q__imageContainer{width:100%;height:100%;position:absolute;top:0;left:0}.ProjectDetails-module__wofv1q__heroImage{object-fit:cover}.ProjectDetails-module__wofv1q__overlay{background:linear-gradient(to bottom, #05050533 0%, var(--background) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ProjectDetails-module__wofv1q__heroContent{z-index:10;position:relative}.ProjectDetails-module__wofv1q__title{margin:1rem 0;font-size:clamp(3rem,6vw,5rem)}.ProjectDetails-module__wofv1q__date{color:var(--primary);font-family:Azeret Mono,monospace;font-size:.85rem}.ProjectDetails-module__wofv1q__contentContainer{flex-wrap:wrap;justify-content:space-between;gap:4rem;padding:4rem 2rem;display:flex}.ProjectDetails-module__wofv1q__details{flex:2;min-width:300px}.ProjectDetails-module__wofv1q__details h2{color:var(--primary);margin-bottom:2rem;font-size:2rem}.ProjectDetails-module__wofv1q__description{color:var(--foreground);font-size:1.1rem;line-height:1.8}.ProjectDetails-module__wofv1q__sidebar{border:1px solid var(--glass-border);background:#ffffff05;border-radius:4px;flex-direction:column;flex:1;gap:2rem;min-width:250px;height:fit-content;padding:2rem;display:flex}.ProjectDetails-module__wofv1q__infoBox p{color:var(--foreground);margin-top:.5rem;font-weight:500}.ProjectDetails-module__wofv1q__link{color:var(--primary);margin-top:.5rem;font-weight:600;text-decoration:none;display:inline-block}.ProjectDetails-module__wofv1q__link:hover{color:var(--accent)}.ProjectDetails-module__wofv1q__navBottom{text-align:center;border-top:1px solid var(--secondary);padding:4rem 0}.ProjectDetails-module__wofv1q__backLink{color:var(--foreground);font-family:var(--font-rajdhani), sans-serif;text-transform:uppercase;font-size:1.2rem;font-weight:700;text-decoration:none;transition:color .3s}.ProjectDetails-module__wofv1q__backLink:hover{color:var(--primary)}@media (max-width:992px){.ProjectDetails-module__wofv1q__contentContainer{flex-direction:column}}@media (max-width:768px){.ProjectDetails-module__wofv1q__hero{height:60vh}.ProjectDetails-module__wofv1q__title{font-size:2.5rem}.ProjectDetails-module__wofv1q__contentContainer{padding:2rem 1rem}}
.Competition-module__vkCrYq__main{background:var(--background);min-height:100vh}.Competition-module__vkCrYq__hero{text-align:center;border-bottom:1px solid var(--glass-border);background:radial-gradient(circle at top,#d4af371a 0%,#0000 70%);padding:180px 0 60px}.Competition-module__vkCrYq__title{margin-bottom:1rem;font-size:clamp(3rem,6vw,5rem)}.Competition-module__vkCrYq__accent{color:var(--primary);text-shadow:0 0 20px var(--primary-glow)}.Competition-module__vkCrYq__subtitle{color:var(--muted);font-size:1.2rem}.Competition-module__vkCrYq__formContainer{max-width:800px;margin:0 auto;padding:4rem 2rem}.Competition-module__vkCrYq__form{border:1px solid var(--glass-border);background:#ffffff05;border-radius:8px;flex-direction:column;gap:1.5rem;padding:3rem;display:flex}.Competition-module__vkCrYq__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Competition-module__vkCrYq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Competition-module__vkCrYq__inputGroup label{font-weight:600;font-family:var(--font-rajdhani), sans-serif;text-transform:uppercase;color:var(--muted);letter-spacing:1px}.Competition-module__vkCrYq__inputGroup input{border:1px solid var(--glass-border);color:var(--foreground);font-family:var(--font-inter), sans-serif;background:#00000080;border-radius:4px;padding:1rem;transition:border-color .3s}.Competition-module__vkCrYq__inputGroup input:focus{border-color:var(--primary);outline:none}.Competition-module__vkCrYq__uploadGroup{margin-top:1rem}.Competition-module__vkCrYq__dropzone{border:2px dashed var(--glass-border);background:#0000004d;border-radius:8px;transition:all .3s;position:relative}.Competition-module__vkCrYq__dropzone:hover{border-color:var(--primary);background:#d4af370d}.Competition-module__vkCrYq__dropzone.Competition-module__vkCrYq__hasFile{border-color:var(--primary);border-style:solid}.Competition-module__vkCrYq__fileInput{opacity:0;cursor:pointer;z-index:10;width:100%;height:100%;position:absolute}.Competition-module__vkCrYq__dropzoneLabel{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.Competition-module__vkCrYq__uploadIcon{color:var(--primary)}.Competition-module__vkCrYq__limitText{color:var(--muted);font-size:.85rem}.Competition-module__vkCrYq__fileName{color:var(--foreground);font-weight:600}.Competition-module__vkCrYq__fileSize{color:var(--primary);font-size:.85rem}.Competition-module__vkCrYq__submitBtn{background:var(--primary);color:var(--background);font-family:var(--font-rajdhani), sans-serif;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;margin-top:1rem;padding:1.2rem;font-size:1.2rem;font-weight:700;transition:all .3s}.Competition-module__vkCrYq__submitBtn:hover:not(:disabled){background:var(--accent);box-shadow:0 10px 20px var(--primary-glow);transform:translateY(-2px)}.Competition-module__vkCrYq__submitBtn:disabled{opacity:.5;cursor:not-allowed}.Competition-module__vkCrYq__errorBox{color:#ff6b6b;background:#ff00001a;border:1px solid #ff00004d;border-radius:4px;align-items:center;gap:1rem;padding:1rem;display:flex}.Competition-module__vkCrYq__progressContainer{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.Competition-module__vkCrYq__progressBar{background:#ffffff1a;border-radius:4px;width:100%;height:8px;overflow:hidden}.Competition-module__vkCrYq__progressFill{background:var(--primary);height:100%;transition:width .3s}.Competition-module__vkCrYq__successState{text-align:center;border:1px solid var(--glass-border);background:#ffffff05;border-radius:8px;padding:4rem 2rem}.Competition-module__vkCrYq__successIcon{color:var(--primary);margin-bottom:2rem}.Competition-module__vkCrYq__successState h2{margin-bottom:1rem;font-family:Rajdhani,sans-serif;font-size:2.5rem}.Competition-module__vkCrYq__successState p{color:var(--muted);margin-bottom:3rem;font-size:1.1rem}.Competition-module__vkCrYq__btn{color:var(--foreground);border:1px solid var(--primary);text-transform:uppercase;cursor:pointer;background:0 0;border-radius:4px;padding:1rem 2rem;font-family:Rajdhani,sans-serif;font-weight:700;transition:all .3s}.Competition-module__vkCrYq__btn:hover{background:var(--primary);color:var(--background)}@media (max-width:768px){.Competition-module__vkCrYq__row{grid-template-columns:1fr}.Competition-module__vkCrYq__form{padding:2rem 1.5rem}}
.Contact-module__hcVmEa__contact{background:var(--background);border-top:1px solid var(--secondary);padding:8rem 0}.Contact-module__hcVmEa__grid{grid-template-columns:1fr 1fr;gap:5rem;display:grid}.Contact-module__hcVmEa__title{margin:1.5rem 0;font-size:clamp(2.5rem,5vw,4.5rem)}.Contact-module__hcVmEa__accent{color:var(--primary)}.Contact-module__hcVmEa__description{max-width:500px;margin-bottom:3rem}.Contact-module__hcVmEa__details{flex-direction:column;gap:2rem;display:flex}.Contact-module__hcVmEa__details p{color:var(--foreground);margin-top:.25rem;font-weight:500}.Contact-module__hcVmEa__form{border:1px solid var(--secondary);background:#ffffff05;border-radius:4px;flex-direction:column;gap:2rem;padding:3rem;display:flex}.Contact-module__hcVmEa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__inputGroup label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.75rem}.Contact-module__hcVmEa__inputGroup input,.Contact-module__hcVmEa__inputGroup textarea{border:none;border-bottom:1px solid var(--secondary);color:var(--foreground);background:0 0;outline:none;padding:.75rem 0;font-size:1rem;transition:border-color .3s}.Contact-module__hcVmEa__inputGroup input:focus,.Contact-module__hcVmEa__inputGroup textarea:focus{border-color:var(--primary)}.Contact-module__hcVmEa__submitBtn{background:var(--primary);color:var(--background);font-family:var(--font-rajdhani), sans-serif;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;padding:1.2rem;font-weight:700;transition:all .3s}.Contact-module__hcVmEa__submitBtn:hover{background:var(--accent)}@media (max-width:992px){.Contact-module__hcVmEa__grid{grid-template-columns:1fr;gap:4rem}}@media (max-width:768px){.Contact-module__hcVmEa__contact{padding:4rem 0}.Contact-module__hcVmEa__form{padding:2rem 1.5rem}.Contact-module__hcVmEa__title{font-size:2rem}}
