.page-module__pFreTq__page{grid-template-columns:1fr 1.3fr;min-height:100vh;display:grid}.page-module__pFreTq__left{border-right:2px solid var(--border);background:#0a0a0a;justify-content:center;align-items:center;height:100vh;padding:100px 56px 56px;display:flex;position:sticky;top:0;overflow-y:auto}.page-module__pFreTq__leftContent{width:100%;max-width:400px}.page-module__pFreTq__leftTitle{text-transform:uppercase;letter-spacing:-.04em;margin:16px 0 20px;font-size:clamp(3rem,5vw,4.5rem);font-weight:900;line-height:1}.page-module__pFreTq__leftSub{color:var(--text-muted);margin-bottom:40px;font-size:.95rem;line-height:1.7}.page-module__pFreTq__highlights{flex-direction:column;gap:12px;margin-bottom:48px;display:flex}.page-module__pFreTq__highlight{color:var(--text-muted);align-items:center;gap:12px;font-size:.9rem;display:flex}.page-module__pFreTq__hlCheck{border:1.5px solid var(--accent-lime);width:22px;height:22px;color:var(--accent-lime);background:#c8f1351f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:900;display:flex}.page-module__pFreTq__stepList{border-left:2px solid var(--border);flex-direction:column;gap:0;padding-left:20px;display:flex}.page-module__pFreTq__stepItem{opacity:.35;align-items:center;gap:14px;padding:14px 0;transition:opacity .2s;display:flex}.page-module__pFreTq__stepActive{opacity:1}.page-module__pFreTq__stepDone{opacity:.6}.page-module__pFreTq__stepNum{font-family:var(--font-mono);color:var(--accent-lime);width:28px;font-size:.7rem;font-weight:800}.page-module__pFreTq__stepName{text-transform:uppercase;letter-spacing:.06em;color:var(--text);font-size:.85rem;font-weight:700}.page-module__pFreTq__right{background:var(--bg);justify-content:center;align-items:flex-start;padding:100px 56px 80px;display:flex;overflow-y:auto}.page-module__pFreTq__formCard{width:100%;max-width:540px}.page-module__pFreTq__formHeader{margin-bottom:32px}.page-module__pFreTq__progressTrack{background:var(--border);border-radius:99px;height:3px;margin-bottom:32px;overflow:hidden}.page-module__pFreTq__progressBar{background:var(--accent-lime);border-radius:99px;height:100%;transition:width .4s}.page-module__pFreTq__stepBadge{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent-lime);font-size:.7rem;font-weight:800}.page-module__pFreTq__formTitle{text-transform:uppercase;letter-spacing:-.03em;margin-top:8px;font-size:2rem;font-weight:900}.page-module__pFreTq__fields{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.page-module__pFreTq__field{flex-direction:column;gap:8px;display:flex}.page-module__pFreTq__label{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:800}.page-module__pFreTq__input{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);font-family:var(--font-sans);color:var(--text);outline:none;width:100%;padding:14px 16px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.page-module__pFreTq__input:focus{border-color:var(--accent-lime);box-shadow:0 0 0 3px #c8f1351a}.page-module__pFreTq__input::placeholder{color:var(--text-muted)}.page-module__pFreTq__inputError{border-color:var(--accent-pink)!important;box-shadow:0 0 0 3px #ff2d6f1a!important}.page-module__pFreTq__fieldError{font-family:var(--font-mono);color:var(--accent-pink);letter-spacing:.05em;font-size:.68rem;font-weight:700}.page-module__pFreTq__hint{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;font-size:.68rem}.page-module__pFreTq__textarea{resize:vertical;min-height:110px}.page-module__pFreTq__sizeRow{gap:10px;display:flex}.page-module__pFreTq__sizeBtn{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);width:56px;height:56px;font-family:var(--font-mono);color:var(--text-muted);cursor:pointer;font-size:1.1rem;font-weight:800;transition:all .1s}.page-module__pFreTq__sizeBtn:hover{border-color:var(--accent-lime);color:var(--text)}.page-module__pFreTq__sizeBtnActive{background:var(--accent-lime);border-color:var(--accent-lime);color:#111010;box-shadow:3px 3px #c8f13566}.page-module__pFreTq__radioRow{flex-direction:column;gap:12px;display:flex}.page-module__pFreTq__radio{cursor:pointer;color:var(--text-muted);border:2px solid var(--border);border-radius:var(--radius);align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;transition:border-color .15s,color .15s;display:flex}.page-module__pFreTq__radio:hover{border-color:var(--accent-lime);color:var(--text)}.page-module__pFreTq__radioActive{background:#c8f1350f;border-color:var(--accent-lime)!important;color:var(--text)!important}.page-module__pFreTq__radio input[type=radio]{accent-color:var(--accent-lime);width:16px;height:16px}.page-module__pFreTq__trackGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.page-module__pFreTq__trackBtn{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-muted);cursor:pointer;text-transform:uppercase;padding:16px 14px;font-size:.82rem;font-weight:800;transition:all .1s}.page-module__pFreTq__trackBtn:hover{border-color:var(--accent-lime);color:var(--text)}.page-module__pFreTq__trackBtnActive{border-color:var(--accent-lime);color:var(--accent-lime);background:#c8f1351a;box-shadow:3px 3px #c8f13533}.page-module__pFreTq__levelRow{flex-wrap:wrap;gap:12px;display:flex}.page-module__pFreTq__levelBtn{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);min-width:120px;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);cursor:pointer;flex:1;padding:12px;font-size:.78rem;font-weight:800;transition:all .1s}.page-module__pFreTq__levelBtn:hover{border-color:var(--accent-lime);color:var(--text)}.page-module__pFreTq__levelBtnActive{border-color:var(--accent-lime);color:var(--accent-lime);background:#c8f13514}.page-module__pFreTq__reviewGrid{border:2px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:0;display:flex;overflow:hidden}.page-module__pFreTq__reviewRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.page-module__pFreTq__reviewRow:last-child{border-bottom:none}.page-module__pFreTq__reviewKey{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:800}.page-module__pFreTq__reviewVal{color:var(--text);text-align:right;font-size:.9rem;font-weight:700}.page-module__pFreTq__reviewIdea{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:8px;margin-top:16px;padding:20px;display:flex}.page-module__pFreTq__reviewIdeaText{color:var(--text-muted);font-size:.9rem;line-height:1.7}.page-module__pFreTq__consent{color:var(--text-muted);margin-top:8px;font-size:.78rem;line-height:1.7}.page-module__pFreTq__error{border-radius:var(--radius);color:var(--accent-pink);background:#ff2d6f1a;border:2px solid #ff2d6f66;padding:14px 16px;font-size:.88rem}.page-module__pFreTq__nav{align-items:center;gap:12px;padding-top:8px;display:flex}.page-module__pFreTq__successWrap{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:100px 24px 60px;display:flex}.page-module__pFreTq__successCard{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);box-shadow:8px 8px 0px var(--accent-lime);text-align:center;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:520px;padding:64px 56px;display:flex}.page-module__pFreTq__successIcon{border:3px solid var(--accent-lime);width:80px;height:80px;color:var(--accent-lime);background:#c8f1351f;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:900;display:flex}.page-module__pFreTq__successTitle{text-transform:uppercase;letter-spacing:-.04em;color:var(--accent-lime);font-size:3rem;font-weight:900}.page-module__pFreTq__successSub{color:var(--text-muted);font-size:.95rem;line-height:1.7}.page-module__pFreTq__successDetails{border:2px solid var(--border);border-radius:var(--radius);width:100%;overflow:hidden}.page-module__pFreTq__successRow{border-bottom:1px solid var(--border);justify-content:space-between;padding:12px 20px;font-size:.88rem;display:flex}.page-module__pFreTq__successRow:last-child{border-bottom:none}.page-module__pFreTq__successRow span:first-child{color:var(--text-muted);font-family:var(--font-mono);text-transform:uppercase;font-size:.7rem;font-weight:800}.page-module__pFreTq__successRow span:last-child{color:var(--text);font-weight:700}@media (max-width:900px){.page-module__pFreTq__page{grid-template-columns:1fr}.page-module__pFreTq__left{height:auto;padding:100px 28px 40px;position:static}.page-module__pFreTq__right{padding:40px 28px 80px}}
.Navbar-module__TZlAga__nav{z-index:1000;background:#050505;border-bottom:1px solid #ffffff0d;width:100%;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__TZlAga__nav:before{content:"";pointer-events:none;z-index:-1;opacity:.5;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.Navbar-module__TZlAga__scrolled{border-bottom:1px solid var(--accent-lime);background:#050505;box-shadow:0 4px 30px #c8f13526}.Navbar-module__TZlAga__inner{justify-content:space-between;align-items:center;height:70px;padding:0 40px;display:flex}.Navbar-module__TZlAga__logo{font-family:var(--font-mono);letter-spacing:.05em;color:var(--text);text-transform:uppercase;flex:1;align-items:center;gap:8px;font-size:1.1rem;font-weight:900;display:flex}.Navbar-module__TZlAga__logoIcon{object-fit:contain;border-radius:6px;width:40px;height:40px}.Navbar-module__TZlAga__logoAccent{color:var(--accent-lime)}.Navbar-module__TZlAga__links{flex:2;justify-content:center;gap:32px;list-style:none;display:flex}.Navbar-module__TZlAga__link{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--text);padding:4px 8px;font-size:.85rem;font-weight:800;transition:color .35s,transform .35s;display:inline-block;position:relative}.Navbar-module__TZlAga__link:after{content:"";background:var(--text);width:0;height:2px;transition:width .6s;position:absolute;bottom:-2px;left:0}.Navbar-module__TZlAga__link:hover{color:var(--accent-lime);transform:scale(1.12)}.Navbar-module__TZlAga__link:hover:after{width:100%}.Navbar-module__TZlAga__navActions{flex:1;justify-content:flex-end;align-items:center;gap:28px;display:flex}.Navbar-module__TZlAga__termDisplay{font-family:var(--font-mono);letter-spacing:.06em;white-space:nowrap;cursor:default;justify-content:flex-end;align-items:baseline;gap:0;padding:4px 2px;font-size:.85rem;font-weight:800;transition:filter .25s;display:flex}.Navbar-module__TZlAga__termDisplay:hover{filter:brightness(1.3)}@keyframes Navbar-module__TZlAga__termCursorBlink{0%,45%{opacity:.85}50%,95%{opacity:.25}to{opacity:.85}}.Navbar-module__TZlAga__termPrefix{color:var(--accent-lime);opacity:.55;letter-spacing:.15em;animation:1.6s step-end infinite Navbar-module__TZlAga__termCursorBlink}.Navbar-module__TZlAga__termDisplay:hover .Navbar-module__TZlAga__termPrefix{opacity:.8;animation-play-state:paused}.Navbar-module__TZlAga__termText{color:var(--accent-lime);text-shadow:0 0 10px #c8f13559;text-align:left;min-width:100px;font-weight:800;transition:text-shadow .25s}.Navbar-module__TZlAga__termDisplay:hover .Navbar-module__TZlAga__termText{text-shadow:0 0 16px #c8f1358c,0 0 28px #c8f13533}.Navbar-module__TZlAga__registerBtn{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--accent-lime);white-space:nowrap;cursor:pointer;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:#c8f1350a;border:1px solid #c8f13573;align-items:center;gap:10px;padding:10px 22px;font-size:.78rem;font-weight:800;transition:border-color .25s,background .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.Navbar-module__TZlAga__registerBtn:hover{border-color:var(--accent-lime);background:#c8f13517;box-shadow:0 0 20px #c8f13540}.Navbar-module__TZlAga__registerBtn:active{transform:translateY(1px)}.Navbar-module__TZlAga__registerLabel,.Navbar-module__TZlAga__registerArrow{z-index:2;position:relative}.Navbar-module__TZlAga__registerArrow{transition:transform .25s;display:inline-block}.Navbar-module__TZlAga__registerBtn:hover .Navbar-module__TZlAga__registerArrow{transform:translate(4px)}.Navbar-module__TZlAga__registerSweep{z-index:1;pointer-events:none;background:linear-gradient(115deg,#0000,#c8f13559,#0000);width:40%;height:100%;transition:left 1s;position:absolute;top:0;left:-60%;transform:skew(-15deg)}.Navbar-module__TZlAga__registerBtn:hover .Navbar-module__TZlAga__registerSweep{left:120%}.Navbar-module__TZlAga__registerCornerTR,.Navbar-module__TZlAga__registerCornerBL{pointer-events:none;z-index:2;opacity:0;width:8px;height:8px;transition:opacity .25s;position:absolute}.Navbar-module__TZlAga__registerCornerTR{border-top:1px solid var(--accent-lime);border-right:1px solid var(--accent-lime);top:-1px;right:-1px}.Navbar-module__TZlAga__registerCornerBL{border-bottom:1px solid var(--accent-lime);border-left:1px solid var(--accent-lime);bottom:-1px;left:-1px}.Navbar-module__TZlAga__registerBtn:hover .Navbar-module__TZlAga__registerCornerTR,.Navbar-module__TZlAga__registerBtn:hover .Navbar-module__TZlAga__registerCornerBL{opacity:1}.Navbar-module__TZlAga__menuTrigger{cursor:pointer;clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);background:#c8f1350a;border:1px solid #c8f13566;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:border-color .3s,background .3s;display:none}.Navbar-module__TZlAga__menuTrigger:active{background:#c8f1351a}.Navbar-module__TZlAga__menuTriggerOpen{border-color:var(--accent-lime);background:#c8f13517}.Navbar-module__TZlAga__triggerIconWrap{width:18px;height:12px;position:relative}.Navbar-module__TZlAga__triggerLine{background:var(--accent-lime);width:100%;height:2px;transition:top .3s,transform .3s,opacity .3s;position:absolute;left:0}.Navbar-module__TZlAga__triggerLineTop{top:0}.Navbar-module__TZlAga__triggerLineMid{top:50%;transform:translateY(-50%)}.Navbar-module__TZlAga__triggerLineBottom{top:100%;transform:translateY(-100%)}.Navbar-module__TZlAga__menuTriggerOpen .Navbar-module__TZlAga__triggerLineTop{top:50%;transform:translateY(-50%)rotate(45deg)}.Navbar-module__TZlAga__menuTriggerOpen .Navbar-module__TZlAga__triggerLineMid{opacity:0;transform:translateY(-50%)scaleX(0)}.Navbar-module__TZlAga__menuTriggerOpen .Navbar-module__TZlAga__triggerLineBottom{top:50%;transform:translateY(-50%)rotate(-45deg)}.Navbar-module__TZlAga__mobileOverlay{z-index:998;-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#050505fa;transition:opacity .4s,visibility .4s;display:none;position:fixed;inset:0;overflow-y:auto}.Navbar-module__TZlAga__mobileOverlayOpen{opacity:1;visibility:visible}.Navbar-module__TZlAga__mobileOverlayInner{flex-direction:column;min-height:100dvh;padding:76px 24px 28px;display:flex}.Navbar-module__TZlAga__mobileCenterGroup{flex-direction:column;flex:1;justify-content:flex-start;padding-top:10px;display:flex}.Navbar-module__TZlAga__mobileNavList{flex-direction:column;list-style:none;display:flex}.Navbar-module__TZlAga__mobileNavItem{opacity:0;border-bottom:1px solid #ffffff0f;transition:opacity .45s,transform .45s;transform:translateY(14px)}.Navbar-module__TZlAga__mobileOverlayOpen .Navbar-module__TZlAga__mobileNavItem{opacity:1;transform:translateY(0)}.Navbar-module__TZlAga__mobileNavLink{font-family:var(--font-mono);text-transform:uppercase;color:var(--text);align-items:center;gap:18px;padding:18px 4px;transition:color .25s,padding-left .25s;display:flex}.Navbar-module__TZlAga__mobileNavIndex{letter-spacing:.1em;color:var(--text-muted);opacity:.5;min-width:22px;font-size:.7rem;font-weight:700}.Navbar-module__TZlAga__mobileNavLabel{letter-spacing:.08em;flex:1;font-size:1.15rem;font-weight:800}.Navbar-module__TZlAga__mobileNavArrow{color:var(--accent-lime);opacity:0;font-size:1rem;transition:opacity .25s,transform .25s;transform:translate(-6px)}.Navbar-module__TZlAga__mobileNavLink:active{color:var(--accent-lime);padding-left:10px}.Navbar-module__TZlAga__mobileNavLink:active .Navbar-module__TZlAga__mobileNavArrow{opacity:1;transform:translate(0)}@media (hover:hover){.Navbar-module__TZlAga__mobileNavLink:hover{color:var(--accent-lime);padding-left:10px}.Navbar-module__TZlAga__mobileNavLink:hover .Navbar-module__TZlAga__mobileNavArrow{opacity:1;transform:translate(0)}}.Navbar-module__TZlAga__mobileRegisterCmd{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#050505;background:var(--accent-lime);border:1px solid var(--accent-lime);text-align:center;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);opacity:0;justify-content:center;align-self:stretch;align-items:center;gap:12px;margin-top:40px;padding:20px 22px;font-size:.95rem;font-weight:800;transition:opacity .45s,transform .45s,background .25s,box-shadow .25s;display:flex;position:relative;transform:translateY(14px);box-shadow:0 0 24px #c8f13540}.Navbar-module__TZlAga__mobileOverlayOpen .Navbar-module__TZlAga__mobileRegisterCmd{opacity:1;transform:translateY(0)}.Navbar-module__TZlAga__mobileRegisterCmd:active{background:#fff;box-shadow:0 0 32px #c8f13566}.Navbar-module__TZlAga__mobileRegisterLabel{z-index:2;position:relative}.Navbar-module__TZlAga__mobileRegisterCornerTR,.Navbar-module__TZlAga__mobileRegisterCornerBL{pointer-events:none;width:8px;height:8px;position:absolute}.Navbar-module__TZlAga__mobileRegisterCornerTR{opacity:.35;border-top:1px solid #050505;border-right:1px solid #050505;top:-1px;right:-1px}.Navbar-module__TZlAga__mobileRegisterCornerBL{opacity:.35;border-bottom:1px solid #050505;border-left:1px solid #050505;bottom:-1px;left:-1px}.Navbar-module__TZlAga__mobileRegisterArrow{z-index:2;transition:transform .25s;position:relative}.Navbar-module__TZlAga__mobileRegisterCmd:active .Navbar-module__TZlAga__mobileRegisterArrow{transform:translate(4px)}.Navbar-module__TZlAga__mobileFooter{font-family:var(--font-mono);letter-spacing:.3em;color:var(--text-muted);opacity:.5;border-top:1px solid #ffffff0f;margin-top:auto;padding-top:20px;font-size:.6rem}@media (max-width:900px){.Navbar-module__TZlAga__links,.Navbar-module__TZlAga__termDisplay,.Navbar-module__TZlAga__registerBtn{display:none}.Navbar-module__TZlAga__menuTrigger{display:flex}.Navbar-module__TZlAga__mobileOverlay{display:block}}
.HeroSection-module___4yRnq__hero{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module___4yRnq__canvas{z-index:0;pointer-events:none;position:absolute;inset:0}.HeroSection-module___4yRnq__topo{z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='800'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.6' opacity='0.04'%3E%3Cellipse cx='600' cy='400' rx='80' ry='50'/%3E%3Cellipse cx='600' cy='400' rx='160' ry='100'/%3E%3Cellipse cx='600' cy='400' rx='245' ry='160'/%3E%3Cellipse cx='600' cy='400' rx='340' ry='230'/%3E%3Cellipse cx='600' cy='400' rx='445' ry='305'/%3E%3Cellipse cx='600' cy='400' rx='560' ry='390'/%3E%3Cellipse cx='200' cy='150' rx='90' ry='55'/%3E%3Cellipse cx='200' cy='150' rx='170' ry='110'/%3E%3Cellipse cx='200' cy='150' rx='255' ry='170'/%3E%3Cellipse cx='1000' cy='650' rx='100' ry='65'/%3E%3Cellipse cx='1000' cy='650' rx='185' ry='125'/%3E%3Cellipse cx='1000' cy='650' rx='275' ry='190'/%3E%3Cellipse cx='100' cy='700' rx='70' ry='45'/%3E%3Cellipse cx='100' cy='700' rx='140' ry='90'/%3E%3Cellipse cx='1100' cy='100' rx='60' ry='38'/%3E%3Cellipse cx='1100' cy='100' rx='120' ry='78'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-size:cover;position:absolute;inset:0}.HeroSection-module___4yRnq__content{z-index:1;width:100%;max-width:1320px;padding:140px 40px 60px;position:relative}.HeroSection-module___4yRnq__layout{grid-template-columns:1fr minmax(320px,420px);align-items:center;gap:56px;width:100%;margin-top:32px;margin-bottom:72px;display:grid}.HeroSection-module___4yRnq__left{text-align:left;max-width:620px}.HeroSection-module___4yRnq__title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:-.03em;color:var(--text);text-shadow:0 0 50px #c8f1351a;margin:0 0 20px;font-size:clamp(3.05rem,7.6vw,7.6rem);font-weight:900;line-height:.92}.HeroSection-module___4yRnq__titleLine{background:var(--accent-lime);width:110px;height:3px;box-shadow:0 0 14px var(--accent-lime);margin-bottom:32px;animation:1.2s ease-out HeroSection-module___4yRnq__lineGrow}@keyframes HeroSection-module___4yRnq__lineGrow{0%{opacity:0;width:0}to{opacity:1;width:110px}}.HeroSection-module___4yRnq__sub{color:var(--text-muted);text-align:left;max-width:560px;margin:0 0 44px;font-size:1.05rem;line-height:1.8}.HeroSection-module___4yRnq__ctas{flex-wrap:wrap;justify-content:flex-start;gap:60px;display:flex}.HeroSection-module___4yRnq__ctaBtn{position:relative;overflow:hidden}.HeroSection-module___4yRnq__ctaBtn:before{content:"";pointer-events:none;background:linear-gradient(120deg,#0000,#ffffff59,#0000);width:50%;height:100%;transition:left 1.3s;position:absolute;top:0;left:-75%;transform:skew(-20deg)}.HeroSection-module___4yRnq__ctaBtn:hover:before{left:125%}.HeroSection-module___4yRnq__ripple{pointer-events:none;background:#00000040;border-radius:50%;animation:.6s ease-out HeroSection-module___4yRnq__rippleExpand;position:absolute;transform:scale(0)}.HeroSection-module___4yRnq__ctaBtn.btn-outline .HeroSection-module___4yRnq__ripple{background:#c8f1354d}@keyframes HeroSection-module___4yRnq__rippleExpand{to{opacity:0;transform:scale(2.2)}}.HeroSection-module___4yRnq__loadingDots{align-items:center;gap:4px;margin-left:8px;display:inline-flex;transform:translateY(6px)}.HeroSection-module___4yRnq__dot{opacity:.25;background:#000;border-radius:50%;width:4px;height:4px;animation:1.2s ease-in-out infinite HeroSection-module___4yRnq__dotBlink}.HeroSection-module___4yRnq__dot:first-child{animation-delay:0s}.HeroSection-module___4yRnq__dot:nth-child(2){animation-delay:.2s}.HeroSection-module___4yRnq__dot:nth-child(3){animation-delay:.4s}@keyframes HeroSection-module___4yRnq__dotBlink{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.HeroSection-module___4yRnq__right{justify-self:end;width:100%;margin-top:-22px}.HeroSection-module___4yRnq__countdownPanel{-webkit-backdrop-filter:blur(8px);background:#ffffff05;border:1px solid #c8f13540;width:100%;min-width:460px;padding:44px 40px 38px;transition:border-color .3s,box-shadow .3s,transform .25s;animation:4s ease-in-out infinite HeroSection-module___4yRnq__panelGlow;position:relative}@keyframes HeroSection-module___4yRnq__panelGlow{0%,to{box-shadow:0 0 #c8f13500}50%{box-shadow:0 0 28px #c8f13514}}.HeroSection-module___4yRnq__countdownPanel:before,.HeroSection-module___4yRnq__countdownPanel:after{content:"";border:2px solid var(--accent-lime);width:12px;height:12px;transition:all .2s;position:absolute}.HeroSection-module___4yRnq__countdownPanel:before{border-bottom:none;border-right:none;top:-2px;left:-2px}.HeroSection-module___4yRnq__countdownPanel:after{border-top:none;border-left:none;bottom:-2px;right:-2px}.HeroSection-module___4yRnq__countdownPanel:hover{border-color:var(--accent-lime);transform:translateY(-2px);box-shadow:0 0 36px #c8f13526}.HeroSection-module___4yRnq__countdownPanel:hover:before{top:-5px;left:-5px}.HeroSection-module___4yRnq__countdownPanel:hover:after{bottom:-5px;right:-5px}.HeroSection-module___4yRnq__panelLabel{font-family:var(--font-mono);letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:700;line-height:1.8}.HeroSection-module___4yRnq__panelLabelAccent{color:var(--accent-lime);margin-top:4px;font-size:1.5rem;font-weight:800;display:block}.HeroSection-module___4yRnq__panelDivider{background:#ffffff1a;width:100%;height:1px;margin:16px 0 24px}.HeroSection-module___4yRnq__countdownRow{justify-content:space-between;align-items:stretch;gap:8px;display:flex}.HeroSection-module___4yRnq__bigUnit{border:1px solid #ffffff14;border-right:3px solid var(--accent-lime);border-bottom:3px solid var(--accent-lime);cursor:default;background:#ffffff04;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px 10px 16px;transition:border-color .3s,box-shadow .3s,transform .25s,background .3s;display:flex;position:relative}.HeroSection-module___4yRnq__bigUnit:hover{border-color:var(--accent-lime);background:#c8f1350a;transform:translateY(-4px);box-shadow:0 0 26px #c8f13540}.HeroSection-module___4yRnq__bigNum{font-family:var(--font-mono);color:var(--text);font-size:clamp(2.1rem,3.8vw,3rem);font-weight:800;line-height:1;transition:color .2s,text-shadow .2s}.HeroSection-module___4yRnq__bigUnit:hover .HeroSection-module___4yRnq__bigNum{color:var(--accent-lime);text-shadow:0 0 18px #c8f13599}.HeroSection-module___4yRnq__bigColon{font-family:var(--font-mono);color:var(--accent-lime);align-self:flex-start;margin-top:28px;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700}.HeroSection-module___4yRnq__bigLabel{font-family:var(--font-mono);letter-spacing:.18em;color:var(--text-muted);text-transform:uppercase;margin-top:8px;font-size:.58rem}.HeroSection-module___4yRnq__dataRail{border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;width:100%;padding:34px 24px 30px;position:relative}.HeroSection-module___4yRnq__railLine{background:#c8f1352e;height:1px;position:relative;overflow:visible}.HeroSection-module___4yRnq__railPulse{background:var(--accent-lime);width:8px;height:8px;box-shadow:0 0 10px var(--accent-lime), 0 0 20px #c8f13566;border-radius:50%;transition:opacity .2s;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.HeroSection-module___4yRnq__railParticle{background:var(--accent-lime);opacity:0;border-radius:50%;width:2px;height:2px;animation:6s linear infinite HeroSection-module___4yRnq__railParticleTravel;position:absolute;top:50%;transform:translateY(-50%)}@keyframes HeroSection-module___4yRnq__railParticleTravel{0%{opacity:0;left:14.667%}8%{opacity:.55}92%{opacity:.55}to{opacity:0;left:85.333%}}.HeroSection-module___4yRnq__railLine:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#c8f13580,#0000);width:5%;height:25px;position:absolute;top:-12px;left:-4%}.HeroSection-module___4yRnq__dataRail.HeroSection-module___4yRnq__scanned .HeroSection-module___4yRnq__railLine:after{animation:1.3s ease-out HeroSection-module___4yRnq__railScanOnce}@keyframes HeroSection-module___4yRnq__railScanOnce{0%{opacity:0;left:-4%}10%{opacity:1}90%{opacity:1}to{opacity:0;left:100%}}.HeroSection-module___4yRnq__railNodes{justify-content:space-between;align-items:flex-start;margin-top:-16px;display:flex}.HeroSection-module___4yRnq__railNode{cursor:default;flex-direction:column;flex:1;align-items:center;gap:10px;padding:10px 8px 0;transition:transform .25s;display:flex}.HeroSection-module___4yRnq__railNodeText{flex-direction:column;align-items:center;gap:6px;display:flex}.HeroSection-module___4yRnq__railNode:hover{transform:translateY(-4px)scale(1.04)}.HeroSection-module___4yRnq__nodeDot{background:var(--surface,#111);border:2px solid var(--accent-lime);border-radius:50%;width:11px;height:11px;transition:box-shadow .45s,transform .45s,background .45s;position:relative;box-shadow:0 0 6px #c8f13559}.HeroSection-module___4yRnq__railNode:hover .HeroSection-module___4yRnq__nodeDot{background:var(--accent-lime);transform:scale(1.15);box-shadow:0 0 16px #c8f135b3}.HeroSection-module___4yRnq__railNodeCenter .HeroSection-module___4yRnq__nodeDot{width:13px;height:13px;animation:3.2s ease-in-out infinite HeroSection-module___4yRnq__nodeBreathe}@keyframes HeroSection-module___4yRnq__nodeBreathe{0%,to{box-shadow:0 0 6px #c8f13559}50%{box-shadow:0 0 14px #c8f1358c}}.HeroSection-module___4yRnq__nodeLabel{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);font-size:.62rem;font-weight:800;transition:color .45s}.HeroSection-module___4yRnq__railNode:hover .HeroSection-module___4yRnq__nodeLabel{color:var(--accent-lime)}.HeroSection-module___4yRnq__nodeValue{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text);text-align:center;white-space:nowrap;font-size:.85rem;font-weight:800;transition:text-shadow .45s}.HeroSection-module___4yRnq__railNodeCenter .HeroSection-module___4yRnq__nodeValue{font-size:.95rem}.HeroSection-module___4yRnq__railNode:hover .HeroSection-module___4yRnq__nodeValue{text-shadow:0 0 10px #c8f13566}.HeroSection-module___4yRnq__railNode.HeroSection-module___4yRnq__active .HeroSection-module___4yRnq__nodeDot{background:var(--accent-lime);transform:scale(1.3);box-shadow:0 0 22px #c8f135e6,0 0 44px #c8f13559}.HeroSection-module___4yRnq__railNode.HeroSection-module___4yRnq__active .HeroSection-module___4yRnq__nodeLabel{color:var(--accent-lime)}.HeroSection-module___4yRnq__railNode.HeroSection-module___4yRnq__active .HeroSection-module___4yRnq__nodeValue{text-shadow:0 0 12px #c8f13573}.HeroSection-module___4yRnq__railNode.HeroSection-module___4yRnq__active .HeroSection-module___4yRnq__nodeDot:after{content:"";border:1px solid var(--accent-lime);opacity:.6;border-radius:50%;animation:.6s ease-out HeroSection-module___4yRnq__nodeRipple;position:absolute;inset:-6px}@keyframes HeroSection-module___4yRnq__nodeRipple{0%{opacity:.6;transform:scale(.6)}to{opacity:0;transform:scale(1.8)}}.HeroSection-module___4yRnq__dataRail.HeroSection-module___4yRnq__scanned .HeroSection-module___4yRnq__railNode{animation:.6s both HeroSection-module___4yRnq__nodeScanIn}.HeroSection-module___4yRnq__dataRail.HeroSection-module___4yRnq__scanned .HeroSection-module___4yRnq__railNode:first-child{animation-delay:50ms}.HeroSection-module___4yRnq__dataRail.HeroSection-module___4yRnq__scanned .HeroSection-module___4yRnq__railNode:nth-child(2){animation-delay:.35s}.HeroSection-module___4yRnq__dataRail.HeroSection-module___4yRnq__scanned .HeroSection-module___4yRnq__railNode:nth-child(3){animation-delay:.65s}@keyframes HeroSection-module___4yRnq__nodeScanIn{0%{opacity:.4;transform:translateY(4px)}60%{opacity:1;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.HeroSection-module___4yRnq__dataRail,.HeroSection-module___4yRnq__dataRail *{transition:none!important;animation:none!important}.HeroSection-module___4yRnq__railNode.HeroSection-module___4yRnq__active .HeroSection-module___4yRnq__nodeDot:after{animation:none!important}.HeroSection-module___4yRnq__ctaBtn:before,.HeroSection-module___4yRnq__ripple{display:none}.HeroSection-module___4yRnq__dot{opacity:.6;animation:none}}.HeroSection-module___4yRnq__scrollHint{z-index:1;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.HeroSection-module___4yRnq__scrollLine{background:linear-gradient(to bottom, transparent, var(--accent-lime));width:1px;height:36px;animation:1.5s ease-in-out infinite HeroSection-module___4yRnq__scrollAnim}@keyframes HeroSection-module___4yRnq__scrollAnim{0%,to{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}}.HeroSection-module___4yRnq__scrollText{font-family:var(--font-mono);letter-spacing:.2em;color:var(--text-muted);font-size:.6rem}@media (max-width:1024px){.HeroSection-module___4yRnq__content{padding:120px 24px 60px}.HeroSection-module___4yRnq__layout{grid-template-columns:1fr;justify-items:center;gap:48px;margin-top:24px;margin-bottom:56px}.HeroSection-module___4yRnq__left{text-align:center;max-width:100%}.HeroSection-module___4yRnq__title{font-size:clamp(2.6rem,12vw,5rem)}.HeroSection-module___4yRnq__titleLine{margin-left:auto;margin-right:auto}.HeroSection-module___4yRnq__sub{text-align:center;margin:0 auto 36px}.HeroSection-module___4yRnq__ctas{justify-content:center}.HeroSection-module___4yRnq__right{justify-self:center;max-width:440px}.HeroSection-module___4yRnq__countdownPanel{min-width:0}}@media (max-width:600px){.HeroSection-module___4yRnq__hero{height:auto;min-height:0;padding-bottom:0;display:block}.HeroSection-module___4yRnq__content{padding:110px 18px 0}.HeroSection-module___4yRnq__layout{margin-top:20px;margin-bottom:40px}.HeroSection-module___4yRnq__scrollHint{width:100%;margin:20px 0 28px;position:static;transform:none}.HeroSection-module___4yRnq__ctas{flex-flow:row;gap:10px;width:100%}.HeroSection-module___4yRnq__ctaBtn{text-align:center;letter-spacing:.01em;white-space:nowrap;flex:1;justify-content:center;align-items:center;min-width:0;padding:14px 8px;font-size:.7rem;display:inline-flex}.HeroSection-module___4yRnq__loadingDots{margin-left:4px;transform:translateY(3px)}.HeroSection-module___4yRnq__countdownPanel{width:100%;padding:26px 18px 22px}.HeroSection-module___4yRnq__bigUnit{padding:14px 4px 12px}.HeroSection-module___4yRnq__bigNum{font-size:1.55rem}.HeroSection-module___4yRnq__bigColon{padding-bottom:14px;font-size:1.2rem}.HeroSection-module___4yRnq__bigLabel{font-size:.5rem}.HeroSection-module___4yRnq__dataRail{padding:22px 20px 18px}.HeroSection-module___4yRnq__railLine,.HeroSection-module___4yRnq__railPulse,.HeroSection-module___4yRnq__railParticle{display:none}.HeroSection-module___4yRnq__railNodes{flex-direction:column;align-items:flex-start;gap:16px;margin-top:0}.HeroSection-module___4yRnq__railNode{flex-direction:row;align-items:center;gap:14px;width:100%;padding:0;position:relative}.HeroSection-module___4yRnq__railNode:hover{transform:translate(4px)scale(1)}.HeroSection-module___4yRnq__railNode:not(:last-child):after{content:"";background:#c8f13533;width:1px;height:20px;position:absolute;top:22px;left:5px}.HeroSection-module___4yRnq__nodeDot{flex-shrink:0}.HeroSection-module___4yRnq__railNodeText{flex-direction:column;align-items:flex-start;gap:2px;display:flex}}
.AboutSection-module__RkRjXW__about{background:var(--bg);border-top:2px solid var(--text)}.AboutSection-module__RkRjXW__header{max-width:none;margin-bottom:35px}.AboutSection-module__RkRjXW__description{width:100%;max-width:none;font-size:1.1rem}.AboutSection-module__RkRjXW__statsGrid{background:var(--border);border:2px solid var(--border);border-radius:var(--radius);box-shadow:4px 4px 0px var(--accent-lime);grid-template-columns:repeat(4,1fr);gap:2px;margin-bottom:50px;display:grid;overflow:hidden}.AboutSection-module__RkRjXW__statCard{background:var(--surface);flex-direction:column;align-items:center;gap:8px;padding:40px 24px;display:flex}.AboutSection-module__RkRjXW__statNum{font-family:var(--font-mono);color:var(--text);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:900}.AboutSection-module__RkRjXW__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.AboutSection-module__RkRjXW__pillars{margin-top:0}.AboutSection-module__RkRjXW__pillar{flex-direction:column;gap:12px;display:flex}.AboutSection-module__RkRjXW__icon{font-size:2rem;line-height:1}.AboutSection-module__RkRjXW__pillarTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text);font-size:1.1rem;font-weight:900}.AboutSection-module__RkRjXW__pillarDesc{color:var(--text-muted);font-size:.9rem;line-height:1.8}@media (max-width:900px){.AboutSection-module__RkRjXW__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.AboutSection-module__RkRjXW__statsGrid{grid-template-columns:1fr 1fr}}
.TracksSection-module__KT6Ooq__section{background:var(--surface);border-top:2px solid var(--text)}.TracksSection-module__KT6Ooq__sectionInner{max-width:1200px;margin:0 auto;padding:80px 24px}.TracksSection-module__KT6Ooq__header{max-width:100%;margin-bottom:24px}.TracksSection-module__KT6Ooq__trackDesc{max-width:100%!important;margin-bottom:32px!important}.TracksSection-module__KT6Ooq__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.TracksSection-module__KT6Ooq__card{background:var(--bg);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-direction:column;gap:12px;padding:24px 32px;transition:transform .1s,box-shadow .1s;display:flex;position:relative;overflow:hidden}.TracksSection-module__KT6Ooq__card:hover{box-shadow:2px 2px 0px var(--accent-lime);transform:translate(-2px,-2px)}.TracksSection-module__KT6Ooq__card:hover .TracksSection-module__KT6Ooq__colorBar{width:100%}.TracksSection-module__KT6Ooq__cardTop{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.TracksSection-module__KT6Ooq__cardIcon{font-size:2rem;line-height:1}.TracksSection-module__KT6Ooq__cardNum{font-family:var(--font-mono);color:var(--border);font-size:2.5rem;font-weight:700;line-height:1}.TracksSection-module__KT6Ooq__colorBar{background:var(--track-color,var(--accent-lime));border-radius:2px;width:40px;height:4px;transition:width .8s ease-out}.TracksSection-module__KT6Ooq__cardName{color:var(--text);letter-spacing:-.02em;text-transform:uppercase;font-size:1.4rem;font-weight:900}.TracksSection-module__KT6Ooq__cardDesc{color:var(--text-muted);flex-grow:1;font-size:.95rem;line-height:1.5}.TracksSection-module__KT6Ooq__tags{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.TracksSection-module__KT6Ooq__tag{font-family:var(--font-mono);color:var(--text-muted);background:var(--surface);border:1px solid var(--border);letter-spacing:.05em;text-transform:uppercase;border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:700}.TracksSection-module__KT6Ooq__cardCta{font-family:var(--font-mono);color:var(--text);border-bottom:2px solid #0000;align-self:flex-start;margin-top:16px;padding-bottom:2px;font-size:.85rem;font-weight:700;text-decoration:none;transition:border-color .2s}@media (max-width:1024px){.TracksSection-module__KT6Ooq__grid{grid-template-columns:repeat(2,1fr)}.TracksSection-module__KT6Ooq__card:nth-child(3){grid-column:1/-1}}@media (max-width:768px){.TracksSection-module__KT6Ooq__grid{grid-template-columns:1fr}.TracksSection-module__KT6Ooq__card:nth-child(3){grid-column:auto}}
.PrizesSection-module__DfFYUq__section{background:var(--bg);border-top:1px solid var(--border)}.PrizesSection-module__DfFYUq__header{max-width:none;margin-bottom:48px}.PrizesSection-module__DfFYUq__grandCard{background:var(--surface);border:4px solid var(--border);border-radius:var(--radius);box-shadow:6px 6px 0px var(--accent-lime);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;margin-bottom:32px;padding:48px;display:flex}.PrizesSection-module__DfFYUq__grandLeft{align-items:center;gap:24px;display:flex}.PrizesSection-module__DfFYUq__grandIcon{font-size:4rem;line-height:1}.PrizesSection-module__DfFYUq__grandAmount{font-family:var(--font-mono);color:var(--text);font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1}.PrizesSection-module__DfFYUq__grandNote{color:var(--text-muted);margin-top:8px;font-size:.85rem}.PrizesSection-module__DfFYUq__grandRight{flex-direction:column;gap:12px;display:flex}.PrizesSection-module__DfFYUq__grandPerk{color:var(--text);align-items:center;gap:10px;font-size:.9rem;display:flex}.PrizesSection-module__DfFYUq__check{color:var(--text);font-weight:900}.PrizesSection-module__DfFYUq__grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.PrizesSection-module__DfFYUq__card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);box-shadow:4px 4px 0px var(--accent-lime);flex-direction:column;gap:10px;padding:28px 24px;transition:transform .1s,box-shadow .1s;display:flex}.PrizesSection-module__DfFYUq__card:hover{box-shadow:2px 2px 0px var(--accent-lime);transform:translate(2px,2px)}.PrizesSection-module__DfFYUq__cardIcon{font-size:1.8rem}.PrizesSection-module__DfFYUq__cardRank{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text);font-size:.7rem;font-weight:800}.PrizesSection-module__DfFYUq__cardAmount{font-family:var(--font-mono);color:var(--text);font-size:1.4rem;font-weight:900}.PrizesSection-module__DfFYUq__perks{color:var(--text-muted);flex-direction:column;gap:8px;margin-top:4px;font-size:.85rem;display:flex}.PrizesSection-module__DfFYUq__perk{align-items:baseline;gap:8px;display:flex}.PrizesSection-module__DfFYUq__perkDot{border-radius:50%;width:6px;min-width:6px;height:6px}.PrizesSection-module__DfFYUq__sectionSub{color:var(--text-muted);margin-top:16px;font-size:1.1rem;line-height:1.6}@media (max-width:900px){.PrizesSection-module__DfFYUq__grid{grid-template-columns:repeat(2,1fr)}.PrizesSection-module__DfFYUq__grandCard{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.PrizesSection-module__DfFYUq__grid{grid-template-columns:1fr}.PrizesSection-module__DfFYUq__grandCard{padding:28px}}
.ScheduleSection-module__B3BvGW__section{background:var(--bg);border-top:2px solid var(--border)}.ScheduleSection-module__B3BvGW__header{max-width:100%;margin-bottom:48px}.ScheduleSection-module__B3BvGW__scheduleDesc{max-width:100%!important}.ScheduleSection-module__B3BvGW__tabs{justify-content:space-between;align-items:center;margin-bottom:32px;display:none}.ScheduleSection-module__B3BvGW__tabGroup{gap:16px;display:flex}.ScheduleSection-module__B3BvGW__tabDate{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;font-size:.95rem;font-weight:700}.ScheduleSection-module__B3BvGW__tabBtn{background:var(--surface);border:2px solid var(--border);color:var(--text-muted);font-family:var(--font-mono);border-radius:var(--radius);cursor:pointer;letter-spacing:.05em;text-transform:uppercase;padding:10px 20px;font-size:.9rem;font-weight:700;transition:all .2s}.ScheduleSection-module__B3BvGW__tabBtn:hover{border-color:var(--text);color:var(--text)}.ScheduleSection-module__B3BvGW__tabBtnActive,.ScheduleSection-module__B3BvGW__tabBtnActive:hover{background:var(--accent-lime);border-color:var(--accent-lime);color:#08090c;box-shadow:4px 4px 0px var(--border)}.ScheduleSection-module__B3BvGW__scheduleWrapper{flex-direction:column;gap:64px;display:flex}.ScheduleSection-module__B3BvGW__dayGroup{flex-direction:column;gap:24px;display:flex}.ScheduleSection-module__B3BvGW__dayHeading{border-bottom:2px solid var(--border);align-items:baseline;gap:12px;margin-bottom:8px;padding-bottom:12px;display:flex}.ScheduleSection-module__B3BvGW__dayName{color:var(--accent-lime);text-transform:uppercase;letter-spacing:-.02em;font-size:2.2rem;font-weight:900}.ScheduleSection-module__B3BvGW__dayDate{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;font-size:1rem;font-weight:700}.ScheduleSection-module__B3BvGW__eventGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.ScheduleSection-module__B3BvGW__eventCard{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);align-items:stretch;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.ScheduleSection-module__B3BvGW__eventCard:hover{border-color:var(--ev-color,var(--accent-lime));box-shadow:4px 4px 0px var(--ev-color,var(--accent-lime))}.ScheduleSection-module__B3BvGW__accentBar{flex-shrink:0;width:4px}.ScheduleSection-module__B3BvGW__cardInner{flex-direction:column;flex:1;gap:8px;padding:20px 20px 20px 16px;display:flex}.ScheduleSection-module__B3BvGW__cardTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.ScheduleSection-module__B3BvGW__time{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.08em;font-size:.72rem;font-weight:700}.ScheduleSection-module__B3BvGW__badge{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;border:1.5px solid;border-radius:100px;padding:3px 8px;font-size:.6rem;font-weight:800}.ScheduleSection-module__B3BvGW__eventTitle{color:var(--text);letter-spacing:-.01em;font-size:.95rem;font-weight:800;line-height:1.3}.ScheduleSection-module__B3BvGW__eventDesc{color:var(--text-muted);margin:0;padding-left:20px;font-size:.8rem;line-height:1.6;list-style-type:disc}.ScheduleSection-module__B3BvGW__eventDesc li::marker{color:var(--ev-color)}.ScheduleSection-module__B3BvGW__stepNum{font-family:var(--font-mono);pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.04em;font-size:3.5rem;font-weight:900;line-height:1;position:absolute;bottom:6px;right:12px}@media (max-width:768px){.ScheduleSection-module__B3BvGW__eventGrid{grid-template-columns:1fr}.ScheduleSection-module__B3BvGW__scheduleWrapper{gap:48px}.ScheduleSection-module__B3BvGW__dayName{font-size:1.8rem}.ScheduleSection-module__B3BvGW__tabs{display:flex}.ScheduleSection-module__B3BvGW__dayGroup{display:none}.ScheduleSection-module__B3BvGW__dayGroup.ScheduleSection-module__B3BvGW__dayActive{display:flex}.ScheduleSection-module__B3BvGW__dayHeading{display:none}}
.CoordinatorsSection-module__ky1K9W__section{background:var(--bg);border-top:2px solid var(--border);padding:20px 0;position:relative;overflow:hidden}.CoordinatorsSection-module__ky1K9W__header{text-align:left;max-width:800px;margin-bottom:40px;padding:0 24px}.CoordinatorsSection-module__ky1K9W__carouselContainer{flex-direction:column;gap:24px;width:100%;max-width:1800px;margin:0 auto;padding:0 24px;display:flex}.CoordinatorsSection-module__ky1K9W__screen{background:var(--surface);border:4px solid var(--border);border-radius:var(--radius);width:100%;box-shadow:8px 8px 0px var(--border);min-height:550px;transition:box-shadow .3s;position:relative;overflow:hidden}.CoordinatorsSection-module__ky1K9W__screen:hover{box-shadow:8px 8px 0px var(--accent-lime);border-color:var(--accent-lime)}.CoordinatorsSection-module__ky1K9W__screen:before{content:"";pointer-events:none;z-index:1;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.CoordinatorsSection-module__ky1K9W__screen:after{content:"";pointer-events:none;z-index:10;background-color:#0000;background-image:linear-gradient(90deg,#fff3 20px,#0000 20px),linear-gradient(#fff3 20px,#0000 20px),linear-gradient(270deg,#fff3 20px,#0000 20px),linear-gradient(#fff3 20px,#0000 20px),linear-gradient(90deg,#fff3 20px,#0000 20px),linear-gradient(0deg,#fff3 20px,#0000 20px),linear-gradient(270deg,#fff3 20px,#0000 20px),linear-gradient(0deg,#fff3 20px,#0000 20px);background-position:0 0,0 0,100% 0,100% 0,0 100%,0 100%,100% 100%,100% 100%;background-repeat:no-repeat;background-size:100% 2px,2px 100%,100% 2px,2px 100%,100% 2px,2px 100%,100% 2px,2px 100%;background-attachment:scroll,scroll,scroll,scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box,border-box,border-box,border-box;position:absolute;inset:24px}.CoordinatorsSection-module__ky1K9W__slideInner{width:85%;max-width:1000px;transform:translate(-50%, -50%) translateX(calc(var(--offset) * 80%)) scale(var(--scale));opacity:var(--opacity);z-index:var(--zIndex);pointer-events:var(--pointerEvents);align-items:center;gap:60px;transition:all .5s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:45%;left:50%}.CoordinatorsSection-module__ky1K9W__avatarWrapper{height:420px;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;flex:0 0 300px;justify-content:flex-end;align-items:center;padding-bottom:48px;display:flex;position:relative;overflow:visible}.CoordinatorsSection-module__ky1K9W__platform{width:200px;height:24px;box-shadow:0 6px 20px #0009, inset 0 1px 0 #ffffff4d, 0 0 30px var(--accent,var(--accent-lime)), 0 0 60px #00000080;z-index:5;background:linear-gradient(135deg,#ffffff26 0%,#ffffff0d 50%,#0000004d 100%);border:1px solid #ffffff40;border-radius:4px;position:absolute;bottom:0;transform:perspective(400px)rotateX(30deg)}.CoordinatorsSection-module__ky1K9W__platform:before{content:"";background:var(--accent,var(--accent-lime));opacity:.8;filter:blur(1px);width:80%;height:2px;box-shadow:0 0 10px 2px var(--accent,var(--accent-lime));border-radius:2px;position:absolute;top:-2px;left:10%}.CoordinatorsSection-module__ky1K9W__platform:after{content:"";background:linear-gradient(#1e1e1ee6,#0a0a0af2);border:1px solid #ffffff1a;border-top:none;border-radius:0 0 4px 4px;width:90%;height:10px;position:absolute;bottom:-10px;left:5%;box-shadow:0 4px 10px #0009}.CoordinatorsSection-module__ky1K9W__groundGlow{background:radial-gradient(ellipse at center, var(--accent,var(--accent-lime)) 0%, transparent 70%);filter:blur(8px);opacity:.6;z-index:1;width:240px;height:20px;animation:2s infinite alternate CoordinatorsSection-module__ky1K9W__pulse-glow;position:absolute;bottom:-8px}.CoordinatorsSection-module__ky1K9W__polaroid{z-index:6;background:var(--surface,#1a1a1a);border-radius:var(--radius,8px);border:3px solid var(--accent,var(--accent-lime));box-shadow:6px 6px 0px var(--accent,var(--accent-lime)), 0 30px 60px #000c,  0 8px 40px var(--accent,var(--accent-lime)), inset 0 -4px 20px #c8f13514;flex-shrink:0;width:220px;padding:10px 10px 48px;animation:5s ease-in-out infinite CoordinatorsSection-module__ky1K9W__float;position:relative}.CoordinatorsSection-module__ky1K9W__polaroid .CoordinatorsSection-module__ky1K9W__avatar{object-fit:cover;border-radius:calc(var(--radius,8px) - 4px);background:var(--bg,#111);border:2px solid #ffffff14;width:100%;height:196px;display:block}.CoordinatorsSection-module__ky1K9W__polaroid:after{content:attr(data-label);text-align:center;height:44px;line-height:44px;font-family:var(--font-mono);color:var(--accent,var(--accent-lime));letter-spacing:.1em;text-transform:uppercase;border-top:2px solid var(--border,#333);text-overflow:ellipsis;white-space:nowrap;padding:0 8px;font-size:.65rem;font-weight:900;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.CoordinatorsSection-module__ky1K9W__polaroid:before{content:none}.CoordinatorsSection-module__ky1K9W__polaroidDragging{border-color:#96969666!important;animation:none!important;box-shadow:6px 6px #6464644d,0 30px 60px #000c!important}.CoordinatorsSection-module__ky1K9W__polaroidDragging:after{color:#96969680!important;border-top-color:#64646433!important}.CoordinatorsSection-module__ky1K9W__platformOff{transition:box-shadow .3s,border-color .3s;border-color:#ffffff1a!important;box-shadow:0 6px 20px #0009,inset 0 1px #ffffff1a!important}.CoordinatorsSection-module__ky1K9W__platformOff:before,.CoordinatorsSection-module__ky1K9W__groundGlowOff{transition:opacity .3s;opacity:0!important}@keyframes CoordinatorsSection-module__ky1K9W__float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes CoordinatorsSection-module__ky1K9W__pulse-glow{0%{opacity:.4;filter:blur(8px)}to{opacity:.7;filter:blur(16px);transform:scale(1.15)}}.CoordinatorsSection-module__ky1K9W__info{flex-direction:column;flex:1;gap:16px;display:flex}.CoordinatorsSection-module__ky1K9W__name{color:var(--text);text-transform:uppercase;letter-spacing:-.02em;margin:0;font-size:clamp(3rem,5vw,5rem);font-weight:900;line-height:1}.CoordinatorsSection-module__ky1K9W__role{color:var(--accent,var(--accent-lime));font-size:clamp(1rem,2vw,1.4rem);font-family:var(--font-mono);text-transform:uppercase;border:2px solid var(--accent,var(--accent-lime));letter-spacing:.1em;box-shadow:4px 4px 0px var(--accent,var(--accent-lime));background:0 0;border-radius:100px;align-self:flex-start;padding:10px 24px}.CoordinatorsSection-module__ky1K9W__socials{gap:16px;margin-top:24px;display:flex}.CoordinatorsSection-module__ky1K9W__socialBtn{border-radius:var(--radius);border:2px solid var(--border);width:60px;height:60px;color:var(--text-muted);background:var(--bg);box-shadow:4px 4px 0px var(--border);justify-content:center;align-items:center;transition:all .2s;display:flex}.CoordinatorsSection-module__ky1K9W__socialBtn:hover{background:var(--accent,var(--accent-lime));color:#000;border-color:var(--accent,var(--accent-lime));transform:translate(-2px,-2px);box-shadow:4px 4px #000}.CoordinatorsSection-module__ky1K9W__pagination{z-index:200;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;width:100%;max-width:400px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.CoordinatorsSection-module__ky1K9W__dot{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:4px;height:4px;padding:0;transition:all .3s}.CoordinatorsSection-module__ky1K9W__dot:hover{background:#ffffff80;transform:scale(1.5)}.CoordinatorsSection-module__ky1K9W__dotActive{background:var(--accent-lime);box-shadow:0 0 8px 2px var(--accent-lime);transform:scale(1.5)}.CoordinatorsSection-module__ky1K9W__uiOverlay{pointer-events:none;z-index:5;font-family:var(--font-mono);color:#ffffff40;letter-spacing:.2em;font-size:.75rem;position:absolute;inset:32px}.CoordinatorsSection-module__ky1K9W__filterHud{z-index:300;font-family:var(--font-mono);color:#ffffff40;letter-spacing:.2em;pointer-events:all;align-items:center;gap:10px;font-size:.75rem;display:flex;position:absolute;top:32px;left:32px}.CoordinatorsSection-module__ky1K9W__uiTopLeftLabel{white-space:nowrap}.CoordinatorsSection-module__ky1K9W__uiTopRight{position:absolute;top:0;right:0}.CoordinatorsSection-module__ky1K9W__uiBottomLeft{position:absolute;bottom:0;left:0}.CoordinatorsSection-module__ky1K9W__uiBottomRight{align-items:center;gap:8px;display:flex;position:absolute;bottom:0;right:0}.CoordinatorsSection-module__ky1K9W__filterDropdown{pointer-events:all;position:relative}.CoordinatorsSection-module__ky1K9W__filterTrigger{color:#ffffff8c;font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000;align-items:center;gap:8px;padding:2px 0 4px;font-size:.7rem;transition:color .2s,border-color .2s;display:flex}.CoordinatorsSection-module__ky1K9W__filterTrigger:hover,.CoordinatorsSection-module__ky1K9W__filterTrigger[aria-expanded=true]{color:var(--accent-lime);border-bottom-color:#c8f13566}.CoordinatorsSection-module__ky1K9W__filterChevron{opacity:.6;transition:transform .25s,opacity .2s;display:inline-flex}.CoordinatorsSection-module__ky1K9W__filterTrigger:hover .CoordinatorsSection-module__ky1K9W__filterChevron,.CoordinatorsSection-module__ky1K9W__filterTrigger[aria-expanded=true] .CoordinatorsSection-module__ky1K9W__filterChevron{opacity:1}.CoordinatorsSection-module__ky1K9W__filterChevronOpen{transform:rotate(180deg)}.CoordinatorsSection-module__ky1K9W__filterMenu{-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff1a;border-top:2px solid var(--accent-lime);z-index:300;background:#0c0c0cf5;border-radius:8px;min-width:240px;max-height:320px;margin:0;padding:0;list-style:none;position:absolute;top:calc(100% + 12px);left:0;overflow:hidden auto;box-shadow:0 24px 48px #000000a6}.CoordinatorsSection-module__ky1K9W__filterOption{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;cursor:pointer;white-space:nowrap;border-bottom:1px solid #ffffff0f;border-left:2px solid #0000;padding:10px 14px 10px 12px;font-size:.66rem;transition:background .15s,color .15s,border-color .15s}.CoordinatorsSection-module__ky1K9W__filterMenu li.CoordinatorsSection-module__ky1K9W__filterOption:last-child{border-bottom:none}.CoordinatorsSection-module__ky1K9W__filterOption:hover{color:#fff;background:#ffffff0a;border-left-color:#ffffff4d}.CoordinatorsSection-module__ky1K9W__filterOptionActive{color:var(--accent-lime);border-left-color:var(--accent-lime);background:#c8f1350f}.CoordinatorsSection-module__ky1K9W__filterOptionActive:hover{border-left-color:var(--accent-lime);background:#c8f1351a}.CoordinatorsSection-module__ky1K9W__blinker{background:#ff2a2a;border-radius:50%;width:6px;height:6px;animation:1s infinite CoordinatorsSection-module__ky1K9W__blink}@keyframes CoordinatorsSection-module__ky1K9W__blink{0%,to{opacity:1}50%{opacity:.2}}.CoordinatorsSection-module__ky1K9W__crosshair{opacity:.03;font-size:4rem;font-weight:100;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CoordinatorsSection-module__ky1K9W__arrowLeft,.CoordinatorsSection-module__ky1K9W__arrowRight{background:var(--surface);border:2px solid var(--border);width:48px;height:48px;color:var(--text-muted);font-family:var(--font-mono);cursor:pointer;z-index:200;box-shadow:4px 4px 0px var(--border);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.CoordinatorsSection-module__ky1K9W__arrowLeft:hover,.CoordinatorsSection-module__ky1K9W__arrowRight:hover{background:var(--accent-lime);color:#000;border-color:var(--accent-lime);box-shadow:4px 4px #000}.CoordinatorsSection-module__ky1K9W__arrowLeft{left:24px}.CoordinatorsSection-module__ky1K9W__arrowRight{right:24px}@media (max-width:1024px){.CoordinatorsSection-module__ky1K9W__slideInner{text-align:center;flex-direction:column;align-items:center;gap:32px;top:48%}.CoordinatorsSection-module__ky1K9W__role{align-self:center}.CoordinatorsSection-module__ky1K9W__avatarWrapper{flex:0 0 200px;align-self:center;height:200px}.CoordinatorsSection-module__ky1K9W__info{align-items:center}.CoordinatorsSection-module__ky1K9W__socials{justify-content:center}.CoordinatorsSection-module__ky1K9W__controls{flex-direction:column;align-items:center;gap:16px}.CoordinatorsSection-module__ky1K9W__screen{min-height:650px}}@media (max-width:640px){.CoordinatorsSection-module__ky1K9W__section{padding:20px 0}.CoordinatorsSection-module__ky1K9W__carouselContainer{gap:16px;padding:0 12px}.CoordinatorsSection-module__ky1K9W__header{margin-bottom:24px;padding:0 12px}.CoordinatorsSection-module__ky1K9W__screen{min-height:500px;box-shadow:5px 5px 0px var(--border);border-width:3px}.CoordinatorsSection-module__ky1K9W__screen:after{inset:14px}.CoordinatorsSection-module__ky1K9W__slideInner{width:88%;transform:translate(-50%, -50%) translateX(calc(var(--offset) * 130%)) scale(var(--scale));gap:14px;top:52%}.CoordinatorsSection-module__ky1K9W__avatarWrapper{flex:0 0 210px;height:210px;padding-bottom:28px}.CoordinatorsSection-module__ky1K9W__polaroid{width:160px;padding:8px 8px 36px}.CoordinatorsSection-module__ky1K9W__polaroid .CoordinatorsSection-module__ky1K9W__avatar{height:140px}.CoordinatorsSection-module__ky1K9W__polaroid:after{height:36px;font-size:.55rem;line-height:36px}.CoordinatorsSection-module__ky1K9W__platform{width:150px}.CoordinatorsSection-module__ky1K9W__groundGlow{width:180px}.CoordinatorsSection-module__ky1K9W__name{font-size:clamp(2rem,9vw,2.6rem)}.CoordinatorsSection-module__ky1K9W__role{box-shadow:3px 3px 0px var(--accent,var(--accent-lime));padding:8px 16px;font-size:.75rem}.CoordinatorsSection-module__ky1K9W__socials{gap:10px;margin-top:12px}.CoordinatorsSection-module__ky1K9W__socialBtn{width:46px;height:46px;box-shadow:3px 3px 0px var(--border)}.CoordinatorsSection-module__ky1K9W__uiOverlay{letter-spacing:.14em;font-size:.55rem;inset:14px}.CoordinatorsSection-module__ky1K9W__filterHud{letter-spacing:.14em;font-size:.55rem;top:14px;left:14px}.CoordinatorsSection-module__ky1K9W__filterHud,.CoordinatorsSection-module__ky1K9W__uiTopRight,.CoordinatorsSection-module__ky1K9W__uiBottomLeft,.CoordinatorsSection-module__ky1K9W__uiBottomRight{-webkit-backdrop-filter:blur(4px);background:#0000008c;border-radius:4px;padding:4px 7px}.CoordinatorsSection-module__ky1K9W__filterHud{gap:6px;max-width:calc(100% - 20px)}.CoordinatorsSection-module__ky1K9W__uiTopLeftLabel{font-size:.55rem}.CoordinatorsSection-module__ky1K9W__filterTrigger{gap:5px;font-size:.6rem}.CoordinatorsSection-module__ky1K9W__filterMenu{width:calc(100vw - 56px);min-width:0;max-width:280px;top:calc(100% + 8px)}.CoordinatorsSection-module__ky1K9W__filterOption{white-space:normal;padding:8px 10px;font-size:.62rem}.CoordinatorsSection-module__ky1K9W__crosshair{display:none}.CoordinatorsSection-module__ky1K9W__pagination{gap:6px;max-width:85%;bottom:14px}}
.TeamsSection-module__eTF6HW__section{background:var(--bg);border-top:2px solid var(--border);padding-bottom:30px}.TeamsSection-module__eTF6HW__adminBar{border:2px solid var(--border);border-radius:var(--radius);background:#111010b3;justify-content:flex-end;align-items:center;gap:10px;max-width:1200px;margin:0 auto 24px;padding:12px 16px;display:flex}.TeamsSection-module__eTF6HW__adminLabel{font-family:var(--font-mono);letter-spacing:.12em;color:var(--text-muted);font-size:.7rem;font-weight:800}.TeamsSection-module__eTF6HW__adminToggle{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-muted);border:2px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:8px 14px;font-size:.7rem;font-weight:800;transition:all .2s}.TeamsSection-module__eTF6HW__adminToggle:hover{color:var(--text);border-color:var(--text)}.TeamsSection-module__eTF6HW__adminToggleActive{background:var(--accent-lime);color:#111010;border-color:var(--accent-lime)}.TeamsSection-module__eTF6HW__header{max-width:600px;margin-bottom:40px}.TeamsSection-module__eTF6HW__tabContent{min-height:350px}.TeamsSection-module__eTF6HW__teamGrid{grid-template-columns:1fr 1fr;gap:0 32px;display:grid}.TeamsSection-module__eTF6HW__teamCard{border-bottom:2px solid var(--border);cursor:default;background:0 0;align-items:center;padding:24px;transition:all .3s cubic-bezier(.76,0,.24,1);display:flex;position:relative;overflow:hidden}.TeamsSection-module__eTF6HW__teamCard:before{content:"";background:var(--track-color,var(--accent-lime));opacity:.08;z-index:0;width:0%;height:100%;transition:width .4s cubic-bezier(.76,0,.24,1);position:absolute;top:0;left:0}.TeamsSection-module__eTF6HW__teamCard:hover:before{width:100%}.TeamsSection-module__eTF6HW__teamCard>*{z-index:1;position:relative}.TeamsSection-module__eTF6HW__teamCard:hover{border-bottom-color:var(--track-color,var(--accent-lime))}.TeamsSection-module__eTF6HW__teamRankWrapper{flex-shrink:0;align-items:center;width:80px;display:flex}.TeamsSection-module__eTF6HW__teamRank{font-family:var(--font-display);color:var(--border);font-size:2.5rem;font-weight:400;line-height:1;transition:color .3s}.TeamsSection-module__eTF6HW__teamCard:hover .TeamsSection-module__eTF6HW__teamRank{color:var(--track-color,var(--accent-lime))}.TeamsSection-module__eTF6HW__teamInfo{flex-direction:column;flex:1;gap:4px;display:flex}.TeamsSection-module__eTF6HW__teamName{font-family:var(--font-display);color:var(--text);letter-spacing:.02em;text-transform:uppercase;font-size:1.8rem;font-weight:400;line-height:1.1}.TeamsSection-module__eTF6HW__teamCollege{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem}.TeamsSection-module__eTF6HW__teamBadge{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border:2px solid;border-radius:2px;padding:8px 16px;font-size:.75rem;font-weight:800}@media (max-width:900px){.TeamsSection-module__eTF6HW__teamGrid{grid-template-columns:1fr}}@media (max-width:640px){.TeamsSection-module__eTF6HW__section{padding-bottom:30px}.TeamsSection-module__eTF6HW__header{margin-bottom:24px}.TeamsSection-module__eTF6HW__teamCard{flex-direction:column;align-items:flex-start;gap:12px;padding:20px 16px}.TeamsSection-module__eTF6HW__teamRankWrapper{width:auto}.TeamsSection-module__eTF6HW__teamRank{font-size:2rem}.TeamsSection-module__eTF6HW__teamName{font-size:1.3rem}.TeamsSection-module__eTF6HW__teamCollege{font-size:.72rem}.TeamsSection-module__eTF6HW__teamBadge{white-space:normal;align-self:flex-start;line-height:1.4}}@media (max-width:480px){.TeamsSection-module__eTF6HW__section{padding-bottom:20px}.TeamsSection-module__eTF6HW__header{margin-bottom:20px}.TeamsSection-module__eTF6HW__tabBtn{padding:10px 14px;font-size:.7rem}.TeamsSection-module__eTF6HW__teamCard{padding:16px 12px}.TeamsSection-module__eTF6HW__teamRank{font-size:1.7rem}.TeamsSection-module__eTF6HW__teamName{font-size:1.15rem}.TeamsSection-module__eTF6HW__teamBadge{text-align:center;justify-content:center;width:100%}}.TeamsSection-module__eTF6HW__pagination{justify-content:center;align-items:center;gap:32px;margin-top:40px;display:flex}.TeamsSection-module__eTF6HW__pageInfo{font-family:var(--font-mono);letter-spacing:.05em;color:var(--text);text-transform:uppercase;white-space:nowrap;font-size:.9rem;font-weight:800}
.RegistrationInfoSection-module__4VBw-a__section{background:var(--bg);border-top:2px solid var(--border);padding-bottom:80px}.RegistrationInfoSection-module__4VBw-a__header{margin-bottom:40px}.RegistrationInfoSection-module__4VBw-a__header .section-sub{max-width:none}.RegistrationInfoSection-module__4VBw-a__registrationCard{border:2px solid var(--border);border-radius:var(--radius);background:#11101080;flex-direction:column;gap:24px;padding:24px;display:flex;position:relative}.RegistrationInfoSection-module__4VBw-a__registrationIntro{flex-direction:column;gap:16px;display:flex}.RegistrationInfoSection-module__4VBw-a__registrationIntro h3{max-width:calc(100% - 340px);font-family:var(--font-display);letter-spacing:-.04em;text-transform:uppercase;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1}.RegistrationInfoSection-module__4VBw-a__registrationIntro p{max-width:760px;color:var(--text-muted);margin:0;font-size:1.1rem;line-height:1.7}.RegistrationInfoSection-module__4VBw-a__ctaRow{position:absolute;top:24px;right:24px}.RegistrationInfoSection-module__4VBw-a__registrationButton{padding:16px 36px;font-size:.95rem}.RegistrationInfoSection-module__4VBw-a__registrationGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.RegistrationInfoSection-module__4VBw-a__infoCard{border:2px solid var(--border);border-radius:var(--radius);background:#ffffff05;padding:20px}.RegistrationInfoSection-module__4VBw-a__infoCard h4{font-family:var(--font-display);letter-spacing:-.03em;text-transform:uppercase;margin:0 0 12px;font-size:1.5rem}.RegistrationInfoSection-module__4VBw-a__infoCard ul{color:var(--text-muted);flex-direction:column;gap:10px;margin:0;padding-left:18px;line-height:1.6;display:flex}@media (max-width:900px){.RegistrationInfoSection-module__4VBw-a__registrationGrid{grid-template-columns:1fr}}@media (max-width:640px){.RegistrationInfoSection-module__4VBw-a__section{padding-bottom:64px}.RegistrationInfoSection-module__4VBw-a__header{margin-bottom:24px}.RegistrationInfoSection-module__4VBw-a__registrationCard{padding:18px 16px}.RegistrationInfoSection-module__4VBw-a__registrationIntro h3{max-width:none;font-size:clamp(1.6rem,9vw,2.2rem);line-height:1.05}.RegistrationInfoSection-module__4VBw-a__registrationIntro p{font-size:1rem}.RegistrationInfoSection-module__4VBw-a__ctaRow,.RegistrationInfoSection-module__4VBw-a__ctaRow a{width:100%}.RegistrationInfoSection-module__4VBw-a__ctaRow{order:1;margin-top:0;position:static}.RegistrationInfoSection-module__4VBw-a__infoCard{padding:16px}.RegistrationInfoSection-module__4VBw-a__infoCard h4{font-size:1.2rem}.RegistrationInfoSection-module__4VBw-a__infoCard ul{gap:8px;font-size:.92rem}}@media (max-width:480px){.RegistrationInfoSection-module__4VBw-a__section{padding-bottom:52px}.RegistrationInfoSection-module__4VBw-a__header{margin-bottom:20px}.RegistrationInfoSection-module__4VBw-a__registrationCard{padding:16px 14px}}
.FAQSection-module__D9dZAW__section{background:var(--surface);border-top:1px solid var(--border)}.FAQSection-module__D9dZAW__layout{grid-template-columns:1fr 1.6fr;align-items:start;gap:80px;display:grid}.FAQSection-module__D9dZAW__left{top:calc(var(--nav-height) + 24px);position:sticky}.FAQSection-module__D9dZAW__email{color:var(--accent-lime);text-underline-offset:3px;text-decoration:underline;transition:opacity .2s}.FAQSection-module__D9dZAW__email:hover{opacity:.7}.FAQSection-module__D9dZAW__right{flex-direction:column;gap:0;display:flex}.FAQSection-module__D9dZAW__item{border-bottom:1px solid var(--border);overflow:hidden}.FAQSection-module__D9dZAW__question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:24px 0;transition:color .2s;display:flex}.FAQSection-module__D9dZAW__question:hover .FAQSection-module__D9dZAW__qText{color:var(--accent-lime)}.FAQSection-module__D9dZAW__question:hover .FAQSection-module__D9dZAW__icon{color:var(--accent-lime);border-color:var(--accent-lime)}.FAQSection-module__D9dZAW__qText{color:var(--text);font-size:1rem;font-weight:600;line-height:1.4;transition:color .2s}.FAQSection-module__D9dZAW__icon{font-family:var(--font-mono);color:var(--text-muted);border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.4rem;font-weight:400;line-height:1;transition:all .25s;display:flex}.FAQSection-module__D9dZAW__iconOpen{color:var(--accent-lime);border-color:var(--accent-lime);transform:rotate(45deg)}.FAQSection-module__D9dZAW__answer{color:var(--text-muted);padding-bottom:24px;padding-right:48px;font-size:.92rem;line-height:1.8}@media (max-width:900px){.FAQSection-module__D9dZAW__layout{grid-template-columns:1fr;gap:40px}.FAQSection-module__D9dZAW__left{position:static}}
.SponsorsSection-module__NqK8la__section{background:var(--bg);border-top:2px solid var(--text)}.SponsorsSection-module__NqK8la__header{max-width:100%;margin-bottom:56px}.SponsorsSection-module__NqK8la__header p{max-width:100%}.SponsorsSection-module__NqK8la__tier{margin-bottom:48px}.SponsorsSection-module__NqK8la__tierLabel{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--text);border-bottom:2px solid var(--text);margin-bottom:16px;padding-bottom:8px;font-size:.72rem;font-weight:800}.SponsorsSection-module__NqK8la__tierGrid{gap:20px;margin-top:16px;display:grid}.SponsorsSection-module__NqK8la__gridSponsors{grid-template-columns:repeat(3,1fr)}.SponsorsSection-module__NqK8la__gridInKind{grid-template-columns:repeat(2,1fr)}.SponsorsSection-module__NqK8la__card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius);flex-direction:column;height:100%;padding:28px 24px 32px;transition:all .2s;display:flex}.SponsorsSection-module__NqK8la__logoWrap{aspect-ratio:1;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:172px;height:auto;margin-bottom:18px;padding:12px;display:flex;overflow:hidden}.SponsorsSection-module__NqK8la__logoImg{object-fit:contain;max-width:100%;max-height:100%}.SponsorsSection-module__NqK8la__logoPlaceholder{color:#9a9a9a;width:100%;height:100%;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;border:2px dashed #c9c9c9;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:.68rem;display:flex}.SponsorsSection-module__NqK8la__sName{font-family:var(--font-display);letter-spacing:.05em;color:var(--text);margin-bottom:12px;font-size:1.4rem;font-weight:400}.SponsorsSection-module__NqK8la__sDesc{font-family:var(--font-sans);color:var(--text-muted);flex:1;margin-bottom:24px;font-size:.9rem;line-height:1.5}.SponsorsSection-module__NqK8la__sLink{font-family:var(--font-mono);color:var(--text);border:2px solid var(--border);border-radius:4px;align-self:flex-start;padding:8px 16px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .2s}.SponsorsSection-module__NqK8la__card:hover .SponsorsSection-module__NqK8la__sLink{color:var(--surface);background:currentColor;border-color:currentColor}.SponsorsSection-module__NqK8la__card:hover{transform:translateY(-4px);box-shadow:4px 4px #ffffff0d}.SponsorsSection-module__NqK8la__sponsor:hover{border-color:#4ecdc4;box-shadow:6px 6px #4ecdc433}.SponsorsSection-module__NqK8la__sponsor:hover .SponsorsSection-module__NqK8la__sLink{color:var(--surface);background:#4ecdc4;border-color:#4ecdc4}.SponsorsSection-module__NqK8la__inKind:hover{border-color:#a78bfa;box-shadow:6px 6px #a78bfa33}.SponsorsSection-module__NqK8la__inKind:hover .SponsorsSection-module__NqK8la__sLink{color:var(--surface);background:#a78bfa;border-color:#a78bfa}@media (max-width:1000px){.SponsorsSection-module__NqK8la__gridSponsors{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.SponsorsSection-module__NqK8la__gridSponsors,.SponsorsSection-module__NqK8la__gridInKind{grid-template-columns:1fr}}
.Footer-module__JpGO5q__footer{background:var(--surface);border-top:2px solid var(--text);overflow:hidden}.Footer-module__JpGO5q__cta{background:var(--accent-lime);border-bottom:2px solid var(--text);padding:80px 0;position:relative;overflow:hidden}.Footer-module__JpGO5q__cta:before{content:"";pointer-events:none;background:radial-gradient(at 50% 100%,#c8f13514 0%,#0000 70%);position:absolute;inset:0}.Footer-module__JpGO5q__ctaInner{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:0 24px;display:flex}.Footer-module__JpGO5q__ctaLabel{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:#111010b3;margin-bottom:16px;font-size:.75rem;font-weight:700}.Footer-module__JpGO5q__ctaTitle{color:#111010;text-transform:uppercase;letter-spacing:-.04em;margin-bottom:32px;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1}.Footer-module__JpGO5q__countdown{justify-content:center;align-items:center;gap:8px;width:100%;max-width:500px;margin-bottom:32px;display:flex}.Footer-module__JpGO5q__unit{border-radius:var(--radius);background:#111010;border:2px solid #0006;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:80px;padding:16px 18px;transition:transform .2s;display:flex;box-shadow:4px 4px #00000059}.Footer-module__JpGO5q__num{font-family:var(--font-mono);color:var(--accent-lime);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1}.Footer-module__JpGO5q__unitLabel{font-family:var(--font-mono);letter-spacing:.15em;color:#c8f1358c;margin-top:6px;font-size:.6rem}.Footer-module__JpGO5q__colon{font-family:var(--font-mono);color:#11101066;align-self:flex-start;margin-top:22px;font-size:1.8rem;font-weight:700;line-height:1}.Footer-module__JpGO5q__ctaSub{color:#111010;margin-bottom:40px;font-size:1.1rem;font-weight:600}.Footer-module__JpGO5q__ctaBtn{padding:16px 40px;font-size:.9rem;color:var(--accent-lime)!important;background:#111010!important;border-color:#111010!important;box-shadow:4px 4px #00000080!important}.Footer-module__JpGO5q__ctaBtn:hover{transform:translate(2px,2px);background:#222!important;box-shadow:2px 2px #00000080!important}.Footer-module__JpGO5q__bottom{padding:0}.Footer-module__JpGO5q__copyrightSymbol{vertical-align:-.18em;font-size:1.35em;line-height:1;display:inline-block}.Footer-module__JpGO5q__bottomInner{grid-template-columns:2fr 1fr 1.2fr;gap:48px;max-width:1200px;margin:0 auto;padding:64px 24px 48px;display:grid}.Footer-module__JpGO5q__logoCol{flex-direction:column;gap:16px;display:flex}.Footer-module__JpGO5q__logo{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:flex}.Footer-module__JpGO5q__logoIcon{background:var(--accent-lime);color:#111010;border-radius:2px;padding:2px 6px;font-size:.8rem;font-weight:800}.Footer-module__JpGO5q__logoAccent{color:var(--accent-lime)}.Footer-module__JpGO5q__logoSub{font-family:var(--font-mono);letter-spacing:.05em;color:var(--text-muted);margin-bottom:24px;font-size:.78rem;line-height:1.5}.Footer-module__JpGO5q__social{gap:10px;margin-top:4px;display:flex}.Footer-module__JpGO5q__emailLink{width:fit-content;font-family:var(--font-mono);letter-spacing:.04em;color:var(--accent-lime);text-underline-offset:4px;font-size:.8rem;text-decoration:underline;text-decoration-thickness:1.5px;transition:color .15s,transform .15s,text-decoration-thickness .15s;display:inline-block}.Footer-module__JpGO5q__emailLink:hover{color:#e2ff72;text-decoration-thickness:2px;transform:translate(3px)}.Footer-module__JpGO5q__socialBtn{border:2px solid var(--border);border-radius:var(--radius);width:36px;height:36px;font-family:var(--font-mono);color:var(--text-muted);box-shadow:2px 2px 0px var(--accent-lime);justify-content:center;align-items:center;font-size:.9rem;font-weight:800;transition:all .1s;display:flex;position:relative}.Footer-module__JpGO5q__socialBtn:after{content:attr(data-label);white-space:nowrap;border:1px solid var(--accent-lime);color:var(--accent-lime);font-family:var(--font-mono);letter-spacing:.04em;opacity:0;visibility:hidden;pointer-events:none;background:#111010f5;border-radius:6px;padding:6px 8px;font-size:.62rem;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 0 12px #c8f13540}.Footer-module__JpGO5q__socialBtn:hover{background:var(--surface-2);color:var(--accent-lime)}.Footer-module__JpGO5q__socialBtn:hover:after{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Footer-module__JpGO5q__artCol{justify-content:flex-end;align-items:flex-start;display:flex}.Footer-module__JpGO5q__polaroid{background:var(--surface);border:2px solid var(--border);border-radius:4px;width:100%;max-width:220px;padding:12px 12px 24px;transition:transform .3s;transform:rotate(3deg);box-shadow:6px 6px #0006}.Footer-module__JpGO5q__polaroid:hover{transform:rotate(0)scale(1.05)}.Footer-module__JpGO5q__polaroidInner{background:#000;border:1px solid #ffffff1a;border-radius:2px;justify-content:center;align-items:center;height:160px;margin-bottom:16px;display:flex;position:relative;overflow:hidden}.Footer-module__JpGO5q__blackHole{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Footer-module__JpGO5q__eventHorizon{z-index:2;background:#050505;border-radius:50%;width:50px;height:50px;position:absolute;box-shadow:inset 0 0 10px #000,0 0 15px #c8f13566}.Footer-module__JpGO5q__photonRing{border:2px solid var(--accent-lime);z-index:1;width:54px;height:54px;box-shadow:0 0 12px var(--accent-lime);border-radius:50%;animation:3s ease-in-out infinite alternate Footer-module__JpGO5q__pulseRing;position:absolute}.Footer-module__JpGO5q__accretionDisk{z-index:0;background:radial-gradient(#c8f13566 0%,#0000 70%);border-radius:50%;width:120px;height:40px;animation:8s linear infinite Footer-module__JpGO5q__spinDisk;position:absolute;transform:rotate(20deg)}@keyframes Footer-module__JpGO5q__pulseRing{0%{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}@keyframes Footer-module__JpGO5q__spinDisk{0%{filter:hue-rotate();transform:rotate(20deg)scale(1)}50%{filter:hue-rotate(20deg);transform:rotate(20deg)scale(1.1)}to{filter:hue-rotate();transform:rotate(20deg)scale(1)}}.Footer-module__JpGO5q__polaroidCaption{font-family:var(--font-mono);color:var(--text-muted);text-align:center;letter-spacing:.05em;justify-content:center;align-items:center;gap:8px;font-size:.75rem;font-weight:800;display:flex}.Footer-module__JpGO5q__captionDot{background:var(--accent-lime);width:6px;height:6px;box-shadow:0 0 8px var(--accent-lime);border-radius:50%;animation:1s step-end infinite Footer-module__JpGO5q__blink}@keyframes Footer-module__JpGO5q__blink{50%{opacity:0}}.Footer-module__JpGO5q__col{flex-direction:column;gap:12px;display:flex}.Footer-module__JpGO5q__colTitle{font-family:var(--font-mono);letter-spacing:.15em;color:var(--text-muted);text-transform:uppercase;margin-bottom:4px;font-size:.7rem}.Footer-module__JpGO5q__footerLink{font-family:var(--font-mono);color:var(--text-muted);font-size:.82rem;transition:color .2s}.Footer-module__JpGO5q__footerLink:hover{color:var(--accent-lime)}.Footer-module__JpGO5q__bar{border-top:2px solid var(--border);justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:20px 24px;display:flex}.Footer-module__JpGO5q__barLeft,.Footer-module__JpGO5q__barRight{font-family:var(--font-mono);color:var(--text-muted);font-size:.72rem}.Footer-module__JpGO5q__statusDot{color:var(--accent-lime)}.Footer-module__JpGO5q__animationSection{background:var(--accent-lime);border-top:2px solid var(--text);border-bottom:2px solid var(--text);padding:12px 0;overflow:hidden}.Footer-module__JpGO5q__marqueeContainer{white-space:nowrap;width:max-content;display:flex}.Footer-module__JpGO5q__marqueeContent{gap:32px;padding-right:32px;animation:20s linear infinite Footer-module__JpGO5q__scrollMarquee;display:flex}.Footer-module__JpGO5q__marqueeContainer span{font-family:var(--font-display);color:#111010;text-transform:uppercase;letter-spacing:-.02em;font-size:clamp(6rem,15vw,12rem);font-weight:400;line-height:.8}.Footer-module__JpGO5q__marqueeOutline{-webkit-text-stroke:2px #111010;color:#0000!important}@keyframes Footer-module__JpGO5q__scrollMarquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (max-width:900px){.Footer-module__JpGO5q__bottomInner{grid-template-columns:1fr 1fr}.Footer-module__JpGO5q__logoCol{grid-column:1/-1}.Footer-module__JpGO5q__artCol{display:none}}@media (max-width:600px){.Footer-module__JpGO5q__cta{padding:60px 0}.Footer-module__JpGO5q__ctaInner{padding:0 16px}.Footer-module__JpGO5q__ctaTitle{margin-bottom:24px;font-size:clamp(1.8rem,8vw,2.4rem)}.Footer-module__JpGO5q__countdown{gap:4px;width:100%;max-width:380px;margin-bottom:24px;margin-left:auto;margin-right:auto}.Footer-module__JpGO5q__unit{min-width:0;padding:10px 4px;box-shadow:3px 3px #00000059}.Footer-module__JpGO5q__num{font-size:clamp(1.35rem,5.5vw,1.65rem)}.Footer-module__JpGO5q__unitLabel{letter-spacing:.08em;margin-top:4px;font-size:.5rem}.Footer-module__JpGO5q__colon{margin-top:12px;font-size:1.25rem}.Footer-module__JpGO5q__ctaSub{margin-bottom:28px;padding:0 8px;font-size:.95rem}.Footer-module__JpGO5q__bottomInner{grid-template-columns:1fr}.Footer-module__JpGO5q__bar{text-align:center;flex-direction:column;gap:8px}}@media (max-width:380px){.Footer-module__JpGO5q__ctaInner{padding:0 10px}.Footer-module__JpGO5q__countdown{gap:2px}.Footer-module__JpGO5q__unit{padding:8px 2px}.Footer-module__JpGO5q__num{font-size:1.2rem}.Footer-module__JpGO5q__colon{margin-top:10px;font-size:1rem}}
.SplashScreen-module__JYo4va__splash{z-index:9999;background:#0d0d0d;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 8vw;display:flex;position:fixed;inset:0;overflow:hidden}.SplashScreen-module__JYo4va__wordRow{align-items:flex-end;line-height:1;display:flex}.SplashScreen-module__JYo4va__charClip{padding-bottom:.04em;line-height:1;overflow:hidden}.SplashScreen-module__JYo4va__charLetter{font-family:"Bebas Neue", "Anton", var(--font-display), sans-serif;text-transform:uppercase;letter-spacing:.02em;will-change:transform, color;font-variant-numeric:tabular-nums;font-size:clamp(5.5rem,16vw,14rem);font-weight:400;line-height:1;display:block}.SplashScreen-module__JYo4va__subClip{margin-top:18px;overflow:hidden}.SplashScreen-module__JYo4va__subLabel{font-family:var(--font-mono);letter-spacing:.28em;text-transform:uppercase;color:#888580;will-change:transform, opacity;font-size:clamp(.65rem,1.2vw,.85rem);font-weight:700}.SplashScreen-module__JYo4va__corner{font-family:var(--font-mono);color:#c8f135;letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;font-weight:700;position:absolute;top:36px;left:8vw}.SplashScreen-module__JYo4va__scanLine{pointer-events:none;will-change:transform, opacity;background:linear-gradient(90deg,#0000 0%,#c8f135 40% 60%,#0000 100%);height:2px;position:absolute;top:0;left:0;right:0}.SplashScreen-module__JYo4va__progressTrack{background:#ffffff0f;height:3px;position:absolute;bottom:0;left:0;right:0}.SplashScreen-module__JYo4va__progressBar{transform-origin:0;background:#c8f135;width:100%;height:100%}
.TickerTape-module__ZE-_jq__tickerWrapper{background-color:var(--accent-lime,#c8f135);color:#111010;border-top:2px solid var(--border);border-bottom:2px solid var(--border);white-space:nowrap;z-index:10;width:100%;padding:14px 0;display:flex;position:relative;overflow:hidden}.TickerTape-module__ZE-_jq__tickerContent{flex-shrink:0;gap:40px;padding-right:40px;animation:25s linear infinite TickerTape-module__ZE-_jq__scroll;display:flex}.TickerTape-module__ZE-_jq__tickerWrapper:hover .TickerTape-module__ZE-_jq__tickerContent{animation-play-state:paused}.TickerTape-module__ZE-_jq__tickerItem{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:40px;font-size:1.1rem;font-weight:900;display:flex}.TickerTape-module__ZE-_jq__separator{color:#1110104d}@keyframes TickerTape-module__ZE-_jq__scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (max-width:768px){.TickerTape-module__ZE-_jq__tickerWrapper{padding:10px 0}.TickerTape-module__ZE-_jq__tickerItem{gap:32px;font-size:.95rem}.TickerTape-module__ZE-_jq__tickerContent{gap:32px;padding-right:32px}}
