.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;height:100%;display:flex}.Header-module__hBw1pG__left{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__drawerButton{color:var(--primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:transform .3s;display:flex}.Header-module__hBw1pG__drawerButton:hover{transform:scale(1.1)}.Header-module__hBw1pG__logo{font-family:var(--font-heading);color:var(--foreground);letter-spacing:-.05em;cursor:pointer;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}.Header-module__hBw1pG__drawerOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#000c;width:100%;height:100vh;position:fixed;top:0;left:0}.Header-module__hBw1pG__drawer{border-right:1px solid var(--glass-border);z-index:101;background:#080808;flex-direction:column;width:320px;height:100dvh;padding:1.5rem;display:flex;position:fixed;top:0;left:0;overflow:hidden}.Header-module__hBw1pG__drawerHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Header-module__hBw1pG__drawerHeader span{color:var(--primary);letter-spacing:1.5px;font-size:.9rem;font-weight:700}.Header-module__hBw1pG__closeDrawer{color:var(--muted);cursor:pointer;background:0 0;border:none;transition:color .3s}.Header-module__hBw1pG__closeDrawer:hover{color:#fff}.Header-module__hBw1pG__drawerHint{color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:.75rem}.Header-module__hBw1pG__brandList{flex-direction:column;gap:.8rem;padding-right:5px;display:flex;overflow-y:auto}.Header-module__hBw1pG__brandList::-webkit-scrollbar{width:3px}.Header-module__hBw1pG__brandList::-webkit-scrollbar-track{background:#ffffff05}.Header-module__hBw1pG__brandList::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}.Header-module__hBw1pG__brandLink{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;justify-content:space-between;align-items:center;padding:.8rem 1rem;text-decoration:none;transition:background .3s,border-color .3s;display:flex}.Header-module__hBw1pG__brandLink:hover{border-color:var(--primary);background:#d4af3714}.Header-module__hBw1pG__brandLink:hover .Header-module__hBw1pG__arrow{color:#fff;transform:translate(4px)}.Header-module__hBw1pG__brandInfo{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__arrow{color:var(--muted);transition:all .3s}.Header-module__hBw1pG__brandIconWrapper{background:#000;border:1px solid #ffffff0d;border-radius:6px;justify-content:center;align-items:center;width:35px;height:35px;padding:4px;display:flex}.Header-module__hBw1pG__brandIconWrapper img{object-fit:contain;width:100%;height:100%}.Header-module__hBw1pG__brandName{font-family:var(--font-heading);color:#fff;letter-spacing:.5px;font-size:1.05rem;font-weight:600}.Header-module__hBw1pG__drawerFooter{color:var(--muted);text-transform:uppercase;letter-spacing:1px;border-top:1px solid #ffffff0d;margin-top:auto;padding-top:2rem;font-size:.75rem}@media (max-width:768px){.Header-module__hBw1pG__header{width:95%;padding:.5rem 1rem;top:1rem}.Header-module__hBw1pG__left{gap:.8rem}.Header-module__hBw1pG__logoImage{width:70px}.Header-module__hBw1pG__menuButton{z-index:1001;padding:8px;display:block}.Header-module__hBw1pG__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#050505fa;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:100dvh;padding:2rem;transition:all .5s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:-100%}.Header-module__hBw1pG__nav a{font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__nav.Header-module__hBw1pG__open{right:0}.Header-module__hBw1pG__drawerOverlay{height:100dvh}.Header-module__hBw1pG__drawer{width:85%;height:100dvh;padding:1.5rem}.Header-module__hBw1pG__brandList{gap:.6rem;max-height:70dvh;overflow-y:auto}.Header-module__hBw1pG__brandLink{padding:.6rem .8rem}.Header-module__hBw1pG__brandIconWrapper{width:30px;height:30px}.Header-module__hBw1pG__brandName{font-size:.9rem}}@media (max-width:480px){.Header-module__hBw1pG__header{border-radius:20px}.Header-module__hBw1pG__drawerButton{padding:4px}.Header-module__hBw1pG__logoImage{width:60px}.Header-module__hBw1pG__nav{gap:2rem}}@media (max-width:992px) and (min-width:769px){.Header-module__hBw1pG__nav{gap:1.2rem}.Header-module__hBw1pG__header{width:95%}}
.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-heading);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{font-family:var(--font-jakarta);overflow-wrap:normal;word-break:keep-all;-webkit-hyphens:none;hyphens:none;margin:1rem 0;font-size:clamp(1.5rem,9vw,5.5rem);font-weight:800;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-heading);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-heading);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}}
.HallOfFame-module__ycYS9G__achievements{background-color:#050505;padding:8rem 0}.HallOfFame-module__ycYS9G__headerCentered{text-align:center;margin-bottom:5rem}.HallOfFame-module__ycYS9G__sectionTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-1px;margin-bottom:2rem;font-size:3rem}.HallOfFame-module__ycYS9G__awardsGrid{grid-template-columns:1fr;gap:2.5rem;max-width:800px;margin:0 auto;display:grid}@media (min-width:1024px){.HallOfFame-module__ycYS9G__awardsGrid{grid-template-columns:1fr 1fr;gap:2rem;max-width:100%}}.HallOfFame-module__ycYS9G__awardCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.HallOfFame-module__ycYS9G__awardCard:hover{border-color:#d4af3766;transform:translateY(-10px)}.HallOfFame-module__ycYS9G__awardImageWrapper{width:100%;height:240px;position:relative;overflow:hidden}@media (min-width:1024px){.HallOfFame-module__ycYS9G__awardImageWrapper{height:450px}}.HallOfFame-module__ycYS9G__awardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.HallOfFame-module__ycYS9G__wetnjoyImage{object-position:50% 50%}.HallOfFame-module__ycYS9G__mumbaiImage{object-position:50% 15%}.HallOfFame-module__ycYS9G__awardCard:hover .HallOfFame-module__ycYS9G__awardImage{transform:scale(1.05)}.HallOfFame-module__ycYS9G__awardBody{text-align:center;flex-direction:column;align-items:center;padding:2.5rem;display:flex}.HallOfFame-module__ycYS9G__awardPlace{color:var(--primary);font-family:var(--font-azeret-mono);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.8rem;display:block}.HallOfFame-module__ycYS9G__awardInfo h3{margin:.5rem 0;font-size:2rem;line-height:1.2}.HallOfFame-module__ycYS9G__awardInfo p{color:var(--muted);font-size:1rem}@media (max-width:768px){.HallOfFame-module__ycYS9G__achievements{padding:4rem 0}.HallOfFame-module__ycYS9G__sectionTitle{font-size:2rem}.HallOfFame-module__ycYS9G__awardsGrid{grid-template-columns:1fr;max-width:100%}.HallOfFame-module__ycYS9G__awardCard{text-align:center;flex-direction:column;padding:0}.HallOfFame-module__ycYS9G__awardInfo h3{font-size:1.5rem}}
.BrandTicker-module__6Uw_nq__brands{background-color:#050505;padding:8rem 0;overflow:hidden}.BrandTicker-module__6Uw_nq__headerCentered{text-align:center;margin-bottom:4rem}.BrandTicker-module__6Uw_nq__sectionTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-1px;margin-bottom:1.5rem;font-size:3rem}.BrandTicker-module__6Uw_nq__sectionSubtitle{color:var(--muted);max-width:600px;margin:0 auto;font-size:1.1rem}.BrandTicker-module__6Uw_nq__tapeWrapper{border-top:6px solid var(--primary);border-bottom:6px solid var(--primary);background:#fdfdfd url(https://www.transparenttextures.com/patterns/felt.png);align-items:center;width:140%;padding:2.5rem 0;display:flex;position:relative;left:-20%;transform:rotate(-2.5deg);box-shadow:0 20px 60px #0009}.BrandTicker-module__6Uw_nq__tapeWrapper:before{content:"";pointer-events:none;opacity:.4;background:#fff3;position:absolute;inset:0}.BrandTicker-module__6Uw_nq__marqueeContainer{width:100%;display:flex;position:relative}.BrandTicker-module__6Uw_nq__marquee{white-space:nowrap;align-items:center;gap:5rem;display:flex}.BrandTicker-module__6Uw_nq__brandName{font-family:var(--font-heading);color:#000;text-transform:uppercase;letter-spacing:-2px;font-size:4.5rem;font-style:italic;font-weight:900;line-height:1}.BrandTicker-module__6Uw_nq__separator{color:var(--primary);opacity:.9;margin-top:.5rem;font-size:3rem;font-weight:700}@media (max-width:1024px){.BrandTicker-module__6Uw_nq__brandName{font-size:3rem}.BrandTicker-module__6Uw_nq__tapeWrapper{padding:1.5rem 0}}@media (max-width:768px){.BrandTicker-module__6Uw_nq__brands{padding:3rem 0}.BrandTicker-module__6Uw_nq__headerCentered{margin-bottom:2.5rem}.BrandTicker-module__6Uw_nq__sectionTitle{margin-bottom:1rem;font-size:1.8rem}.BrandTicker-module__6Uw_nq__sectionSubtitle{padding:0 1rem;font-size:.9rem}.BrandTicker-module__6Uw_nq__brandName{letter-spacing:-1px;font-size:1.8rem}.BrandTicker-module__6Uw_nq__tapeWrapper{width:180%;padding:.8rem 0;left:-40%;transform:rotate(-3deg)}.BrandTicker-module__6Uw_nq__separator{font-size:1.2rem}}
.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-heading);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;background:radial-gradient(circle at top,#d4af371a 0%,#0000 70%);padding:160px 0 40px}.Competition-module__vkCrYq__splitLayout{flex-direction:column;width:100%;display:flex}.Competition-module__vkCrYq__formContainer{max-width:800px;margin:0 auto;padding:2rem}.Competition-module__vkCrYq__title{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.Competition-module__vkCrYq__promoImageWrapper{border:1px solid var(--glass-border);background:#000;border-radius:12px;justify-content:center;align-items:flex-start;width:90%;margin:0 auto 2rem;display:flex;overflow:hidden}.Competition-module__vkCrYq__promoImage{width:100%;height:auto;display:block}.Competition-module__vkCrYq__contentSide{width:100%}.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.1rem}@media (min-width:1024px){.Competition-module__vkCrYq__hero{padding:180px 0 60px}.Competition-module__vkCrYq__splitLayout{flex-direction:row;align-items:flex-start;gap:3rem;max-width:1400px;margin:0 auto;padding:0 4rem 4rem}.Competition-module__vkCrYq__promoImageWrapper{width:45%;margin:0;position:sticky;top:120px}.Competition-module__vkCrYq__promoImage{width:100%;height:auto}.Competition-module__vkCrYq__contentSide{width:55%}.Competition-module__vkCrYq__formContainer{padding:0}}.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-heading);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-heading);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}}.Competition-module__vkCrYq__paymentModalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Competition-module__vkCrYq__paymentModal{text-align:center;background:#111;border:1px solid #333;border-radius:12px;width:90%;max-width:400px;padding:2.5rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) Competition-module__vkCrYq__modalEnter;box-shadow:0 10px 40px #00000080}@keyframes Competition-module__vkCrYq__modalEnter{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}
.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-heading);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}}
