@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Manrope:wght@400;500;600;700&family=Marcellus+SC&family=Sora:wght@400;500;600;700&display=swap";:root{--bg:#050507;--bg-2:#090a0d;--bg-3:#0e1014;--panel:#101217;--panel-2:#14171d;--panel-3:#191c23;--text:#f4f3ef;--text-2:#c8c7c2;--muted:#81838b;--line:rgba(255,255,255,.09);--line-strong:rgba(255,255,255,.16);--red:#e54b43;--red-2:#ff6258;--red-soft:rgba(229,75,67,.12);--silver:#aeb8c6;--success:#65d69c;--warning:#e6b85c;--danger:#ef6971;--shadow:0 30px 80px rgba(0,0,0,.38);--display:"Marcellus SC",serif;--heading:"Sora",sans-serif;--body:"Manrope",sans-serif;font-family:var(--body);background:var(--bg);color:var(--text)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;min-width:320px;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}img,svg{display:block}::selection{background:var(--red);color:#fff}.container{width:min(1200px,calc(100% - 42px));margin:0 auto}.app-shell{min-height:100vh;background:var(--bg);overflow:hidden}.muted{color:var(--muted);font-size:12px}.site-header{position:fixed;left:0;right:0;top:0;z-index:200;height:78px;padding:0 max(21px,calc((100vw - 1200px)/2));display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,rgba(5,5,7,.92),rgba(5,5,7,.62),transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wordmark{display:flex;align-items:center;gap:11px}.wordmark>.mark{width:42px;height:42px;display:grid;place-items:center;position:relative;border:1px solid rgba(255,255,255,.16);overflow:hidden}.wordmark>.mark:before,.wordmark>.mark:after{content:"";position:absolute;width:54px;height:1px;background:var(--red);transform:rotate(45deg)}.wordmark>.mark:after{transform:rotate(-45deg)}.wordmark>.mark b{position:relative;z-index:2;font:500 14px var(--display);color:#fff;background:var(--bg);padding:2px 5px}.wordmark>.mark i{display:none}.wordmark>span:last-child{display:flex;align-items:baseline;gap:8px}.wordmark strong{font:500 13px var(--display);letter-spacing:.08em}.wordmark small{font:700 8px var(--heading);color:var(--red);letter-spacing:.12em}.site-header nav{display:flex;align-items:center;gap:24px}.site-header nav>a{font-size:10px;font-weight:700;color:#9c9da4;transition:.2s}.site-header nav>a:hover,.site-header nav>a.active{color:#fff}.login-link{padding:10px 12px;border:1px solid var(--line)}.header-cta{padding:11px 14px;background:#fff;color:#09090b!important;display:flex;align-items:center;gap:6px}.menu-button{display:none;border:0;background:none;color:#fff}.site-footer{padding:30px max(21px,calc((100vw - 1200px)/2));display:flex;justify-content:space-between;align-items:center;gap:20px;background:#030304;border-top:1px solid var(--line)}.footer-wordmark strong{display:block;font:500 12px var(--display);letter-spacing:.08em}.footer-wordmark span{display:block;margin-top:5px;font-size:9px;color:#696b72}.footer-right{text-align:right}.footer-right span{display:block;font-size:7px;letter-spacing:.14em;color:#62646c}.footer-right strong{display:block;margin-top:5px;font:500 10px var(--heading);color:#c9c9c7}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease var(--reveal-delay),transform .75s cubic-bezier(.2,.7,.2,1) var(--reveal-delay)}.reveal.is-visible{opacity:1;transform:none}.home-hero{min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;background:radial-gradient(circle at 72% 48%,rgba(229,75,67,.1),transparent 26%),radial-gradient(circle at 48% 110%,rgba(76,92,120,.08),transparent 30%),linear-gradient(180deg,#050507,#06070a)}.hero-grid{position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:74px 74px;-webkit-mask-image:radial-gradient(circle at center,black 20%,transparent 82%);mask-image:radial-gradient(circle at center,black 20%,transparent 82%)}.hero-glow{position:absolute;left:50%;top:50%;width:900px;height:900px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,255,255,.022),transparent 62%)}.hero-bg-word{position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);font:500 clamp(130px,24vw,370px)/1 var(--display);letter-spacing:-.08em;white-space:nowrap;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.025);-webkit-user-select:none;user-select:none}.hero-x{position:absolute;right:7vw;top:50%;width:430px;height:430px;transform:translateY(-46%);display:grid;place-items:center;opacity:.92}.x-line{position:absolute;width:330px;height:2px;background:linear-gradient(90deg,transparent,rgba(229,75,67,.7),transparent);transform-origin:center}.x-line.one{transform:rotate(45deg);animation:xPulse 5s ease-in-out infinite}.x-line.two{transform:rotate(-45deg);animation:xPulse 5s ease-in-out infinite reverse}.x-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.07)}.x-ring.ring-a{inset:28px;animation:spin 28s linear infinite}.x-ring.ring-b{inset:95px;border-style:dashed;border-color:#e54b432e;animation:spin 17s linear infinite reverse}.x-ring:before,.x-ring:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:var(--red);top:50%;box-shadow:0 0 18px #e54b4380}.x-ring:before{left:-3px}.x-ring:after{right:-3px}.x-core{font:500 140px/1 var(--display);color:#ffffff0b;text-shadow:0 0 80px rgba(229,75,67,.08)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes xPulse{50%{opacity:.35;transform:rotate(45deg) scale(.96)}}.hero-content{position:relative;z-index:5;padding-top:82px}.hero-topline{position:absolute;top:110px;left:0;right:0;display:flex;align-items:center;justify-content:space-between}.live-pill{display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(101,214,156,.18);background:#65d69c0a;font-size:7px;font-weight:700;letter-spacing:.12em;color:#9ac8af}.live-pill i{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 12px var(--success);animation:blink 1.7s ease infinite}@keyframes blink{50%{opacity:.35}}.hero-dept{font-size:8px;letter-spacing:.2em;color:#606269}.hero-center{max-width:760px;padding-top:86px}.hero-edition{font:500 10px var(--display);letter-spacing:.22em;color:#9a9ca3}.home-hero h1{font:500 clamp(72px,10.5vw,154px)/.76 var(--display);letter-spacing:-.065em;margin:22px 0 0}.home-hero h1>span{display:block;font-size:.32em;letter-spacing:.22em;color:#a4a6ac;margin-bottom:13px}.home-hero h1>em{font-style:normal;font:700 .18em var(--heading);letter-spacing:.15em;color:var(--red);margin-left:17px;vertical-align:top}.hero-lead{margin:35px 0 0;font:500 clamp(20px,2.4vw,30px)/1.3 var(--heading);letter-spacing:-.03em}.hero-copy-text{max-width:630px;margin:15px 0 0;color:#7e8088;font-size:12px;line-height:1.85}.hero-buttons{display:flex;gap:9px;margin-top:30px}.primary-button,.secondary-button{min-height:48px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;font-size:9px;font-weight:700;transition:.25s}.primary-button{background:var(--red);color:#fff;box-shadow:0 12px 32px #e54b431f}.primary-button:hover{background:var(--red-2);transform:translateY(-2px)}.secondary-button{border-color:var(--line-strong);color:#d4d4d1;background:#ffffff04}.secondary-button:hover{border-color:#ffffff52;background:#ffffff09}.hero-info-rail{position:absolute;left:0;right:0;bottom:52px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);max-width:840px}.hero-info-rail>div{padding:14px 20px 0 0}.hero-info-rail span{display:block;font-size:7px;letter-spacing:.12em;color:#565861}.hero-info-rail strong{display:block;margin-top:5px;font:500 10px var(--heading);color:#d3d3d0}.hero-scroll-cue{position:absolute;right:0;bottom:48px;display:flex;gap:7px;align-items:center;color:#5c5e66;font-size:7px;letter-spacing:.13em}.ticker-strip{height:42px;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#08090b}.ticker-track{height:100%;width:max-content;display:flex;align-items:center;gap:22px;white-space:nowrap;animation:ticker 35s linear infinite}.ticker-track span{font:500 8px var(--heading);letter-spacing:.12em;color:#6e7078}.ticker-track b{color:var(--red);font-weight:400}@keyframes ticker{to{transform:translate(-45%)}}.section-title{max-width:740px}.section-title.center{text-align:center;margin-left:auto;margin-right:auto}.section-title-meta{display:flex;align-items:center;gap:10px}.section-index{font:500 10px var(--display);color:var(--red)}.section-eyebrow{font-size:7px;letter-spacing:.18em;font-weight:700;color:#74767e}.section-title h2{font:500 clamp(36px,5vw,64px)/1.02 var(--heading);letter-spacing:-.055em;margin:11px 0 0}.section-title p{max-width:650px;margin:17px 0 0;color:#777981;font-size:11px;line-height:1.8}.section-title.center p{margin-left:auto;margin-right:auto}.about-block{padding:110px 0;background:#08090c;border-top:1px solid var(--line)}.about-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start}.about-quote{margin-top:85px;padding:28px;border-left:1px solid rgba(229,75,67,.45);background:linear-gradient(90deg,rgba(229,75,67,.035),transparent)}.quote-mark{font:500 68px/1 var(--display);color:var(--red);height:38px}.about-quote h3{font:500 23px/1.4 var(--heading);letter-spacing:-.03em;margin:14px 0 10px}.about-quote p{color:#72747c;font-size:10px;line-height:1.7;margin:0}.about-stats{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);margin-top:10px;border-top:1px solid var(--line)}.stat-line{padding:24px 22px 0 0}.stat-line strong{display:block;font:500 38px var(--display)}.stat-line span{display:block;margin-top:5px;color:#6b6d75;font-size:8px}.domains-block{padding:110px 0;background:#0b0c0f}.domain-list{margin-top:48px;border-top:1px solid var(--line)}.domain-row{min-height:92px;display:grid;grid-template-columns:60px 52px 1fr 1.3fr 30px;gap:18px;align-items:center;border-bottom:1px solid var(--line);transition:.3s;position:relative;overflow:hidden}.domain-row:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(229,75,67,.06),transparent 45%);opacity:0;transition:.3s}.domain-row:hover{padding-left:9px}.domain-row:hover:before{opacity:1}.domain-code{position:relative;z-index:2;font:500 10px var(--display);color:#5c5e66}.domain-icon{position:relative;z-index:2;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);color:#8b8e97}.domain-icon svg{width:19px}.domain-row h3{position:relative;z-index:2;font:500 16px var(--heading);margin:0}.domain-row p{position:relative;z-index:2;color:#686a72;font-size:9px;margin:0}.domain-arrow{position:relative;z-index:2;color:var(--red);font-size:14px}.categories-block{padding:110px 0;background:#07080a}.category-split{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:48px}.category-panel{position:relative;min-height:470px;padding:26px;border:1px solid var(--line);background:#0e1014;overflow:hidden}.category-panel:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--red),transparent)}.category-b:after{background:linear-gradient(90deg,#8693a7,transparent)}.category-bg-letter{position:absolute;right:-5px;bottom:-45px;font:500 260px/1 var(--display);color:#ffffff05}.category-top{display:flex;justify-content:space-between;align-items:center}.category-top span{font-size:7px;letter-spacing:.14em;color:#757780}.category-top svg{width:22px;color:var(--red)}.category-b .category-top svg{color:#9aa5b4}.category-body{position:absolute;left:26px;right:26px;bottom:30px}.category-body small{font-size:7px;letter-spacing:.14em;color:var(--red);font-weight:700}.category-b .category-body small{color:#9aa5b4}.category-body h3{font:500 32px var(--heading);letter-spacing:-.04em;margin:7px 0 11px}.category-body p{max-width:520px;color:#70727a;font-size:10px;line-height:1.7;margin:0}.category-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:20px}.category-tags span{padding:6px 8px;border:1px solid var(--line);background:#ffffff04;font-size:7px;color:#85878f}.journey-block{padding:110px 0;background:#0b0c0f}.journey-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:55px;border-top:1px solid var(--line)}.journey-step{position:relative;padding:28px 18px 0 0;min-height:210px;border-right:1px solid var(--line)}.journey-grid>.reveal:last-child .journey-step{border-right:0}.journey-number{font:500 11px var(--display);color:#5d5f67}.journey-dot{width:7px;height:7px;border-radius:50%;background:var(--red);position:absolute;top:-4px;left:0;box-shadow:0 0 0 6px #e54b430d}.journey-step h3{font:500 15px var(--heading);margin:50px 0 8px}.journey-step p{color:#676971;font-size:9px;line-height:1.65;margin:0}.presentation-block{padding:110px 0;background:#08090b}.presentation-layout{display:grid;grid-template-columns:1fr 260px;gap:60px;align-items:center}.presentation-title-wrap{align-self:center}.time-visual{display:grid;place-items:center}.time-ring{width:230px;height:230px;border-radius:50%;display:grid;place-items:center;position:relative;background:conic-gradient(var(--red) 0 73%,#1a1c22 73%)}.time-ring:before{content:"";position:absolute;inset:9px;border-radius:50%;background:#08090b}.time-ring:after{content:"";position:absolute;inset:33px;border-radius:50%;border:1px solid var(--line)}.time-ring>div{position:relative;z-index:2;text-align:center}.time-ring strong{display:block;font:500 70px/1 var(--display)}.time-ring span{display:block;margin-top:4px;font-size:7px;letter-spacing:.16em;color:#777981}.time-breakdown{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin-top:12px}.time-item{display:grid;grid-template-columns:34px 70px 1fr;align-items:center;gap:14px;padding:20px;border-right:1px solid var(--line)}.time-breakdown>.reveal:last-child .time-item{border-right:0}.time-item svg{width:18px;color:#757780}.time-item strong{font:500 26px var(--display)}.time-item span{font-size:9px;color:#777981}.awards-block{padding:110px 0;background:#0b0c0f}.award-stage{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:end;margin-top:55px}.award-tile{position:relative;min-height:250px;padding:24px;border:1px solid var(--line);background:#101217;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.award-tile.first{min-height:320px;background:linear-gradient(160deg,#171014,#101217 62%);border-color:#e54b4340}.award-tile svg{width:27px;color:#7d8089;margin-bottom:auto}.award-tile.first svg{width:38px;color:var(--red)}.award-tile span{font-size:7px;letter-spacing:.16em;color:#767880}.award-tile strong{font:500 13px var(--heading);margin-top:6px}.award-tile>b{position:absolute;right:16px;bottom:-10px;font:500 78px var(--display);color:#ffffff06}.winner-label{position:absolute;right:15px;top:15px;padding:5px 7px;border:1px solid rgba(229,75,67,.22);color:var(--red);font-size:6px;letter-spacing:.13em}.certificate-callout{display:grid;grid-template-columns:auto 1fr auto;gap:17px;align-items:center;margin-top:12px;padding:20px 22px;border:1px solid var(--line);background:#0f1115}.certificate-callout>svg{width:22px;color:var(--red)}.certificate-callout small{font-size:6px;letter-spacing:.14em;color:var(--red)}.certificate-callout h3{font:500 15px var(--heading);margin:4px 0}.certificate-callout p{font-size:8px;color:#676971;margin:0}.certificate-callout a{display:flex;align-items:center;gap:6px;font-size:8px;font-weight:700;color:#bbbcc1}.final-block{padding:95px 0;background:#050507;border-top:1px solid var(--line);position:relative;overflow:hidden}.final-layout{display:grid;grid-template-columns:190px 1fr auto;gap:42px;align-items:center}.final-x{font:500 170px/1 var(--display);color:transparent;-webkit-text-stroke:1px rgba(229,75,67,.32);text-align:center}.final-layout small{font-size:7px;letter-spacing:.14em;color:var(--red)}.final-layout h2{font:500 clamp(38px,5vw,64px)/1.02 var(--heading);letter-spacing:-.05em;margin:8px 0}.final-layout p{font-size:9px;color:#62646b;margin:0}.final-action{justify-self:end}.subpage{min-height:100vh;background:#08090c;padding-bottom:90px}.subpage-hero{padding:160px 0 75px;border-bottom:1px solid var(--line);position:relative;overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(229,75,67,.07),transparent 28%)}.subpage-hero:after{content:"HACKX";position:absolute;right:-20px;bottom:-50px;font:500 150px var(--display);color:#ffffff05}.page-kicker{font-size:7px;letter-spacing:.16em;color:var(--red);font-weight:700}.subpage-hero h1{font:500 clamp(55px,8vw,95px)/1 var(--display);margin:10px 0}.subpage-hero p{max-width:600px;color:#74767e;font-size:11px;line-height:1.7}.rules-shell{display:grid;grid-template-columns:250px 1fr;gap:18px;align-items:start;padding-top:45px}.rules-summary-card{position:sticky;top:100px;padding:20px;border:1px solid var(--line);background:#0f1115}.summary-icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid var(--line);margin-bottom:28px;color:var(--red)}.rules-summary-card>small{font-size:7px;letter-spacing:.14em;color:#6d6f76}.summary-row{padding:12px 0;border-top:1px solid var(--line)}.summary-row span{display:block;font-size:7px;color:#64666d}.summary-row b{display:block;margin-top:4px;font:500 10px var(--heading)}.summary-icons{display:flex;gap:8px;padding-top:15px;color:#64666e}.summary-icons svg{width:16px}.rules-content{display:grid;gap:8px}.rule-item{display:grid;grid-template-columns:45px 1fr;gap:13px;padding:18px;border:1px solid var(--line);background:#0d0f13}.rule-item>span{font:500 9px var(--display);color:var(--red)}.rule-item h3{font:500 13px var(--heading);margin:0}.rule-item p{font-size:9px;line-height:1.65;color:#73757d;margin:6px 0 0}.clarification-card{display:flex;gap:11px;padding:17px;border:1px solid rgba(230,184,92,.18);background:#e6b85c09;color:#c8a45b}.clarification-card svg{width:18px;flex:0 0 auto}.clarification-card strong{font:500 10px var(--heading)}.clarification-card p{font-size:8px;line-height:1.6;color:#9e844f}.awards-page-content{padding-top:70px}.page-stage{margin-top:50px}.certificate-feature{display:grid;grid-template-columns:70px 1fr;gap:22px;align-items:center;margin-top:18px;padding:28px;border:1px solid var(--line);background:#0e1014}.certificate-feature-icon{width:64px;height:64px;display:grid;place-items:center;border:1px solid var(--line);color:var(--red)}.certificate-feature small{font-size:7px;letter-spacing:.14em;color:var(--red)}.certificate-feature h2{font:500 23px var(--heading);margin:5px 0}.certificate-feature p{font-size:9px;color:#71737a;line-height:1.65;margin:0}.results-content{padding-top:50px}.empty-panel{min-height:340px;display:grid;place-items:center;border:1px solid var(--line);background:#0d0f13;color:#72747b}.results-locked{align-content:center;text-align:center;padding:30px}.results-locked svg{width:38px;color:#5d6068;margin-bottom:15px}.results-locked small{font-size:7px;letter-spacing:.13em;color:#5d5f66}.results-locked h2{font:500 27px var(--heading);margin:5px 0}.results-locked p{font-size:9px;color:#686a72}.winner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.winner-card{min-height:330px;padding:22px;position:relative;display:flex;flex-direction:column;border:1px solid var(--line);background:#0e1014}.winner-card.first{border-color:#e54b4340}.winner-rank{position:absolute;right:14px;top:9px;font:500 45px var(--display);color:#171920}.winner-card>svg{width:28px;color:#71747c;margin-bottom:48px}.winner-card.first>svg{color:var(--red)}.winner-card>span{font-size:7px;letter-spacing:.13em;color:var(--red)}.winner-card h2{font:500 21px var(--heading);margin:6px 0}.winner-card p{font-size:9px;color:#757780}.winner-card>small{font-size:7px;color:#666870}.winner-members{margin-top:auto;display:flex;gap:5px;flex-wrap:wrap}.winner-members b{padding:5px 7px;border:1px solid var(--line);font-size:7px;color:#92949c}.auth-screen,.success-screen{min-height:100vh;padding:110px 20px 55px;display:grid;place-items:center;background:radial-gradient(circle at 50% 45%,rgba(229,75,67,.06),transparent 30%),#07080a}.auth-panel,.success-panel{width:min(470px,100%);padding:32px;border:1px solid var(--line);background:#0e1014;box-shadow:var(--shadow)}.auth-icon,.success-check{width:58px;height:58px;display:grid;place-items:center;border:1px solid var(--line);margin-bottom:25px;color:var(--red)}.auth-kicker,.success-panel>span{font-size:7px;letter-spacing:.15em;color:var(--red);font-weight:700}.auth-panel h1,.success-panel h1{font:500 30px/1.15 var(--heading);letter-spacing:-.04em;margin:7px 0 10px}.auth-panel>p,.success-panel>p{font-size:9px;line-height:1.7;color:#72747c}.auth-panel label{display:block;margin-top:13px}.auth-panel label>span{display:block;font-size:7px;font-weight:700;color:#7b7d84;margin-bottom:5px}.auth-panel input{width:100%;padding:11px 12px;border:1px solid var(--line);background:#090a0d;color:#fff;outline:none}.auth-panel input:focus{border-color:#e54b438c}.auth-submit{width:100%;min-height:45px;margin-top:16px;border:0;background:var(--red);color:#fff;font-size:8px;font-weight:700}.credentials-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:20px 0 9px}.credentials-grid>div{padding:15px;border:1px solid var(--line);background:#090a0d}.credentials-grid span{display:block;font-size:6px;color:#686a71}.credentials-grid strong{display:block;font:500 18px var(--display);margin:5px 0}.credentials-grid button{border:0;background:none;color:var(--red);padding:0;display:flex;align-items:center;gap:4px;font-size:7px}.secure-note{display:flex;gap:7px;align-items:center;padding:10px;border:1px solid rgba(101,214,156,.13);background:#65d69c08;color:#7fa78f;font-size:7px}.secure-note svg{width:14px}.success-buttons{display:flex;gap:8px;margin-top:17px}.registration-page{min-height:100vh;padding:125px 0 80px;background:#08090b}.registration-heading{text-align:center;margin-bottom:30px}.registration-heading>span{font-size:7px;letter-spacing:.15em;color:var(--red);font-weight:700}.registration-heading h1{font:500 46px var(--heading);letter-spacing:-.05em;margin:7px 0}.registration-heading p{font-size:9px;color:#71737b}.registration-progress{max-width:900px;margin:0 auto 12px;display:grid;grid-template-columns:repeat(5,1fr)}.registration-progress>div{display:flex;align-items:center;gap:7px}.registration-progress>div>span{width:29px;height:29px;display:grid;place-items:center;border:1px solid var(--line);background:#0e1014;font-size:7px;color:#70727a}.registration-progress>div>b{font-size:7px;color:#62646c}.registration-progress>div>i{flex:1;height:1px;background:var(--line)}.registration-progress>div.active>span{background:var(--red);border-color:var(--red);color:#fff}.registration-progress>div.active>b{color:#fff}.registration-progress>div.done>span{background:#161920;color:var(--success)}.registration-shell{display:grid;grid-template-columns:230px 1fr;max-width:980px;margin:auto;border:1px solid var(--line);background:#0d0f13;box-shadow:var(--shadow)}.registration-sidebar{padding:24px;border-right:1px solid var(--line);background:#090a0d}.registration-x{font:500 72px/1 var(--display);color:transparent;-webkit-text-stroke:1px rgba(229,75,67,.3);margin-bottom:32px}.registration-sidebar>small{font-size:7px;letter-spacing:.14em;color:var(--red)}.registration-sidebar h2{font:500 21px var(--heading);letter-spacing:-.03em;margin:7px 0 9px}.registration-sidebar p{font-size:8px;line-height:1.65;color:#6e7078}.side-progress{height:2px;background:#191b20;margin-top:30px}.side-progress span{display:block;height:100%;background:var(--red);transition:.3s}.registration-form{padding:26px;display:grid;grid-template-columns:1fr 1fr;gap:14px;min-height:530px}.full{grid-column:1/-1}.form-header{display:flex;gap:11px;align-items:flex-start;margin-bottom:7px}.form-header>svg{width:22px;color:var(--red);margin-top:2px}.form-header span{font-size:6px;letter-spacing:.14em;color:#73757d}.form-header h2{font:500 24px var(--heading);letter-spacing:-.035em;margin:4px 0}.form-field{display:flex;flex-direction:column;gap:5px}.form-field>label{font-size:7px;font-weight:700;color:#74767e}.form-field input,.form-field select,.form-field textarea{width:100%;padding:10px 11px;border:1px solid var(--line);background:#090a0d;color:#e6e6e4;outline:none;font-size:9px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#e54b438c}.form-field textarea{resize:vertical}.team-size-options{display:grid;grid-template-columns:1fr 1fr;gap:7px}.team-size-options button{padding:11px;border:1px solid var(--line);background:#090a0d;color:#73757c}.team-size-options button strong,.team-size-options button span{display:block}.team-size-options button strong{font:500 24px var(--display)}.team-size-options button span{font-size:6px}.team-size-options button.active{border-color:#e54b4373;background:var(--red-soft);color:#fff}.member-stack{display:grid;gap:10px}.member-panel{padding:16px;border:1px solid var(--line);background:#0a0b0f}.member-panel-head{display:flex;gap:10px;align-items:center;margin-bottom:13px}.member-no{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);font:500 9px var(--display);color:var(--red)}.member-panel-head span{font-size:6px;letter-spacing:.12em;color:#65676f}.member-panel-head h3{font:500 12px var(--heading);margin:3px 0}.member-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field-ok{color:var(--success);font-size:6px}.field-error{color:var(--danger);font-size:6px}.tech-entry{display:flex;gap:7px}.tech-entry input{flex:1}.tech-entry button{padding:0 12px;border:1px solid rgba(229,75,67,.25);background:var(--red-soft);color:#f2b0ab;display:flex;align-items:center;gap:5px;font-size:7px}.tech-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.tech-tags button{padding:5px 7px;border:1px solid var(--line);background:#0b0c10;color:#80828a;font-size:6px}.tech-tags span{color:var(--red);margin-left:4px}.abstract-upload{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed rgba(255,255,255,.15);background:radial-gradient(circle,rgba(229,75,67,.035),transparent 45%);cursor:pointer}.upload-orbit{width:68px;height:68px;border:1px solid rgba(229,75,67,.24);border-radius:50%;display:grid;place-items:center;margin-bottom:18px;box-shadow:0 0 0 10px #e54b4306}.upload-orbit svg{color:var(--red)}.abstract-upload>span{font-size:6px;letter-spacing:.13em;color:#686a72}.abstract-upload h3{font:500 16px var(--heading);margin:6px 0}.abstract-upload p{font-size:7px;color:#65676f}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.review-grid>div{padding:11px;border:1px solid var(--line);background:#090a0d}.review-grid span{display:block;font-size:6px;color:#62646b}.review-grid b{display:block;margin-top:4px;font-size:8px}.review-members{border-top:1px solid var(--line)}.review-members>div{display:grid;grid-template-columns:65px 1fr 1.4fr;gap:8px;padding:8px 0;border-bottom:1px solid var(--line)}.review-members span{font-size:6px;color:var(--red);font-weight:700}.review-members b{font-size:8px}.review-members small{font-size:7px;color:#6e7078}.agreement-note{display:flex;gap:8px;align-items:center;padding:10px;border:1px solid rgba(101,214,156,.12);background:#65d69c06}.agreement-note svg{width:16px;color:var(--success)}.agreement-note p{font-size:7px;color:#718179;line-height:1.5;margin:0}.registration-actions{grid-column:1/-1;display:flex;justify-content:space-between;padding:13px 18px;border-top:1px solid var(--line);background:#090a0d}.registration-actions button{min-height:40px;padding:0 13px;border:1px solid var(--line);background:transparent;color:#8b8d95;display:flex;align-items:center;gap:5px;font-size:7px;font-weight:700}.registration-actions .next{background:var(--red);border-color:var(--red);color:#fff}.registration-actions button:disabled{opacity:.38;cursor:not-allowed}.dashboard-screen,.judge-screen{min-height:100vh;padding:105px 0 75px;background:#08090b}.dashboard-head,.judge-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.dashboard-head>div:first-child>span,.judge-head>div:first-child>span{font-size:6px;letter-spacing:.13em;color:var(--red)}.dashboard-head h1,.judge-head h1{font:500 31px var(--heading);letter-spacing:-.04em;margin:5px 0}.dashboard-head p,.judge-head p{font-size:8px;color:#6f7179;margin:0}.dashboard-head-actions{display:flex;gap:7px;align-items:center}.dashboard-head-actions button,.judge-head>button{padding:8px 10px;border:1px solid var(--line);background:#0e1014;color:#8b8d95;display:flex;align-items:center;gap:5px;font-size:7px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border:1px solid var(--line);font-size:6px;font-weight:700}.status-badge i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-badge.under_review{color:var(--warning)}.status-badge.approved{color:var(--success)}.status-badge.changes_requested{color:#ac88d9}.status-badge.rejected{color:var(--danger)}.organizer-message{padding:12px 14px;border-left:2px solid var(--warning);background:#e6b85c09;margin-bottom:10px}.organizer-message.danger{border-color:var(--danger);background:#ef697109}.organizer-message b{font-size:8px}.organizer-message p{font-size:7px;color:#777981;margin:4px 0 0}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dashboard-card{padding:17px;border:1px solid var(--line);background:#0d0f13}.dashboard-card-title{display:flex;align-items:center;gap:6px;padding-bottom:11px;border-bottom:1px solid var(--line)}.dashboard-card-title svg{width:16px;color:var(--red)}.dashboard-card-title span{font:500 10px var(--heading)}.team-member-row{display:grid;grid-template-columns:55px 1fr;gap:8px;padding:9px 0;border-bottom:1px solid var(--line)}.team-member-row>span{font-size:6px;color:var(--red);font-weight:700}.team-member-row b,.team-member-row small{display:block}.team-member-row b{font-size:8px}.team-member-row small{font-size:6px;color:#6b6d74;margin-top:3px}.info-row{padding:9px 0;border-bottom:1px solid var(--line)}.info-row span{display:block;font-size:6px;color:#64666d}.info-row b{display:block;margin-top:3px;font-size:8px}.recognition-panel{min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.recognition-panel svg{width:30px;color:#747780}.recognition-panel strong{font:500 14px var(--heading);margin-top:9px}.recognition-panel p{font-size:7px;color:#666870}.announcement-feed>div{padding:9px 0;border-bottom:1px solid var(--line)}.announcement-feed>div.important b{color:var(--red)}.announcement-feed b{font-size:8px}.announcement-feed p{font-size:7px;color:#70727a;line-height:1.5}.announcement-feed>p{font-size:7px;color:#666870}.loading-screen{min-height:100vh;display:grid;place-items:center;background:#08090b;color:#6c6e75}.admin-screen{min-height:100vh;background:#08090b;display:grid;grid-template-columns:220px 1fr}.admin-sidebar{height:100vh;position:sticky;top:0;padding:18px 11px;background:#050507;border-right:1px solid var(--line);display:flex;flex-direction:column}.admin-logo{display:flex;align-items:center;gap:9px;padding:0 6px 21px}.admin-logo>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(229,75,67,.28);font:500 10px var(--display);color:var(--red)}.admin-logo b,.admin-logo small{display:block}.admin-logo b{font:500 10px var(--heading)}.admin-logo small{font-size:6px;color:#55575f;margin-top:2px}.admin-sidebar nav{display:grid;gap:3px}.admin-sidebar nav button,.admin-logout{padding:9px 10px;border:0;background:transparent;color:#64666e;text-align:left;font-size:7px;font-weight:700}.admin-sidebar nav button.active{background:var(--red-soft);color:#f2b3af;border-left:2px solid var(--red)}.admin-logout{margin-top:auto;display:flex;align-items:center;gap:5px}.admin-main{padding:22px;min-width:0}.admin-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.admin-top span{font-size:6px;letter-spacing:.12em;color:var(--red)}.admin-top h1{font:500 25px var(--heading);margin:4px 0}.admin-top>button{width:36px;height:36px;border:1px solid var(--line);background:#0e1014;color:#777981;display:grid;place-items:center}.admin-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:7px}.admin-stat{padding:12px;border:1px solid var(--line);background:#0d0f13;display:flex;align-items:center;gap:7px}.admin-stat svg{width:15px;color:var(--red)}.admin-stat b,.admin-stat span{display:block}.admin-stat b{font:500 18px var(--heading)}.admin-stat span{font-size:6px;color:#696b72}.admin-two{display:grid;grid-template-columns:1fr 1fr;gap:9px}.admin-panel{margin-top:9px;padding:16px;border:1px solid var(--line);background:#0d0f13}.admin-panel>h2,.admin-form>h2{font:500 13px var(--heading);margin:0 0 13px}.bar-row{display:flex;justify-content:space-between;padding:8px 9px;background:#090a0d;border:1px solid var(--line);margin-top:5px;font-size:7px}.bar-row b{color:var(--red)}.admin-toolbar{display:flex;gap:7px;margin-bottom:9px}.admin-search{flex:1;display:flex;gap:6px;align-items:center;padding:0 8px;border:1px solid var(--line);background:#090a0d}.admin-search input{flex:1;border:0;background:transparent;color:#fff;padding:8px 0;outline:none;font-size:7px}.admin-toolbar select{border:1px solid var(--line);background:#090a0d;color:#777981;padding:0 8px;font-size:7px}.admin-table-wrap table{width:100%;min-width:780px;border-collapse:collapse}.admin-table-wrap th{text-align:left;padding:8px;border-bottom:1px solid var(--line);font-size:6px;color:#55575f}.admin-table-wrap td{padding:9px 8px;border-bottom:1px solid var(--line);font-size:7px;color:#7e8088}.admin-table-wrap td:first-child b,.admin-table-wrap td:first-child small{display:block}.admin-table-wrap td:first-child b{color:#ddd}.admin-table-wrap td:first-child small{color:#62646b;margin-top:2px}.admin-table-wrap button{padding:5px 7px;border:1px solid var(--line);background:#090a0d;color:#777981;font-size:6px}.admin-table-wrap button.on{color:var(--success)}.admin-table-wrap .review-button{background:#fff;color:#09090b;border-color:#fff}.admin-form{display:grid;gap:8px}.admin-field>span{display:block;font-size:6px;color:#6e7078;margin-bottom:4px}.admin-field input,.admin-field textarea,.admin-field select{width:100%;padding:8px;border:1px solid var(--line);background:#090a0d;color:#fff;outline:none;font-size:7px}.admin-check{display:flex!important;align-items:center;gap:6px;font-size:7px;color:#71737b}.admin-check input{width:auto!important}.admin-primary{justify-self:start;padding:9px 11px;border:0;background:var(--red);color:#fff;font-size:7px;font-weight:700}.admin-message,.judge-list-row{padding:8px 9px;border:1px solid var(--line);background:#090a0d;margin-top:5px}.admin-message.important{border-left:2px solid var(--red)}.admin-message b,.judge-list-row b{font-size:8px}.admin-message p{font-size:7px;color:#71737b}.judge-list-row b,.judge-list-row span,.judge-list-row small{display:block}.judge-list-row span{font-size:7px;color:#71737b;margin-top:2px}.judge-list-row small{font-size:6px;color:#5c5e65}.leader-row{display:grid;grid-template-columns:38px 1fr 80px 125px;gap:7px;align-items:center;padding:9px;border:1px solid var(--line);background:#090a0d;margin-top:5px}.leader-row>span{font:500 13px var(--display);color:var(--red)}.leader-row b,.leader-row small{display:block}.leader-row b{font-size:8px}.leader-row small{font-size:6px;color:#61636a}.leader-score b{font-size:14px}.leader-row select{border:1px solid var(--line);background:#0d0f13;color:#777981;padding:6px;font-size:6px}.settings-head{display:flex;gap:8px;align-items:flex-start}.settings-head svg{color:var(--red)}.settings-head h2{margin:0}.settings-head p{font-size:7px;color:#686a72}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:11px 0}.settings-grid .wide{grid-column:1/-1}.modal-backdrop{position:fixed;inset:0;z-index:500;background:#000000c2;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:grid;place-items:center;padding:18px}.admin-modal,.judge-modal{position:relative;width:min(740px,100%);max-height:90vh;overflow:auto;padding:23px;border:1px solid var(--line);background:#0e1014;box-shadow:var(--shadow)}.modal-close{position:absolute;right:13px;top:13px;width:32px;height:32px;border:1px solid var(--line);background:#090a0d;color:#777981;display:grid;place-items:center}.modal-kicker{font-size:6px;letter-spacing:.12em;color:var(--red)}.admin-modal>h2,.judge-modal>h2{font:500 22px var(--heading);margin:5px 0 8px}.admin-modal>h3{font:500 10px var(--heading);margin-top:17px;padding-top:12px;border-top:1px solid var(--line)}.admin-modal>p,.judge-modal>p{font-size:7px;color:#74767e;line-height:1.6}.modal-member{padding:6px 0;border-bottom:1px solid var(--line)}.modal-member b,.modal-member span{display:block}.modal-member b{font-size:8px}.modal-member span{font-size:6px;color:#64666e}.download-abstract{margin-top:12px;padding:8px 9px;border:1px solid var(--line);background:#090a0d;color:#a0a2a9;display:flex;align-items:center;gap:5px;font-size:6px}.modal-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:14px}.modal-actions button{padding:8px;border:1px solid transparent;display:flex;align-items:center;justify-content:center;gap:4px;font-size:6px}.modal-actions svg{width:12px}.approve{color:var(--success);background:#65d69c0a;border-color:#65d69c1f!important}.changes{color:var(--warning);background:#e6b85c0a;border-color:#e6b85c1f!important}.reject{color:var(--danger);background:#ef69710a;border-color:#ef69711f!important}.judge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.judge-card{min-height:260px;padding:17px;border:1px solid var(--line);background:#0d0f13;display:flex;flex-direction:column}.judge-card-top{display:flex;justify-content:space-between;gap:7px}.judge-card-top>span{font-size:6px;color:var(--red)}.judge-card-top>b{display:flex;align-items:center;gap:4px;font-size:6px;color:var(--success)}.judge-card>svg{width:24px;color:#666971;margin-top:35px}.judge-card h2{font:500 16px var(--heading);margin:11px 0 4px}.judge-card p{font-size:8px;color:#71737b}.judge-card>small{font-size:6px;color:#61636b;margin-top:3px}.judge-card>button{margin-top:auto;padding:8px;border:0;background:#fff;color:#09090b;font-size:7px;font-weight:700}.score-grid{display:grid;gap:6px;margin:14px 0}.score-grid label{display:grid;grid-template-columns:1fr 72px;gap:7px;align-items:center;padding:8px;border:1px solid var(--line);background:#090a0d}.score-grid b,.score-grid span{display:block}.score-grid b{font-size:7px}.score-grid span{font-size:6px;color:#61636b}.score-grid input{width:100%;padding:7px;border:1px solid var(--line);background:#0d0f13;color:#fff;text-align:center}.remarks-field>span{display:block;font-size:6px;color:#696b72;margin-bottom:4px}.remarks-field textarea{width:100%;padding:8px;border:1px solid var(--line);background:#090a0d;color:#fff}.score-total{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#090a0d;border:1px solid rgba(229,75,67,.16);margin:10px 0}.score-total span{font-size:7px;color:#666870}.score-total strong{font:500 18px var(--display);color:var(--red)}.submit-score{width:100%;padding:10px;border:0;background:var(--red);color:#fff;font-size:7px;font-weight:700}@media(max-width:1050px){.hero-x{right:-90px;opacity:.55}.about-layout{grid-template-columns:1fr 1fr;gap:35px}.journey-grid{grid-template-columns:repeat(3,1fr)}.journey-step{border-bottom:1px solid var(--line)}.admin-stats{grid-template-columns:repeat(3,1fr)}.judge-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.container{width:calc(100% - 28px)}.site-header{height:68px;padding:0 14px;background:#050507f0}.menu-button{display:block}.site-header nav{display:none;position:absolute;top:61px;left:10px;right:10px;padding:12px;border:1px solid var(--line);background:#0d0f13;flex-direction:column;align-items:stretch;gap:3px;box-shadow:var(--shadow)}.site-header nav.open{display:flex}.site-header nav>a{padding:10px}.header-cta,.login-link{justify-content:center;text-align:center}.home-hero{min-height:840px}.hero-content{padding-top:68px}.hero-topline{top:92px}.hero-dept{display:none}.hero-center{padding-top:95px}.home-hero h1{font-size:82px}.hero-x{width:330px;height:330px;right:-180px;top:43%;opacity:.28}.x-line{width:250px}.x-core{font-size:100px}.hero-info-rail{grid-template-columns:1fr 1fr;right:auto;max-width:100%;bottom:55px}.hero-scroll-cue{display:none}.about-block,.domains-block,.categories-block,.journey-block,.presentation-block,.awards-block{padding:78px 0}.about-layout{grid-template-columns:1fr}.about-quote{margin-top:0}.about-stats{grid-template-columns:1fr 1fr}.domain-row{grid-template-columns:42px 44px 1fr 25px}.domain-row p{display:none}.category-split{grid-template-columns:1fr}.category-panel{min-height:410px}.journey-grid{grid-template-columns:1fr}.journey-step{border-right:0;min-height:140px}.journey-step h3{margin-top:30px}.presentation-layout{grid-template-columns:1fr}.time-visual{justify-self:start}.time-breakdown{grid-template-columns:1fr}.time-item{border-right:0;border-bottom:1px solid var(--line)}.award-stage,.winner-grid,.dashboard-grid,.admin-two,.judge-grid{grid-template-columns:1fr}.award-tile.first{order:-1}.certificate-callout{grid-template-columns:auto 1fr}.certificate-callout a{grid-column:1/-1}.final-layout{grid-template-columns:1fr}.final-x{font-size:100px;text-align:left}.final-action{justify-self:start}.rules-shell{grid-template-columns:1fr}.rules-summary-card{position:static}.registration-shell{grid-template-columns:1fr}.registration-sidebar{border-right:0;border-bottom:1px solid var(--line);padding:18px}.registration-x{font-size:54px;margin-bottom:20px}.registration-form{grid-template-columns:1fr;padding:18px}.registration-form>*{grid-column:1/-1}.member-fields,.review-grid{grid-template-columns:1fr}.registration-progress>div>b{display:none}.review-members>div{grid-template-columns:55px 1fr}.review-members small{grid-column:2}.success-buttons{flex-direction:column}.credentials-grid{grid-template-columns:1fr}.dashboard-head,.judge-head{flex-direction:column;align-items:flex-start}.dashboard-head-actions{width:100%;justify-content:space-between}.admin-screen{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto;display:block}.admin-sidebar nav{display:flex;overflow:auto}.admin-sidebar nav button{white-space:nowrap}.admin-logout{margin-top:7px}.admin-main{padding:14px}.admin-stats{grid-template-columns:repeat(2,1fr)}.leader-row{grid-template-columns:32px 1fr 65px}.leader-row select{grid-column:2/-1}.settings-grid{grid-template-columns:1fr}.settings-grid .wide{grid-column:auto}.modal-actions{grid-template-columns:1fr}.site-footer{flex-direction:column;align-items:flex-start}.footer-right{text-align:left}}@media(max-width:520px){.home-hero{min-height:800px}.hero-center{padding-top:105px}.home-hero h1{font-size:62px}.home-hero h1>em{margin-left:9px}.hero-lead{font-size:20px}.hero-buttons{flex-direction:column;align-items:stretch}.hero-info-rail{grid-template-columns:1fr 1fr}.hero-info-rail>div{padding-top:10px}.section-title h2{font-size:38px}.about-stats{grid-template-columns:1fr 1fr}.stat-line strong{font-size:30px}.domain-row{grid-template-columns:34px 38px 1fr 20px;gap:9px}.domain-icon{width:34px;height:34px}.domain-row h3{font-size:13px}.category-panel{min-height:380px;padding:20px}.category-body{left:20px;right:20px;bottom:23px}.category-body h3{font-size:26px}.time-ring{width:190px;height:190px}.time-ring strong{font-size:58px}.registration-heading h1{font-size:36px}.registration-actions{position:sticky;bottom:0;z-index:5}.admin-stats{grid-template-columns:1fr 1fr}}:root{--crimson:#ef3f38;--crimson-bright:#ff524a;--crimson-dark:#7f0e10;--obsidian:#030405;--obsidian-2:#070809;--steel:#b8b8b5}.crimson-header{height:88px;background:linear-gradient(180deg,#020304fa,#020304db);border-bottom:1px solid rgba(255,255,255,.045);padding:0 max(48px,calc((100vw - 1440px)/2))}.crimson-header:after{content:"";position:absolute;left:8%;right:8%;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(239,63,56,.16),transparent)}.cinematic-wordmark{gap:14px}.crest-mark{width:54px;height:54px;position:relative;display:grid;place-items:center;color:#fff}.crest-mark:before,.crest-mark:after{content:"";position:absolute;inset:7px;border:1px solid rgba(239,63,56,.8);transform:rotate(45deg)}.crest-mark:after{inset:13px;border-color:#ffffff6b}.crest-mark b{position:relative;z-index:2;font:500 16px var(--display)}.crest-mark i,.crest-mark em{position:absolute;width:42px;height:1px;background:var(--crimson);transform:rotate(45deg)}.crest-mark em{transform:rotate(-45deg)}.crest-copy{display:flex;align-items:baseline;gap:8px}.crest-copy strong{font:500 14px var(--display);letter-spacing:.08em}.crest-copy small{font:700 9px var(--heading);letter-spacing:.14em;color:var(--crimson)}.crimson-header nav{position:absolute;left:50%;transform:translate(-50%);gap:30px}.crimson-header nav>a{font-size:11px;color:#b1b1b1}.crimson-header nav>a.active,.crimson-header nav>a:hover{color:#fff}.crimson-header nav>a.active:after{content:"";display:block;height:1px;background:var(--crimson);margin-top:9px}.header-actions{display:flex;align-items:center;gap:14px}.team-login-mini{font-size:10px;color:#a8a8a8;padding:11px 13px;border:1px solid rgba(255,255,255,.09)}.register-outline{min-height:44px;padding:0 17px;border:1px solid rgba(239,63,56,.65);color:var(--crimson);display:flex;align-items:center;gap:7px;font-size:10px;font-weight:700;letter-spacing:.05em;transition:.25s}.register-outline:hover{background:var(--crimson);color:#fff}.accepted-hero{position:relative;min-height:100svh;background:#030405;overflow:hidden;padding-top:88px;display:flex;align-items:stretch}.accepted-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 47%,rgba(170,18,20,.18),transparent 30%),linear-gradient(180deg,#0003,#000000b8);z-index:1}.accepted-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:28%;background:linear-gradient(transparent,#5f050614,#020203);z-index:2}.hero-side{position:absolute;top:88px;bottom:0;width:min(28vw,430px);z-index:0;background-repeat:no-repeat;background-size:cover;opacity:.9;filter:saturate(.9) contrast(1.08)}.hero-side-left{left:0;background-image:linear-gradient(90deg,#0000000d,#00000047,#030405 98%),url(/assets/hero-left.jpg);background-position:center}.hero-side-right{right:0;background-image:linear-gradient(270deg,#0000000d,#00000047,#030405 98%),url(/assets/hero-right.jpg);background-position:center}.hero-embers{position:absolute;inset:0;z-index:2;pointer-events:none;background-image:radial-gradient(circle at 13% 77%,rgba(255,69,55,.75) 0 1px,transparent 2px),radial-gradient(circle at 22% 66%,rgba(255,69,55,.45) 0 1px,transparent 2px),radial-gradient(circle at 82% 70%,rgba(255,69,55,.55) 0 1px,transparent 2px),radial-gradient(circle at 90% 83%,rgba(255,69,55,.5) 0 1px,transparent 2px),radial-gradient(circle at 34% 88%,rgba(255,69,55,.4) 0 1px,transparent 2px),radial-gradient(circle at 69% 91%,rgba(255,69,55,.35) 0 1px,transparent 2px);animation:emberFloat 7s ease-in-out infinite alternate}@keyframes emberFloat{to{transform:translateY(-8px);opacity:.68}}.hero-architecture-lines{position:absolute;inset:0;z-index:1;display:grid;place-items:center;pointer-events:none}.hero-architecture-lines i{position:absolute;width:min(48vw,720px);height:1px;background:linear-gradient(90deg,transparent,rgba(239,63,56,.26),transparent);transform-origin:center}.hero-architecture-lines i:first-child{transform:rotate(47deg)}.hero-architecture-lines i:nth-child(2){transform:rotate(-47deg)}.hero-architecture-lines b{position:absolute;width:min(58vw,860px);height:min(58vw,860px);border:1px solid rgba(255,255,255,.035);transform:rotate(45deg)}.hero-architecture-lines b:last-child{width:min(36vw,540px);height:min(36vw,540px);border-color:#ef3f3817}.accepted-hero-inner{position:relative;z-index:5;min-height:calc(100svh - 88px);display:grid;grid-template-rows:1fr auto;align-items:center;padding:42px 0 26px}.accepted-center{text-align:center;align-self:center;padding-top:5px}.dept-line{display:flex;align-items:center;justify-content:center;gap:15px;font-size:9px;letter-spacing:.34em;color:#b8b8b7}.dept-line span{width:55px;height:1px;background:linear-gradient(90deg,transparent,rgba(239,63,56,.75))}.dept-line span:last-child{background:linear-gradient(90deg,rgba(239,63,56,.75),transparent)}.event-label{margin-top:18px;font:500 15px var(--display);letter-spacing:.23em;color:#ff5149}.accepted-title{display:flex;flex-direction:column;align-items:center;margin:8px 0 0;line-height:.76;text-transform:uppercase}.heber-title{font:500 clamp(60px,6.7vw,105px) var(--display);letter-spacing:.05em;color:#eee;filter:drop-shadow(0 3px 0 rgba(255,255,255,.08));text-shadow:0 7px 20px rgba(255,255,255,.05)}.hackx-title{font:500 clamp(90px,11.3vw,176px) var(--display);letter-spacing:-.055em;color:var(--crimson);text-shadow:0 0 28px rgba(239,63,56,.28),0 5px 0 #6c1010}.year-title{font:500 clamp(31px,3.4vw,53px) var(--display);letter-spacing:.28em;color:#f2f2ef;margin-top:10px;margin-left:.28em}.hero-tagline{margin-top:18px;font:500 clamp(18px,1.8vw,27px) var(--display);color:#eee;letter-spacing:.015em}.hero-tagline em{font-style:normal;color:var(--crimson)}.tagline-divider{display:flex;align-items:center;justify-content:center;gap:10px;margin:14px auto 18px;max-width:320px}.tagline-divider span{height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(239,63,56,.7))}.tagline-divider span:last-child{background:linear-gradient(90deg,rgba(239,63,56,.7),transparent)}.tagline-divider b{color:var(--crimson);font-size:11px}.hero-info-bar{width:min(850px,92vw);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#050506d1;box-shadow:0 20px 60px #00000061;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden}.info-cell{display:grid;grid-template-columns:30px 1fr;gap:9px;align-items:center;padding:15px 17px;border-right:1px solid rgba(255,255,255,.075);text-align:left}.info-cell:last-child{border-right:0}.info-cell svg{width:20px;color:var(--crimson)}.info-cell span{display:block;font-size:6px;letter-spacing:.11em;color:#85858a}.info-cell b{display:block;margin-top:5px;font:500 10px var(--heading);color:#f2f2ef;white-space:nowrap}.accepted-actions{display:flex;justify-content:center;gap:28px;margin-top:18px}.hero-register{min-width:270px;min-height:53px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#ff433b,#c41417);border:1px solid #ff5c53;color:#fff;font-size:10px;font-weight:800;letter-spacing:.07em;box-shadow:0 0 28px #ef3f3838,inset 0 0 20px #ffffff0f;transition:.25s}.hero-register:hover{transform:translateY(-2px);box-shadow:0 0 38px #ef3f3857}.hero-guidelines{min-width:270px;min-height:53px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);color:#eee;background:#04040599;font-size:10px;font-weight:800;letter-spacing:.1em;transition:.25s}.hero-guidelines:hover{border-color:#ef3f38a6;color:#fff}.hero-stat-row{align-self:end;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:24px;padding-top:23px;border-top:1px solid rgba(239,63,56,.24);position:relative}.hero-stat-row:before{content:"◇";position:absolute;left:50%;top:-12px;transform:translate(-50%);width:23px;height:23px;display:grid;place-items:center;background:#08090a;color:var(--crimson);font-size:13px}.hero-stat-card{min-height:124px;padding:17px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:linear-gradient(180deg,#140a0b9e,#050506c7);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 18px 45px #00000038}.hero-stat-card svg{width:25px;color:var(--crimson);margin-bottom:11px}.hero-stat-card strong{font:600 29px var(--heading);letter-spacing:-.04em}.hero-stat-card span{font-size:9px;color:#e1e1de;margin-top:5px}.premium-section{padding:105px 0;background:#060708;border-top:1px solid rgba(255,255,255,.045)}.about-premium{background:linear-gradient(180deg,#070809,#0a0b0d)}.two-column-intro{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.red-kicker{font-size:8px;letter-spacing:.17em;color:var(--crimson);font-weight:800}.premium-section h2{font:500 clamp(38px,4.7vw,64px)/1.05 var(--heading);letter-spacing:-.05em;margin:12px 0 0}.two-column-intro p{color:#85878c;font-size:12px;line-height:1.85;margin:30px 0 0}.intro-highlights{display:grid;grid-template-columns:1fr 1fr;margin-top:30px;border-top:1px solid var(--line)}.intro-highlights>div{padding:19px 0}.intro-highlights b{display:block;font:500 35px var(--display);color:#fff}.intro-highlights span{display:block;font-size:8px;color:#73757b;margin-top:4px}.center-heading{text-align:center;max-width:780px;margin:0 auto 48px}.center-heading p{color:#74767d;font-size:11px}.premium-domain-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.premium-domain-card{position:relative;min-height:265px;padding:21px;border:1px solid var(--line);background:#0d0f12;display:flex;flex-direction:column;overflow:hidden;transition:.3s}.premium-domain-card:hover{transform:translateY(-5px);border-color:#ef3f3854}.premium-domain-card svg{width:24px;color:var(--crimson);margin-top:14px}.domain-num{position:absolute;right:15px;top:10px;font:500 38px var(--display);color:#ffffff07}.premium-domain-card h3{font:500 16px var(--heading);margin:auto 0 7px}.premium-domain-card p{font-size:9px;line-height:1.6;color:#707279;margin:0}.red-edge{position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--crimson),transparent)}.categories-premium{background:#050607}.premium-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.premium-category-card{min-height:370px;position:relative;padding:28px;border:1px solid rgba(239,63,56,.2);background:radial-gradient(circle at 85% 15%,rgba(239,63,56,.07),transparent 30%),#0d0f12;display:flex;flex-direction:column;overflow:hidden}.premium-category-card.alt{border-color:#b8b8b526;background:radial-gradient(circle at 85% 15%,rgba(151,162,178,.055),transparent 30%),#0d0f12}.premium-category-card>span{font-size:7px;letter-spacing:.16em;color:var(--crimson)}.premium-category-card>svg{width:34px;color:var(--crimson);margin-top:55px}.premium-category-card.alt>svg,.premium-category-card.alt>span{color:#a8b1be}.premium-category-card h3{font:500 28px var(--heading);letter-spacing:-.04em;margin:14px 0 10px}.premium-category-card p{max-width:600px;color:#777980;font-size:10px;line-height:1.7}.premium-category-card>div{margin-top:auto;color:#6c6e75;font-size:7px;letter-spacing:.08em}.schedule-premium{background:#090a0c}.schedule-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:75px}.schedule-list{border-top:1px solid var(--line)}.schedule-item{display:grid;grid-template-columns:55px 160px 1fr;gap:18px;align-items:center;min-height:82px;border-bottom:1px solid var(--line)}.schedule-item>span{font:500 10px var(--display);color:var(--crimson)}.schedule-item h3{font:500 14px var(--heading);margin:0}.schedule-item p{font-size:9px;color:#74767d;margin:0}.award-preview{background:#060708}.premium-awards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;align-items:end}.award-box{min-height:220px;padding:24px;border:1px solid var(--line);background:#0e1013;display:flex;flex-direction:column;justify-content:flex-end;position:relative}.award-box.winner{min-height:285px;border-color:#ef3f384d;background:linear-gradient(160deg,#590a0c3b,#0e1013 58%)}.award-box svg{width:30px;color:#777a82;margin-bottom:auto}.award-box.winner svg{width:40px;color:var(--crimson)}.award-box span{font-size:7px;letter-spacing:.15em;color:#777980}.award-box b{font:500 14px var(--heading);margin-top:7px}.award-box em{position:absolute;right:13px;top:13px;font-style:normal;font-size:6px;letter-spacing:.13em;color:var(--crimson);border:1px solid rgba(239,63,56,.22);padding:5px 7px}.certificate-premium{display:grid;grid-template-columns:auto 1fr auto;gap:17px;align-items:center;padding:20px;margin-top:12px;border:1px solid var(--line);background:#0e1013}.certificate-premium>svg{width:23px;color:var(--crimson)}.certificate-premium span{font-size:6px;letter-spacing:.14em;color:var(--crimson)}.certificate-premium h3{font:500 15px var(--heading);margin:5px 0}.certificate-premium a{display:flex;align-items:center;gap:6px;font-size:8px;font-weight:700;color:#c0c1c4}.final-crimson-cta{padding:80px 0;background:radial-gradient(circle at 50% 120%,rgba(175,13,16,.2),transparent 38%),#030405;border-top:1px solid rgba(239,63,56,.13)}.final-crimson-cta .container{display:flex;justify-content:space-between;align-items:center;gap:30px}.final-crimson-cta span{font-size:7px;letter-spacing:.15em;color:var(--crimson)}.final-crimson-cta h2{font:500 34px var(--heading);letter-spacing:-.04em;margin:7px 0}.crimson-footer{background:#020203;border-top-color:#ef3f3824}@media(max-width:1180px){.crimson-header nav{gap:18px}.crimson-header nav>a{font-size:9px}.team-login-mini{display:none}.accepted-title .hackx-title{font-size:130px}.accepted-title .heber-title{font-size:78px}.accepted-title .year-title{font-size:40px}.accepted-hero-inner{padding-top:34px}.hero-stat-row{gap:10px}.hero-stat-card{min-height:108px}}@media(max-width:900px){.crimson-header{height:70px;padding:0 14px}.crimson-header nav{position:absolute;left:10px;right:10px;top:64px;transform:none;display:none;flex-direction:column;align-items:stretch;padding:12px;background:#08090b;border:1px solid var(--line);box-shadow:0 25px 70px #000}.crimson-header nav.open{display:flex}.crimson-header nav>a{padding:9px}.crimson-header nav>a.active:after{display:none}.header-actions{margin-left:auto;margin-right:8px}.register-outline{display:none}.menu-button{display:block}.crest-mark{width:45px;height:45px}.accepted-hero{padding-top:70px;min-height:auto}.hero-side{top:70px;width:35vw;opacity:.48}.accepted-hero-inner{min-height:auto;padding:55px 0 30px}.accepted-center{padding-top:0}.accepted-title .hackx-title{font-size:clamp(80px,17vw,126px)}.accepted-title .heber-title{font-size:clamp(48px,10vw,76px)}.accepted-title .year-title{font-size:clamp(27px,6vw,40px)}.event-label{font-size:12px}.dept-line{font-size:7px}.hero-info-bar{grid-template-columns:1fr 1fr}.info-cell:nth-child(2){border-right:0}.info-cell:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.075)}.accepted-actions{gap:10px}.hero-register,.hero-guidelines{min-width:0;flex:1}.hero-stat-row{grid-template-columns:repeat(3,1fr)}.two-column-intro,.schedule-layout{grid-template-columns:1fr;gap:35px}.premium-domain-grid{grid-template-columns:repeat(2,1fr)}.premium-category-grid,.premium-awards{grid-template-columns:1fr}.award-box.winner{order:-1}.certificate-premium{grid-template-columns:auto 1fr}.certificate-premium a{grid-column:1/-1}.final-crimson-cta .container{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.crest-copy strong{font-size:11px}.crest-copy small{font-size:7px}.accepted-hero-inner{padding-top:42px}.dept-line span{width:22px}.dept-line{letter-spacing:.18em}.event-label{font-size:9px;letter-spacing:.17em}.accepted-title{margin-top:13px}.accepted-title .heber-title{font-size:45px}.accepted-title .hackx-title{font-size:72px}.accepted-title .year-title{font-size:26px}.hero-tagline{font-size:16px}.hero-info-bar{width:100%}.info-cell{grid-template-columns:24px 1fr;padding:12px}.info-cell svg{width:16px}.info-cell b{font-size:8px;white-space:normal}.accepted-actions{flex-direction:column}.hero-register,.hero-guidelines{width:100%;min-height:48px}.hero-stat-row{grid-template-columns:1fr 1fr;gap:8px}.hero-stat-card{min-height:98px}.hero-stat-card:last-child{grid-column:1/-1}.hero-stat-card strong{font-size:24px}.premium-section{padding:72px 0}.premium-domain-grid{grid-template-columns:1fr}.premium-domain-card{min-height:215px}.schedule-item{grid-template-columns:40px 1fr;gap:10px;padding:14px 0}.schedule-item p{grid-column:2}.certificate-premium{grid-template-columns:1fr}.final-crimson-cta h2{font-size:28px}}:root{--crimson-pro:#e8443e;--crimson-pro-light:#ff625a;--crimson-pro-dark:#81161a;--pro-surface:rgba(13,14,17,.78);--pro-border:rgba(255,255,255,.105);--pro-muted:#8a8c93;--pro-cinzel:"Cinzel",serif}.crimson-header{height:74px;padding:0 26px;background:#030405db;border-bottom:1px solid rgba(255,255,255,.055);backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%)}.crimson-header:after{left:50%;right:auto;width:min(1440px,calc(100% - 52px));transform:translate(-50%);background:linear-gradient(90deg,transparent,rgba(232,68,62,.22) 25%,rgba(255,255,255,.055) 50%,rgba(232,68,62,.22) 75%,transparent)}.crimson-nav-inner{width:min(1460px,100%);height:100%;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:space-between;gap:26px}.cinematic-wordmark{gap:11px;flex:0 0 auto}.crest-mark{width:44px;height:44px}.crest-mark:before{inset:7px;border-color:#e8443eb8}.crest-mark:after{inset:12px;border-color:#ffffff47}.crest-mark i,.crest-mark em{width:34px;opacity:.75}.crest-mark b{font:600 13px var(--pro-cinzel)}.crest-copy{gap:7px}.crest-copy small{font:700 7px var(--heading);letter-spacing:.16em}.crimson-header nav{left:50%;transform:translate(-50%);gap:6px;padding:4px;border-radius:12px;background:#ffffff05}.crimson-header nav>a{position:relative;padding:9px 10px;border-radius:8px;font:600 9px var(--body);letter-spacing:.01em;color:#96989f;transition:.22s ease}.crimson-header nav>a:hover{color:#f5f5f2;background:#ffffff09}.crimson-header nav>a.active{color:#fff;background:#ffffff06}.crimson-header nav>a.active:after{content:"";position:absolute;left:10px;right:10px;bottom:3px;height:1px;margin:0;background:linear-gradient(90deg,transparent,var(--crimson-pro),transparent)}.header-actions{gap:9px;flex:0 0 auto}.team-login-mini{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#ffffff05;font:600 9px var(--body);color:#bbbcc1;transition:.22s ease}.team-login-mini:hover{border-color:#ffffff38;background:#ffffff0a;color:#fff}.register-outline{min-height:40px;padding:0 15px;border:1px solid rgba(232,68,62,.62);border-radius:9px;background:linear-gradient(180deg,#e8443e1c,#e8443e09);color:#ff7770;font:700 8px var(--body);letter-spacing:.055em;text-transform:none;box-shadow:inset 0 1px #ffffff09}.register-outline:hover{background:var(--crimson-pro);border-color:var(--crimson-pro);color:#fff;box-shadow:0 10px 28px #e8443e29}.accepted-hero{min-height:100dvh;height:100dvh;padding-top:74px;align-items:stretch;background:radial-gradient(ellipse at 50% 42%,rgba(104,12,16,.22),transparent 34%),radial-gradient(ellipse at 50% 110%,rgba(232,68,62,.07),transparent 34%),linear-gradient(180deg,#030405,#050507 64%,#030304)}.accepted-hero:before{background:radial-gradient(circle at 50% 42%,rgba(232,68,62,.08),transparent 22%),linear-gradient(90deg,rgba(0,0,0,.32),transparent 28%,transparent 72%,rgba(0,0,0,.32)),linear-gradient(180deg,#0000000d,#00000061);z-index:2}.accepted-hero:after{height:20%;background:linear-gradient(transparent,#04040580,#020203);z-index:3}.hero-side{top:74px;bottom:auto;height:72%;width:min(25vw,390px);opacity:.58;z-index:1;background-size:100% auto;background-position:center top;filter:saturate(.72) contrast(1.12) brightness(.72);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 56%,rgba(0,0,0,.7) 73%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 56%,rgba(0,0,0,.7) 73%,transparent 100%);animation:sideBreath 14s ease-in-out infinite alternate}.hero-side-left{background-image:linear-gradient(90deg,#00000005,#0000002e,#030405 98%),url(/assets/hero-left.jpg)}.hero-side-right{background-image:linear-gradient(270deg,#00000005,#0000002e,#030405 98%),url(/assets/hero-right.jpg);animation-delay:-6s}@keyframes sideBreath{0%{transform:scale(1.01) translateY(0)}to{transform:scale(1.035) translateY(-7px)}}.hero-atmosphere{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.hero-atmosphere i{position:absolute;border-radius:50%;filter:blur(70px);opacity:.22}.atmo-one{width:440px;height:220px;background:#7d1015;left:50%;top:34%;transform:translate(-50%);animation:atmoFloat 10s ease-in-out infinite alternate}.atmo-two{width:280px;height:280px;background:#35151c;left:16%;top:43%;animation:atmoFloat 13s ease-in-out infinite alternate-reverse}.atmo-three{width:300px;height:300px;background:#421117;right:14%;top:38%;animation:atmoFloat 12s ease-in-out infinite alternate}@keyframes atmoFloat{to{transform:translate3d(18px,-12px,0) scale(1.08);opacity:.3}}.hero-light-sweep{position:absolute;z-index:3;pointer-events:none;top:8%;bottom:8%;left:-18%;width:28%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.018),rgba(232,68,62,.028),transparent);filter:blur(4px);transform:skew(-12deg);animation:lightSweep 13s ease-in-out infinite}@keyframes lightSweep{0%,20%{left:-28%;opacity:0}35%{opacity:.6}65%{opacity:.35}82%,to{left:112%;opacity:0}}.hero-embers{z-index:4;opacity:.48;animation:emberFloat 9s ease-in-out infinite alternate}.hero-architecture-lines{z-index:2;opacity:.68}.hero-architecture-lines i{width:min(44vw,660px);background:linear-gradient(90deg,transparent,rgba(232,68,62,.15),transparent)}.hero-architecture-lines b{width:min(48vw,720px);height:min(48vw,720px);border-color:#ffffff06;animation:architectureDrift 18s ease-in-out infinite alternate}.hero-architecture-lines b:last-child{width:min(31vw,470px);height:min(31vw,470px);border-color:#e8443e13;animation-delay:-7s}@keyframes architectureDrift{to{transform:rotate(45deg) scale(1.035);opacity:.62}}.accepted-hero-inner{min-height:calc(100dvh - 74px);height:calc(100dvh - 74px);grid-template-rows:auto auto;align-content:center;align-items:center;gap:clamp(12px,1.7vh,22px);padding:clamp(16px,2.4vh,28px) 0 clamp(14px,2vh,22px)}.accepted-center{align-self:auto;padding:0;text-align:center}.dept-line{gap:13px;font:600 7px var(--body);letter-spacing:.31em;color:#97999f}.dept-line span{width:48px;background:linear-gradient(90deg,transparent,rgba(232,68,62,.65))}.dept-line span:last-child{background:linear-gradient(90deg,rgba(232,68,62,.65),transparent)}.event-label{margin-top:clamp(8px,1.25vh,13px);font:600 clamp(10px,1.15vw,13px) var(--pro-cinzel);letter-spacing:.19em;color:#ff5b53}.accepted-title{margin:clamp(5px,.9vh,10px) 0 0;line-height:.78}.heber-title{font-family:var(--pro-cinzel);font-weight:500;font-size:clamp(46px,min(5vw,7.2vh),76px);letter-spacing:.1em;color:#ededeb;text-shadow:0 8px 30px rgba(255,255,255,.035);filter:none}.hackx-title{font-family:var(--display);font-weight:500;font-size:clamp(82px,min(9.3vw,13.2vh),142px);letter-spacing:-.045em;background:linear-gradient(180deg,#ff5a51,#ed3e39 54%,#b82225);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 10px 0 rgba(74,5,8,.48));text-shadow:0 0 34px rgba(232,68,62,.16)}.year-title{font-family:var(--pro-cinzel);font-weight:500;font-size:clamp(25px,min(2.7vw,4.1vh),39px);letter-spacing:.4em;color:#f1f0ed;margin-top:clamp(5px,.7vh,9px);margin-left:.4em}.hero-tagline{margin-top:clamp(8px,1.15vh,13px);font:500 clamp(15px,min(1.45vw,2.35vh),21px) var(--pro-cinzel);letter-spacing:.018em;color:#d9d9d6}.hero-tagline em{color:#ff5a52}.tagline-divider{margin:clamp(7px,.9vh,11px) auto clamp(9px,1.1vh,13px);max-width:260px}.tagline-divider b{font-size:9px}.hero-info-bar{width:min(820px,92vw);border-radius:13px;border:1px solid var(--pro-border);background:linear-gradient(180deg,#121316c2,#07080ad6);box-shadow:0 18px 55px #00000052,inset 0 1px #ffffff06;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.info-cell{grid-template-columns:27px 1fr;gap:8px;padding:clamp(10px,1.25vh,13px) 15px}.info-cell svg{width:17px;color:#ef5149;opacity:.9}.info-cell span{font:700 5.7px var(--body);letter-spacing:.11em;color:#696b73}.info-cell b{margin-top:4px;font:600 8.5px var(--heading);letter-spacing:-.01em;color:#e5e5e2}.accepted-actions{gap:10px;margin-top:clamp(9px,1.25vh,14px)}.hero-register,.hero-guidelines{min-width:225px;min-height:46px;padding:0 15px;border-radius:10px;font:700 8.5px var(--body);letter-spacing:.015em;text-transform:none}.hero-register{justify-content:space-between;background:linear-gradient(180deg,#ef5149,#d73331);border-color:#ff6a628c;box-shadow:0 12px 28px #cc232329,inset 0 1px #ffffff1f}.hero-register svg{width:28px;height:28px;padding:7px;border-radius:8px;background:#ffffff1f}.hero-register:hover{transform:translateY(-2px);box-shadow:0 16px 35px #cc23233d}.hero-guidelines{gap:8px;border-color:#ffffff21;background:#ffffff06;color:#c9c9ca;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-guidelines svg{width:15px;color:#8c8e95}.hero-guidelines:hover{background:#ffffff0b;border-color:#ffffff3d;color:#fff}.hero-guidelines:hover svg{color:#ff6159}.hero-stat-row{width:min(1040px,96%);align-self:auto;margin:0 auto;padding:0;gap:0;grid-template-columns:repeat(5,1fr);border:1px solid var(--pro-border);border-radius:14px;background:linear-gradient(180deg,#101114b8,#07080ad1);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);overflow:hidden;box-shadow:0 18px 50px #00000042}.hero-stat-row:before{display:none}.hero-stat-card{min-height:76px;padding:11px 14px;border:0;border-right:1px solid rgba(255,255,255,.065);border-radius:0;background:transparent;display:grid;grid-template-columns:28px auto;grid-template-rows:auto auto;column-gap:10px;align-content:center;justify-content:center;text-align:left;box-shadow:none}.hero-stat-card:last-child{border-right:0}.hero-stat-card svg{grid-row:1/3;width:17px;margin:0;color:#df4a43;align-self:center;opacity:.92}.hero-stat-card strong{font:600 clamp(17px,min(1.5vw,2.2vh),22px) var(--heading);letter-spacing:-.035em;line-height:1}.hero-stat-card span{font:500 7px var(--body);color:#8b8d94;margin-top:4px;white-space:nowrap}@media(min-width:901px)and (max-height:860px){.accepted-hero-inner{gap:10px;padding-top:13px;padding-bottom:12px}.dept-line{font-size:6.5px}.event-label{margin-top:7px;font-size:10px}.heber-title{font-size:52px}.hackx-title{font-size:94px}.year-title{font-size:27px;margin-top:4px}.hero-tagline{font-size:15px;margin-top:7px}.tagline-divider{margin:6px auto 8px}.info-cell{padding:9px 13px}.accepted-actions{margin-top:8px}.hero-register,.hero-guidelines{min-height:42px}.hero-stat-card{min-height:68px}.hero-stat-card strong{font-size:18px}}@media(min-width:901px)and (max-height:720px){.accepted-hero-inner{align-content:start;padding-top:14px;gap:8px}.dept-line{display:none}.event-label{margin-top:0}.heber-title{font-size:44px}.hackx-title{font-size:78px}.year-title{font-size:23px}.hero-tagline{font-size:13px}.tagline-divider{display:none}.info-cell{padding:8px 12px}.hero-register,.hero-guidelines{min-height:38px}.hero-stat-card{min-height:60px;padding:8px}.hero-stat-card span{font-size:6.5px}}@media(max-width:1180px){.crimson-header nav{gap:2px}.crimson-header nav>a{font-size:8px;padding:8px 7px}.team-login-mini{display:none}.hero-stat-row{width:100%}.hero-stat-card{padding-left:10px;padding-right:10px;column-gap:7px}}@media(max-width:900px){.crimson-header{height:68px;padding:0 14px}.crimson-nav-inner{gap:10px}.crimson-header nav{position:absolute;left:0;right:0;top:62px;transform:none;display:none;flex-direction:column;align-items:stretch;padding:10px;background:#090a0cfa;border:1px solid var(--line);border-radius:12px;box-shadow:0 25px 70px #000}.crimson-header nav.open{display:flex}.crimson-header nav>a{padding:10px 11px;font-size:9px}.crimson-header nav>a.active:after{display:none}.header-actions{margin-left:auto}.register-outline{display:none}.menu-button{display:block}.accepted-hero{padding-top:68px;height:auto;min-height:100svh}.accepted-hero-inner{height:auto;min-height:calc(100svh - 68px);padding:42px 0 24px;gap:18px}.hero-side{top:68px;width:34vw;height:61%;opacity:.34}.accepted-center{padding:0}.heber-title{font-size:clamp(42px,9vw,65px)}.hackx-title{font-size:clamp(72px,16vw,112px)}.year-title{font-size:clamp(24px,5vw,34px)}.hero-info-bar{grid-template-columns:1fr 1fr}.info-cell:nth-child(2){border-right:0}.info-cell:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.065)}.accepted-actions{gap:8px}.hero-register,.hero-guidelines{min-width:0;flex:1}.hero-stat-row{grid-template-columns:repeat(3,1fr);border-radius:12px}.hero-stat-card{border-right:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.hero-stat-card:nth-child(3){border-right:0}.hero-stat-card:nth-last-child(-n+2){border-bottom:0}}@media(max-width:600px){.crest-copy strong{font-size:10px}.crest-copy small{font-size:6px}.crest-mark{width:40px;height:40px}.accepted-hero-inner{padding-top:30px;gap:14px}.dept-line{font-size:6px;letter-spacing:.2em}.dept-line span{width:25px}.event-label{font-size:8px;letter-spacing:.15em}.heber-title{font-size:38px}.hackx-title{font-size:67px}.year-title{font-size:23px}.hero-tagline{font-size:14px}.hero-info-bar{width:100%;border-radius:11px}.info-cell{grid-template-columns:22px 1fr;padding:10px}.info-cell svg{width:14px}.info-cell b{font-size:7.5px;white-space:normal}.accepted-actions{flex-direction:column}.hero-register,.hero-guidelines{width:100%;min-height:44px}.hero-stat-row{grid-template-columns:1fr 1fr;background:#0a0b0de0}.hero-stat-card{min-height:64px}.hero-stat-card:nth-child(3){border-right:1px solid rgba(255,255,255,.06)}.hero-stat-card:nth-child(2n){border-right:0}.hero-stat-card:last-child{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.06)}.hero-stat-card strong{font-size:17px}.hero-stat-card span{font-size:6.5px}}@media(prefers-reduced-motion:reduce){.hero-side,.hero-atmosphere i,.hero-light-sweep,.hero-embers,.hero-architecture-lines b{animation:none!important}}.accepted-hero{height:100svh;min-height:100svh;padding-top:74px}.accepted-hero-inner{height:calc(100svh - 74px);min-height:calc(100svh - 74px);display:flex;align-items:center;justify-content:center;padding:clamp(30px,5.2vh,60px) 0 clamp(28px,4.8vh,54px)}.accepted-center{width:min(900px,94vw);margin:auto;transform:translateY(-1vh)}.dept-line{margin-bottom:2px}.event-label{margin-top:clamp(8px,1.25vh,13px)}.accepted-title{margin-top:clamp(8px,1.3vh,14px)}.heber-title{font-size:clamp(52px,min(5.25vw,7.4vh),80px)}.hackx-title{font-size:clamp(92px,min(9.7vw,13.6vh),148px)}.year-title{font-size:clamp(27px,min(2.8vw,4.15vh),41px);margin-top:clamp(8px,1.2vh,13px)}.hero-tagline{margin-top:clamp(10px,1.5vh,16px)}.tagline-divider{margin:clamp(8px,1.1vh,12px) auto clamp(12px,1.7vh,18px)}.hero-info-bar{width:min(850px,92vw)}.accepted-actions{margin-top:clamp(13px,1.8vh,20px)}.hero-stats-section{position:relative;z-index:10;padding:54px 0 62px;background:radial-gradient(ellipse at 50% 0%,rgba(222,54,49,.08),transparent 38%),linear-gradient(180deg,#050506,#08090b);border-top:1px solid rgba(239,73,66,.16);border-bottom:1px solid rgba(255,255,255,.055)}.hero-stats-section:before{content:"";position:absolute;left:50%;top:0;width:min(460px,68vw);height:1px;transform:translate(-50%);background:linear-gradient(90deg,transparent,#dc403b,transparent);box-shadow:0 0 22px #dc403b3d}.hero-stats-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:0 auto 20px;width:min(1080px,100%)}.hero-stats-heading>span{font:700 8px var(--body);letter-spacing:.2em;color:#e24b45}.hero-stats-heading>p{margin:0;color:#6f7178;font:500 9px/1.6 var(--body)}.hero-stats-section .hero-stat-row{width:min(1080px,100%);margin:0 auto;border-radius:16px;border:1px solid rgba(255,255,255,.105);background:linear-gradient(180deg,#0f1013f2,#07080afa);box-shadow:0 24px 65px #00000057,inset 0 1px #ffffff06}.hero-stats-section .hero-stat-card{min-height:98px;grid-template-columns:34px auto;column-gap:12px;padding:18px}.hero-stats-section .hero-stat-card svg{width:21px;height:21px;color:#ec4c45;filter:drop-shadow(0 0 9px rgba(236,76,69,.16))}.hero-stats-section .hero-stat-card strong{font:700 clamp(21px,1.55vw,27px) var(--heading);color:#f5f5f2}.hero-stats-section .hero-stat-card span{margin-top:5px;font:600 7px var(--body);letter-spacing:.015em;color:#777981}@media(min-width:901px)and (max-height:860px){.accepted-hero-inner{padding-top:22px;padding-bottom:22px}.accepted-center{transform:translateY(-2px)}.heber-title{font-size:50px}.hackx-title{font-size:91px}.year-title{font-size:26px}.hero-tagline{font-size:14px;margin-top:8px}.tagline-divider{margin:6px auto 9px}.info-cell{padding:9px 13px}.accepted-actions{margin-top:10px}.hero-register,.hero-guidelines{min-height:43px}}@media(min-width:901px)and (max-height:720px){.accepted-hero-inner{padding-top:14px;padding-bottom:14px}.dept-line{display:flex}.event-label{margin-top:5px;font-size:9px}.heber-title{font-size:43px}.hackx-title{font-size:75px}.year-title{font-size:21px;margin-top:4px}.hero-tagline{font-size:12px;margin-top:6px}.tagline-divider{display:none}.hero-info-bar{margin-top:8px}.info-cell{padding:7px 11px}.accepted-actions{margin-top:7px}.hero-register,.hero-guidelines{min-height:37px}}@media(max-width:900px){.accepted-hero{height:auto;min-height:100svh;padding-top:68px}.accepted-hero-inner{height:auto;min-height:calc(100svh - 68px);padding:48px 0 36px}.accepted-center{transform:none}.hero-stats-section{padding:40px 0 46px}.hero-stats-heading{align-items:flex-start;flex-direction:column;gap:7px;margin-bottom:15px}.hero-stats-section .hero-stat-row{grid-template-columns:repeat(3,1fr)}.hero-stats-section .hero-stat-card{min-height:86px}}@media(max-width:600px){.accepted-hero-inner{padding:38px 0 30px}.hero-stats-section{padding:34px 0 40px}.hero-stats-section .hero-stat-row{grid-template-columns:1fr 1fr}.hero-stats-section .hero-stat-card{min-height:78px;padding:13px 11px;grid-template-columns:28px auto;column-gap:8px}.hero-stats-section .hero-stat-card:last-child{grid-column:1/-1}.hero-stats-section .hero-stat-card strong{font-size:20px}.hero-stats-heading>p{font-size:8px}}.crimson-header{height:72px;padding:0 24px;background:#030405f0;border-bottom:1px solid rgba(255,255,255,.055);box-shadow:0 10px 35px #0000002e}.crimson-nav-inner{width:min(1680px,100%);height:100%;margin:0 auto;display:grid;grid-template-columns:minmax(230px,1fr) auto minmax(230px,1fr);align-items:center;gap:22px}.cinematic-wordmark{justify-self:start;min-width:0}.crest-mark{width:42px;height:42px;flex:0 0 42px}.crest-mark:before{inset:7px}.crest-mark:after{inset:12px}.crest-copy{display:flex;align-items:baseline;gap:7px;white-space:nowrap}.crest-copy strong{font:600 12px var(--pro-cinzel);letter-spacing:.075em}.crest-copy small{font:700 7px var(--heading);letter-spacing:.15em}.crimson-header nav{position:static;left:auto;transform:none;justify-self:center;display:flex;align-items:center;gap:2px;padding:4px;border:1px solid rgba(255,255,255,.035);border-radius:12px;background:#ffffff05;box-shadow:inset 0 1px #ffffff05}.crimson-header nav>a{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font:600 8.5px var(--body);letter-spacing:.005em;color:#989aa1;white-space:nowrap}.crimson-header nav>a:hover{color:#f4f4f1;background:#ffffff0a}.crimson-header nav>a.active{color:#fff;background:#ffffff0b;box-shadow:inset 0 0 0 1px #ffffff06}.crimson-header nav>a.active:after{left:11px;right:11px;bottom:2px}.header-actions{justify-self:end;display:flex;align-items:center;gap:9px;min-width:max-content}.team-login-mini,.register-outline{height:40px;min-height:40px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.team-login-mini{min-width:104px;padding:0 14px;border:1px solid rgba(255,255,255,.105);background:#ffffff04;color:#b9bac0;font:600 8.5px var(--body)}.register-outline{min-width:130px;padding:0 15px;border:1px solid rgba(232,68,62,.58);background:#e8443e0b;color:#ff746d;font:700 8px var(--body);letter-spacing:.045em;gap:7px}.register-outline svg{width:14px;height:14px}.register-outline:hover{transform:translateY(-1px);background:#df403b;border-color:#df403b;color:#fff;box-shadow:0 10px 28px #df403b2e}.accepted-hero{height:100svh;min-height:100svh;padding-top:72px;overflow:hidden}.accepted-hero-inner{height:calc(100svh - 72px);min-height:calc(100svh - 72px);padding:clamp(18px,2.8vh,28px) 0 clamp(20px,3.1vh,32px);display:flex;align-items:center;justify-content:center}.accepted-center{width:min(1040px,94vw);margin:0 auto;transform:translateY(-.4vh);display:flex;flex-direction:column;align-items:center}.dept-line{margin:0;font-size:clamp(6px,.48vw,7px);letter-spacing:.24em;color:#8e9096}.dept-line span{width:clamp(34px,3.2vw,52px)}.event-label{margin-top:clamp(7px,1vh,10px);font-size:clamp(9px,.72vw,11px);letter-spacing:.19em}.accepted-title{margin-top:clamp(10px,1.35vh,14px);line-height:1}.heber-title{font-size:clamp(50px,min(4.45vw,7.5vh),72px);letter-spacing:.115em;line-height:.92}.hackx-title{margin-top:clamp(13px,1.8vh,18px);font-size:clamp(88px,min(8vw,13.1vh),126px);line-height:.83}.year-title{margin-top:clamp(13px,1.7vh,17px);font-size:clamp(25px,min(2.35vw,3.9vh),35px);letter-spacing:.32em;padding-left:.32em}.hero-tagline{margin-top:clamp(12px,1.6vh,16px);font-size:clamp(14px,min(1.15vw,2.15vh),18px);letter-spacing:.012em}.tagline-divider{width:min(315px,52vw);margin:clamp(7px,.95vh,10px) auto clamp(11px,1.4vh,15px)}.hero-info-bar{width:min(1030px,94vw);margin:0 auto;border-radius:13px;background:linear-gradient(180deg,#0f1013d1,#07080ae6);border-color:#ffffff1c;box-shadow:0 18px 45px #00000045,inset 0 1px #ffffff05}.info-cell{grid-template-columns:28px 1fr;gap:9px;min-height:52px;padding:10px 16px}.info-cell svg{width:18px;height:18px}.info-cell span{font-size:5.8px;letter-spacing:.105em}.info-cell b{margin-top:4px;font-size:8.5px;letter-spacing:-.01em}.accepted-actions{width:min(600px,82vw);margin-top:clamp(11px,1.5vh,16px);gap:12px}.hero-register,.hero-guidelines{flex:1;min-width:0;min-height:48px;height:48px;border-radius:11px;padding:0 17px;font-size:8.5px;letter-spacing:0}.hero-register{justify-content:space-between;background:linear-gradient(135deg,#e54a44,#c92e2f);border-color:#ff6960b8;box-shadow:0 12px 30px #ca2d2f2e,inset 0 1px #ffffff1f}.hero-register svg{width:29px;height:29px;padding:7px;border-radius:8px;background:#ffffff1a}.hero-guidelines{background:#0b0b0da3;border-color:#fff2;color:#cbccd0}.hero-side{top:72px;height:calc(100% - 72px)}@media(min-width:1500px)and (min-height:820px){.heber-title{font-size:74px}.hackx-title{font-size:132px}.year-title{font-size:36px}.hero-info-bar{width:min(1060px,92vw)}}@media(min-width:1101px)and (max-height:820px){.accepted-hero-inner{padding-top:14px;padding-bottom:16px}.accepted-center{transform:translateY(-2px)}.dept-line{font-size:6px}.event-label{font-size:9px;margin-top:6px}.accepted-title{margin-top:8px}.heber-title{font-size:47px}.hackx-title{font-size:84px;margin-top:11px}.year-title{font-size:23px;margin-top:10px}.hero-tagline{font-size:13px;margin-top:9px}.tagline-divider{margin:6px auto 9px}.info-cell{min-height:46px;padding:8px 13px}.accepted-actions{margin-top:9px}.hero-register,.hero-guidelines{height:44px;min-height:44px}}@media(max-width:1220px){.crimson-nav-inner{display:flex;justify-content:space-between;gap:12px}.crimson-header nav{position:absolute;left:14px;right:14px;top:64px;transform:none;display:none;flex-direction:column;align-items:stretch;gap:2px;padding:10px;border-radius:12px;background:#08090bfb;border:1px solid rgba(255,255,255,.09);box-shadow:0 24px 70px #0000008c}.crimson-header nav.open{display:flex}.crimson-header nav>a{min-height:38px;justify-content:flex-start;padding:0 11px;font-size:9px}.crimson-header nav>a.active:after{display:none}.menu-button{display:grid;place-items:center;order:3;margin-left:1px}.header-actions{margin-left:auto}.team-login-mini{display:inline-flex}}@media(max-width:760px){.crimson-header{height:66px;padding:0 13px}.crest-mark{width:38px;height:38px;flex-basis:38px}.crest-copy strong{font-size:10px}.crest-copy small{font-size:6px}.team-login-mini{display:none}.register-outline{min-width:104px;height:36px;min-height:36px;padding:0 11px;font-size:7px}.crimson-header nav{top:59px;left:10px;right:10px}.accepted-hero{padding-top:66px;height:auto;min-height:100svh}.accepted-hero-inner{height:auto;min-height:calc(100svh - 66px);padding:32px 0 26px}.accepted-center{width:min(94vw,680px);transform:none}.hero-side{top:66px;height:calc(100% - 66px);width:35vw;opacity:.28}.hero-info-bar{grid-template-columns:1fr 1fr;width:100%}.info-cell:nth-child(2){border-right:0}.info-cell:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.065)}.accepted-actions{width:100%;max-width:580px}}@media(max-width:520px){.register-outline span{display:none}.register-outline{min-width:40px;width:40px;padding:0}.accepted-hero-inner{padding:28px 0 24px}.dept-line{font-size:5.5px;letter-spacing:.16em}.dept-line span{width:20px}.event-label{font-size:7.5px;letter-spacing:.14em}.heber-title{font-size:38px}.hackx-title{font-size:66px;margin-top:10px}.year-title{font-size:21px;margin-top:10px}.hero-tagline{font-size:13px}.tagline-divider{width:210px}.info-cell{min-height:48px;padding:9px 10px;grid-template-columns:21px 1fr}.info-cell svg{width:14px}.info-cell b{font-size:7px;white-space:normal}.accepted-actions{flex-direction:column;gap:8px}.hero-register,.hero-guidelines{width:100%;height:44px;min-height:44px}}@media(max-width:1220px){.register-outline{display:inline-flex}}@media(max-width:760px){.register-outline{display:inline-flex}}.event-header{position:fixed;inset:0 0 auto;z-index:400;height:74px;background:#030405e8;border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 16px 45px #0000002e}.event-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(229,75,67,.22),transparent)}.event-header-inner{width:min(1680px,calc(100% - 36px));height:100%;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.event-brand{display:flex;align-items:center;gap:12px;justify-self:start;min-width:max-content}.event-crest{width:42px;height:42px;position:relative;display:grid;place-items:center;flex:0 0 42px;transform:rotate(45deg);border:1px solid rgba(229,75,67,.62);background:#050607}.event-crest:before{content:"";position:absolute;inset:6px;border:1px solid rgba(255,255,255,.16)}.event-crest b{font:600 13px var(--display);color:#f5f2ed;transform:rotate(-45deg);position:relative;z-index:2}.event-crest i,.event-crest em{position:absolute;width:9px;height:1px;background:var(--red)}.event-crest i{right:-5px;top:20px}.event-crest em{left:-5px;top:20px}.event-brand-copy{display:flex;flex-direction:column;gap:4px}.event-brand-copy strong{font:600 12px var(--display);letter-spacing:.105em;color:#f1efeb}.event-brand-copy small{font:700 6.5px var(--heading);letter-spacing:.16em;color:#777a82}.event-live-center{justify-self:center;display:flex;align-items:center;gap:10px;padding:8px 15px;border:1px solid rgba(255,255,255,.065);border-radius:10px;background:#ffffff05;min-width:230px}.event-live-dot{width:7px;height:7px;border-radius:50%;background:#65d69c;box-shadow:0 0 16px #65d69cb3;animation:eventPulse 1.8s ease-in-out infinite}.event-live-center div{display:flex;align-items:center;gap:10px}.event-live-center b{font:700 7px var(--heading);letter-spacing:.13em;color:#bce7ce;white-space:nowrap}.event-live-center span:last-child{font:600 7px var(--body);color:#72757d;white-space:nowrap}@keyframes eventPulse{50%{opacity:.35;box-shadow:0 0 5px #65d69c40}}.event-header-actions{justify-self:end;display:flex;align-items:center;gap:8px}.event-team-link,.event-register-link,.event-menu-trigger{height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;font:700 8px var(--body);transition:.22s ease;white-space:nowrap}.event-team-link{gap:7px;padding:0 13px;color:#a9abb2;border:1px solid rgba(255,255,255,.09);background:#ffffff05}.event-team-link:hover{color:#fff;background:#ffffff0a}.event-register-link{gap:9px;padding:0 15px;color:#fff;border:1px solid rgba(235,76,68,.58);background:linear-gradient(135deg,#e54b43f0,#a71d1eeb);box-shadow:0 10px 25px #b41e1f24}.event-register-link:hover{transform:translateY(-1px);box-shadow:0 13px 32px #b41e1f38}.event-menu-trigger{gap:8px;padding:0 13px;color:#c3c4c9;border:1px solid rgba(255,255,255,.11);background:#0a0b0e}.event-menu-trigger:hover,.event-menu-trigger.active{border-color:#e54b4373;color:#fff;background:#111216}.event-menu-trigger span{font-size:7px;letter-spacing:.09em}.event-index-backdrop{position:fixed;inset:0;z-index:390;background:#000000b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding-top:74px;animation:eventFade .18s ease both}.event-index-panel{margin-left:auto;width:min(860px,100%);height:calc(100dvh - 74px);overflow:auto;background:linear-gradient(145deg,#0c0e12,#050607 70%);border-left:1px solid rgba(255,255,255,.085);box-shadow:-35px 0 90px #00000080;padding:34px clamp(24px,4vw,54px);animation:eventPanelIn .32s cubic-bezier(.2,.75,.2,1) both}@keyframes eventFade{0%{opacity:0}to{opacity:1}}@keyframes eventPanelIn{0%{transform:translate(45px);opacity:.55}to{transform:none;opacity:1}}.event-index-top{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;padding-bottom:28px;border-bottom:1px solid var(--line)}.event-index-kicker{font:700 7px var(--heading);letter-spacing:.18em;color:var(--red)}.event-index-top h2{margin:8px 0 7px;font:500 clamp(32px,4vw,52px)/1 var(--display);letter-spacing:-.035em}.event-index-top p{margin:0;max-width:500px;font-size:10px;line-height:1.7;color:#757780}.event-index-top>button{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line);background:#0b0c0f;color:#999ca4}.event-index-top>button:hover{color:#fff;border-color:#e54b4359}.event-index-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;padding:30px 0}.event-index-main{display:grid}.event-index-main>a{min-height:72px;display:grid;grid-template-columns:38px 1fr 20px;align-items:center;gap:13px;border-bottom:1px solid var(--line);transition:.2s}.event-index-main>a:first-child{border-top:1px solid var(--line)}.event-index-main>a>span{font:500 11px var(--display);color:#5c5f67}.event-index-main>a b,.event-index-main>a small{display:block}.event-index-main>a b{font:600 13px var(--heading);color:#d9d8d4}.event-index-main>a small{margin-top:5px;font-size:8px;color:#64666e}.event-index-main>a>svg{color:#50535b;transition:.2s}.event-index-main>a:hover{padding-left:8px;background:linear-gradient(90deg,rgba(229,75,67,.055),transparent)}.event-index-main>a:hover>span,.event-index-main>a:hover>svg{color:var(--red)}.event-index-section-label{display:block;margin-bottom:10px;font:700 6.5px var(--heading);letter-spacing:.14em;color:#65676f}.event-index-portals{display:flex;flex-direction:column;gap:7px}.event-index-portals>a:not(.event-index-team){min-height:50px;padding:0 12px;display:grid;grid-template-columns:24px 1fr 16px;gap:8px;align-items:center;border:1px solid var(--line);background:#0a0b0e;font-size:9px;color:#9b9da5;transition:.2s}.event-index-portals>a:hover{border-color:#e54b4347;color:#fff;transform:translate(3px)}.event-index-team{margin-top:8px;display:grid;grid-template-columns:30px 1fr;gap:10px;padding:14px;border:1px solid rgba(229,75,67,.18);background:#e54b430b}.event-index-team svg{color:var(--red)}.event-index-team b,.event-index-team span{display:block}.event-index-team b{font-size:9px}.event-index-team span{margin-top:4px;font-size:7px;color:#777981}.event-index-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:22px;border-top:1px solid var(--line)}.event-index-bottom>div{display:flex;align-items:center;gap:8px;font-size:8px;color:#696b73}.event-index-bottom>a{height:39px;padding:0 13px;display:flex;align-items:center;gap:8px;background:var(--red);font:700 7px var(--heading);letter-spacing:.06em;color:#fff}.event-hero{height:100svh;min-height:760px;padding-top:74px}.event-hero .hero-side{top:74px;height:calc(100% - 74px)}.event-hero-inner{height:calc(100svh - 74px);min-height:686px;padding:22px 0 24px}.event-hero-center{width:min(1070px,94vw);transform:none}.hero-status-pill{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:7px 11px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff06;font:700 6.5px var(--heading);letter-spacing:.15em}.hero-status-pill span{width:6px;height:6px;border-radius:50%}.hero-status-pill.open{color:#a8d9bc}.hero-status-pill.open span{background:#65d69c;box-shadow:0 0 12px #65d69ca6}.hero-status-pill.closed{color:#dba3a6}.hero-status-pill.closed span{background:#ef6971}.event-hero .dept-line{font-size:6px}.event-hero .event-label{font-size:9px;margin-top:7px}.event-hero .accepted-title{margin-top:8px}.event-hero .heber-title{font-size:clamp(44px,min(3.8vw,6.8vh),66px)}.event-hero .hackx-title{font-size:clamp(76px,min(7.2vw,11.8vh),118px);margin-top:10px}.event-hero .year-title{font-size:clamp(23px,min(2.1vw,3.5vh),33px);margin-top:10px}.event-hero .hero-tagline{margin-top:10px;font-size:clamp(12px,min(1vw,1.8vh),16px)}.hero-deadline-console{width:min(760px,88vw);margin:11px auto 10px;padding:9px 12px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;border-top:1px solid rgba(229,75,67,.22);border-bottom:1px solid rgba(229,75,67,.22);background:linear-gradient(90deg,transparent,rgba(229,75,67,.035),transparent)}.deadline-copy{text-align:left}.deadline-copy span,.deadline-copy b{display:block}.deadline-copy span{font:700 5.5px var(--heading);letter-spacing:.17em;color:#666870}.deadline-copy b{margin-top:4px;font:600 8px var(--heading);letter-spacing:.04em;color:#d9d8d4}.countdown-hud{display:flex;gap:5px}.countdown-hud>div{min-width:46px;padding:5px 6px;border-left:1px solid rgba(255,255,255,.085);text-align:center}.countdown-hud strong,.countdown-hud span{display:block}.countdown-hud strong{font:600 16px var(--display);color:#f0eeea}.countdown-hud span{margin-top:2px;font:700 5px var(--heading);letter-spacing:.13em;color:#666870}.event-info-bar{width:min(1010px,94vw)}.event-hero-actions{width:min(560px,82vw);margin-top:11px}.event-hero-actions .hero-register,.event-hero-actions .hero-guidelines{height:45px;min-height:45px}.hero-corner-note{position:absolute;z-index:6;left:50%;bottom:12px;transform:translate(-50%);display:flex;align-items:center;gap:8px;font:700 5.5px var(--heading);letter-spacing:.13em;color:#4d4f56;white-space:nowrap}.hero-corner-note i{width:3px;height:3px;border-radius:50%;background:#6e1718}.hero-corner-note b{color:#8f3938}.event-bulletin{position:relative;z-index:10;background:#08090b;border-top:1px solid rgba(255,255,255,.065);border-bottom:1px solid rgba(255,255,255,.065)}.event-bulletin-inner{min-height:56px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.bulletin-label{display:flex;align-items:center;gap:7px;color:var(--red)}.bulletin-label span{font:700 6.5px var(--heading);letter-spacing:.15em}.bulletin-message{display:flex;align-items:center;gap:10px;min-width:0}.bulletin-message b{font-size:8px;white-space:nowrap}.bulletin-message span{font-size:8px;color:#74767d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-bulletin small{font-size:6.5px;color:#5c5e65}.event-section-heading{margin-bottom:32px;max-width:780px}.event-section-heading h2,.split-heading h2{margin:8px 0 0;font:500 clamp(32px,4.1vw,56px)/1.02 var(--display);letter-spacing:-.045em}.event-section-heading>p,.split-heading>p{margin:12px 0 0;max-width:620px;font-size:10px;line-height:1.8;color:#777981}.split-heading{max-width:none;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:end}.split-heading>p{justify-self:end;margin-bottom:4px}.red-kicker{font:700 7px var(--heading);letter-spacing:.16em;color:var(--red)}.event-start-section{padding:78px 0 70px;background:linear-gradient(180deg,#07080a,#0a0b0e);border-bottom:1px solid var(--line)}.entry-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.entry-step-card{min-height:245px;padding:22px 20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.017),transparent);transition:.25s}.entry-step-card:hover{background:#e54b4309;transform:translateY(-3px)}.entry-step-top{display:flex;align-items:center;justify-content:space-between}.entry-step-top>span{font:500 12px var(--display);color:#575a62}.entry-step-top svg{width:22px;color:#8e2b2b}.entry-step-card h3{margin:65px 0 9px;font:600 15px var(--heading)}.entry-step-card p{margin:0;font-size:9px;line-height:1.75;color:#72747c}.entry-ready-strip{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr) auto;align-items:stretch;border:1px solid var(--line);background:#08090b}.entry-ready-strip>div{padding:13px 15px;display:grid;grid-template-columns:18px 1fr;column-gap:7px;align-items:center;border-right:1px solid var(--line)}.entry-ready-strip svg{width:14px;color:#65d69c;grid-row:1/3}.entry-ready-strip span{font:700 5.5px var(--heading);letter-spacing:.1em;color:#5f6169}.entry-ready-strip b{font-size:8px;color:#b9bac0}.entry-ready-strip>a{padding:0 15px;display:flex;align-items:center;justify-content:center;gap:8px;font:700 7px var(--heading);color:#d7d6d2;white-space:nowrap}.entry-ready-strip>a:hover{color:#fff;background:#e54b430f}.event-brief-section{background:#050607}.event-brief-layout{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.event-brief-lead h2{margin:10px 0 18px;max-width:650px;font:500 clamp(38px,5vw,66px)/.98 var(--display);letter-spacing:-.05em}.event-brief-lead>p{max-width:650px;font-size:11px;line-height:1.85;color:#878991}.event-philosophy{margin-top:24px;display:flex;align-items:flex-start;gap:10px;padding:14px;border-left:2px solid var(--red);background:linear-gradient(90deg,rgba(229,75,67,.055),transparent);font-size:9px;line-height:1.6;color:#aaaab0}.event-philosophy svg{width:17px;flex:0 0 17px;color:var(--red)}.event-live-stats{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.event-live-stats>div{min-height:155px;padding:18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(150deg,rgba(255,255,255,.018),transparent)}.event-live-stats span{font:700 6px var(--heading);letter-spacing:.13em;color:#65676f}.event-live-stats strong{margin:8px 0 2px;font:500 40px var(--display);color:#eceae6}.event-live-stats small{font-size:7px;color:#585a62}.event-domains-section{background:#090a0d}.event-domain-list{border-top:1px solid var(--line)}.event-domain-row{min-height:94px;display:grid;grid-template-columns:42px 54px 1fr 24px;align-items:center;gap:15px;border-bottom:1px solid var(--line);transition:.22s;padding:0 8px}.event-domain-row:hover{padding-left:16px;background:linear-gradient(90deg,rgba(229,75,67,.05),transparent)}.event-domain-number{font:500 11px var(--display);color:#555860}.event-domain-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);transform:rotate(45deg)}.event-domain-icon svg{width:18px;transform:rotate(-45deg);color:#8f3232}.event-domain-row h3{margin:0 0 5px;font:600 16px var(--heading)}.event-domain-row p{margin:0;font-size:8px;color:#6f7179}.event-domain-row>svg{width:18px;color:#4d5058}.event-domain-row:hover>svg{color:var(--red)}.event-categories-section{background:#050607}.event-category-deck{display:grid;grid-template-columns:1fr 1fr;gap:12px}.event-category-panel{position:relative;min-height:430px;padding:28px;border:1px solid var(--line);background:linear-gradient(145deg,#111318,#08090b);overflow:hidden;transition:.25s}.event-category-panel:before{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(229,75,67,.08);transform:rotate(45deg);right:-150px;top:-140px}.event-category-panel:hover{transform:translateY(-4px);border-color:#e54b433d}.event-category-panel.idea{background:linear-gradient(145deg,#0d1015,#08090b)}.category-panel-head{display:flex;align-items:center;justify-content:space-between}.category-panel-head>span{font:700 7px var(--heading);letter-spacing:.16em;color:var(--red)}.category-panel-head svg{color:#762525}.event-category-panel h3{margin:88px 0 14px;font:500 clamp(30px,3.3vw,46px)/1 var(--display);letter-spacing:-.04em}.event-category-panel>p{max-width:500px;font-size:10px;line-height:1.75;color:#80828a}.category-focus{margin-top:23px;padding:11px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.category-focus span,.category-focus b{display:block}.category-focus span{font:700 5.5px var(--heading);letter-spacing:.13em;color:#5d6068}.category-focus b{margin-top:5px;font-size:8px;color:#c4c4c1}.event-category-panel ul{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:8px}.event-category-panel li{font-size:8px;color:#777981}.event-category-panel li:before{content:"◇";color:var(--red);margin-right:8px}.submission-section{background:linear-gradient(180deg,#08090b,#050607)}.submission-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.submission-copy h2{margin:10px 0 16px;font:500 clamp(38px,4.5vw,60px)/1 var(--display);letter-spacing:-.045em}.submission-copy p{font-size:10px;line-height:1.8;color:#777981}.submission-copy>a{margin-top:22px;height:42px;display:inline-flex;align-items:center;gap:10px;padding:0 14px;border:1px solid rgba(229,75,67,.4);color:#f0aaa6;font:700 7px var(--heading);letter-spacing:.08em}.submission-copy>a:hover{background:var(--red);color:#fff}.submission-console{border:1px solid var(--line);background:#0a0c0f;box-shadow:0 26px 70px #0000003d}.submission-console-head{height:50px;padding:0 14px;display:grid;grid-template-columns:25px 1fr auto;align-items:center;border-bottom:1px solid var(--line)}.submission-console-head svg{width:17px;color:var(--red)}.submission-console-head span{font:700 7px var(--heading);letter-spacing:.15em;color:#8a8c94}.submission-console-head b{font-size:7px;color:#5b5d65}.submission-items{display:grid;grid-template-columns:1fr 1fr}.submission-items>div{min-height:58px;padding:0 13px;display:grid;grid-template-columns:28px 1fr 15px;align-items:center;gap:8px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.submission-items>div:nth-child(2n){border-right:0}.submission-items>div:nth-last-child(-n+1){grid-column:1/-1}.submission-items span{font:500 9px var(--display);color:#51545c}.submission-items b{font-size:8px;color:#b8b9be}.submission-items svg{width:13px;color:#47785d}.event-flow-section{background:#090a0d}.event-flow-track{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line)}.flow-stage{position:relative;min-height:220px;padding:18px 18px 20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.flow-stage:first-child{border-left:1px solid var(--line)}.flow-stage>span{font:500 11px var(--display);color:#575a62}.flow-stage>i{display:block;width:6px;height:6px;margin-top:27px;border:1px solid var(--red);transform:rotate(45deg)}.flow-stage h3{margin:38px 0 8px;font:600 14px var(--heading)}.flow-stage p{margin:0;font-size:8px;line-height:1.65;color:#6d6f77}.presentation-console{margin-top:14px;display:grid;grid-template-columns:.9fr 1.1fr;border:1px solid rgba(229,75,67,.18);background:linear-gradient(120deg,#e54b430e,#08090b 45%)}.presentation-total{min-height:150px;padding:20px 24px;display:flex;align-items:center;gap:18px;border-right:1px solid var(--line)}.presentation-total>svg{width:30px;color:var(--red)}.presentation-total span,.presentation-total b{display:block}.presentation-total span{font:700 6px var(--heading);letter-spacing:.15em;color:#666870}.presentation-total strong{font:500 58px/.9 var(--display);color:#f1efeb}.presentation-total b{font:700 7px var(--heading);letter-spacing:.11em;color:#8c8e95}.presentation-parts{display:grid;grid-template-columns:repeat(3,1fr)}.presentation-parts>div{display:flex;align-items:baseline;justify-content:center;gap:5px;flex-wrap:wrap;align-content:center;border-right:1px solid var(--line)}.presentation-parts>div:last-child{border-right:0}.presentation-parts strong{font:500 28px var(--display)}.presentation-parts span{font:700 6px var(--heading);color:var(--red)}.presentation-parts b{width:100%;text-align:center;font-size:7px;color:#73757d}.judging-section{background:#050607}.rubric-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rubric-card{border:1px solid var(--line);background:linear-gradient(150deg,#101217,#08090b);overflow:hidden}.rubric-head{min-height:95px;padding:18px;display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid var(--line)}.rubric-head span{font:700 6px var(--heading);letter-spacing:.15em;color:var(--red)}.rubric-head h3{margin:7px 0 0;font:500 25px var(--display)}.rubric-head>strong{font:500 42px var(--display);color:#25282e}.rubric-list>div{min-height:45px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.055)}.rubric-list span{font-size:8px;color:#8d8f97}.rubric-list b{font:600 10px var(--display);color:#c9c9c6}.rubric-total{height:50px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:#e54b430a}.rubric-total span{font:700 6px var(--heading);letter-spacing:.15em;color:#6c6e76}.rubric-total b{font:700 8px var(--heading);color:#e06862}.rules-preview-section{background:#090a0d}.rules-preview-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.rules-preview-layout h2{margin:9px 0 14px;font:500 clamp(36px,4.3vw,58px)/1 var(--display);letter-spacing:-.04em}.rules-preview-layout p{font-size:10px;line-height:1.8;color:#777981}.rules-preview-layout>div:first-child>a{margin-top:18px;display:inline-flex;align-items:center;gap:8px;font:700 7px var(--heading);letter-spacing:.09em;color:#d7d7d4}.rule-chip-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.rule-chip{min-height:120px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.015),transparent)}.rule-chip span{font:500 9px var(--display);color:#565860}.rule-chip b{font:600 11px var(--heading);color:#babbbf}.event-awards-preview{background:#050607}.event-certificate-strip{margin-top:14px}.event-final-cta{padding:86px 0;background:radial-gradient(circle at 85% 50%,rgba(229,75,67,.13),transparent 28%),#08090b;border-top:1px solid rgba(229,75,67,.16)}.event-final-grid{display:grid!important;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.event-final-cta h2{max-width:770px;font-size:clamp(34px,4.7vw,66px)!important;line-height:1!important;letter-spacing:-.045em!important}.event-final-cta p{margin:14px 0 0;font-size:9px;color:#767880}.event-final-actions{justify-self:end;width:min(330px,100%)}.event-final-actions .hero-register{width:100%;height:50px}.event-final-actions>a:last-child{display:block;margin-top:12px;text-align:center;font-size:7px;color:#6e7078}.event-final-actions>a:last-child b{color:#b8b9be}.event-footer-center{display:flex;align-items:center;gap:7px;font:700 6px var(--heading);letter-spacing:.12em;color:#4f5158}.event-footer-center i{width:3px;height:3px;border-radius:50%;background:#772323}.event-footer-center b{color:#8f3533}.event-app-shell .subpage{padding-top:74px}.event-app-shell .subpage .subpage-hero{padding-top:70px}@media(max-width:1100px){.event-header-inner{grid-template-columns:1fr auto}.event-live-center{display:none}.event-header-actions{grid-column:2}.event-menu-trigger span{display:none}.event-menu-trigger{width:40px;padding:0}.entry-steps-grid,.entry-ready-strip{grid-template-columns:1fr 1fr}.entry-ready-strip>a{min-height:48px;grid-column:1/-1;border-top:1px solid var(--line)}.event-brief-layout,.submission-layout,.rules-preview-layout{grid-template-columns:1fr;gap:42px}.event-live-stats{max-width:720px}.event-flow-track{grid-template-columns:repeat(3,1fr)}.flow-stage:nth-child(4){border-left:1px solid var(--line)}.event-final-grid{grid-template-columns:1fr}.event-final-actions{justify-self:start}}@media(max-width:760px){.event-header{height:66px}.event-header-inner{width:calc(100% - 22px);gap:10px}.event-crest{width:37px;height:37px;flex-basis:37px}.event-brand-copy strong{font-size:9px}.event-brand-copy small{font-size:5.5px}.event-team-link{display:none}.event-register-link{height:36px;padding:0 10px}.event-register-link span{display:none}.event-register-link{width:38px}.event-menu-trigger{height:36px;width:38px}.event-index-backdrop{padding-top:66px}.event-index-panel{height:calc(100dvh - 66px);padding:24px 18px}.event-index-grid{grid-template-columns:1fr;gap:24px}.event-index-top h2{font-size:36px}.event-index-bottom{align-items:stretch;flex-direction:column}.event-index-bottom>a{justify-content:center}.event-hero{height:auto;min-height:100svh;padding-top:66px}.event-hero .hero-side{top:66px;height:calc(100% - 66px)}.event-hero-inner{height:auto;min-height:calc(100svh - 66px);padding:32px 0 40px}.event-hero-center{width:min(94vw,620px)}.hero-status-pill{margin-bottom:8px}.event-hero .dept-line{font-size:5.5px}.event-hero .event-label{font-size:7.5px}.event-hero .heber-title{font-size:40px}.event-hero .hackx-title{font-size:68px}.event-hero .year-title{font-size:22px}.event-hero .hero-tagline{font-size:12px}.hero-deadline-console{width:100%;grid-template-columns:1fr;margin-top:14px}.deadline-copy{text-align:center}.countdown-hud{justify-content:center}.countdown-hud>div{flex:1;min-width:0}.event-info-bar{grid-template-columns:1fr 1fr;width:100%}.event-info-bar .info-cell:nth-child(2){border-right:0}.event-info-bar .info-cell:nth-child(-n+2){border-bottom:1px solid var(--line)}.event-hero-actions{width:100%}.hero-corner-note{display:none}.event-bulletin-inner{grid-template-columns:1fr;gap:4px;padding:12px 0}.bulletin-message{display:block}.bulletin-message b,.bulletin-message span{display:block;white-space:normal}.bulletin-message span{margin-top:4px}.event-bulletin small{display:none}.event-start-section,.premium-section{padding:62px 0}.split-heading{grid-template-columns:1fr;gap:6px}.split-heading>p{justify-self:start}.event-section-heading h2,.split-heading h2{font-size:36px}.entry-steps-grid{grid-template-columns:1fr}.entry-step-card{min-height:190px}.entry-step-card h3{margin-top:40px}.entry-ready-strip{grid-template-columns:1fr}.entry-ready-strip>div{border-right:0;border-bottom:1px solid var(--line)}.event-brief-lead h2{font-size:42px}.event-live-stats{grid-template-columns:1fr 1fr}.event-live-stats>div{min-height:130px}.event-live-stats strong{font-size:34px}.event-domain-row{grid-template-columns:32px 42px 1fr 18px;gap:10px;min-height:88px}.event-domain-icon{width:34px;height:34px}.event-domain-row h3{font-size:13px}.event-domain-row p{font-size:7px}.event-category-deck,.rubric-grid{grid-template-columns:1fr}.event-category-panel{min-height:390px;padding:22px}.event-category-panel h3{margin-top:70px;font-size:34px}.submission-items{grid-template-columns:1fr}.submission-items>div{border-right:0}.submission-items>div:nth-last-child(-n+1){grid-column:auto}.submission-copy h2{font-size:40px}.event-flow-track{grid-template-columns:1fr}.flow-stage,.flow-stage:nth-child(4){min-height:160px;border-left:1px solid var(--line)}.flow-stage h3{margin-top:22px}.presentation-console{grid-template-columns:1fr}.presentation-total{border-right:0;border-bottom:1px solid var(--line)}.presentation-parts{min-height:120px}.rules-preview-layout h2{font-size:40px}.rule-chip-grid{grid-template-columns:1fr}.rule-chip{min-height:90px}.event-final-cta{padding:64px 0}.event-final-cta h2{font-size:38px!important}.event-final-actions{width:100%}.event-footer-center{display:none}.event-app-shell .subpage{padding-top:66px}.event-app-shell .subpage .subpage-hero{padding-top:50px}}@media(max-width:420px){.event-brand-copy small{display:none}.event-brand-copy strong{font-size:8.5px}.event-header-actions{gap:5px}.event-hero .hackx-title{font-size:61px}.event-hero .heber-title{font-size:36px}.countdown-hud strong{font-size:14px}.countdown-hud>div{padding:5px 3px}.event-info-bar .info-cell{padding:9px}.event-info-bar .info-cell b{font-size:6.8px}.event-live-stats{grid-template-columns:1fr}.event-live-stats>div{min-height:110px}.presentation-parts strong{font-size:22px}}@media(prefers-reduced-motion:reduce){.event-live-dot,.event-index-backdrop,.event-index-panel{animation:none!important}}.event-hero{height:100svh;min-height:720px;padding-top:74px}.event-hero-inner{height:calc(100svh - 74px);min-height:646px;padding:clamp(16px,2vh,23px) 0 76px;display:flex;align-items:center;justify-content:center}.event-hero-center{width:min(1260px,94vw);transform:translateY(-2px)}.event-hero .hero-status-pill{margin-bottom:clamp(9px,1.1vh,13px);padding:8px 13px;font-size:7px}.event-hero .dept-line{font-size:clamp(6.5px,.48vw,8px);letter-spacing:.3em}.event-hero .dept-line span{width:clamp(42px,3.8vw,66px)}.event-hero .event-label{margin-top:clamp(7px,.9vh,10px);font-size:clamp(10px,.69vw,12px);letter-spacing:.23em}.event-hero .accepted-title{margin-top:clamp(7px,.9vh,11px)}.event-hero .heber-title{font-size:clamp(58px,min(4.7vw,8.4vh),84px);letter-spacing:.12em}.event-hero .hackx-title{margin-top:clamp(9px,1.15vh,13px);font-size:clamp(106px,min(8.8vw,15.3vh),158px);line-height:.8}.event-hero .year-title{margin-top:clamp(10px,1.2vh,14px);font-size:clamp(30px,min(2.45vw,4.3vh),44px)}.event-hero .hero-tagline{margin-top:clamp(9px,1.15vh,13px);font-size:clamp(15px,min(1.15vw,2.15vh),20px)}.hero-deadline-console{width:min(900px,84vw);margin:clamp(10px,1.25vh,14px) auto clamp(10px,1.15vh,13px);padding:11px 16px;min-height:58px}.deadline-copy span{font-size:6px}.deadline-copy b{font-size:9px}.countdown-hud>div{min-width:54px;padding:6px 8px}.countdown-hud strong{font-size:19px}.event-info-bar{width:min(1160px,92vw)}.event-info-bar .info-cell{min-height:58px;padding:11px 18px}.event-info-bar .info-cell svg{width:19px;height:19px}.event-info-bar .info-cell span{font-size:6px}.event-info-bar .info-cell b{font-size:9px}.event-hero-actions{width:min(680px,78vw);margin-top:clamp(11px,1.35vh,16px)}.event-hero-actions .hero-register,.event-hero-actions .hero-guidelines{height:50px;min-height:50px;font-size:9px}.hero-scroll-route{position:absolute;z-index:9;left:50%;bottom:0;transform:translate(-50%);height:69px;display:grid;grid-template-columns:auto 16px 42px;align-items:end;gap:8px;color:#797b83}.hero-route-copy{align-self:center;padding-bottom:8px;text-align:right;white-space:nowrap;transition:.22s ease}.hero-route-copy small,.hero-route-copy b{display:block}.hero-route-copy small{font:700 5.5px var(--heading);letter-spacing:.14em;color:#5f6169}.hero-route-copy b{margin-top:4px;font:700 6.5px var(--heading);letter-spacing:.09em;color:#9698a0}.hero-route-line{width:1px;height:56px;align-self:end;justify-self:center;background:linear-gradient(180deg,transparent 0%,rgba(229,75,67,.22) 28%,rgba(229,75,67,.82) 100%);transform-origin:bottom;animation:routeLinePulse 1.8s ease-in-out infinite}.hero-route-orbit{position:relative;width:42px;height:42px;margin-bottom:5px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(229,75,67,.46);background:#08090bd1;color:#e8e6e3;box-shadow:0 0 0 7px #e54b4306,0 0 25px #e54b431c}.hero-route-orbit:before,.hero-route-orbit:after{content:"";position:absolute;inset:-7px;border-radius:50%;border:1px solid rgba(229,75,67,.13)}.hero-route-orbit:after{inset:-13px;border-top-color:#e54b437a;border-right-color:transparent;animation:routeOrbit 4s linear infinite}.hero-route-orbit i{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--red);top:-8px;box-shadow:0 0 10px #e54b43bf}.hero-scroll-route:hover .hero-route-copy{transform:translate(-3px)}.hero-scroll-route:hover .hero-route-copy b{color:#fff}@keyframes routeOrbit{to{transform:rotate(360deg)}}@keyframes routeLinePulse{0%,to{opacity:.42;transform:scaleY(.86)}50%{opacity:1;transform:scaleY(1)}}.journey-rail{position:fixed;z-index:145;right:20px;top:50%;transform:translate(24px,-50%);width:154px;padding:12px 11px 12px 12px;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:linear-gradient(145deg,#0d0e12e0,#050608bd);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 55px #00000047;opacity:0;pointer-events:none;transition:opacity .28s ease,transform .35s cubic-bezier(.2,.75,.2,1)}.journey-rail.visible{opacity:1;transform:translateY(-50%);pointer-events:auto}.journey-current{padding:2px 3px 10px;border-bottom:1px solid rgba(255,255,255,.07)}.journey-current span,.journey-current b{display:block}.journey-current span{font:700 5.4px var(--heading);letter-spacing:.11em;color:#656870}.journey-current b{margin-top:5px;font:600 8px/1.25 var(--heading);color:#d6d6d3}.journey-track{position:relative;margin-top:10px;display:grid;gap:0}.journey-track-base,.journey-track-fill{position:absolute;left:9px;top:10px;width:1px;height:calc(100% - 20px);background:#ffffff17;pointer-events:none}.journey-track-fill{height:0;max-height:calc(100% - 20px);background:linear-gradient(180deg,#b72527,#ef554d);box-shadow:0 0 10px #e54b4333;transition:height .12s linear}.journey-node{position:relative;z-index:2;min-height:28px;display:grid;grid-template-columns:19px 1fr;align-items:center;gap:8px;border-radius:7px;transition:.2s ease}.journey-node:hover{background:#ffffff06}.journey-node-dot{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#090a0c;transition:.2s ease}.journey-node-dot i{width:3px;height:3px;border-radius:50%;background:#555860;transition:.2s ease}.journey-node.complete .journey-node-dot{border-color:#e54b4361}.journey-node.complete .journey-node-dot i{background:#b93331}.journey-node.active .journey-node-dot{border-color:#f5534bd9;box-shadow:0 0 0 4px #e54b4312,0 0 18px #e54b432e}.journey-node.active .journey-node-dot i{width:6px;height:6px;background:#ef554d;box-shadow:0 0 10px #ef554dcc}.journey-node-label{display:flex;align-items:baseline;gap:5px;min-width:0}.journey-node-label small{width:16px;font:500 5.5px var(--display);color:#50535b}.journey-node-label b{font:600 6.7px var(--heading);color:#6f7179;white-space:nowrap;transition:.2s ease}.journey-node.complete .journey-node-label small{color:#7f3434}.journey-node.active .journey-node-label small{color:var(--red)}.journey-node.active .journey-node-label b{color:#e7e5e2}#start,#about,#domains,#categories,#submission,#schedule,#judging,#rules,#awards,#join{scroll-margin-top:74px}.event-start-section,.premium-section,.event-final-cta{position:relative}.event-start-section:before,.premium-section:before,.event-final-cta:before{content:"";position:absolute;top:0;left:50%;width:min(1120px,76vw);height:1px;transform:translate(-50%);background:linear-gradient(90deg,transparent,rgba(229,75,67,.13),transparent)}@media(min-width:1101px)and (max-height:850px){.event-hero{min-height:700px}.event-hero-inner{min-height:626px;padding-top:12px;padding-bottom:70px}.event-hero-center{transform:translateY(-1px)}.event-hero .hero-status-pill{padding:6px 10px;margin-bottom:6px;font-size:6.2px}.event-hero .dept-line{font-size:6px}.event-hero .event-label{font-size:8.5px;margin-top:5px}.event-hero .accepted-title{margin-top:5px}.event-hero .heber-title{font-size:55px}.event-hero .hackx-title{font-size:104px;margin-top:7px}.event-hero .year-title{font-size:29px;margin-top:8px}.event-hero .hero-tagline{font-size:14px;margin-top:8px}.hero-deadline-console{width:min(860px,82vw);min-height:52px;margin:8px auto;padding:8px 13px}.countdown-hud strong{font-size:17px}.event-info-bar{width:min(1120px,90vw)}.event-info-bar .info-cell{min-height:52px;padding:9px 15px}.event-hero-actions{margin-top:9px;width:min(650px,76vw)}.event-hero-actions .hero-register,.event-hero-actions .hero-guidelines{height:46px;min-height:46px}.hero-scroll-route{height:61px}.hero-route-line{height:49px}}@media(min-width:1600px)and (min-height:900px){.event-hero .heber-title{font-size:84px}.event-hero .hackx-title{font-size:158px}.event-hero .year-title{font-size:43px}.event-hero .hero-tagline{font-size:19px}.hero-deadline-console{width:920px}.event-info-bar{width:1180px}}@media(max-width:1320px){.journey-rail{top:auto;bottom:16px;right:16px;width:228px;padding:9px 10px 10px;transform:translateY(18px);border-radius:12px}.journey-rail.visible{transform:none}.journey-current{padding:0 1px 8px;border-bottom:0}.journey-current span{font-size:4.8px}.journey-current b{font-size:7.2px;margin-top:3px}.journey-track{height:14px;margin-top:0;display:flex;align-items:center;justify-content:space-between;gap:0}.journey-track-base{left:5px;right:5px;top:7px;width:auto;height:1px}.journey-track-fill{display:none}.journey-node{display:block;min-height:0;width:12px;height:12px;background:none!important}.journey-node-dot{width:12px;height:12px;background:#090a0c}.journey-node-dot i{width:2px;height:2px}.journey-node.active .journey-node-dot i{width:4px;height:4px}.journey-node-label{display:none}}@media(max-width:760px){.event-hero{min-height:100svh;height:auto;padding-top:66px}.event-hero-inner{height:auto;min-height:calc(100svh - 66px);padding:28px 0 82px}.event-hero-center{width:min(94vw,620px)}.event-hero .hero-status-pill{font-size:5.7px;padding:6px 9px}.event-hero .heber-title{font-size:42px}.event-hero .hackx-title{font-size:76px}.event-hero .year-title{font-size:24px}.event-hero .hero-tagline{font-size:12px}.hero-deadline-console{width:100%;min-height:0;padding:9px 10px}.event-info-bar,.event-hero-actions{width:100%}.hero-scroll-route{height:62px;grid-template-columns:auto 12px 38px}.hero-route-copy small{font-size:5px}.hero-route-copy b{font-size:5.8px}.hero-route-line{height:47px}.hero-route-orbit{width:38px;height:38px}}@media(max-width:430px){.hero-route-copy{display:none}.hero-scroll-route{grid-template-columns:12px 38px}}@media(prefers-reduced-motion:reduce){.hero-route-line,.hero-route-orbit:after{animation:none!important}.journey-rail,.journey-track-fill{transition:none!important}}.event-header{height:82px;background:#030405f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.event-header-inner{width:min(1720px,calc(100% - 42px));display:flex;justify-content:space-between;align-items:center;gap:28px}.event-brand{gap:14px}.event-crest{width:52px;height:52px;flex-basis:52px}.event-brand-copy strong{font-size:13px;letter-spacing:.12em}.event-brand-copy small{font-size:6.8px;letter-spacing:.17em}.event-header-actions{margin-left:auto;gap:10px}.event-team-link,.event-register-link,.event-menu-trigger{height:46px}.event-team-link{padding:0 18px}.event-register-link{padding:0 22px}.event-menu-trigger{padding:0 17px}.event-hero{height:100svh;min-height:760px;padding-top:82px;overflow:hidden}.event-hero .hero-side{top:82px;height:calc(100% - 82px)}.event-hero-inner{width:100%;height:calc(100svh - 82px);min-height:678px;padding:24px 350px 62px 40px;display:flex;align-items:center;justify-content:center}.hero-v7-center{width:min(980px,100%);margin:0 auto;transform:translateY(-3px)}.event-hero .hero-status-pill{margin:0 auto 13px;padding:8px 15px;font-size:7px;letter-spacing:.14em}.event-hero .dept-line{font-size:7px;letter-spacing:.34em}.event-hero .dept-line span{width:58px}.event-hero .event-label{margin-top:8px;font-size:11px;letter-spacing:.26em}.event-hero .accepted-title.hero-v7-title{margin-top:12px}.event-hero .hero-v7-title .heber-title{font-size:clamp(70px,5.4vw,92px);line-height:.9;letter-spacing:.14em}.event-hero .hero-v7-title .hackx-title{margin-top:16px;font-size:clamp(132px,10.1vw,184px);line-height:.76;letter-spacing:-.045em;filter:drop-shadow(0 12px 16px rgba(132,12,13,.28))}.event-hero .hero-v7-title .year-title{margin-top:18px;font-size:clamp(34px,2.5vw,46px);line-height:1;letter-spacing:.36em}.event-hero .hero-tagline{margin-top:15px;font-size:clamp(16px,1.3vw,21px);letter-spacing:.01em}.hero-v7-ornament{width:320px;margin:13px auto 14px;display:grid;grid-template-columns:1fr 8px 1fr;align-items:center;gap:12px}.hero-v7-ornament span{height:1px;background:linear-gradient(90deg,transparent,rgba(229,75,67,.56))}.hero-v7-ornament span:last-child{background:linear-gradient(90deg,rgba(229,75,67,.56),transparent)}.hero-v7-ornament i{width:7px;height:7px;border:1px solid rgba(239,80,74,.9);transform:rotate(45deg);box-shadow:0 0 12px #ef504a40}.hero-v7-stats{width:min(900px,100%);margin:0 auto;display:grid;grid-template-columns:.82fr .72fr .9fr 1.55fr;border-top:1px solid rgba(229,75,67,.26);border-bottom:1px solid rgba(229,75,67,.26);background:linear-gradient(90deg,transparent,rgba(116,17,19,.07) 50%,transparent)}.hero-v7-stats .info-cell{min-height:78px;padding:14px 18px;display:grid;grid-template-columns:32px 1fr;gap:11px;align-items:center;border-right:1px solid rgba(255,255,255,.1);background:transparent}.hero-v7-stats .info-cell:last-child{border-right:0}.hero-v7-stats .info-cell svg{width:22px;height:22px;color:#ef4b45}.hero-v7-stats .info-cell span{font:700 6.2px var(--body);letter-spacing:.14em;color:#777981}.hero-v7-stats .info-cell b{margin-top:4px;font:600 15px/1 var(--heading);letter-spacing:.01em;color:#f0eeea;white-space:nowrap}.hero-v7-stats .info-cell:last-child b{font-size:12px}.hero-v7-stats .info-cell small{display:block;margin-top:5px;font:650 6.7px var(--body);letter-spacing:.14em;color:#9a9ba1}.hero-v7-actions{width:min(700px,76%);margin:18px auto 0;gap:14px}.hero-v7-actions .hero-register,.hero-v7-actions .hero-guidelines{height:58px;min-height:58px;font-size:10px;border-radius:9px}.hero-v7-actions .hero-register{box-shadow:0 16px 42px #bc26242e}.hero-v7-date{margin-top:11px;display:flex;justify-content:center;gap:8px;align-items:baseline;color:#666870}.hero-v7-date span{font:700 5.8px var(--body);letter-spacing:.14em}.hero-v7-date b{font:600 7.2px var(--heading);letter-spacing:.06em;color:#a6a5a4}.hero-v7-scroll{position:absolute;z-index:12;left:calc((100% - 350px)/2);bottom:16px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:5px;color:#85868d}.hero-v7-scroll small{font:700 5.8px var(--body);letter-spacing:.22em;color:#777981}.hero-v7-scroll>svg{color:#ef4f49;animation:v7ScrollArrow 1.5s ease-in-out infinite}.hero-v7-mouse{position:relative;width:24px;height:34px;border:1.5px solid #d8d6d2;border-radius:14px;display:block}.hero-v7-mouse i{position:absolute;left:50%;top:7px;width:3px;height:7px;border-radius:2px;background:#ef4f49;transform:translate(-50%);animation:v7Mouse 1.5s ease-in-out infinite}@keyframes v7Mouse{0%{opacity:0;transform:translate(-50%,-2px)}35%{opacity:1}to{opacity:0;transform:translate(-50%,10px)}}@keyframes v7ScrollArrow{50%{transform:translateY(3px)}}.curve-journey{position:fixed;z-index:130;top:105px;right:22px;width:315px;height:calc(100svh - 132px);min-height:610px;max-height:720px;pointer-events:none}.curve-journey-svg{position:absolute;inset:0;width:178px;height:100%;overflow:visible;pointer-events:none}.curve-path-base,.curve-path-progress{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round}.curve-path-base{stroke:#d6d7d847;stroke-width:1.15}.curve-path-progress{stroke:#e44742;stroke-width:1.35;stroke-dasharray:100;transition:stroke-dashoffset .18s linear;filter:drop-shadow(0 0 5px rgba(229,75,67,.28))}.curve-journey-caption{position:absolute;left:22px;top:-5px;display:flex;align-items:center;gap:8px;opacity:.72}.curve-journey-caption span{font:700 5.5px var(--body);letter-spacing:.18em;color:#62646b}.curve-journey-caption b{font:650 6px var(--heading);letter-spacing:.09em;color:#9d9da1}.curve-journey-node{position:absolute;display:flex;align-items:flex-start;gap:13px;width:245px;transform:translateY(-50%);pointer-events:auto}.curve-dot{flex:0 0 19px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(196,198,201,.36);background:#090a0c;box-shadow:0 0 0 3px #ffffff05;transition:.22s ease}.curve-dot i{width:7px;height:7px;border-radius:50%;background:#54565b;transition:.22s ease}.curve-copy{display:block;padding-top:0;min-width:150px;transition:.22s ease}.curve-copy>span{display:flex;align-items:baseline;gap:10px;white-space:nowrap}.curve-copy small{font:600 10px var(--display);letter-spacing:.07em;color:#676970;transition:.22s ease}.curve-copy b{font:500 15px var(--display);letter-spacing:.035em;color:#8d8e93;text-transform:uppercase;transition:.22s ease}.curve-copy em{display:block;margin-top:5px;font:500 8px/1.3 var(--body);font-style:normal;letter-spacing:.015em;color:#606269;white-space:nowrap;transition:.22s ease}.curve-journey-node:hover .curve-copy b{color:#d5d4d1}.curve-journey-node.complete .curve-dot{border-color:#e54b4375}.curve-journey-node.complete .curve-dot i{background:#a82f2f}.curve-journey-node.complete .curve-copy small{color:#843432}.curve-journey-node.active .curve-dot{border-color:#ff665f;box-shadow:0 0 0 5px #e54b4314,0 0 25px #ef4c4654}.curve-journey-node.active .curve-dot i{width:11px;height:11px;background:#ff5b54;box-shadow:0 0 14px #ff5b54e0}.curve-journey-node.active .curve-copy small{color:#f1514b}.curve-journey-node.active .curve-copy b{color:#f0eeea;font-size:17px}.curve-journey-node.active .curve-copy em{color:#aaa9a6}.curve-journey-foot{position:absolute;left:42px;bottom:-5px;display:flex;align-items:center;gap:10px;opacity:.74}.curve-mouse{position:relative;width:20px;height:28px;border:1px solid #a8a9ad;border-radius:12px}.curve-mouse i{position:absolute;left:50%;top:5px;width:2px;height:6px;background:#e44c46;border-radius:2px;transform:translate(-50%)}.curve-journey-foot div{display:flex;flex-direction:column;gap:3px}.curve-journey-foot b{font:600 8px var(--heading);color:#c4c3c0}.curve-journey-foot small{font:500 6.5px var(--body);color:#73757b}@media(min-width:1181px){.event-start-section>.container,.premium-section>.container,.event-final-cta>.container{width:min(1120px,calc(100vw - 430px));max-width:none;margin-left:max(34px,calc((100vw - 1580px)/2 + 74px));margin-right:0}.event-bulletin .container{width:min(1120px,calc(100vw - 430px));max-width:none;margin-left:max(34px,calc((100vw - 1580px)/2 + 74px));margin-right:0}}.event-start-section,.premium-section{scroll-margin-top:82px}.event-start-section:before,.premium-section:before,.event-final-cta:before{width:min(980px,68vw)}@media(min-width:1181px)and (max-height:880px){.event-hero{min-height:720px}.event-hero-inner{min-height:638px;padding-top:16px;padding-bottom:58px}.event-hero .hero-v7-title .heber-title{font-size:68px}.event-hero .hero-v7-title .hackx-title{font-size:142px;margin-top:12px}.event-hero .hero-v7-title .year-title{font-size:35px;margin-top:13px}.event-hero .hero-tagline{font-size:16px;margin-top:11px}.hero-v7-ornament{margin:9px auto 10px}.hero-v7-stats .info-cell{min-height:68px;padding:11px 15px}.hero-v7-actions{margin-top:13px}.hero-v7-actions .hero-register,.hero-v7-actions .hero-guidelines{height:52px;min-height:52px}.hero-v7-date{margin-top:7px}.curve-journey{top:96px;height:calc(100svh - 112px);min-height:590px}}@media(min-width:1600px)and (min-height:900px){.event-hero-inner{padding-right:365px}.event-hero .hero-v7-title .heber-title{font-size:90px}.event-hero .hero-v7-title .hackx-title{font-size:184px}.event-hero .hero-v7-title .year-title{font-size:46px}.hero-v7-stats{width:930px}.hero-v7-actions{width:710px}.curve-journey{right:35px;width:335px}}@media(max-width:1180px){.curve-journey{display:none}.event-header{height:70px}.event-header-inner{width:calc(100% - 28px)}.event-hero{padding-top:70px;min-height:100svh;height:auto}.event-hero .hero-side{top:70px;height:calc(100% - 70px)}.event-hero-inner{height:auto;min-height:calc(100svh - 70px);padding:42px 5vw 78px}.hero-v7-center{width:min(880px,100%)}.event-hero .hero-v7-title .heber-title{font-size:clamp(54px,8vw,76px)}.event-hero .hero-v7-title .hackx-title{font-size:clamp(96px,15vw,142px)}.event-hero .hero-v7-title .year-title{font-size:clamp(28px,4vw,38px)}.hero-v7-scroll{left:50%}}@media(max-width:760px){.event-header{height:66px}.event-header-inner{width:calc(100% - 22px)}.event-crest{width:38px;height:38px;flex-basis:38px}.event-brand-copy strong{font-size:9px}.event-brand-copy small,.event-team-link{display:none}.event-register-link,.event-menu-trigger{width:39px;height:38px;padding:0;justify-content:center}.event-register-link span,.event-menu-trigger span{display:none}.event-hero{padding-top:66px}.event-hero-inner{min-height:calc(100svh - 66px);padding:30px 17px 82px}.event-hero .hero-status-pill{font-size:5.8px;padding:6px 9px;margin-bottom:9px}.event-hero .dept-line{font-size:5.5px;letter-spacing:.22em}.event-hero .dept-line span{width:25px}.event-hero .event-label{font-size:8px;letter-spacing:.18em;margin-top:6px}.event-hero .hero-v7-title .heber-title{font-size:42px}.event-hero .hero-v7-title .hackx-title{font-size:78px;margin-top:10px}.event-hero .hero-v7-title .year-title{font-size:24px;margin-top:11px;letter-spacing:.28em}.event-hero .hero-tagline{font-size:13px;margin-top:10px}.hero-v7-ornament{width:210px;margin:9px auto 10px}.hero-v7-stats{grid-template-columns:1fr 1fr;width:100%}.hero-v7-stats .info-cell{min-height:61px;padding:10px 11px;grid-template-columns:25px 1fr}.hero-v7-stats .info-cell:nth-child(2){border-right:0}.hero-v7-stats .info-cell:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.hero-v7-stats .info-cell svg{width:17px;height:17px}.hero-v7-stats .info-cell b,.hero-v7-stats .info-cell:last-child b{font-size:8px;white-space:normal}.hero-v7-stats .info-cell small{font-size:5.7px}.hero-v7-actions{width:100%;margin-top:13px;gap:9px}.hero-v7-actions .hero-register,.hero-v7-actions .hero-guidelines{height:48px;min-height:48px;font-size:8px}.hero-v7-date{margin-top:8px}}@media(max-width:480px){.hero-v7-actions{flex-direction:column}.hero-v7-actions .hero-register,.hero-v7-actions .hero-guidelines{width:100%}.hero-v7-date{display:none}.hero-v7-scroll{bottom:10px}}@media(prefers-reduced-motion:reduce){.curve-path-progress{transition:none}.hero-v7-mouse i,.hero-v7-scroll>svg{animation:none}}.event-hero-inner{padding-left:40px;padding-right:40px}.hero-v7-center{margin-left:auto;margin-right:auto}.hero-v7-scroll{left:50%}@media(min-width:1181px){.event-start-section>.container,.premium-section>.container,.event-final-cta>.container,.event-bulletin .container{width:min(1120px,calc(100% - 64px));max-width:1120px;margin-left:auto;margin-right:auto}}.event-section-heading,.event-section-heading.center-heading,.event-section-heading.split-heading{width:min(900px,100%);max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:38px;text-align:center}.event-section-heading.split-heading{display:flex;flex-direction:column;align-items:center;gap:10px}.event-section-heading.split-heading>div{width:100%}.event-section-heading>p,.event-section-heading.split-heading>p{max-width:680px;margin:13px auto 0;justify-self:auto;text-align:center}.event-domain-list,.entry-steps-grid,.entry-ready-strip,.event-category-deck,.submission-layout,.event-flow-track,.presentation-console,.rubric-grid,.rules-preview-layout,.premium-awards,.event-certificate-strip{margin-left:auto;margin-right:auto}.curve-journey{opacity:0;visibility:hidden;transform:translate(24px);transition:opacity .28s ease,transform .38s cubic-bezier(.2,.72,.2,1),visibility 0s linear .38s;pointer-events:none}.curve-journey.visible{opacity:1;visibility:visible;transform:translate(0);transition:opacity .28s ease,transform .38s cubic-bezier(.2,.72,.2,1),visibility 0s;pointer-events:auto}.curve-journey:not(.visible) .curve-journey-node{pointer-events:none}.curve-journey:before{content:"";position:absolute;z-index:-1;top:-24px;right:-22px;bottom:-24px;width:280px;background:linear-gradient(90deg,transparent,rgba(3,4,5,.52) 48%,rgba(3,4,5,.92));filter:blur(.01px);pointer-events:none}@media(min-width:1181px)and (max-width:1450px){.event-start-section>.container,.premium-section>.container,.event-final-cta>.container,.event-bulletin .container{width:min(1060px,calc(100% - 58px));max-width:1060px}.curve-journey{right:2px;width:126px}.curve-journey:before{width:122px}.curve-journey-svg{width:112px}.curve-journey-caption,.curve-journey-foot{display:none}.curve-journey-node{width:19px;gap:0}.curve-copy{display:none}.curve-journey-node.active .curve-copy{display:block;position:absolute;right:31px;top:50%;transform:translateY(-50%);min-width:118px;padding:0;text-align:right;text-shadow:0 2px 14px #030405,0 2px 14px #030405}.curve-journey-node.active .curve-copy>span{justify-content:flex-end;gap:7px}.curve-journey-node.active .curve-copy small{font-size:8px}.curve-journey-node.active .curve-copy b{font-size:11px}.curve-journey-node.active .curve-copy em{display:none}}@media(max-width:1180px){.event-hero-inner{padding-left:5vw;padding-right:5vw}.event-section-heading,.event-section-heading.center-heading,.event-section-heading.split-heading{width:100%;margin-bottom:28px}}@media(max-width:760px){.event-hero-inner{padding-left:17px;padding-right:17px}.event-section-heading h2,.split-heading h2{font-size:36px}}@media(prefers-reduced-motion:reduce){.curve-journey{transition:none!important}}@media(min-width:1280px){.event-start-section>.container,.premium-section>.container,.event-final-cta>.container,.event-bulletin .container{width:min(1120px,calc(100% - 72px));max-width:1120px;margin-left:auto;margin-right:auto}}.red-kicker{font-size:8.5px;letter-spacing:.17em}.event-section-heading,.event-section-heading.center-heading,.event-section-heading.split-heading{width:min(960px,100%);max-width:960px;margin-bottom:44px}.event-section-heading h2,.split-heading h2{margin-top:11px;font-size:clamp(44px,4vw,62px);line-height:1.02;letter-spacing:-.042em}.event-section-heading>p,.event-section-heading.split-heading>p{max-width:760px;margin-top:17px;font-size:13.5px;line-height:1.78;color:#8b8d95}.event-start-section,.premium-section{padding-top:92px;padding-bottom:88px}.entry-step-card{min-height:248px;padding:25px 23px}.entry-step-top>span{font-size:14px}.entry-step-top svg{width:24px;height:24px}.entry-step-card h3{margin-top:62px;margin-bottom:12px;font-size:18px;line-height:1.25}.entry-step-card p{font-size:12.2px;line-height:1.72;color:#868891}.entry-ready-strip>div{padding:15px 17px;grid-template-columns:20px 1fr;column-gap:9px}.entry-ready-strip svg{width:16px}.entry-ready-strip span{font-size:6.6px}.entry-ready-strip b{font-size:10px}.entry-ready-strip>a{font-size:8.5px;padding:0 18px}.event-brief-layout{gap:76px}.event-brief-lead h2{font-size:clamp(46px,4.7vw,66px);line-height:1}.event-brief-lead>p{font-size:13.2px;line-height:1.82;color:#8b8d95}.event-philosophy{font-size:11px;line-height:1.65;padding:17px 16px;gap:12px}.event-live-stats span{font-size:7px}.event-live-stats small{font-size:8.7px}.event-live-stats>div{padding:20px;min-height:160px}.event-domain-row{min-height:108px;grid-template-columns:46px 58px 1fr 26px;gap:18px;padding-left:10px;padding-right:10px}.event-domain-number{font-size:12px}.event-domain-icon{width:44px;height:44px}.event-domain-icon svg{width:19px}.event-domain-row h3{font-size:18px;margin-bottom:7px}.event-domain-row p{font-size:11.2px;line-height:1.55;color:#81838b}.event-category-panel{min-height:440px;padding:31px}.category-panel-head>span{font-size:8px}.event-category-panel h3{margin-top:82px;font-size:clamp(34px,3vw,46px)}.event-category-panel>p{font-size:12.5px;line-height:1.75;color:#898b93}.category-focus span{font-size:6.5px}.category-focus b{font-size:10px}.event-category-panel li{font-size:11px;line-height:1.5}.submission-copy h2{font-size:clamp(44px,4.2vw,60px)}.submission-copy p{font-size:13.2px;line-height:1.8;color:#8a8c94}.submission-copy>a{height:46px;font-size:8.5px;padding:0 17px}.submission-console-head{height:56px}.submission-console-head span,.submission-console-head b{font-size:8px}.submission-items>div{min-height:64px;padding:0 16px;grid-template-columns:31px 1fr 17px}.submission-items span{font-size:10px}.submission-items b{font-size:10.5px}.submission-items svg{width:14px}.flow-stage{min-height:235px;padding:22px 20px}.flow-stage>span{font-size:12px}.flow-stage>i{margin-top:30px}.flow-stage h3{font-size:16px;margin-top:38px;margin-bottom:10px}.flow-stage p{font-size:10.5px;line-height:1.65;color:#7c7e86}.presentation-total span{font-size:7px}.presentation-total b{font-size:8px}.presentation-parts b{font-size:9px}.presentation-parts span{font-size:7px}.rubric-head{min-height:108px;padding:21px}.rubric-head span{font-size:7px}.rubric-head h3{font-size:27px}.rubric-head>strong{font-size:44px}.rubric-list>div{min-height:49px;padding:0 18px}.rubric-list span{font-size:10.5px}.rubric-list b{font-size:12px}.rubric-total{height:54px;padding:0 18px}.rubric-total span{font-size:7px}.rubric-total b{font-size:9px}.rules-preview-layout h2{font-size:clamp(44px,4.2vw,58px)}.rules-preview-layout p{font-size:13px;line-height:1.8;color:#8a8c94}.rules-preview-layout>div:first-child>a{font-size:8.5px}.rule-chip{min-height:128px;padding:19px}.rule-chip span{font-size:10px}.rule-chip b{font-size:13px;line-height:1.4}.award-box{min-height:230px;padding:26px}.award-box.winner{min-height:295px}.award-box span{font-size:8px}.award-box b{font-size:16px}.award-box em,.certificate-premium span{font-size:7px}.certificate-premium h3{font-size:17px}.certificate-premium a{font-size:9px}.event-final-cta p{font-size:12px;line-height:1.7}.event-final-actions>a:last-child{font-size:9px}.curve-journey-v9{top:102px;right:16px;width:220px;height:calc(100svh - 128px);min-height:620px;max-height:730px}.curve-journey-v9:before{top:-28px;right:-16px;bottom:-28px;width:215px;background:linear-gradient(90deg,transparent 0%,rgba(3,4,5,.2) 35%,rgba(3,4,5,.74) 72%,#030405 100%)}.curve-journey-v9 .curve-journey-svg{left:0;width:80px;height:100%}.curve-journey-v9 .curve-path-base{stroke:#e1e1e147;stroke-width:1.2}.curve-journey-v9 .curve-path-progress{stroke-width:1.7;filter:drop-shadow(0 0 6px rgba(235,73,67,.34))}.curve-journey-v9 .curve-journey-caption{left:8px;top:-8px;width:194px;justify-content:space-between;gap:10px}.curve-journey-v9 .curve-journey-caption span{font-size:6px;letter-spacing:.2em;color:#777981}.curve-journey-v9 .curve-journey-caption b{font-size:6.5px;color:#b9b9b7}.curve-journey-v9 .curve-journey-node{width:204px;gap:11px;align-items:center;transform:translateY(-50%)}.curve-journey-v9 .curve-dot{flex-basis:18px;width:18px;height:18px;border-color:#cecfd161;background:#07080a;box-shadow:0 0 0 4px #ffffff05}.curve-journey-v9 .curve-dot i{width:6px;height:6px;background:#55585e}.curve-journey-v9 .curve-copy{padding-top:0;min-width:150px}.curve-journey-v9 .curve-copy>span{gap:8px}.curve-journey-v9 .curve-copy small{font:600 9px var(--display);color:#707279}.curve-journey-v9 .curve-copy b{font:500 13px/1.1 var(--display);letter-spacing:.035em;color:#a2a3a7}.curve-journey-v9 .curve-copy em{margin-top:4px;font-size:8.6px;line-height:1.3;color:#71737a}.curve-journey-v9 .curve-journey-node.complete .curve-copy b{color:#85868a}.curve-journey-v9 .curve-journey-node.active .curve-dot{border-color:#ff625b;box-shadow:0 0 0 5px #e54b4317,0 0 24px #ef4c465c}.curve-journey-v9 .curve-journey-node.active .curve-dot i{width:10px;height:10px}.curve-journey-v9 .curve-journey-node.active .curve-copy small{color:#f0534d}.curve-journey-v9 .curve-journey-node.active .curve-copy b{font-size:15px;color:#f2f0ec}.curve-journey-v9 .curve-journey-node.active .curve-copy em{color:#aaa9a6}.curve-journey-v9 .curve-compact-current{display:none}@media(min-width:1620px){.curve-journey-v9{display:block}}@media(min-width:1280px)and (max-width:1619px){.curve-journey-v9{display:block;right:5px;width:82px;min-height:600px}.curve-journey-v9:before{width:82px;right:-5px;background:linear-gradient(90deg,transparent,rgba(3,4,5,.78))}.curve-journey-v9 .curve-journey-svg{width:76px}.curve-journey-v9 .curve-journey-caption{display:none}.curve-journey-v9 .curve-journey-node{width:18px;gap:0}.curve-journey-v9 .curve-copy{display:none}.curve-journey-v9 .curve-compact-current{display:flex;position:absolute;right:10px;top:-6px;width:155px;transform:translate(-72px);flex-direction:column;align-items:flex-end;text-align:right;text-shadow:0 3px 18px #030405,0 3px 18px #030405}.curve-journey-v9 .curve-compact-current span{font:700 6px var(--body);letter-spacing:.16em;color:#e44c46}.curve-journey-v9 .curve-compact-current b{margin-top:5px;font:500 13px var(--display);letter-spacing:.04em;color:#e8e6e2;text-transform:uppercase}.curve-journey-v9 .curve-compact-current small{margin-top:4px;font:600 6.3px var(--body);letter-spacing:.1em;color:#6f7178}}@media(min-width:761px)and (max-width:1279px){.event-section-heading h2,.split-heading h2{font-size:clamp(40px,5vw,52px)}.event-section-heading>p,.event-section-heading.split-heading>p{font-size:12.5px}.entry-step-card p,.event-category-panel>p,.submission-copy p,.rules-preview-layout p{font-size:11.5px}}@media(max-width:760px){.event-start-section,.premium-section{padding-top:68px;padding-bottom:64px}.red-kicker{font-size:7.5px}.event-section-heading h2,.split-heading h2{font-size:36px;line-height:1.05}.event-section-heading>p,.event-section-heading.split-heading>p{font-size:11.5px;line-height:1.7}.entry-step-card h3{font-size:16px}.entry-step-card p{font-size:11px}.event-domain-row h3{font-size:14px}.event-domain-row p{font-size:9px}.event-category-panel>p,.submission-copy p,.rules-preview-layout p{font-size:11px}.rubric-list span{font-size:9px}}.hero-v10-status-wrap{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:13px}.event-hero .hero-v10-status-wrap .hero-status-pill{margin:0}.hero-v10-deadline{display:flex;align-items:center;gap:7px;min-height:30px;padding:0 12px;border-left:1px solid rgba(235,76,69,.32);color:#777a80;white-space:nowrap}.hero-v10-deadline svg{color:#e94b45;opacity:.9}.hero-v10-deadline span{font:700 5.8px var(--body);letter-spacing:.16em;color:#777981}.hero-v10-deadline b{font:700 7.3px var(--body);letter-spacing:.055em;color:#c8c8c5}.event-hero .hero-v10-title{position:relative}.event-hero .hero-v10-title:before{content:"";position:absolute;left:50%;top:54%;width:min(720px,70vw);height:145px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(198,26,30,.2),rgba(118,7,12,.065) 42%,transparent 72%);filter:blur(20px);z-index:-1;pointer-events:none}.event-hero .hero-v10-title .heber-title{font-size:clamp(72px,5.25vw,94px);letter-spacing:.155em;text-shadow:0 4px 30px rgba(255,255,255,.035)}.event-hero .hero-v10-title .hackx-title{margin-top:14px;font-size:clamp(140px,10.45vw,194px);letter-spacing:-.052em;text-shadow:0 14px 26px rgba(94,4,7,.34),0 0 34px rgba(229,53,48,.07)}.event-hero .hero-v10-title .year-title{margin-top:18px;font-size:clamp(35px,2.65vw,48px);letter-spacing:.42em}.event-hero .hero-tagline{font-size:clamp(16px,1.24vw,21px);margin-top:15px}.hero-v10-ornament{width:350px;margin:12px auto 13px}.hero-v10-info{position:relative;width:min(1020px,92vw);margin:0 auto;display:grid;grid-template-columns:1.45fr .9fr .9fr 1fr;border-top:1px solid rgba(230,70,64,.3);border-bottom:1px solid rgba(230,70,64,.3);background:linear-gradient(90deg,transparent,rgba(120,14,18,.075) 18%,rgba(120,14,18,.075) 82%,transparent)}.hero-v10-info:before{content:"";position:absolute;left:50%;top:-1px;width:180px;height:1px;transform:translate(-50%);background:linear-gradient(90deg,transparent,#eb4b45,transparent);box-shadow:0 0 17px #eb4b4538}.hero-v10-info .info-cell{min-height:78px;padding:13px 19px;display:grid;grid-template-columns:34px 1fr;column-gap:12px;align-items:center;border-right:1px solid rgba(255,255,255,.095);background:transparent}.hero-v10-info .info-cell:last-child{border-right:0}.hero-v10-info .info-cell svg{width:22px;height:22px;color:#ee4b45;filter:drop-shadow(0 0 8px rgba(238,75,69,.15))}.hero-v10-info .info-cell span{font:700 6.3px var(--body);letter-spacing:.15em;color:#797b82}.hero-v10-info .info-cell b{display:block;margin-top:5px;font:650 15px/1.05 var(--heading);letter-spacing:.018em;color:#f2f0ec;white-space:nowrap}.hero-v10-info .info-cell:first-child b{font-size:16px;color:#fff}.hero-v10-info .info-cell small{display:block;margin-top:5px;font:700 6.4px var(--body);letter-spacing:.15em;color:#9a9ca2}.hero-v10-actions{width:min(760px,78%);margin-top:17px}.hero-v10-actions .hero-register,.hero-v10-actions .hero-guidelines{height:56px;min-height:56px}.hero-v10-actions .hero-register{background:linear-gradient(135deg,#e34640,#c52225);box-shadow:0 17px 46px #be1f2033,inset 0 1px #ffffff1f}.hero-v10-actions .hero-register:hover{box-shadow:0 20px 54px #d82f2b47,inset 0 1px #ffffff24}.hero-v10-actions .hero-guidelines{background:#08080a7a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-v10-event-note{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;color:#666970}.hero-v10-event-note span{font:700 5.8px var(--body);letter-spacing:.16em}.hero-v10-event-note b{font:650 7.5px var(--heading);letter-spacing:.055em;color:#a8a8a5}.hero-v10-event-note i{width:3px;height:3px;border-radius:50%;background:#d7433e;box-shadow:0 0 8px #d7433e61}@media(min-width:1181px){.event-hero-inner{padding-top:18px;padding-bottom:58px}.hero-v7-center{width:min(1120px,100%)}}@media(min-width:1700px)and (min-height:900px){.event-hero .hero-v10-title .heber-title{font-size:96px}.event-hero .hero-v10-title .hackx-title{font-size:202px}.event-hero .hero-v10-title .year-title{font-size:49px}.hero-v10-info{width:1060px}.hero-v10-actions{width:780px}}@media(min-width:1181px)and (max-height:820px){.hero-v10-status-wrap{margin-bottom:8px}.event-hero .hero-v10-title .heber-title{font-size:62px}.event-hero .hero-v10-title .hackx-title{font-size:124px;margin-top:9px}.event-hero .hero-v10-title .year-title{font-size:31px;margin-top:10px}.event-hero .hero-tagline{font-size:15px;margin-top:9px}.hero-v10-ornament{margin:8px auto 9px;width:280px}.hero-v10-info .info-cell{min-height:66px;padding:10px 14px}.hero-v10-actions{margin-top:11px}.hero-v10-actions .hero-register,.hero-v10-actions .hero-guidelines{height:47px;min-height:47px}.hero-v10-event-note{margin-top:7px}}@media(min-width:1181px)and (max-height:700px){.hero-v10-deadline{display:none}.hero-v10-status-wrap{margin-bottom:5px}.event-hero .dept-line{font-size:6px}.event-hero .event-label{font-size:9px;margin-top:5px}.event-hero .hero-v10-title .heber-title{font-size:50px}.event-hero .hero-v10-title .hackx-title{font-size:96px;margin-top:7px}.event-hero .hero-v10-title .year-title{font-size:25px;margin-top:7px}.event-hero .hero-tagline{font-size:13px;margin-top:6px}.hero-v10-ornament{display:none}.hero-v10-info{margin-top:8px}.hero-v10-info .info-cell{min-height:56px;padding:8px 12px}.hero-v10-info .info-cell b{font-size:12px}.hero-v10-info .info-cell:first-child b{font-size:13px}.hero-v10-actions{margin-top:8px}.hero-v10-actions .hero-register,.hero-v10-actions .hero-guidelines{height:40px;min-height:40px}.hero-v10-event-note{display:none}}@media(max-width:1180px){.hero-v10-status-wrap{gap:10px}.hero-v10-info{width:100%}.hero-v10-actions{width:min(700px,92%)}}@media(max-width:760px){.hero-v10-status-wrap{margin-bottom:9px}.hero-v10-deadline{display:none}.event-hero .hero-v10-title .heber-title{font-size:44px}.event-hero .hero-v10-title .hackx-title{font-size:82px;margin-top:9px}.event-hero .hero-v10-title .year-title{font-size:25px;margin-top:10px}.hero-v10-ornament{width:220px;margin:9px auto 10px}.hero-v10-info{grid-template-columns:1fr 1fr}.hero-v10-info .info-cell{min-height:63px;padding:10px 11px;grid-template-columns:26px 1fr}.hero-v10-info .info-cell:nth-child(2){border-right:0}.hero-v10-info .info-cell:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.hero-v10-info .info-cell svg{width:17px;height:17px}.hero-v10-info .info-cell b,.hero-v10-info .info-cell:first-child b{font-size:9px;white-space:normal}.hero-v10-info .info-cell span{font-size:5.7px}.hero-v10-info .info-cell small{font-size:5.6px}.hero-v10-actions{width:100%;margin-top:12px}.hero-v10-event-note{margin-top:8px}.hero-v10-event-note b{font-size:6.8px}}@media(max-width:480px){.hero-v10-event-note{display:none}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(min-width:1181px){.event-header{height:90px;background:#030405;border-bottom:1px solid rgba(226,53,49,.36);box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.event-header:after{background:linear-gradient(90deg,#e53a347a,#e53a3426 35% 65%,#e53a347a)}.event-header-inner{width:calc(100% - 34px);max-width:none;display:grid;grid-template-columns:minmax(285px,1fr) auto minmax(430px,1fr);align-items:center;gap:24px}.event-brand{gap:17px;justify-self:start}.event-crest{width:62px;height:62px;flex-basis:62px;border-color:#eb3b35d1;box-shadow:0 0 22px #d6262314}.event-crest:before{inset:9px;border-color:#ffffff2e}.event-crest b{font-size:18px;font-weight:700}.event-crest i,.event-crest em{width:13px;background:#e93d38}.event-brand-copy{gap:5px}.event-brand-copy strong{font-size:19px;line-height:1;letter-spacing:.045em;font-weight:750;color:#f5f4f1}.event-brand-copy small{font-size:8px;letter-spacing:.13em;color:#8a8b90;font-weight:700}.event-brand-copy small b{color:#f04b45;font:inherit}.event-live-center-v11{justify-self:center;min-width:535px;height:50px;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:13px;border:1px solid rgba(226,52,47,.34);border-radius:14px;background:linear-gradient(180deg,#0d0e11c7,#060709d1);box-shadow:inset 0 1px #ffffff06,0 0 28px #c11e1d0e}.event-live-center-v11 .event-live-dot{width:9px;height:9px;flex:0 0 9px;background:#43e391;box-shadow:0 0 14px #43e3918c}.event-live-center-v11>b{font:750 10px/1 var(--heading);letter-spacing:.07em;color:#82e5ad}.event-live-center-v11>i{display:block;width:1px;height:22px;background:#ffffff1c;margin:0 5px}.event-live-deadline-icon{font-size:17px!important;color:#ef4c45!important;line-height:1!important}.event-live-center-v11>span:last-child{font:650 9.5px/1 var(--body);letter-spacing:.035em;color:#d4d3d0!important}.event-live-center-v11>span:last-child strong{color:#f0efec;font-weight:800}.event-header-actions{justify-self:end;margin:0;gap:12px}.event-team-link,.event-register-link,.event-menu-trigger{height:54px;border-radius:11px;font-size:10px}.event-team-link{padding:0 23px;gap:10px;color:#dedddb;background:#090a0c;border-color:#fff3}.event-register-link{padding:0 27px;gap:15px;background:linear-gradient(135deg,#f33c37,#c91d20 82%);border-color:#ff5e57b3;box-shadow:0 0 25px #eb2b2738,inset 0 1px #ffffff21}.event-menu-trigger{padding:0 22px;gap:13px;background:#090a0c;border-color:#fff3}.event-menu-trigger span{font-size:9px;letter-spacing:.055em}.event-index-backdrop{padding-top:90px}.event-index-panel{height:calc(100dvh - 90px)}.hero-v11-exact{position:relative;height:100svh;min-height:760px;padding:0;overflow:hidden;background:#020304;isolation:isolate}.hero-v11-art{position:absolute;inset:90px 0 0;z-index:1;background-image:url(/assets/hero-exact-v11.png);background-repeat:no-repeat;background-position:center center;background-size:cover}.hero-v11-exact:before{content:"";position:absolute;z-index:2;inset:90px 0 0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.25),transparent 6%,transparent 94%,rgba(0,0,0,.27))}.hero-v11-exact:after{content:"";position:absolute;z-index:2;left:0;right:0;bottom:0;height:55px;pointer-events:none;background:linear-gradient(180deg,transparent,#030405 94%)}.hero-v11-desktop-hotspots{position:absolute;z-index:8;inset:90px 0 0;pointer-events:none}.hero-v11-hotspot{position:absolute;display:block;pointer-events:auto;border-radius:12px;outline:none}.hero-v11-hotspot:focus-visible{outline:2px solid #ff5b54;outline-offset:4px;box-shadow:0 0 30px #f53f3961}.hero-v11-hotspot-register{left:30.5%;top:73.15%;width:18.2%;height:7.3%}.hero-v11-hotspot-explore{left:50%;top:73.15%;width:18%;height:7.3%}.hero-v11-hotspot-scroll{left:47.4%;top:84.5%;width:5.2%;height:11.7%;border-radius:25px}.hero-v11-hotspot-register:hover{box-shadow:0 0 34px #ef312c2e}.hero-v11-hotspot-explore:hover{box-shadow:0 0 26px #ef312c1a}.hero-v11-mobile{display:none}.hero-v11-exact+.event-bulletin{position:relative;z-index:4}}@media(min-width:1181px)and (max-height:790px){.hero-v11-exact{min-height:690px}.hero-v11-art{background-size:cover;background-position:center center}}@media(max-width:1180px){.event-live-center-v11{display:none}.hero-v11-exact{position:relative;height:auto;min-height:100svh;padding-top:70px;overflow:hidden;background:radial-gradient(circle at 50% 33%,rgba(166,19,22,.27),transparent 36%),radial-gradient(circle at 15% 55%,rgba(216,42,38,.08),transparent 30%),#030405}.hero-v11-art,.hero-v11-desktop-hotspots{display:none}.hero-v11-mobile{display:grid;position:relative;min-height:calc(100svh - 70px);place-items:center;padding:42px 20px 56px;z-index:3}.hero-v11-mobile:before,.hero-v11-mobile:after{content:"";position:absolute;pointer-events:none;border:1px solid rgba(229,65,59,.09);transform:rotate(45deg)}.hero-v11-mobile:before{width:72vw;height:72vw;max-width:620px;max-height:620px}.hero-v11-mobile:after{width:46vw;height:46vw;max-width:430px;max-height:430px}.hero-v11-mobile-glow{position:absolute;inset:10% 5%;background:radial-gradient(circle,rgba(197,26,28,.13),transparent 58%);filter:blur(30px)}.hero-v11-mobile-content{position:relative;z-index:3;width:min(760px,100%);text-align:center;display:flex;flex-direction:column;align-items:center}.hero-v11-mobile-status{display:inline-flex;align-items:center;gap:8px;height:30px;padding:0 13px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#090a0cbd;font:750 7px var(--heading);letter-spacing:.11em;color:#a9e8c4}.hero-v11-mobile-status span{width:7px;height:7px;border-radius:50%;background:#4bd994;box-shadow:0 0 12px #4bd994a6}.hero-v11-mobile-deadline{display:flex;align-items:center;gap:7px;margin-top:11px;color:#d9d7d3;font:650 8px var(--body);letter-spacing:.04em}.hero-v11-mobile-deadline svg{color:#ef4b45}.hero-v11-mobile-kicker{margin-top:24px;font:700 9px var(--heading);letter-spacing:.28em;color:#ef5a54}.hero-v11-mobile h1{margin:14px 0 0;display:flex;flex-direction:column;align-items:center;line-height:.86}.hero-v11-mobile h1 span{font:500 clamp(50px,10vw,82px)/.92 var(--display);letter-spacing:.08em;color:#efece8;text-shadow:0 2px 20px rgba(255,255,255,.07)}.hero-v11-mobile h1 b{margin-top:9px;font:500 clamp(86px,18vw,150px)/.78 var(--display);letter-spacing:-.06em;color:#e33d39;text-shadow:0 16px 35px rgba(104,5,7,.44),0 0 28px rgba(226,53,49,.08)}.hero-v11-mobile h1 em{margin-top:22px;font:500 clamp(28px,6vw,44px)/1 var(--display);font-style:normal;letter-spacing:.42em;color:#f1eeea}.hero-v11-mobile-tagline{margin:20px 0 0;font:500 clamp(15px,2.6vw,21px)/1.2 var(--display);letter-spacing:.02em;color:#e5e0da;text-transform:uppercase}.hero-v11-mobile-tagline strong{color:#ec4c46;font-weight:500}.hero-v11-mobile-copy{max-width:620px;margin:13px auto 0;font:500 10px/1.7 var(--body);color:#8e9097}.hero-v11-mobile-info{width:min(720px,100%);margin-top:23px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(229,66,60,.28);border-bottom:1px solid rgba(229,66,60,.28);background:#57090b0d}.hero-v11-mobile-info .info-cell{min-height:72px;padding:12px 9px;display:grid;grid-template-columns:26px 1fr;gap:8px;align-items:center;text-align:left;border-right:1px solid rgba(255,255,255,.08)}.hero-v11-mobile-info .info-cell:last-child{border-right:0}.hero-v11-mobile-info .info-cell svg{width:18px;color:#eb4b45}.hero-v11-mobile-info .info-cell span{font-size:5.6px}.hero-v11-mobile-info .info-cell b{font-size:10px}.hero-v11-mobile-info .info-cell small{font-size:5.7px}.hero-v11-mobile-actions{width:min(620px,100%);display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.hero-v11-mobile-actions a{height:50px;display:flex;align-items:center;justify-content:center;gap:14px;border-radius:8px;font:750 9px var(--body)}.hero-v11-mobile-actions a:first-child{color:#fff;background:linear-gradient(135deg,#ef443e,#c82325);box-shadow:0 16px 35px #c01e1f33}.hero-v11-mobile-actions a:last-child{color:#ddd;border:1px solid rgba(255,255,255,.15);background:#08090b}.hero-v11-mobile-date{margin-top:13px;font:700 6.5px var(--body);letter-spacing:.13em;color:#72747b}}@media(max-width:760px){.hero-v11-exact{padding-top:66px}.hero-v11-mobile{min-height:calc(100svh - 66px);padding:34px 16px 44px}.hero-v11-mobile-kicker{font-size:7.5px;letter-spacing:.22em}.hero-v11-mobile h1 span{font-size:44px}.hero-v11-mobile h1 b{font-size:80px;margin-top:8px}.hero-v11-mobile h1 em{font-size:24px;margin-top:18px}.hero-v11-mobile-tagline{font-size:14px;margin-top:17px}.hero-v11-mobile-info{grid-template-columns:1fr 1fr}.hero-v11-mobile-info .info-cell:nth-child(2){border-right:0}.hero-v11-mobile-info .info-cell:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.hero-v11-mobile-actions{grid-template-columns:1fr}.hero-v11-mobile-copy{font-size:9px}}@media(min-width:1181px){.hero-v11-art,.hero-v11-desktop-hotspots{left:50%;right:auto;top:calc(50% + 45px);bottom:auto;width:min(100vw,calc((100svh - 90px) * 1.964747356));aspect-ratio:1672 / 851;height:auto;transform:translate(-50%,-50%)}.hero-v11-art{background-size:100% 100%;background-position:center;box-shadow:0 0 100px #00000073}.hero-v11-desktop-hotspots{z-index:8}.hero-v11-exact{background:radial-gradient(ellipse at 50% 54%,rgba(107,5,8,.08),transparent 50%),#020304}.hero-v11-exact:before{inset:90px 0 0;background:linear-gradient(90deg,#020304 0%,rgba(2,3,4,.22) 8%,transparent 18%,transparent 82%,rgba(2,3,4,.22) 92%,#020304 100%)}}.hero-v13{position:relative;min-height:100svh;padding-top:90px;overflow:hidden;isolation:isolate;background:radial-gradient(ellipse at 49% 46%,rgba(129,15,20,.16),transparent 31%),radial-gradient(ellipse at 49% 108%,rgba(231,57,51,.07),transparent 37%),linear-gradient(180deg,#030405,#050608 58%,#030405)}.hero-v13:before{content:"";position:absolute;z-index:-6;inset:90px 0 0;pointer-events:none;background:linear-gradient(90deg,transparent 0 49.94%,rgba(255,255,255,.055) 50%,transparent 50.06%),linear-gradient(180deg,transparent 0 49.9%,rgba(255,255,255,.035) 50%,transparent 50.1%);opacity:.7}.hero-v13:after{content:"";position:absolute;z-index:8;left:0;right:0;bottom:0;height:72px;pointer-events:none;background:linear-gradient(180deg,transparent,#030405 94%)}.hero-v13-grid{position:absolute;z-index:-7;inset:90px 0 0;pointer-events:none;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(ellipse at 50% 48%,#000 6%,rgba(0,0,0,.72) 43%,transparent 82%);mask-image:radial-gradient(ellipse at 50% 48%,#000 6%,rgba(0,0,0,.72) 43%,transparent 82%)}.hero-v13-haze{position:absolute;z-index:-5;left:50%;top:48%;width:min(940px,70vw);aspect-ratio:1.6;transform:translate(-50%,-50%);pointer-events:none;border:1px solid rgba(231,73,66,.1);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);box-shadow:inset 0 0 100px #bf1b1a09,0 0 100px #bf1b1a06}.hero-v13-haze:before,.hero-v13-haze:after{content:"";position:absolute;inset:11%;border:1px solid rgba(255,255,255,.025);clip-path:inherit}.hero-v13-haze:after{inset:24%;border-color:#e6423c14}.hero-v13-radar{position:absolute;z-index:-4;left:49%;top:47%;width:min(610px,44vw);aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;border:1px solid rgba(255,255,255,.035);background:radial-gradient(circle,transparent 0 39%,rgba(255,255,255,.022) 39.2% 39.5%,transparent 39.7% 66%,rgba(231,71,65,.05) 66.2% 66.5%,transparent 66.7%);animation:heroV13Float 9s ease-in-out infinite alternate}.hero-v13-radar:before{content:"";position:absolute;inset:9%;border-radius:50%;border:1px dashed rgba(234,80,73,.11);animation:heroV13Spin 32s linear infinite}.hero-v13-radar:after{content:"";position:absolute;inset:21%;border-radius:50%;border:1px solid rgba(255,255,255,.035)}.hero-v13-radar>i,.hero-v13-radar>b,.hero-v13-radar>em{position:absolute;border-radius:50%;display:block}.hero-v13-radar>i{width:7px;height:7px;background:#f0524b;left:8.6%;top:49%;box-shadow:0 0 0 5px #f0524b0f,0 0 22px #f0524b9e;animation:heroV13Pulse 2.6s ease-in-out infinite}.hero-v13-radar>b{width:4px;height:4px;background:#9a3432;right:14%;top:28%;box-shadow:0 0 14px #f0524b59}.hero-v13-radar>em{width:3px;height:3px;background:#65686e;right:23%;bottom:18%}.hero-v13-sweep{position:absolute;z-index:-3;left:7%;right:7%;top:47%;height:1px;pointer-events:none;opacity:.7;background:linear-gradient(90deg,transparent 0 12%,rgba(206,49,46,.08) 28%,rgba(244,78,70,.7) 50%,rgba(206,49,46,.08) 72%,transparent 88%);filter:drop-shadow(0 0 6px rgba(229,72,65,.24));animation:heroV13Sweep 8s ease-in-out infinite}.hero-v13-particles{position:absolute;z-index:-2;inset:90px 0 0;pointer-events:none;opacity:.42;background-image:radial-gradient(circle at 12% 20%,rgba(245,75,67,.52) 0 1px,transparent 1.5px),radial-gradient(circle at 77% 24%,rgba(245,75,67,.32) 0 1px,transparent 1.5px),radial-gradient(circle at 29% 74%,rgba(245,75,67,.22) 0 1px,transparent 1.5px),radial-gradient(circle at 86% 70%,rgba(245,75,67,.38) 0 1px,transparent 1.5px);background-size:250px 210px,330px 280px,210px 290px,370px 240px;animation:heroV13Particles 28s linear infinite}.hero-v13-shell{position:relative;z-index:4;min-height:calc(100svh - 90px);width:min(1720px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 285px;align-items:center;gap:10px;padding:18px 28px 32px}.hero-v13-main{width:min(930px,100%);justify-self:center;display:flex;flex-direction:column;align-items:center;text-align:center;padding-left:70px}.hero-v13-status{min-height:35px;display:inline-flex;align-items:center;gap:10px;padding:0 15px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#07080a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 32px #00000029;animation:heroV13Rise .65s both .04s}.hero-v13-status span,.hero-v13-status b,.hero-v13-status small{font:750 7px var(--body);letter-spacing:.09em}.hero-v13-status span{display:flex;align-items:center;gap:7px;color:#a7d3bc}.hero-v13-status span i{width:6px;height:6px;border-radius:50%;background:#4bd998;box-shadow:0 0 12px #4bd998a6;animation:heroV13Pulse 2s ease-in-out infinite}.hero-v13-status b{color:#efeeeb}.hero-v13-status small{color:#777a81}.hero-v13-status b:before{content:"";display:inline-block;width:1px;height:14px;background:#ffffff1a;margin-right:10px;vertical-align:middle}.hero-v13-eyebrow{margin-top:20px;display:flex;align-items:center;gap:12px;font:700 6.5px var(--body);letter-spacing:.28em;color:#72757c;animation:heroV13Rise .68s both .1s}.hero-v13-eyebrow span{width:40px;height:1px;background:linear-gradient(90deg,transparent,rgba(240,79,72,.66))}.hero-v13-eyebrow span:last-child{background:linear-gradient(90deg,rgba(240,79,72,.66),transparent)}.hero-v13-edition{margin:9px 0 0;font:700 10px var(--heading);letter-spacing:.28em;color:#e45852;animation:heroV13Rise .7s both .14s}.hero-v13-title{margin-top:11px;display:flex;flex-direction:column;align-items:center;line-height:1;position:relative}.hero-v13-title>span{font:500 clamp(44px,3.5vw,61px)/.95 var(--display);letter-spacing:.15em;color:#e9e6e1;text-shadow:0 8px 26px rgba(0,0,0,.32);animation:heroV13TitleIn .8s cubic-bezier(.18,.75,.2,1) both .18s}.hero-v13-title>strong{position:relative;margin-top:6px;font:500 clamp(94px,8.15vw,142px)/.8 var(--display);letter-spacing:-.055em;color:#f04c46;background:linear-gradient(180deg,#ff6a61,#ed4842 47%,#b82727);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 14px 18px rgba(0,0,0,.32));animation:heroV13TitleIn .9s cubic-bezier(.18,.75,.2,1) both .23s}.hero-v13-title>strong:after{content:"";position:absolute;left:4%;right:4%;bottom:-10px;height:1px;background:linear-gradient(90deg,transparent,rgba(240,69,63,.7),transparent);box-shadow:0 0 12px #f0453f5c;transform:scaleX(0);animation:heroV13Line .8s ease both .78s}.hero-v13-title>div{margin-top:23px;display:flex;align-items:center;gap:13px;animation:heroV13Rise .7s both .34s}.hero-v13-title>div i{display:block;width:54px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18))}.hero-v13-title>div i:last-child{background:linear-gradient(90deg,rgba(255,255,255,.18),transparent)}.hero-v13-title>div em{font:500 clamp(24px,2.05vw,35px)/1 var(--display);font-style:normal;letter-spacing:.28em;color:#f0eeea}.hero-v13-tagline{margin:20px 0 0;display:flex;align-items:center;gap:9px;font:600 11px var(--heading);letter-spacing:.12em;color:#b6b7ba;animation:heroV13Rise .72s both .39s}.hero-v13-tagline i{width:3px;height:3px;border-radius:50%;background:#4f5259}.hero-v13-tagline strong{font-weight:650;color:#f0524b}.hero-v13-intro{margin:10px auto 0;max-width:600px;font:500 9px/1.65 var(--body);color:#777a81;animation:heroV13Rise .72s both .43s}.hero-v13-facts{width:min(780px,100%);margin-top:25px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.hero-v13-fact{position:relative;min-height:73px;padding:12px 15px;display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid rgba(255,255,255,.075);overflow:hidden;opacity:0;animation:heroV13FactIn .62s ease both calc(.46s + var(--hero-stat-delay));transition:background .25s ease,transform .25s ease}.hero-v13-fact:last-child{border-right:0}.hero-v13-fact:before,.hero-v13-fact:after{content:"";position:absolute;width:10px;height:10px;opacity:0;transition:.25s ease}.hero-v13-fact:before{left:7px;top:7px;border-left:1px solid #e8524c;border-top:1px solid #e8524c}.hero-v13-fact:after{right:7px;bottom:7px;border-right:1px solid #e8524c;border-bottom:1px solid #e8524c}.hero-v13-fact:hover{background:#e54b430a;transform:translateY(-2px)}.hero-v13-fact:hover:before,.hero-v13-fact:hover:after{opacity:.8}.hero-v13-fact-icon{width:27px;height:27px;display:grid;place-items:center;color:#e84d47}.hero-v13-fact-icon svg{width:19px;height:19px}.hero-v13-fact small,.hero-v13-fact strong,.hero-v13-fact em{display:block;text-align:left}.hero-v13-fact small{font:700 5.7px var(--body);letter-spacing:.12em;color:#656870}.hero-v13-fact strong{margin-top:4px;font:750 12.5px/1 var(--heading);color:#f0efec}.hero-v13-fact em{margin-top:4px;font:700 5.8px var(--body);font-style:normal;letter-spacing:.14em;color:#888a90}.hero-v13-actions{width:min(610px,100%);display:grid;grid-template-columns:1.12fr .88fr;gap:10px;margin-top:17px;animation:heroV13Rise .75s both .72s}.hero-v13-actions a{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-radius:7px;font:750 8.5px var(--heading);transition:.24s ease}.hero-v13-primary{background:linear-gradient(135deg,#ec4f48,#cb302e);color:#fff;box-shadow:0 13px 32px #b824202e,inset 0 1px #ffffff24}.hero-v13-primary svg{transition:.24s ease}.hero-v13-primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px #c3262245,0 0 28px #e94a431a}.hero-v13-primary:hover svg{transform:translate(4px)}.hero-v13-secondary{border:1px solid rgba(255,255,255,.14);background:#090a0c6b;color:#d4d4d1;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.hero-v13-secondary:hover{transform:translateY(-2px);border-color:#ec4f4861;background:#e54b4309}.hero-v13-scroll{margin-top:17px;display:flex;flex-direction:column;align-items:center;gap:6px;color:#5f626a;animation:heroV13Rise .7s both .82s}.hero-v13-scroll>span{font:700 5.7px var(--body);letter-spacing:.2em}.hero-v13-scroll>i{position:relative;width:20px;height:31px;border:1px solid rgba(255,255,255,.3);border-radius:12px}.hero-v13-scroll>i b{position:absolute;left:50%;top:6px;width:2px;height:5px;transform:translate(-50%);border-radius:4px;background:#eb4e47;animation:heroV13Mouse 1.6s ease-in-out infinite}.hero-v13-route{position:relative;align-self:center;justify-self:end;width:270px;height:min(665px,calc(100svh - 130px));min-height:580px;opacity:0;animation:heroV13RouteIn .75s ease both .45s}.hero-v13-route-head{position:absolute;top:-3px;left:11px;width:205px;display:flex;justify-content:space-between;align-items:center}.hero-v13-route-head span{font:750 5.8px var(--body);letter-spacing:.18em;color:#e4554f}.hero-v13-route-head b{font:650 6.3px var(--heading);color:#8a8c92}.hero-v13-route>svg{position:absolute;left:0;top:25px;width:110px;height:calc(100% - 38px);overflow:visible}.hero-v13-route-base{fill:none;stroke:#d7d8da38;stroke-width:1.1}.hero-v13-route-flow{fill:none;stroke:url(#heroV13RouteGradient);stroke-width:1.6;stroke-dasharray:16 84;stroke-linecap:round;filter:drop-shadow(0 0 7px rgba(240,77,70,.45));animation:heroV13RouteFlow 4.4s linear infinite}.hero-v13-route-nodes{position:absolute;inset:25px 0 13px}.hero-v13-route-nodes>a{position:absolute;width:228px;display:flex;align-items:center;gap:10px;color:inherit;transform:translateY(-50%);opacity:0;animation:heroV13NodeIn .48s ease both var(--route-delay)}.hero-v13-route-nodes>a:nth-child(1),.hero-v13-route-nodes>a:nth-child(9){left:8px}.hero-v13-route-nodes>a:nth-child(2),.hero-v13-route-nodes>a:nth-child(8){left:31px}.hero-v13-route-nodes>a:nth-child(3),.hero-v13-route-nodes>a:nth-child(7){left:45px}.hero-v13-route-nodes>a:nth-child(4),.hero-v13-route-nodes>a:nth-child(6){left:53px}.hero-v13-route-nodes>a:nth-child(5){left:56px}.hero-v13-route-dot{flex:0 0 16px;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(205,207,209,.34);background:#07080a;box-shadow:0 0 0 4px #ffffff03;transition:.22s ease}.hero-v13-route-dot i{width:5px;height:5px;border-radius:50%;background:#51545b;transition:.22s ease}.hero-v13-route-copy{display:flex;flex-direction:column;text-align:left;min-width:0}.hero-v13-route-copy>span{display:flex;align-items:baseline;gap:7px}.hero-v13-route-copy small{font:650 7.6px var(--display);color:#676a71}.hero-v13-route-copy b{font:500 11.5px/1.08 var(--display);letter-spacing:.03em;color:#92949a;text-transform:uppercase;transition:.22s ease}.hero-v13-route-copy em{margin-top:3px;font:500 7px/1.2 var(--body);font-style:normal;color:#62656d;transition:.22s ease}.hero-v13-route-nodes>a.active .hero-v13-route-dot{border-color:#ff625a;box-shadow:0 0 0 5px #e54b4312,0 0 22px #ee4e475c;animation:heroV13Pulse 2.2s ease-in-out infinite}.hero-v13-route-nodes>a.active .hero-v13-route-dot i{width:9px;height:9px;background:#ff5a53;box-shadow:0 0 11px #ff5a53b8}.hero-v13-route-nodes>a.active .hero-v13-route-copy small{color:#ed504a}.hero-v13-route-nodes>a.active .hero-v13-route-copy b{font-size:13.5px;color:#eeece8}.hero-v13-route-nodes>a.active .hero-v13-route-copy em{color:#999a9e}.hero-v13-route-nodes>a:hover .hero-v13-route-dot{border-color:#ec544e;transform:scale(1.08)}.hero-v13-route-nodes>a:hover .hero-v13-route-copy b{color:#e8e6e2;transform:translate(2px)}.hero-v13-route-nodes>a:hover .hero-v13-route-copy em{color:#92949a}.curve-journey-v9{filter:none}.curve-journey-v9:before{background:linear-gradient(90deg,transparent 0%,rgba(3,4,5,.16) 40%,rgba(3,4,5,.72) 76%,#030405 100%)}.curve-journey-v9 .curve-path-base{stroke:#ffffff30}.curve-journey-v9 .curve-path-progress{stroke:#e64c46;filter:drop-shadow(0 0 8px rgba(230,76,70,.32))}.curve-journey-v9 .curve-journey-node.active .curve-copy b{letter-spacing:.045em}@keyframes heroV13Spin{to{transform:rotate(360deg)}}@keyframes heroV13Float{0%{transform:translate(-50%,-50%) scale(.985)}to{transform:translate(-50%,-50%) scale(1.02)}}@keyframes heroV13Sweep{0%,to{opacity:.18;transform:scaleX(.74)}50%{opacity:.72;transform:scaleX(1)}}@keyframes heroV13Particles{to{background-position:140px 180px,-110px 240px,90px -190px,-120px 220px}}@keyframes heroV13Rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes heroV13TitleIn{0%{opacity:0;transform:translateY(22px) scale(.96);filter:blur(5px)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes heroV13Line{to{transform:scaleX(1)}}@keyframes heroV13FactIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes heroV13Pulse{0%,to{opacity:1}50%{opacity:.42}}@keyframes heroV13Mouse{0%{opacity:0;transform:translate(-50%)}25%{opacity:1}75%{opacity:1}to{opacity:0;transform:translate(-50%,9px)}}@keyframes heroV13RouteIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:none}}@keyframes heroV13NodeIn{0%{opacity:0;transform:translate(10px,-50%)}to{opacity:1;transform:translateY(-50%)}}@keyframes heroV13RouteFlow{to{stroke-dashoffset:-100}}@media(min-width:1600px){.hero-v13-shell{grid-template-columns:minmax(0,1fr) 305px;padding-left:38px;padding-right:38px}.hero-v13-main{padding-left:90px}.hero-v13-route{width:295px}.hero-v13-title>strong{font-size:clamp(118px,8vw,150px)}}@media(min-width:1280px)and (max-width:1599px){.hero-v13-shell{grid-template-columns:minmax(0,1fr) 220px;padding:12px 18px 28px}.hero-v13-main{padding-left:70px}.hero-v13-route{width:215px;height:min(620px,calc(100svh - 130px));min-height:540px}.hero-v13-route-head{width:173px;left:0}.hero-v13-route>svg{width:86px}.hero-v13-route-nodes>a{width:190px}.hero-v13-route-nodes>a:nth-child(1),.hero-v13-route-nodes>a:nth-child(9){left:1px}.hero-v13-route-nodes>a:nth-child(2),.hero-v13-route-nodes>a:nth-child(8){left:19px}.hero-v13-route-nodes>a:nth-child(3),.hero-v13-route-nodes>a:nth-child(7){left:30px}.hero-v13-route-nodes>a:nth-child(4),.hero-v13-route-nodes>a:nth-child(6){left:37px}.hero-v13-route-nodes>a:nth-child(5){left:39px}.hero-v13-route-copy b{font-size:9.5px}.hero-v13-route-copy em{font-size:6.3px}.hero-v13-route-copy small{font-size:6.8px}.hero-v13-route-nodes>a.active .hero-v13-route-copy b{font-size:11px}.hero-v13-title>span{font-size:clamp(41px,3.35vw,53px)}.hero-v13-title>strong{font-size:clamp(90px,8.1vw,118px)}.hero-v13-title>div em{font-size:clamp(22px,1.9vw,29px)}.hero-v13-facts{width:min(700px,100%)}.hero-v13-fact{padding-left:10px;padding-right:10px}}@media(max-width:1279px){.hero-v13{padding-top:70px}.hero-v13:before,.hero-v13-grid,.hero-v13-particles{inset:70px 0 0}.hero-v13-shell{min-height:calc(100svh - 70px);display:block;padding:30px 22px 44px}.hero-v13-main{padding:0;max-width:850px;margin:auto}.hero-v13-route{display:none}.hero-v13-radar{left:50%;width:min(600px,70vw)}.hero-v13-haze{width:min(900px,96vw)}.hero-v13-title>span{font-size:clamp(42px,6vw,62px)}.hero-v13-title>strong{font-size:clamp(88px,13vw,138px)}.hero-v13-title>div em{font-size:clamp(23px,3vw,34px)}}@media(max-width:760px){.hero-v13{padding-top:66px}.hero-v13:before,.hero-v13-grid,.hero-v13-particles{inset:66px 0 0}.hero-v13-shell{min-height:calc(100svh - 66px);padding:24px 14px 38px}.hero-v13-status{min-height:33px;padding:0 11px;gap:7px}.hero-v13-status span,.hero-v13-status b,.hero-v13-status small{font-size:5.8px}.hero-v13-status small{display:none}.hero-v13-status b:before{height:12px;margin-right:7px}.hero-v13-eyebrow{margin-top:18px;font-size:5.8px;letter-spacing:.18em;gap:8px}.hero-v13-eyebrow span{width:18px}.hero-v13-edition{font-size:7.5px;letter-spacing:.19em}.hero-v13-title{margin-top:10px}.hero-v13-title>span{font-size:38px;letter-spacing:.12em}.hero-v13-title>strong{font-size:76px;margin-top:8px}.hero-v13-title>div{margin-top:20px}.hero-v13-title>div i{width:28px}.hero-v13-title>div em{font-size:23px;letter-spacing:.22em}.hero-v13-tagline{margin-top:17px;font-size:8px;letter-spacing:.08em;gap:6px}.hero-v13-intro{max-width:390px;font-size:8.5px}.hero-v13-facts{grid-template-columns:1fr 1fr;margin-top:20px}.hero-v13-fact{min-height:65px;border-bottom:1px solid rgba(255,255,255,.075)}.hero-v13-fact:nth-child(2){border-right:0}.hero-v13-fact:nth-child(n+3){border-bottom:0}.hero-v13-fact strong{font-size:11px}.hero-v13-fact small,.hero-v13-fact em{font-size:5.3px}.hero-v13-actions{grid-template-columns:1fr;gap:8px;margin-top:14px}.hero-v13-actions a{height:46px}.hero-v13-scroll{margin-top:14px}.hero-v13-radar{width:520px;opacity:.6}.hero-v13-haze{width:650px;opacity:.58}}@media(max-width:430px){.hero-v13-title>span{font-size:33px}.hero-v13-title>strong{font-size:66px}.hero-v13-title>div em{font-size:20px}.hero-v13-tagline{font-size:7.2px}.hero-v13-fact{padding:10px 7px;gap:7px}.hero-v13-fact-icon{width:22px}.hero-v13-fact-icon svg{width:17px}.hero-v13-actions{width:100%}}@media(prefers-reduced-motion:reduce){.hero-v13-radar,.hero-v13-radar:before,.hero-v13-sweep,.hero-v13-particles,.hero-v13-status span i,.hero-v13-scroll>i b,.hero-v13-route-flow,.hero-v13-route-nodes>a.active .hero-v13-route-dot{animation:none!important}.hero-v13-status,.hero-v13-eyebrow,.hero-v13-edition,.hero-v13-title>span,.hero-v13-title>strong,.hero-v13-title>div,.hero-v13-tagline,.hero-v13-intro,.hero-v13-fact,.hero-v13-actions,.hero-v13-scroll,.hero-v13-route,.hero-v13-route-nodes>a{animation:none!important;opacity:1!important;transform:none!important}}:root{--hackx-carbon:#05070a;--hackx-carbon-2:#090c10;--hackx-surface:#0d1116;--hackx-surface-2:#111720;--hackx-ink:#f7f3ec;--hackx-muted:#8d949e;--hackx-coral:#ff5348;--hackx-coral-2:#ff7a45;--hackx-mint:#63e3bd;--hackx-amber:#f2b85a;--hackx-line:rgba(210,220,230,.11)}.event-header{height:78px!important;background:#040608e0!important;border-bottom:1px solid rgba(255,83,72,.16)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}.event-header-inner{width:min(1740px,calc(100% - 32px))!important;gap:20px!important}.event-crest{width:50px!important;height:50px!important;flex-basis:50px!important;border-color:#ff5348a3!important}.event-brand-copy strong{font-size:13px!important;letter-spacing:.09em!important;color:#f2eee7!important}.event-brand-copy small{font-size:6.7px!important;color:#7f8791!important}.event-brand-copy small b{color:var(--hackx-coral)!important}.event-live-center-v11{height:42px!important;padding:0 17px!important;border-color:#ffffff17!important;background:#ffffff05!important;box-shadow:none!important}.event-live-center-v11 b{color:var(--hackx-mint)!important}.event-live-center-v11 .event-live-dot{background:var(--hackx-mint)!important;box-shadow:0 0 15px #63e3bd99!important}.event-team-link,.event-register-link,.event-menu-trigger{height:44px!important;border-radius:10px!important}.event-register-link{background:linear-gradient(135deg,var(--hackx-coral),#d92f32)!important;box-shadow:0 10px 30px #ff534824!important}.event-team-link,.event-menu-trigger{background:#ffffff05!important;border-color:#ffffff1a!important}.event-hero.hero-v14{position:relative;height:100svh;min-height:760px;padding-top:78px;overflow:hidden;background:radial-gradient(ellipse at 20% 40%,rgba(255,83,72,.085),transparent 31%),radial-gradient(ellipse at 83% 44%,rgba(99,227,189,.035),transparent 24%),linear-gradient(180deg,#05070a,#06080b 58%,#040609);isolation:isolate}.hero-v14-grid{position:absolute;inset:78px 0 0;z-index:-5;opacity:.34;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 13%,#000 75%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 13%,#000 75%,transparent 100%)}.hero-v14-grid:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,83,72,.025) 49.9%,rgba(255,83,72,.12) 50%,rgba(255,83,72,.025) 50.1%,transparent 100%)}.hero-v14-aurora{position:absolute;z-index:-4;border-radius:50%;filter:blur(90px);pointer-events:none;opacity:.45}.hero-v14-aurora-a{width:520px;height:420px;left:7%;top:31%;background:#ff44371c;animation:v14AuroraA 9s ease-in-out infinite alternate}.hero-v14-aurora-b{width:420px;height:350px;right:8%;top:27%;background:#57c5b50e;animation:v14AuroraB 11s ease-in-out infinite alternate}.hero-v14-xmark{position:absolute;z-index:-3;left:50%;top:49%;width:min(720px,44vw);aspect-ratio:1;transform:translate(-50%,-50%);opacity:.34;pointer-events:none}.hero-v14-xmark:before,.hero-v14-xmark:after{content:"";position:absolute;left:50%;top:50%;width:92%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,83,72,.18),transparent)}.hero-v14-xmark:before{transform:translate(-50%,-50%) rotate(45deg)}.hero-v14-xmark:after{transform:translate(-50%,-50%) rotate(-45deg)}.hero-v14-xmark>i,.hero-v14-xmark>b{position:absolute;inset:8%;border:1px solid rgba(255,255,255,.045);border-radius:50%;animation:v14Orbit 28s linear infinite}.hero-v14-xmark>b{inset:22%;border-style:dashed;border-color:#ff534818;animation-direction:reverse;animation-duration:20s}.hero-v14-xmark>span{position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:var(--hackx-coral);box-shadow:0 0 32px #ff5348bf;transform:translate(-50%,-50%);animation:v14Beacon 2.6s ease-in-out infinite}.hero-v14-signal{position:absolute;z-index:-2;left:0;right:0;bottom:110px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,83,72,.08) 20%,rgba(255,83,72,.38) 50%,rgba(255,83,72,.08) 80%,transparent);transform-origin:center;animation:v14Signal 4.5s ease-in-out infinite}.hero-v14-shell{width:min(1420px,calc(100% - 80px));height:calc(100svh - 188px);min-height:572px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.42fr) minmax(340px,.58fr);align-items:center;gap:clamp(48px,6vw,96px);padding:16px 0 54px}.hero-v14-main{position:relative;max-width:900px;padding-left:clamp(10px,2vw,28px)}.hero-v14-overline{display:flex;align-items:center;gap:13px;color:#818a95;font:700 7px var(--body);letter-spacing:.17em;animation:v14Up .65s both .05s}.hero-v14-live{display:flex;align-items:center;gap:7px;color:#a8e8d3}.hero-v14-live i{width:7px;height:7px;border-radius:50%;background:var(--hackx-mint);box-shadow:0 0 15px #63e3bdb3;animation:v14Live 1.8s ease-in-out infinite}.hero-v14-divider{width:1px;height:13px;background:#ffffff21}.hero-v14-edition{margin:18px 0 0;font:700 12px var(--heading);letter-spacing:.28em;color:var(--hackx-coral);animation:v14Up .65s both .1s}.hero-v14-title{position:relative;margin-top:18px;width:max-content;max-width:100%;animation:v14Title .8s cubic-bezier(.2,.8,.2,1) both .14s}.hero-v14-title>span{display:block;font:500 clamp(56px,5.2vw,82px)/.94 var(--display);letter-spacing:.16em;color:#f4efe7;text-shadow:0 10px 42px rgba(0,0,0,.5)}.hero-v14-title>strong{display:block;margin-top:5px;font:500 clamp(126px,11vw,188px)/.78 var(--display);letter-spacing:-.078em;background:linear-gradient(96deg,#ff6a55,#ff4e45 45%,#ff7850);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 20px 38px rgba(197,33,34,.13))}.hero-v14-title>em{position:absolute;right:-70px;bottom:6px;font:750 18px var(--heading);font-style:normal;letter-spacing:.2em;color:#b8b4ae;writing-mode:vertical-rl;transform:rotate(180deg)}.hero-v14-promise{margin:34px 0 0;font:600 clamp(21px,2vw,31px)/1.2 var(--heading);letter-spacing:-.035em;color:#e8e5de;animation:v14Up .65s both .24s}.hero-v14-promise span{color:#ff7660}.hero-v14-copy{max-width:720px;margin:11px 0 0;font:500 12px/1.75 var(--body);color:#89919c;animation:v14Up .65s both .28s}.hero-v14-mode-line{margin-top:21px;display:flex;align-items:center;gap:14px;color:#bbc0c5;animation:v14Up .65s both .32s}.hero-v14-mode-line>span{display:flex;align-items:center;gap:7px;font:700 7.2px var(--heading);letter-spacing:.12em}.hero-v14-mode-line svg{color:var(--hackx-coral)}.hero-v14-mode-line>span:last-child svg{color:var(--hackx-mint)}.hero-v14-mode-line>i{width:4px;height:4px;border-radius:50%;background:#434951}.hero-v14-actions{width:min(650px,100%);margin-top:28px;display:grid;grid-template-columns:1.1fr .9fr;gap:10px;animation:v14Up .65s both .38s}.hero-v14-actions>a{height:54px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-radius:10px;font:750 9px var(--heading);transition:.25s ease}.hero-v14-primary{background:linear-gradient(135deg,#ff5c4e,#db3235);color:#fff;box-shadow:0 18px 44px #d62f3129,inset 0 1px #ffffff29}.hero-v14-primary:hover{transform:translateY(-2px);box-shadow:0 22px 54px #d62f313d,inset 0 1px #fff3}.hero-v14-secondary{border:1px solid rgba(255,255,255,.13);background:#ffffff05;color:#d9d8d4}.hero-v14-secondary:hover{transform:translateY(-2px);border-color:#63e3bd57;background:#63e3bd06}.hero-v14-brief{position:relative;align-self:center;width:100%;max-width:430px;padding:28px 0 8px;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.09);animation:v14Brief .8s cubic-bezier(.2,.8,.2,1) both .24s}.hero-v14-brief:before{content:"";position:absolute;left:0;top:-1px;width:86px;height:1px;background:linear-gradient(90deg,var(--hackx-coral),transparent);box-shadow:0 0 18px #ff534866}.hero-v14-brief-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.hero-v14-brief-head>div span{display:block;font:800 7px var(--heading);letter-spacing:.18em;color:var(--hackx-coral)}.hero-v14-brief-head>div b{display:block;margin-top:7px;font:600 24px/1.05 var(--heading);letter-spacing:-.04em;color:#f1eee8}.hero-v14-brief-head>small{font:700 7px var(--heading);letter-spacing:.13em;color:#646b74}.hero-v14-brief>p{max-width:360px;margin:12px 0 21px;font:500 10px/1.65 var(--body);color:#7f8790}.hero-v14-steps{border-top:1px solid rgba(255,255,255,.075)}.hero-v14-steps>a{min-height:70px;display:grid;grid-template-columns:30px 1fr 18px;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.075);transition:.22s ease}.hero-v14-steps>a>span{font:650 10px var(--display);color:#5c636d;transition:.22s ease}.hero-v14-steps>a b{display:block;font:600 11px var(--heading);color:#d8d8d3;transition:.22s ease}.hero-v14-steps>a small{display:block;margin-top:5px;font:500 7.7px var(--body);color:#737b85}.hero-v14-steps>a svg{color:#515861;transition:.22s ease}.hero-v14-steps>a:hover{padding-left:5px;background:linear-gradient(90deg,rgba(255,83,72,.04),transparent)}.hero-v14-steps>a:hover>span,.hero-v14-steps>a:hover svg{color:var(--hackx-coral)}.hero-v14-steps>a:hover b{color:#fff}.hero-v14-deadline{margin-top:20px;display:flex;align-items:center;gap:12px;color:var(--hackx-amber)}.hero-v14-deadline svg{width:18px;flex:0 0 18px}.hero-v14-deadline span{display:block;font:800 6px var(--heading);letter-spacing:.15em;color:#777f89}.hero-v14-deadline b{display:block;margin-top:5px;font:650 10px var(--heading);letter-spacing:.025em;color:#e7c57f}.hero-v14-rules{margin-top:17px;display:inline-flex;align-items:center;gap:8px;font:700 7.5px var(--heading);letter-spacing:.08em;color:#a9b0b8;transition:.2s}.hero-v14-rules:hover{gap:11px;color:#fff}.hero-v14-facts{position:absolute;left:50%;bottom:38px;z-index:4;width:min(1420px,calc(100% - 80px));transform:translate(-50%);display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;border-top:1px solid rgba(255,255,255,.105);border-bottom:1px solid rgba(255,255,255,.075);background:linear-gradient(90deg,#ffffff03,#ffffff06,#ffffff03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:v14Up .7s both .5s}.hero-v14-metric{min-height:72px;padding:12px 22px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;border-right:1px solid rgba(255,255,255,.075)}.hero-v14-metric:last-child{border-right:0}.hero-v14-metric-icon{width:28px;height:28px;display:grid;place-items:center;color:var(--hackx-coral)}.hero-v14-metric-icon svg{width:20px;height:20px}.hero-v14-metric small{display:block;font:800 6px var(--heading);letter-spacing:.15em;color:#646d78}.hero-v14-metric strong{display:inline-block;margin-top:5px;font:650 14px var(--heading);letter-spacing:-.015em;color:#f0ede6}.hero-v14-metric em{margin-left:8px;font:800 6px var(--heading);font-style:normal;letter-spacing:.12em;color:#838b95}.hero-v14-metric:first-child strong{color:#fff}.hero-v14-scroll{position:absolute;left:50%;bottom:8px;z-index:5;transform:translate(-50%);display:flex;align-items:center;gap:10px;color:#5f6872}.hero-v14-scroll>span{font:800 5.5px var(--heading);letter-spacing:.18em}.hero-v14-scroll>i{position:relative;width:22px;height:13px;overflow:hidden}.hero-v14-scroll>i:before{content:"";position:absolute;left:0;right:0;top:6px;height:1px;background:linear-gradient(90deg,transparent,#ff5b50,transparent)}.hero-v14-scroll>i b{position:absolute;left:50%;top:3px;width:5px;height:5px;border-right:1px solid #ff655a;border-bottom:1px solid #ff655a;transform:translate(-50%) rotate(45deg);animation:v14Arrow 1.5s ease-in-out infinite}@keyframes v14Orbit{to{transform:rotate(360deg)}}@keyframes v14AuroraA{to{transform:translate(80px,-24px) scale(1.08)}}@keyframes v14AuroraB{to{transform:translate(-70px,35px) scale(.94)}}@keyframes v14Beacon{50%{opacity:.34;box-shadow:0 0 12px #ff534859}}@keyframes v14Signal{50%{opacity:.35;transform:scaleX(.82)}}@keyframes v14Live{50%{opacity:.38}}@keyframes v14Up{0%{opacity:0;transform:translateY(13px)}to{opacity:1;transform:none}}@keyframes v14Title{0%{opacity:0;transform:translateY(22px) scale(.975);filter:blur(4px)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes v14Brief{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:none}}@keyframes v14Arrow{0%{opacity:0;transform:translate(-50%,-3px) rotate(45deg)}40%{opacity:1}to{opacity:0;transform:translate(-50%,4px) rotate(45deg)}}@media(min-width:1620px){.curve-journey-v9{top:112px!important;right:24px!important;width:190px!important;height:calc(100svh - 150px)!important;min-height:590px!important;max-height:720px!important}.curve-journey-v9:before{display:none!important}.curve-journey-v9 .curve-journey-svg{left:0!important;width:74px!important}.curve-journey-v9 .curve-journey-caption{left:5px!important;top:-10px!important;width:172px!important}.curve-journey-v9 .curve-journey-node{width:182px!important;gap:10px!important}.curve-journey-v9 .curve-copy{min-width:135px!important}.curve-journey-v9 .curve-copy small{font-size:8px!important}.curve-journey-v9 .curve-copy b{font:600 11px/1.1 var(--heading)!important;letter-spacing:.02em!important;text-transform:none!important;color:#858d97!important}.curve-journey-v9 .curve-copy em{font-size:7.2px!important;color:#59616b!important}.curve-journey-v9 .curve-journey-node.active .curve-copy b{font-size:12.5px!important;color:#f5f1ea!important}.curve-journey-v9 .curve-journey-node.active .curve-copy em{color:#9299a1!important}.curve-journey-v9 .curve-dot{width:16px!important;height:16px!important;flex-basis:16px!important;background:#080b0e!important;border-color:#d7dce147!important}.curve-journey-v9 .curve-dot i{width:5px!important;height:5px!important}.curve-journey-v9 .curve-journey-node.active .curve-dot{border-color:#ff665b!important;box-shadow:0 0 0 5px #ff534812,0 0 22px #ff534847!important}.curve-journey-v9 .curve-journey-node.active .curve-dot i{width:9px!important;height:9px!important;background:#ff5d52!important}.curve-journey-v9 .curve-path-base{stroke:#cdd7e12e!important}.curve-journey-v9 .curve-path-progress{stroke:#ff5a4e!important;filter:drop-shadow(0 0 7px rgba(255,83,72,.34))!important}}@media(min-width:1280px)and (max-width:1619px){.curve-journey-v9{right:10px!important;width:76px!important}.curve-journey-v9:before{display:none!important}.curve-journey-v9 .curve-compact-current{right:2px!important;transform:translate(-62px)!important;text-shadow:0 4px 18px #05070a!important}}@media(max-width:1279px){.curve-journey-v9{display:none!important}}@media(min-width:1181px){.event-start-section>.container,.premium-section>.container,.event-final-cta>.container,.event-bulletin .container{width:min(1180px,calc(100% - 96px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}}.event-start-section{background:linear-gradient(180deg,#070a0e,#090d12)!important}.premium-section{background:#070a0e!important;border-top:1px solid rgba(210,220,230,.075)!important}.event-brief-section,.event-categories-section,.submission-section,.event-rules-section{background:#090d12!important}.event-domains-section,.schedule-section,.judging-section,.awards-section{background:#06090d!important}.event-section-heading h2,.event-brief-lead h2,.submission-copy h2{color:#f4f0e8!important}.event-section-heading p,.event-brief-lead>p,.submission-copy p{color:#8d949e!important}.red-kicker{color:#ff6659!important}.entry-step-card{background:linear-gradient(145deg,#ffffff07,#ffffff02)!important;border-color:#d2dce617!important}.entry-step-card:hover{background:linear-gradient(145deg,#ff53480e,#ffffff02)!important;border-color:#ff53482e!important}.entry-ready-strip{background:#63e3bd05!important;border-color:#63e3bd21!important}.entry-ready-strip svg{color:var(--hackx-mint)!important}.event-domain-row{border-color:#d2dce617!important;background:#ffffff02!important}.event-domain-row:hover{background:linear-gradient(90deg,#ff53480a,#63e3bd03)!important;border-color:#ff53482e!important}.event-category-panel{background:linear-gradient(155deg,#ffffff07,#ffffff01)!important;border-color:#d2dce61a!important}.event-category-panel.prototype:before{background:linear-gradient(90deg,#ff5549,transparent)!important}.event-category-panel.idea:before{background:linear-gradient(90deg,#63e3bd,transparent)!important}.event-category-panel.idea .category-panel-head svg{color:var(--hackx-mint)!important}.event-category-panel.idea .category-focus{border-color:#63e3bd2e!important;background:#63e3bd06!important}.rubric-card{background:#0b1015!important;border-color:#d2dce61a!important}.final-crimson-cta{background:linear-gradient(135deg,#121015,#090b0f)!important}.final-crimson-cta:after{background:radial-gradient(circle at 78% 50%,rgba(255,83,72,.12),transparent 36%)!important}@media(min-width:1600px)and (min-height:900px){.hero-v14-shell{width:min(1500px,calc(100% - 100px));grid-template-columns:minmax(0,1.5fr) minmax(390px,.5fr)}.hero-v14-title>strong{font-size:190px}.hero-v14-title>span{font-size:84px}.hero-v14-facts{width:min(1500px,calc(100% - 100px))}}@media(min-width:1280px)and (max-height:820px){.event-hero.hero-v14{min-height:700px}.hero-v14-shell{height:calc(100svh - 178px);min-height:530px;padding-top:6px;padding-bottom:52px;gap:50px}.hero-v14-edition{margin-top:12px}.hero-v14-title{margin-top:11px}.hero-v14-title>span{font-size:52px}.hero-v14-title>strong{font-size:122px}.hero-v14-title>em{font-size:15px;right:-56px}.hero-v14-promise{margin-top:24px;font-size:22px}.hero-v14-copy{font-size:10.5px;line-height:1.6}.hero-v14-mode-line{margin-top:15px}.hero-v14-actions{margin-top:18px}.hero-v14-actions>a{height:48px}.hero-v14-brief{padding-top:20px}.hero-v14-brief-head>div b{font-size:20px}.hero-v14-brief>p{margin-bottom:14px}.hero-v14-steps>a{min-height:57px}.hero-v14-deadline{margin-top:14px}.hero-v14-facts{bottom:31px}.hero-v14-metric{min-height:62px;padding-top:8px;padding-bottom:8px}.hero-v14-scroll{bottom:5px}}@media(max-width:1279px){.event-hero.hero-v14{height:auto;min-height:100svh;padding-top:70px}.hero-v14-grid{inset:70px 0 0}.hero-v14-shell{width:min(980px,calc(100% - 44px));height:auto;min-height:calc(100svh - 170px);grid-template-columns:1fr;gap:40px;padding:50px 0 155px}.hero-v14-main{max-width:850px;margin:0 auto;padding-left:0;text-align:center}.hero-v14-overline,.hero-v14-mode-line{justify-content:center}.hero-v14-title{margin-left:auto;margin-right:auto}.hero-v14-title>em{right:-55px}.hero-v14-copy,.hero-v14-actions{margin-left:auto;margin-right:auto}.hero-v14-brief{max-width:720px;margin:0 auto}.hero-v14-brief>p{max-width:560px}.hero-v14-facts{width:min(980px,calc(100% - 44px));bottom:37px}.hero-v14-scroll{display:none}}@media(max-width:760px){.event-hero.hero-v14{padding-top:66px}.hero-v14-grid{inset:66px 0 0}.hero-v14-shell{width:calc(100% - 28px);padding:32px 0 208px;gap:31px}.hero-v14-overline{font-size:5.5px;letter-spacing:.11em;gap:8px}.hero-v14-overline>span:last-child{display:none}.hero-v14-divider{display:none}.hero-v14-edition{font-size:8px;letter-spacing:.19em;margin-top:15px}.hero-v14-title{margin-top:13px}.hero-v14-title>span{font-size:41px}.hero-v14-title>strong{font-size:78px;margin-top:8px}.hero-v14-title>em{position:static;display:block;margin-top:15px;writing-mode:initial;transform:none;font-size:18px;letter-spacing:.22em}.hero-v14-promise{margin-top:22px;font-size:20px}.hero-v14-copy{font-size:10px;line-height:1.65}.hero-v14-mode-line{flex-wrap:wrap;gap:9px 11px}.hero-v14-mode-line>span{font-size:6.2px}.hero-v14-actions{grid-template-columns:1fr;margin-top:20px}.hero-v14-actions>a{height:48px}.hero-v14-brief{padding-top:22px;text-align:left}.hero-v14-brief-head>div b{font-size:21px}.hero-v14-brief>p{font-size:9px}.hero-v14-steps>a{min-height:62px}.hero-v14-steps>a b{font-size:10px}.hero-v14-steps>a small{font-size:7px}.hero-v14-facts{width:calc(100% - 28px);bottom:24px;grid-template-columns:1fr 1fr}.hero-v14-metric{min-height:72px;padding:10px 12px;grid-template-columns:27px 1fr;border-bottom:1px solid rgba(255,255,255,.075)}.hero-v14-metric:nth-child(2){border-right:0}.hero-v14-metric:nth-child(n+3){border-bottom:0}.hero-v14-metric strong{font-size:11px}.hero-v14-metric em{display:block;margin:4px 0 0}.hero-v14-metric-icon{width:24px}.hero-v14-metric-icon svg{width:17px}.hero-v14-xmark{width:480px;opacity:.22}.hero-v14-aurora{opacity:.32}}@media(max-width:430px){.hero-v14-title>span{font-size:36px}.hero-v14-title>strong{font-size:67px}.hero-v14-promise{font-size:18px}.hero-v14-copy{font-size:9.3px}.hero-v14-shell{padding-bottom:214px}.hero-v14-deadline b{font-size:8.7px}.hero-v14-rules{font-size:7px}}@media(prefers-reduced-motion:reduce){.hero-v14-aurora,.hero-v14-xmark>i,.hero-v14-xmark>b,.hero-v14-xmark>span,.hero-v14-signal,.hero-v14-live i,.hero-v14-scroll>i b{animation:none!important}.hero-v14-overline,.hero-v14-edition,.hero-v14-title,.hero-v14-promise,.hero-v14-copy,.hero-v14-mode-line,.hero-v14-actions,.hero-v14-brief,.hero-v14-facts{animation:none!important;opacity:1!important;transform:none!important}}:root{--hackx-coral:#ff5a4f;--hackx-coral-hot:#ff3f46;--hackx-mint:#61e7be;--hackx-amber:#f7bf62;--hackx-cyan:#67d9ff}.event-hero.hero-v14{background:radial-gradient(ellipse at 16% 38%,rgba(255,74,64,.105),transparent 31%),radial-gradient(ellipse at 78% 34%,rgba(103,217,255,.035),transparent 26%),radial-gradient(ellipse at 52% 92%,rgba(255,63,70,.065),transparent 34%),linear-gradient(180deg,#040609,#070a0f 53%,#040609)}.event-hero.hero-v14:before{content:"";position:absolute;z-index:-4;inset:78px 0 0;pointer-events:none;opacity:.42;background:linear-gradient(118deg,transparent 0 27%,rgba(255,87,77,.035) 27.1%,transparent 27.35% 100%),linear-gradient(62deg,transparent 0 70%,rgba(103,217,255,.022) 70.1%,transparent 70.3% 100%);-webkit-mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent)}.event-hero.hero-v14:after{content:"";position:absolute;z-index:-1;left:50%;bottom:86px;width:min(850px,56vw);height:180px;transform:translate(-50%);pointer-events:none;background:radial-gradient(ellipse,rgba(255,64,70,.1),transparent 68%);filter:blur(24px);opacity:.65}.hero-v14-grid{opacity:.22;background-size:84px 84px}.hero-v14-grid:after{opacity:.55}.hero-v14-aurora-a{background:#ff413a21;filter:blur(110px);opacity:.42}.hero-v14-aurora-b{background:#46b6ff0e;filter:blur(115px);opacity:.38}.hero-v14-xmark{width:min(760px,46vw);opacity:.26}.hero-v14-xmark>i{border-color:#ffffff09}.hero-v14-xmark>b{border-color:#ff5a4f1c}.hero-v14-xmark>span{width:7px;height:7px;box-shadow:0 0 0 7px #ff5a4f09,0 0 32px #ff5a4fad}.hero-v14-shell{width:min(1500px,calc(100% - 88px));grid-template-columns:minmax(0,1.48fr) minmax(380px,.52fr);gap:clamp(58px,6vw,104px)}.hero-v14-main{max-width:960px;padding-left:clamp(6px,1.2vw,20px)}.hero-v14-overline{font-size:8px;letter-spacing:.155em;color:#8f98a5}.hero-v14-live{font-weight:800;color:#aef3d7}.hero-v14-live i{width:8px;height:8px;box-shadow:0 0 0 5px #61e7be0b,0 0 17px #61e7beb8}.hero-v14-edition{margin-top:20px;font-size:13px;letter-spacing:.26em;color:#ff7065}.hero-v14-title{margin-top:16px}.hero-v14-title:after{content:"";position:absolute;left:4px;right:-26px;bottom:-18px;height:1px;background:linear-gradient(90deg,rgba(255,90,79,.78),rgba(255,90,79,.18) 46%,transparent 88%);box-shadow:0 0 15px #ff474429}.hero-v14-title:before{content:"";position:absolute;left:3px;bottom:-21px;width:7px;height:7px;transform:rotate(45deg);background:#ff5c51;box-shadow:0 0 15px #ff5a4f8c;z-index:2}.hero-v14-title>span{font-size:clamp(60px,5.1vw,84px);letter-spacing:.145em;color:#fbf5ec}.hero-v14-title>strong{margin-top:7px;font-size:clamp(132px,11.25vw,192px);letter-spacing:-.07em;background:linear-gradient(102deg,#ff8068,#ff554c 32%,#f53b45 62%,#ff7a58);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 17px 28px rgba(190,30,34,.16))}.hero-v14-title>em{right:-65px;bottom:8px;font-size:20px;color:#c9c4bc}.hero-v14-promise{margin-top:44px;font-size:clamp(24px,2vw,32px);line-height:1.16;color:#f0ece5}.hero-v14-promise span{color:#ff7d67;text-shadow:0 0 26px rgba(255,91,78,.14)}.hero-v14-copy{max-width:735px;margin-top:13px;font-size:14px;line-height:1.72;color:#9aa2ad}.hero-v14-mode-line{margin-top:23px;gap:10px}.hero-v14-mode-line>span{min-height:30px;padding:0 11px;border:1px solid rgba(255,255,255,.085);border-radius:999px;background:#ffffff05;font-size:8px;letter-spacing:.105em;color:#c4c9ce;transition:.22s ease}.hero-v14-mode-line>span:first-child{border-color:#ff5a4f24}.hero-v14-mode-line>span:last-child{border-color:#61e7be1f}.hero-v14-mode-line>span:hover{transform:translateY(-1px);background:#ffffff08;color:#fff}.hero-v14-mode-line>i{width:3px;height:3px}.hero-v14-actions{width:min(680px,100%);margin-top:26px;gap:12px}.hero-v14-actions>a{position:relative;overflow:hidden;height:58px;padding:0 20px;border-radius:12px;font-size:10.5px;letter-spacing:.012em}.hero-v14-primary{background:linear-gradient(115deg,#ff624f,#ec3e42 58%,#d92c37);box-shadow:0 18px 42px #df34362e,inset 0 1px #ffffff2e}.hero-v14-primary:before{content:"";position:absolute;top:-70%;left:-28%;width:24%;height:240%;transform:rotate(23deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);transition:left .55s ease}.hero-v14-primary:hover:before{left:112%}.hero-v14-primary:hover{transform:translateY(-2px);box-shadow:0 22px 56px #df343647,inset 0 1px #ffffff38}.hero-v14-primary svg,.hero-v14-secondary svg{transition:transform .22s ease}.hero-v14-actions>a:hover svg{transform:translate(3px)}.hero-v14-secondary{border-color:#ffffff25;background:linear-gradient(180deg,#ffffff07,#ffffff03);color:#e4e1db}.hero-v14-secondary:hover{border-color:#67d9ff47;background:#67d9ff07}.hero-v14-secondary:hover svg{transform:translateY(3px)}.hero-v14-brief{max-width:448px;padding:30px 0 8px;border-top-color:#ffffff29;border-bottom-color:#ffffff1a}.hero-v14-brief:before{width:104px;background:linear-gradient(90deg,#ff6258,#ff9b62,transparent);box-shadow:0 0 21px #ff534852}.hero-v14-brief:after{content:"";position:absolute;left:-18px;top:31px;bottom:24px;width:1px;background:linear-gradient(180deg,rgba(255,90,79,.3),rgba(255,255,255,.04) 42%,rgba(97,231,190,.14),transparent)}.hero-v14-brief-head>div span{font-size:8px;color:#ff7569}.hero-v14-brief-head>div b{margin-top:8px;font-size:27px;letter-spacing:-.035em}.hero-v14-brief-head>small{font-size:8px;color:#747d88}.hero-v14-brief>p{max-width:390px;margin:13px 0 20px;font-size:11.5px;line-height:1.7;color:#9099a4}.hero-v14-steps>a{min-height:73px;grid-template-columns:36px 1fr 20px;gap:11px}.hero-v14-steps>a>span{width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:50%;font:750 9px var(--heading);color:#757e89;background:#090c10}.hero-v14-steps>a b{font-size:12.5px;color:#e7e4de}.hero-v14-steps>a small{margin-top:5px;font-size:8.7px;line-height:1.45;color:#808995}.hero-v14-steps>a:hover{padding-left:7px;background:linear-gradient(90deg,rgba(255,90,79,.055),transparent 82%)}.hero-v14-steps>a:hover>span{border-color:#ff5a4f75;background:#ff5a4f14;box-shadow:0 0 0 4px #ff5a4f06}.hero-v14-steps>a:nth-child(2):hover>span{border-color:#67d9ff59;color:#8ee4ff;background:#67d9ff0e}.hero-v14-steps>a:nth-child(3):hover>span{border-color:#61e7be59;color:#86efce;background:#61e7be0d}.hero-v14-deadline{margin-top:18px;padding:11px 13px;border:1px solid rgba(247,191,98,.12);border-radius:9px;background:linear-gradient(90deg,rgba(247,191,98,.045),transparent 78%)}.hero-v14-deadline svg{width:19px;color:#f7bd5f}.hero-v14-deadline span{font-size:7px;color:#8b8180}.hero-v14-deadline b{font-size:11px;color:#f0cd89}.hero-v14-rules{margin-top:13px;font-size:8.5px;color:#b2bac3}.hero-v15-countdown{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:11px;padding:0 2px}.hero-v15-countdown>span{font:800 6.7px var(--heading);letter-spacing:.15em;color:#6f7883;white-space:nowrap}.hero-v15-countdown .countdown-hud{display:flex;align-items:center;gap:5px;margin:0}.hero-v15-countdown .countdown-hud>div{min-width:31px;padding:5px 4px 4px;text-align:center;border-left:1px solid rgba(255,255,255,.075);background:transparent}.hero-v15-countdown .countdown-hud>div:first-child{border-left:0}.hero-v15-countdown .countdown-hud strong{display:block;font:700 11px/1 var(--heading);color:#e8e5df}.hero-v15-countdown .countdown-hud span{display:block;margin-top:3px;font:750 5px/1 var(--body);letter-spacing:.08em;color:#626b75}.hero-v14-facts{width:min(1500px,calc(100% - 88px));bottom:39px;border-top-color:#ffffff21;border-bottom-color:#ffffff17;background:linear-gradient(90deg,#0a0d11b3,#0e1217c7 50%,#0a0d11b3);box-shadow:0 20px 54px #00000029;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-v14-metric{position:relative;min-height:76px;padding:12px 24px;grid-template-columns:38px 1fr;gap:11px;transition:.22s ease}.hero-v14-metric:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;transform:scaleX(0);background:linear-gradient(90deg,transparent,#ff5d52,transparent);transition:transform .26s ease}.hero-v14-metric:hover{background:#ffffff05}.hero-v14-metric:hover:after{transform:scaleX(.72)}.hero-v14-metric-icon{width:32px;height:32px;border:1px solid rgba(255,90,79,.12);border-radius:9px;background:#ff5a4f09}.hero-v14-metric-icon svg{width:19px;height:19px}.hero-v14-metric small{font-size:7px;color:#78818c}.hero-v14-metric strong{margin-top:5px;font-size:16px;color:#f6f2ea}.hero-v14-metric em{font-size:6.8px;color:#929aa4}.hero-v14-metric:nth-child(2) .hero-v14-metric-icon{color:#7ce6ff;border-color:#67d9ff1f;background:#67d9ff07}.hero-v14-metric:nth-child(3) .hero-v14-metric-icon{color:#77eac8;border-color:#61e7be1f;background:#61e7be07}.hero-v14-metric:nth-child(4) .hero-v14-metric-icon{color:#ffc66b;border-color:#f7bf621f;background:#f7bf6207}.hero-v14-scroll{bottom:9px;color:#7a838e;transition:.2s ease}.hero-v14-scroll:hover{color:#d7dce0}.hero-v14-scroll>span{font-size:6.3px}.hero-v14-scroll>i{width:27px}@media(min-width:1280px)and (max-height:840px){.event-hero.hero-v14{min-height:720px}.hero-v14-shell{height:calc(100svh - 184px);min-height:548px;padding:8px 0 62px;gap:60px}.hero-v14-overline{font-size:7.3px}.hero-v14-edition{margin-top:12px;font-size:10.5px}.hero-v14-title{margin-top:10px}.hero-v14-title>span{font-size:50px}.hero-v14-title>strong{font-size:118px}.hero-v14-title>em{font-size:15px;right:-50px}.hero-v14-title:after{bottom:-12px}.hero-v14-title:before{bottom:-15px}.hero-v14-promise{margin-top:28px;font-size:21px}.hero-v14-copy{font-size:11.2px;line-height:1.58}.hero-v14-mode-line{margin-top:13px}.hero-v14-mode-line>span{min-height:26px;font-size:6.8px}.hero-v14-actions{margin-top:14px}.hero-v14-actions>a{height:45px;font-size:8.5px}.hero-v14-brief{padding-top:17px}.hero-v14-brief-head>div b{font-size:21px}.hero-v14-brief>p{margin:9px 0 11px;font-size:9.4px}.hero-v14-steps>a{min-height:53px}.hero-v14-steps>a>span{width:23px;height:23px;font-size:7.5px}.hero-v14-steps>a b{font-size:10px}.hero-v14-steps>a small{font-size:7px}.hero-v14-deadline{margin-top:10px;padding:8px 10px}.hero-v14-deadline b{font-size:9px}.hero-v15-countdown{margin-top:7px}.hero-v15-countdown>span{font-size:5.8px}.hero-v15-countdown .countdown-hud>div{min-width:27px;padding:3px}.hero-v15-countdown .countdown-hud strong{font-size:9px}.hero-v14-rules{margin-top:7px;font-size:7px}.hero-v14-facts{bottom:30px}.hero-v14-metric{min-height:62px;padding:8px 17px}.hero-v14-metric strong{font-size:13px}.hero-v14-scroll{bottom:3px}}@media(max-width:1279px){.event-hero.hero-v14:after{bottom:128px;width:80vw}.hero-v14-shell{width:min(980px,calc(100% - 44px));gap:42px}.hero-v14-main{max-width:860px}.hero-v14-title:after{left:12%;right:12%;bottom:-16px}.hero-v14-title:before{left:50%;bottom:-19px}.hero-v14-promise{margin-top:38px}.hero-v14-copy{font-size:12.5px}.hero-v14-brief{max-width:740px;padding-left:20px;padding-right:20px;border-left:1px solid rgba(255,255,255,.06);border-right:1px solid rgba(255,255,255,.06)}.hero-v14-brief:after{display:none}.hero-v15-countdown{max-width:430px}.hero-v14-facts{width:min(980px,calc(100% - 44px))}}@media(max-width:760px){.hero-v14-title:after{bottom:-12px}.hero-v14-title:before{bottom:-15px}.hero-v14-promise{margin-top:31px}.hero-v14-copy{font-size:10.5px}.hero-v14-mode-line>span{min-height:28px;padding:0 9px;font-size:6.5px}.hero-v14-brief{padding-left:13px;padding-right:13px}.hero-v14-brief-head>div span{font-size:7px}.hero-v14-brief-head>div b{font-size:22px}.hero-v14-brief>p{font-size:9.4px}.hero-v15-countdown{align-items:flex-start;flex-direction:column;gap:8px}.hero-v15-countdown .countdown-hud{width:100%;justify-content:space-between}.hero-v15-countdown .countdown-hud>div{flex:1}.hero-v14-metric strong{font-size:12px}.hero-v14-metric small{font-size:6.3px}.hero-v14-metric em{font-size:6px}}@media(prefers-reduced-motion:reduce){.hero-v14-primary:before{display:none}}.event-hero.hero-v16{position:relative;height:100svh;min-height:720px;padding-top:78px;overflow:hidden;isolation:isolate;background:radial-gradient(ellipse at 50% 44%,rgba(194,25,32,.18) 0%,rgba(123,16,24,.075) 27%,transparent 57%),radial-gradient(ellipse at 50% 100%,rgba(255,47,47,.055),transparent 42%),linear-gradient(180deg,#030405,#050608 54%,#030405)}.hero-v16-grid{position:absolute;inset:78px 0 0;z-index:-8;pointer-events:none;opacity:.25;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:76px 76px;-webkit-mask-image:radial-gradient(ellipse at center,#000 0%,rgba(0,0,0,.8) 42%,transparent 79%);mask-image:radial-gradient(ellipse at center,#000 0%,rgba(0,0,0,.8) 42%,transparent 79%)}.hero-v16-halo{position:absolute;left:50%;top:49%;z-index:-7;width:min(980px,58vw);aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(255,57,54,.1) 0%,rgba(255,57,54,.035) 37%,transparent 67%);filter:blur(2px);animation:v16Halo 5.5s ease-in-out infinite alternate}.hero-v16-orbit{position:absolute;left:50%;top:49%;z-index:-6;aspect-ratio:1;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.045)}.hero-v16-orbit:before,.hero-v16-orbit:after{content:"";position:absolute;border-radius:50%;background:#ff5149;box-shadow:0 0 16px #ff453ea6}.hero-v16-orbit:before{width:5px;height:5px;left:16%;top:15%}.hero-v16-orbit:after{width:3px;height:3px;right:8%;bottom:31%;opacity:.6}.hero-v16-orbit-a{width:min(820px,49vw);animation:v16Orbit 34s linear infinite}.hero-v16-orbit-b{width:min(610px,37vw);border-style:dashed;border-color:#ff484113;animation:v16OrbitReverse 25s linear infinite}.hero-v16-x{position:absolute;left:50%;top:48%;z-index:-5;width:min(830px,50vw);aspect-ratio:1;transform:translate(-50%,-50%);opacity:.5;pointer-events:none}.hero-v16-x:before,.hero-v16-x:after{content:"";position:absolute;left:50%;top:50%;width:108%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,69,62,.18) 34%,rgba(255,98,79,.34) 50%,rgba(255,69,62,.18) 66%,transparent)}.hero-v16-x:before{transform:translate(-50%,-50%) rotate(45deg)}.hero-v16-x:after{transform:translate(-50%,-50%) rotate(-45deg)}.hero-v16-x>i,.hero-v16-x>b{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);border:1px solid rgba(255,255,255,.035)}.hero-v16-x>i{width:55%;height:55%}.hero-v16-x>b{width:35%;height:35%;border-color:#ff4b4213}.hero-v16-beam{position:absolute;left:0;right:0;top:51%;z-index:-4;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent 7%,rgba(255,55,52,.07) 27%,rgba(255,79,68,.37) 50%,rgba(255,55,52,.07) 73%,transparent 93%);animation:v16Beam 4.8s ease-in-out infinite}.hero-v16-particles{position:absolute;inset:78px 0 0;z-index:-3;pointer-events:none;opacity:.45;background-image:radial-gradient(circle at 17% 31%,#d94a45 0 1px,transparent 1.4px),radial-gradient(circle at 77% 27%,#ff5a50 0 1px,transparent 1.5px),radial-gradient(circle at 82% 70%,#b52e31 0 1px,transparent 1.4px),radial-gradient(circle at 24% 74%,#ff5a50 0 1px,transparent 1.4px),radial-gradient(circle at 60% 18%,#9d262a 0 1px,transparent 1.3px);background-size:380px 330px,430px 370px,510px 410px,470px 390px,620px 490px;animation:v16Particles 12s ease-in-out infinite alternate}.hero-v16-shell{position:relative;z-index:2;width:min(1260px,calc(100% - 72px));height:calc(100svh - 78px);min-height:642px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(20px,3.1vh,34px) 0 clamp(74px,8vh,90px)}.hero-v16-status{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:42px;padding:0 18px;border:1px solid rgba(255,86,75,.16);border-radius:999px;background:#08090c94;box-shadow:0 10px 45px #00000038,inset 0 1px #ffffff06;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font:750 7.5px var(--heading);letter-spacing:.09em;color:#8f969f;animation:v16Rise .7s both .04s}.hero-v16-live,.hero-v16-close{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.hero-v16-live{color:#93e6c8}.hero-v16-live i{width:7px;height:7px;border-radius:50%;background:#54e3b3;box-shadow:0 0 0 4px #54e3b30f,0 0 17px #54e3b394;animation:v16Live 1.8s ease-in-out infinite}.hero-v16-status-divider{width:1px;height:16px;background:#ffffff1a}.hero-v16-close svg{color:#ff5b50}.hero-v16-close b{font-weight:800;color:#dedad4}.hero-v16-heading{margin-top:clamp(22px,3.1vh,34px);display:flex;flex-direction:column;align-items:center}.hero-v16-dept{display:flex;align-items:center;justify-content:center;gap:13px;font:700 7px var(--body);letter-spacing:.3em;color:#777f89;animation:v16Rise .7s both .1s}.hero-v16-dept span{width:44px;height:1px;background:linear-gradient(90deg,transparent,#ff5b50)}.hero-v16-dept span:last-child{transform:scaleX(-1)}.hero-v16-edition{margin:12px 0 0;font:700 clamp(9px,1vw,12px) var(--heading);letter-spacing:.34em;color:#ff6155;animation:v16Rise .7s both .14s}.hero-v16-title{position:relative;margin-top:clamp(12px,1.7vh,18px);width:min(970px,88vw);animation:v16Title .9s cubic-bezier(.2,.78,.2,1) both .16s}.hero-v16-title>span{display:block;font:500 clamp(54px,5.3vw,86px)/.88 var(--display);letter-spacing:.18em;color:#f3eee7;text-shadow:0 14px 45px rgba(0,0,0,.58)}.hero-v16-title>strong{position:relative;display:block;margin-top:clamp(6px,1vh,10px);font:500 clamp(132px,11.7vw,210px)/.75 var(--display);letter-spacing:-.075em;color:transparent;background:linear-gradient(180deg,#ff6256,#ed3e3f 48%,#bd252e);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 24px 34px rgba(167,20,27,.2))}.hero-v16-title>strong:after{content:"";position:absolute;left:9%;right:9%;bottom:-12px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,72,62,.15),rgba(255,72,62,.64) 50%,rgba(255,72,62,.15),transparent);box-shadow:0 0 14px #ff483e33}.hero-v16-title>em{display:block;margin-top:clamp(18px,2.2vh,24px);font:650 clamp(25px,2.5vw,38px)/1 var(--display);font-style:normal;letter-spacing:.36em;color:#e6e0d8;text-indent:.36em;text-shadow:0 8px 24px rgba(0,0,0,.38)}.hero-v16-tagline{margin:clamp(20px,2.7vh,28px) 0 0;font:650 clamp(13px,1.2vw,17px) var(--heading);letter-spacing:.16em;color:#d2d0cc;animation:v16Rise .7s both .27s}.hero-v16-tagline span{color:#f0eeea}.hero-v16-tagline b{font-weight:700;color:#ff6257}.hero-v16-copy{max-width:690px;margin:9px auto 0;font:500 clamp(10px,.85vw,12px)/1.65 var(--body);color:#818994;animation:v16Rise .7s both .3s}.hero-v16-mode-row{margin-top:clamp(14px,2vh,20px);display:flex;align-items:center;justify-content:center;gap:14px;animation:v16Rise .7s both .34s}.hero-v16-mode-row>a{min-height:34px;padding:0 13px;display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.075);border-radius:999px;background:#ffffff03;transition:.22s ease}.hero-v16-mode-row>a:first-child{border-color:#ff564b24}.hero-v16-mode-row>a:last-child{border-color:#6ed3ff1c}.hero-v16-mode-row svg{color:#ff5a50}.hero-v16-mode-row>a:last-child svg{color:#80d9ff}.hero-v16-mode-row span{text-align:left}.hero-v16-mode-row small{display:block;font:800 5.5px var(--heading);letter-spacing:.13em;color:#626a74}.hero-v16-mode-row b{display:block;margin-top:2px;font:650 7.5px var(--heading);letter-spacing:.035em;color:#cfd2d3}.hero-v16-mode-row>a:hover{transform:translateY(-2px);background:#ffffff06;border-color:#ffffff2b}.hero-v16-mode-row>i{width:3px;height:3px;border-radius:50%;background:#484e55}.hero-v16-actions{width:min(670px,78vw);margin-top:clamp(18px,2.6vh,26px);display:grid;grid-template-columns:1.08fr .92fr;gap:12px;animation:v16Rise .7s both .38s}.hero-v16-actions>a{position:relative;overflow:hidden;height:56px;padding:0 19px;border-radius:11px;display:flex;align-items:center;justify-content:space-between;font:750 9.5px var(--heading);letter-spacing:.015em;transition:.25s ease}.hero-v16-primary{color:#fff;background:linear-gradient(112deg,#f45249,#dd3238 56%,#bf222c);box-shadow:0 18px 46px #cb232b33,inset 0 1px #ffffff30}.hero-v16-primary:before{content:"";position:absolute;top:-80%;left:-28%;width:20%;height:270%;transform:rotate(23deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);transition:left .62s ease}.hero-v16-primary:hover:before{left:118%}.hero-v16-primary:hover{transform:translateY(-2px);box-shadow:0 22px 56px #cb232b47,inset 0 1px #ffffff38}.hero-v16-secondary{color:#dedbd6;border:1px solid rgba(255,255,255,.13);background:#ffffff04;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-v16-secondary:hover{transform:translateY(-2px);border-color:#ff5b5047;background:#ff504606}.hero-v16-actions svg{transition:transform .22s ease}.hero-v16-primary:hover svg{transform:translate(3px)}.hero-v16-secondary:hover svg{transform:translateY(3px)}.hero-v16-facts{width:min(1040px,86vw);margin-top:clamp(22px,3.2vh,34px);display:grid;grid-template-columns:1.25fr .75fr .75fr .85fr;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.07);background:linear-gradient(90deg,transparent,rgba(255,255,255,.018) 16%,rgba(255,255,255,.026) 50%,rgba(255,255,255,.018) 84%,transparent);animation:v16Rise .7s both .44s}.hero-v16-metric{min-height:68px;padding:10px 18px;display:grid;grid-template-columns:32px auto;align-items:center;justify-content:center;text-align:left;column-gap:9px;border-right:1px solid rgba(255,255,255,.07);transition:.2s ease}.hero-v16-metric:last-child{border-right:0}.hero-v16-metric:hover{background:#ffffff04}.hero-v16-metric-icon{width:29px;height:29px;display:grid;place-items:center;color:#ff5c52;border:1px solid rgba(255,92,82,.12);border-radius:8px;background:#ff5c5206}.hero-v16-metric-icon svg{width:18px;height:18px}.hero-v16-metric small{display:block;font:800 5.8px var(--heading);letter-spacing:.15em;color:#68717c}.hero-v16-metric strong{display:inline-block;margin-top:5px;font:700 clamp(12px,1.1vw,15px) var(--heading);color:#f0ede7}.hero-v16-metric em{margin-left:7px;font:800 5.7px var(--heading);font-style:normal;letter-spacing:.1em;color:#858d96}.hero-v16-scroll{position:absolute;z-index:5;left:50%;bottom:10px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:7px;color:#626a74;transition:.2s ease}.hero-v16-scroll:hover{color:#d5d7d8}.hero-v16-scroll>span{font:800 5.6px var(--heading);letter-spacing:.2em}.hero-v16-scroll>i{position:relative;width:25px;height:18px;border:1px solid rgba(255,255,255,.16);border-radius:999px}.hero-v16-scroll>i:before{content:"";position:absolute;left:50%;top:4px;width:2px;height:4px;border-radius:2px;background:#ff5b50;transform:translate(-50%);animation:v16Mouse 1.6s ease-in-out infinite}.hero-v16-scroll>i b{position:absolute;left:50%;bottom:-10px;width:6px;height:6px;border-right:1px solid #ff5b50;border-bottom:1px solid #ff5b50;transform:translate(-50%) rotate(45deg);animation:v16Arrow 1.6s ease-in-out infinite}@keyframes v16Rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes v16Title{0%{opacity:0;transform:translateY(22px) scale(.975);filter:blur(4px)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes v16Orbit{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes v16OrbitReverse{to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes v16Halo{to{transform:translate(-50%,-50%) scale(1.08);opacity:.78}}@keyframes v16Beam{50%{opacity:.33;transform:scaleX(.82)}}@keyframes v16Particles{to{transform:translateY(-12px);opacity:.65}}@keyframes v16Live{50%{opacity:.42;box-shadow:0 0 8px #54e3b361}}@keyframes v16Mouse{0%,to{opacity:.2;transform:translate(-50%)}45%{opacity:1}70%{opacity:.25;transform:translate(-50%,5px)}}@keyframes v16Arrow{0%,to{opacity:.18;bottom:-8px}50%{opacity:1;bottom:-12px}}@media(min-width:1600px)and (min-height:850px){.hero-v16-shell{width:min(1380px,calc(100% - 90px));padding-top:26px;padding-bottom:76px}.hero-v16-title{width:min(1080px,86vw)}.hero-v16-title>span{font-size:88px}.hero-v16-title>strong{font-size:220px}.hero-v16-title>em{font-size:39px}.hero-v16-copy{font-size:12.5px}.hero-v16-actions{width:700px}.hero-v16-facts{width:1080px}}@media(min-width:1100px)and (max-height:820px){.event-hero.hero-v16{min-height:680px}.hero-v16-shell{min-height:602px;padding-top:13px;padding-bottom:61px}.hero-v16-status{min-height:34px;font-size:6.4px}.hero-v16-heading{margin-top:18px}.hero-v16-dept{font-size:6px}.hero-v16-edition{margin-top:8px;font-size:8.5px}.hero-v16-title{margin-top:8px}.hero-v16-title>span{font-size:54px}.hero-v16-title>strong{font-size:138px}.hero-v16-title>em{margin-top:14px;font-size:25px}.hero-v16-tagline{margin-top:15px;font-size:12px}.hero-v16-copy{font-size:9.5px;line-height:1.55}.hero-v16-mode-row{margin-top:10px}.hero-v16-mode-row>a{min-height:29px}.hero-v16-actions{margin-top:13px}.hero-v16-actions>a{height:45px}.hero-v16-facts{margin-top:15px}.hero-v16-metric{min-height:56px;padding:7px 13px}.hero-v16-scroll{bottom:5px}}@media(max-width:1099px){.event-hero.hero-v16{height:auto;min-height:100svh;padding-top:70px}.hero-v16-grid,.hero-v16-particles{inset:70px 0 0}.hero-v16-shell{width:min(900px,calc(100% - 38px));height:auto;min-height:calc(100svh - 70px);padding:42px 0 54px;justify-content:flex-start}.hero-v16-title{width:min(820px,94vw)}.hero-v16-title>strong{font-size:clamp(108px,17vw,160px)}.hero-v16-title>span{font-size:clamp(50px,8vw,70px)}.hero-v16-facts{width:min(850px,94vw)}.hero-v16-scroll{display:none}.hero-v16-orbit-a{width:720px}.hero-v16-orbit-b{width:540px}.hero-v16-x{width:720px}}@media(max-width:720px){.event-hero.hero-v16{padding-top:66px}.hero-v16-shell{width:calc(100% - 26px);padding:28px 0 34px}.hero-v16-status{width:100%;min-height:39px;padding:0 11px;gap:9px;font-size:5.5px;letter-spacing:.05em}.hero-v16-status-divider{height:13px}.hero-v16-close svg{width:12px}.hero-v16-close b{font-size:5.7px}.hero-v16-heading{margin-top:25px}.hero-v16-dept{font-size:5.2px;letter-spacing:.18em;gap:8px}.hero-v16-dept span{width:24px}.hero-v16-edition{font-size:7.5px;letter-spacing:.22em}.hero-v16-title{width:100%;margin-top:13px}.hero-v16-title>span{font-size:40px;letter-spacing:.15em}.hero-v16-title>strong{margin-top:8px;font-size:clamp(78px,23vw,112px);letter-spacing:-.068em}.hero-v16-title>em{margin-top:18px;font-size:22px}.hero-v16-tagline{margin-top:20px;font-size:9px;letter-spacing:.11em}.hero-v16-copy{max-width:460px;font-size:8.8px;padding:0 8px}.hero-v16-mode-row{margin-top:17px;gap:7px;flex-wrap:wrap}.hero-v16-mode-row>i{display:none}.hero-v16-mode-row>a{min-height:32px;padding:0 10px}.hero-v16-mode-row b{font-size:6.6px}.hero-v16-actions{width:100%;grid-template-columns:1fr;margin-top:18px;gap:8px}.hero-v16-actions>a{height:48px}.hero-v16-facts{width:100%;grid-template-columns:1fr 1fr;margin-top:20px}.hero-v16-metric{min-height:62px;justify-content:flex-start;border-bottom:1px solid rgba(255,255,255,.07)}.hero-v16-metric:nth-child(2){border-right:0}.hero-v16-metric:nth-child(n+3){border-bottom:0}.hero-v16-metric strong{font-size:11px}.hero-v16-orbit-a{width:540px}.hero-v16-orbit-b{width:410px}.hero-v16-x{width:540px}.hero-v16-halo{width:620px}.hero-v16-particles{opacity:.28}}@media(max-width:430px){.hero-v16-status{justify-content:flex-start;overflow:hidden}.hero-v16-live{flex:0 0 auto}.hero-v16-close{min-width:0;overflow:hidden;text-overflow:ellipsis}.hero-v16-close b{white-space:nowrap}.hero-v16-title>span{font-size:34px}.hero-v16-title>strong{font-size:80px}.hero-v16-title>em{font-size:19px}.hero-v16-tagline,.hero-v16-copy{font-size:8px}.hero-v16-metric{padding:9px 10px;grid-template-columns:25px auto;column-gap:7px}.hero-v16-metric-icon{width:24px;height:24px}.hero-v16-metric-icon svg{width:16px}.hero-v16-metric small{font-size:5px}.hero-v16-metric strong{font-size:9.5px}.hero-v16-metric em{display:block;margin:3px 0 0;font-size:5px}}@media(prefers-reduced-motion:reduce){.hero-v16-halo,.hero-v16-orbit,.hero-v16-particles,.hero-v16-beam,.hero-v16-live i,.hero-v16-scroll>i:before,.hero-v16-scroll>i b,.hero-v16-primary:before{animation:none!important}.hero-v16-status,.hero-v16-dept,.hero-v16-edition,.hero-v16-title,.hero-v16-tagline,.hero-v16-copy,.hero-v16-mode-row,.hero-v16-actions,.hero-v16-facts{animation:none!important;opacity:1!important;transform:none!important}}.hero-v17-department{width:min(820px,82vw);display:grid;grid-template-columns:minmax(44px,1fr) auto minmax(44px,1fr);align-items:center;gap:clamp(14px,1.6vw,24px);animation:v16Rise .7s both .09s}.hero-v17-department>div{display:flex;flex-direction:column;align-items:center;line-height:1}.hero-v17-department small{margin-bottom:7px;font:800 5.7px var(--heading);letter-spacing:.3em;color:#59636e}.hero-v17-department strong{font:650 clamp(13px,1.18vw,18px)/1.05 var(--heading);letter-spacing:.24em;color:#f0ece6;text-shadow:0 8px 28px rgba(0,0,0,.42)}.hero-v17-department em{margin-top:8px;font:700 clamp(6px,.52vw,7.5px)/1 var(--body);font-style:normal;letter-spacing:.19em;color:#747c85}.hero-v17-dept-rule{height:1px;background:linear-gradient(90deg,transparent,rgba(255,88,78,.22) 45%,rgba(255,88,78,.76));box-shadow:0 0 10px #ff443b14}.hero-v17-dept-rule:last-child{transform:scaleX(-1)}.hero-v16-heading{margin-top:clamp(28px,3.8vh,42px)}.hero-v16-edition{margin-top:clamp(15px,1.9vh,20px);padding:0 0 2px;color:#ff655b;letter-spacing:.38em}.hero-v16-title{margin-top:clamp(20px,2.45vh,28px)}.hero-v16-title>strong{margin-top:clamp(10px,1.3vh,14px)}.hero-v16-title>em{margin-top:clamp(22px,2.7vh,30px)}.hero-v16-tagline{margin-top:clamp(24px,3vh,32px)}.hero-v16-copy{margin-top:12px;max-width:740px;color:#8c949e}.hero-v16-mode-row{margin-top:clamp(18px,2.35vh,24px)}.hero-v16-actions{margin-top:clamp(20px,2.6vh,28px)}.hero-v16-facts{margin-top:clamp(25px,3.15vh,34px)}.hero-v16-facts{width:min(1100px,88vw);border-top-color:#ffffff1d;border-bottom-color:#ffffff16}.hero-v16-metric{min-height:72px;padding-inline:22px}.hero-v16-metric small{font-size:6.1px;color:#77818c}.hero-v16-metric strong{font-size:clamp(13px,1.15vw,16px)}.hero-v16-metric em{color:#9ba2aa}@media(min-width:1600px)and (min-height:900px){.hero-v16-shell{padding-top:34px;padding-bottom:82px}.hero-v16-heading{margin-top:42px}.hero-v17-department strong{font-size:19px}.hero-v17-department em{font-size:8px}.hero-v16-title{margin-top:28px}.hero-v16-title>span{font-size:90px}.hero-v16-title>strong{font-size:222px}.hero-v16-title>em{font-size:40px}}@media(min-width:1100px)and (max-height:820px){.hero-v16-shell{padding-top:12px;padding-bottom:58px}.hero-v16-heading{margin-top:17px}.hero-v17-department{width:min(720px,76vw);gap:14px}.hero-v17-department small{font-size:4.8px;margin-bottom:5px}.hero-v17-department strong{font-size:11px;letter-spacing:.2em}.hero-v17-department em{font-size:5.3px;margin-top:6px}.hero-v16-edition{margin-top:9px;font-size:8px}.hero-v16-title{margin-top:11px}.hero-v16-title>span{font-size:52px}.hero-v16-title>strong{font-size:136px;margin-top:8px}.hero-v16-title>em{margin-top:15px;font-size:24px}.hero-v16-tagline{margin-top:16px}.hero-v16-copy{margin-top:7px}.hero-v16-mode-row{margin-top:11px}.hero-v16-actions{margin-top:13px}.hero-v16-facts{margin-top:15px}.hero-v16-metric{min-height:56px}}@media(max-width:1099px){.hero-v17-department{width:min(760px,92vw)}.hero-v17-department strong{font-size:clamp(12px,2vw,16px)}.hero-v17-department em{font-size:6px}}@media(max-width:720px){.hero-v16-heading{margin-top:28px}.hero-v17-department{width:100%;grid-template-columns:25px 1fr 25px;gap:8px}.hero-v17-department small{font-size:4.6px;margin-bottom:5px}.hero-v17-department strong{font-size:10px;letter-spacing:.15em;white-space:nowrap}.hero-v17-department em{font-size:4.9px;letter-spacing:.11em;margin-top:6px}.hero-v16-edition{margin-top:13px}.hero-v16-title{margin-top:18px}.hero-v16-tagline{margin-top:21px}}@media(max-width:430px){.hero-v17-department{grid-template-columns:15px 1fr 15px;gap:6px}.hero-v17-department strong{font-size:8.5px;letter-spacing:.1em}.hero-v17-department em{font-size:4.3px}}.hero-v16-shell{width:min(1320px,calc(100% - 76px));padding-top:clamp(26px,3.2vh,38px);padding-bottom:clamp(78px,8.8vh,96px)}.hero-v16-status{min-height:46px;padding-inline:22px;gap:18px;font-size:8px;letter-spacing:.105em;border-color:#ff5d522e;background:#07080aa8;box-shadow:0 16px 48px #00000042,inset 0 1px #ffffff09}.hero-v16-status-divider{height:18px}.hero-v17-department{width:min(930px,86vw);grid-template-columns:minmax(64px,1fr) auto minmax(64px,1fr);gap:clamp(18px,1.8vw,30px)}.hero-v17-department>div{min-width:min(620px,66vw)}.hero-v17-department small{margin-bottom:10px;font-size:6.2px;letter-spacing:.34em;color:#78818b}.hero-v17-department strong{position:relative;display:inline-block;padding-bottom:10px;font:760 clamp(17px,1.45vw,22px)/1.18 var(--heading);letter-spacing:.22em;color:#fffaf3;text-shadow:0 10px 32px rgba(0,0,0,.46),0 0 22px rgba(255,255,255,.025)}.hero-v17-department strong:after{content:"";position:absolute;left:17%;right:17%;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,88,77,.68),transparent);box-shadow:0 0 12px #ff473e33}.hero-v17-department em{margin-top:11px;font:720 clamp(10px,.82vw,13px)/1.25 var(--heading);letter-spacing:.18em;color:#d7d1c8;text-shadow:0 7px 24px rgba(0,0,0,.44)}.hero-v17-dept-rule{opacity:.95;background:linear-gradient(90deg,transparent,rgba(255,88,78,.22) 34%,rgba(255,88,78,.78))}.hero-v16-heading{margin-top:clamp(34px,4.25vh,48px)}.hero-v16-edition{margin-top:clamp(20px,2.35vh,26px);font-size:clamp(10px,.9vw,13px);letter-spacing:.4em}.hero-v16-title{width:min(1040px,88vw);margin-top:clamp(24px,2.9vh,34px)}.hero-v16-title>span{font-size:clamp(64px,5.8vw,94px);line-height:.92}.hero-v16-title>strong{margin-top:clamp(12px,1.55vh,17px);font-size:clamp(154px,12.45vw,226px);line-height:.77}.hero-v16-title>em{margin-top:clamp(25px,3vh,34px);font-size:clamp(29px,2.65vw,42px)}.hero-v16-tagline{margin-top:clamp(27px,3.25vh,36px);font-size:clamp(14px,1.25vw,18px);line-height:1.35}.hero-v16-copy{max-width:790px;margin-top:14px;font-size:clamp(10.5px,.83vw,12.5px);line-height:1.75;color:#929aa4}.hero-v16-mode-row{margin-top:clamp(21px,2.55vh,28px);gap:16px}.hero-v16-mode-row>a{min-height:38px;padding-inline:16px}.hero-v16-mode-row b{font-size:8px}.hero-v16-actions{width:min(740px,79vw);margin-top:clamp(23px,2.85vh,31px);gap:14px}.hero-v16-actions>a{height:62px;border-radius:12px;font-size:10px}.hero-v16-facts{width:min(1140px,89vw);margin-top:clamp(28px,3.35vh,38px)}.hero-v16-metric{min-height:76px;padding:12px 24px}.hero-v16-metric-icon{width:32px;height:32px}.hero-v16-metric small{font-size:6.3px;letter-spacing:.18em}.hero-v16-metric strong{font-size:clamp(14px,1.18vw,17px)}.hero-v16-metric em{font-size:6px}@media(min-width:1100px)and (max-height:900px){.event-hero.hero-v16{min-height:720px}.hero-v16-shell{min-height:642px;padding-top:16px;padding-bottom:62px}.hero-v16-status{min-height:38px;padding-inline:18px;font-size:6.6px;gap:14px}.hero-v16-heading{margin-top:22px}.hero-v17-department{width:min(820px,78vw);gap:16px}.hero-v17-department>div{min-width:min(560px,62vw)}.hero-v17-department small{margin-bottom:6px;font-size:5px}.hero-v17-department strong{padding-bottom:7px;font-size:13px;letter-spacing:.2em}.hero-v17-department em{margin-top:7px;font-size:7px;letter-spacing:.16em}.hero-v16-edition{margin-top:12px;font-size:8.5px}.hero-v16-title{margin-top:14px}.hero-v16-title>span{font-size:56px}.hero-v16-title>strong{margin-top:8px;font-size:148px}.hero-v16-title>em{margin-top:17px;font-size:27px}.hero-v16-tagline{margin-top:18px;font-size:12.5px}.hero-v16-copy{margin-top:7px;font-size:9px;line-height:1.55}.hero-v16-mode-row{margin-top:12px}.hero-v16-mode-row>a{min-height:30px}.hero-v16-actions{width:680px;margin-top:14px}.hero-v16-actions>a{height:48px}.hero-v16-facts{width:min(1100px,90vw);margin-top:17px}.hero-v16-metric{min-height:58px;padding:8px 17px}.hero-v16-scroll{bottom:6px}}@media(min-width:1700px)and (min-height:940px){.hero-v16-shell{width:min(1440px,calc(100% - 100px));padding-top:40px;padding-bottom:94px}.hero-v16-status{min-height:48px;font-size:8.4px}.hero-v16-heading{margin-top:48px}.hero-v17-department{width:980px}.hero-v17-department strong{font-size:23px}.hero-v17-department em{font-size:13.5px}.hero-v16-edition{margin-top:27px;font-size:13px}.hero-v16-title{margin-top:34px;width:1120px}.hero-v16-title>span{font-size:98px}.hero-v16-title>strong{font-size:232px}.hero-v16-title>em{font-size:43px}.hero-v16-tagline{margin-top:37px;font-size:18.5px}.hero-v16-copy{margin-top:15px;font-size:12.8px}.hero-v16-mode-row{margin-top:29px}.hero-v16-actions{width:760px;margin-top:32px}.hero-v16-facts{width:1180px;margin-top:39px}}@media(max-width:1099px){.hero-v17-department{width:min(840px,94vw)}.hero-v17-department>div{min-width:0;width:100%}.hero-v17-department strong{font-size:clamp(14px,2.25vw,18px)}.hero-v17-department em{font-size:clamp(8px,1.25vw,11px)}.hero-v16-title>strong{font-size:clamp(112px,17.5vw,166px)}}@media(max-width:720px){.hero-v16-shell{padding-top:34px}.hero-v16-status{min-height:42px;padding-inline:12px}.hero-v16-heading{margin-top:31px}.hero-v17-department{grid-template-columns:22px 1fr 22px;gap:8px}.hero-v17-department small{margin-bottom:7px;font-size:4.8px}.hero-v17-department strong{padding-bottom:7px;font-size:10.5px;line-height:1.3;letter-spacing:.13em;white-space:normal}.hero-v17-department em{margin-top:8px;font-size:6.3px;line-height:1.35;letter-spacing:.1em;white-space:normal}.hero-v16-edition{margin-top:18px}.hero-v16-title{margin-top:21px}.hero-v16-tagline{margin-top:24px;line-height:1.45}.hero-v16-copy{margin-top:10px;line-height:1.7}.hero-v16-mode-row{margin-top:20px}.hero-v16-actions{margin-top:21px}.hero-v16-facts{margin-top:23px}}@media(max-width:430px){.hero-v17-department{grid-template-columns:12px 1fr 12px;gap:5px}.hero-v17-department strong{font-size:9px;letter-spacing:.09em}.hero-v17-department em{font-size:5.5px}}.event-header-inner{display:flex!important;justify-content:space-between!important;align-items:center!important}.event-live-center-v11{display:none!important}.event-header-actions{margin-left:auto!important}.hero-v16-status{display:none!important}.event-hero.hero-v16{min-height:720px}.hero-v16-shell{width:min(1340px,calc(100% - 86px));height:calc(100svh - 78px);min-height:642px;justify-content:center;padding-top:clamp(28px,3.8vh,42px);padding-bottom:clamp(72px,8vh,88px)}.hero-v17-department{width:min(980px,88vw);grid-template-columns:minmax(74px,1fr) auto minmax(74px,1fr);gap:clamp(20px,2vw,34px)}.hero-v17-department>div{min-width:min(690px,68vw)}.hero-v17-department small{display:none}.hero-v17-department em{order:-1;margin:0 0 clamp(12px,1.5vh,17px);font:780 clamp(12px,1vw,15px)/1.2 var(--heading);letter-spacing:.2em;color:#efe9df;text-shadow:0 8px 28px rgba(0,0,0,.48)}.hero-v17-department strong{padding-bottom:clamp(11px,1.35vh,15px);font:790 clamp(18px,1.55vw,24px)/1.18 var(--heading);letter-spacing:.23em;color:#fff;text-shadow:0 10px 32px rgba(0,0,0,.5),0 0 24px rgba(255,255,255,.035)}.hero-v17-department strong:after{left:22%;right:22%;background:linear-gradient(90deg,transparent,rgba(255,87,76,.72),transparent)}.hero-v17-dept-rule{opacity:.78;background:linear-gradient(90deg,transparent,rgba(255,88,78,.24) 36%,rgba(255,88,78,.76))}.hero-v16-edition{margin-top:clamp(22px,2.55vh,30px)!important;font-size:clamp(10px,.82vw,12.5px)!important;letter-spacing:.4em!important}.hero-v16-title{width:min(1040px,88vw)!important;margin-top:clamp(22px,2.6vh,30px)!important}.hero-v16-title>span{font-size:clamp(62px,5.25vw,88px)!important;line-height:.91!important}.hero-v16-title>strong{margin-top:clamp(12px,1.45vh,16px)!important;font-size:clamp(150px,11.8vw,214px)!important;line-height:.76!important}.hero-v16-title>em{margin-top:clamp(24px,2.85vh,32px)!important;font-size:clamp(28px,2.4vw,39px)!important}.hero-v16-tagline{margin-top:clamp(25px,2.9vh,33px)!important;font-size:clamp(14px,1.12vw,17px)!important;line-height:1.35!important}.hero-v16-copy{max-width:820px!important;margin-top:clamp(11px,1.35vh,15px)!important;font-size:clamp(10.5px,.78vw,12px)!important;line-height:1.72!important;color:#959ca5!important}.hero-v16-mode-row{margin-top:clamp(20px,2.35vh,27px)!important;gap:16px!important}.hero-v16-mode-row>a{min-height:38px!important;padding:0 16px!important}.hero-v16-mode-row b{font-size:8px!important}.hero-v21-deadline{margin-top:clamp(14px,1.7vh,19px);display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:30px;padding:0 14px;border-top:1px solid rgba(255,91,80,.1);border-bottom:1px solid rgba(255,91,80,.1);background:linear-gradient(90deg,transparent,rgba(255,83,72,.022),transparent);color:#747c86;font:760 6.6px var(--heading);letter-spacing:.11em;text-transform:uppercase;animation:v16Rise .7s both .36s}.hero-v21-deadline svg{color:#ff5b50}.hero-v21-deadline b{font-size:7.5px;color:#eee8df;letter-spacing:.075em}.hero-v21-deadline i{width:3px;height:3px;border-radius:50%;background:#a43232}.hero-v21-deadline strong{font-size:6.8px;color:#d3a76a;letter-spacing:.085em}.hero-v16-actions{width:min(760px,80vw)!important;margin-top:clamp(19px,2.2vh,25px)!important;gap:14px!important}.hero-v16-actions>a{height:58px!important;border-radius:12px!important;font-size:10px!important}.hero-v16-facts{width:min(1180px,90vw)!important;margin-top:clamp(27px,3vh,35px)!important}.hero-v16-metric{min-height:72px!important;padding:11px 22px!important}.hero-v16-metric small{font-size:6.2px!important;letter-spacing:.18em!important}.hero-v16-metric strong{font-size:clamp(14px,1.15vw,17px)!important}@media(min-width:1100px)and (max-height:900px){.event-hero.hero-v16{min-height:700px}.hero-v16-shell{min-height:622px;padding-top:20px!important;padding-bottom:56px!important}.hero-v17-department{width:min(900px,82vw);gap:17px}.hero-v17-department>div{min-width:min(620px,63vw)}.hero-v17-department em{margin-bottom:9px;font-size:9px;letter-spacing:.18em}.hero-v17-department strong{padding-bottom:8px;font-size:14px;letter-spacing:.2em}.hero-v16-edition{margin-top:13px!important;font-size:8.5px!important}.hero-v16-title{margin-top:13px!important}.hero-v16-title>span{font-size:55px!important}.hero-v16-title>strong{margin-top:8px!important;font-size:144px!important}.hero-v16-title>em{margin-top:17px!important;font-size:26px!important}.hero-v16-tagline{margin-top:17px!important;font-size:12.5px!important}.hero-v16-copy{margin-top:7px!important;font-size:9px!important;line-height:1.55!important}.hero-v16-mode-row{margin-top:12px!important}.hero-v16-mode-row>a{min-height:31px!important}.hero-v21-deadline{margin-top:8px;min-height:25px;font-size:5.6px}.hero-v21-deadline b{font-size:6.3px}.hero-v21-deadline strong{font-size:5.8px}.hero-v16-actions{width:690px!important;margin-top:11px!important}.hero-v16-actions>a{height:47px!important}.hero-v16-facts{width:min(1120px,90vw)!important;margin-top:15px!important}.hero-v16-metric{min-height:56px!important;padding:7px 16px!important}.hero-v16-scroll{bottom:5px!important}}@media(min-width:1700px)and (min-height:940px){.hero-v16-shell{width:min(1460px,calc(100% - 110px));padding-top:48px!important;padding-bottom:92px!important}.hero-v17-department{width:1040px}.hero-v17-department em{font-size:15px;margin-bottom:17px}.hero-v17-department strong{font-size:24px;padding-bottom:15px}.hero-v16-edition{margin-top:30px!important;font-size:13px!important}.hero-v16-title{width:1140px!important;margin-top:31px!important}.hero-v16-title>span{font-size:94px!important}.hero-v16-title>strong{font-size:226px!important}.hero-v16-title>em{font-size:41px!important}.hero-v16-tagline{margin-top:35px!important;font-size:18px!important}.hero-v16-copy{margin-top:15px!important;font-size:12.5px!important}.hero-v16-mode-row{margin-top:29px!important}.hero-v21-deadline{margin-top:20px}.hero-v16-actions{width:780px!important;margin-top:25px!important}.hero-v16-facts{width:1220px!important;margin-top:38px!important}}@media(max-width:1099px){.hero-v16-shell{padding-top:40px!important}.hero-v17-department{width:min(900px,94vw)}.hero-v17-department>div{min-width:0;width:100%}.hero-v17-department em{font-size:clamp(9px,1.4vw,12px)}.hero-v17-department strong{font-size:clamp(14px,2.2vw,18px)}.hero-v21-deadline{margin-top:14px}}@media(max-width:720px){.hero-v16-shell{padding-top:32px!important;padding-bottom:36px!important}.hero-v17-department{grid-template-columns:18px 1fr 18px;gap:7px}.hero-v17-department em{margin-bottom:8px;font-size:6.5px;letter-spacing:.11em;white-space:normal}.hero-v17-department strong{font-size:10.5px;letter-spacing:.12em;line-height:1.35;white-space:normal}.hero-v16-edition{margin-top:17px!important}.hero-v16-title{margin-top:18px!important}.hero-v16-tagline{margin-top:22px!important}.hero-v16-mode-row{margin-top:18px!important}.hero-v21-deadline{width:100%;flex-wrap:wrap;gap:7px 9px;min-height:38px;padding:6px 10px;font-size:5.5px}.hero-v21-deadline b{font-size:6.5px}.hero-v21-deadline strong{font-size:5.8px}.hero-v16-actions{margin-top:17px!important}.hero-v16-facts{margin-top:21px!important}}@media(prefers-reduced-motion:reduce){.hero-v21-deadline{animation:none!important}}@media(min-width:1181px){.event-header-inner{display:grid!important;grid-template-columns:minmax(285px,1fr) auto minmax(430px,1fr)!important;justify-content:initial!important;align-items:center!important;gap:24px!important}.event-live-center-v11{display:flex!important;justify-self:center!important;min-width:520px!important;height:44px!important;padding:0 22px!important;gap:12px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:13px!important;background:#080a0cb8!important;box-shadow:0 12px 38px #0000002e,inset 0 1px #ffffff06!important}.event-live-center-v11>b{font-size:9px!important;letter-spacing:.09em!important;color:#70ddb9!important}.event-live-center-v11>span:last-child{font-size:8.5px!important;color:#a6abb1!important}.event-live-center-v11>span:last-child strong{color:#f0ede7!important}.event-live-center-v11>i{height:20px!important;margin-inline:4px!important}.event-live-deadline-icon{font-size:15px!important;color:#ff5a50!important}.event-header-actions{justify-self:end!important;margin-left:0!important}}.hero-v21-deadline{display:none!important}.hero-v16-shell{width:min(1380px,calc(100% - 96px))!important;justify-content:flex-start!important;padding-top:clamp(42px,5vh,58px)!important;padding-bottom:clamp(76px,8vh,92px)!important}.hero-v16-heading{margin-top:0!important}.hero-v17-department{width:min(1040px,89vw)!important;grid-template-columns:minmax(80px,1fr) auto minmax(80px,1fr)!important;gap:clamp(24px,2.2vw,38px)!important}.hero-v17-department>div{min-width:min(720px,70vw)!important}.hero-v17-department em{margin:0 0 clamp(14px,1.7vh,19px)!important;font-size:clamp(13px,1.02vw,16px)!important;line-height:1.25!important;letter-spacing:.21em!important;color:#f0ebe3!important}.hero-v17-department strong{padding-bottom:clamp(12px,1.45vh,16px)!important;font-size:clamp(19px,1.55vw,25px)!important;line-height:1.22!important;letter-spacing:.235em!important}.hero-v16-edition{margin-top:clamp(26px,3vh,34px)!important;font-size:clamp(10.5px,.86vw,13px)!important;line-height:1.2!important}.hero-v16-title{width:min(1080px,88vw)!important;margin-top:clamp(28px,3.2vh,38px)!important}.hero-v16-title>span{font-size:clamp(66px,5.3vw,92px)!important;line-height:.96!important}.hero-v16-title>strong{margin-top:clamp(14px,1.65vh,19px)!important;font-size:clamp(154px,11.7vw,216px)!important;line-height:.79!important}.hero-v16-title>em{margin-top:clamp(28px,3.25vh,36px)!important;font-size:clamp(29px,2.42vw,40px)!important;line-height:1!important}.hero-v16-tagline{margin-top:clamp(30px,3.4vh,38px)!important;font-size:clamp(14px,1.15vw,18px)!important;line-height:1.35!important}.hero-v16-copy{max-width:820px!important;margin-top:clamp(13px,1.55vh,17px)!important;font-size:clamp(10.8px,.8vw,12.4px)!important;line-height:1.8!important}.hero-v16-mode-row{margin-top:clamp(24px,2.75vh,31px)!important;gap:18px!important}.hero-v16-mode-row>a{min-height:40px!important;padding:0 18px!important}.hero-v16-actions{width:min(780px,80vw)!important;margin-top:clamp(30px,3.35vh,38px)!important;gap:15px!important}.hero-v16-actions>a{height:60px!important;padding-inline:23px!important;border-radius:12px!important;font-size:10.5px!important}.hero-v16-facts{width:min(1200px,90vw)!important;margin-top:clamp(36px,4vh,46px)!important}.hero-v16-metric{min-height:76px!important;padding:12px 24px!important}.hero-v16-scroll{bottom:12px!important}@media(min-width:1181px)and (max-height:900px){.hero-v16-shell{min-height:622px!important;padding-top:28px!important;padding-bottom:58px!important}.hero-v17-department{width:min(930px,84vw)!important;gap:18px!important}.hero-v17-department>div{min-width:min(640px,64vw)!important}.hero-v17-department em{margin-bottom:10px!important;font-size:9.5px!important}.hero-v17-department strong{padding-bottom:8px!important;font-size:14.5px!important}.hero-v16-edition{margin-top:17px!important;font-size:8.8px!important}.hero-v16-title{margin-top:18px!important}.hero-v16-title>span{font-size:57px!important}.hero-v16-title>strong{margin-top:9px!important;font-size:146px!important}.hero-v16-title>em{margin-top:19px!important;font-size:27px!important}.hero-v16-tagline{margin-top:20px!important;font-size:12.5px!important}.hero-v16-copy{margin-top:8px!important;font-size:9px!important;line-height:1.65!important}.hero-v16-mode-row{margin-top:15px!important}.hero-v16-mode-row>a{min-height:32px!important}.hero-v16-actions{width:700px!important;margin-top:18px!important}.hero-v16-actions>a{height:48px!important}.hero-v16-facts{width:min(1130px,90vw)!important;margin-top:21px!important}.hero-v16-metric{min-height:58px!important;padding:8px 17px!important}.hero-v16-scroll{bottom:5px!important}}@media(min-width:1700px)and (min-height:940px){.hero-v16-shell{width:min(1480px,calc(100% - 120px))!important;padding-top:58px!important;padding-bottom:96px!important}.hero-v17-department{width:1080px!important}.hero-v17-department em{font-size:16px!important;margin-bottom:19px!important}.hero-v17-department strong{font-size:25px!important;padding-bottom:16px!important}.hero-v16-edition{margin-top:35px!important;font-size:13px!important}.hero-v16-title{width:1160px!important;margin-top:39px!important}.hero-v16-title>span{font-size:96px!important}.hero-v16-title>strong{font-size:228px!important;margin-top:18px!important}.hero-v16-title>em{font-size:42px!important;margin-top:38px!important}.hero-v16-tagline{margin-top:40px!important;font-size:18px!important}.hero-v16-copy{margin-top:17px!important;font-size:12.5px!important}.hero-v16-mode-row{margin-top:32px!important}.hero-v16-actions{width:800px!important;margin-top:40px!important}.hero-v16-facts{width:1240px!important;margin-top:48px!important}}@media(max-width:1180px){.event-live-center-v11{display:none!important}}.hero-v16-shell{padding-top:clamp(30px,3.4vh,38px)!important;padding-bottom:clamp(56px,6.2vh,70px)!important}@media(min-width:1700px)and (min-height:940px){.hero-v16-shell{padding-top:38px!important;padding-bottom:68px!important}.hero-v17-department em{font-size:15px!important;margin-bottom:15px!important}.hero-v17-department strong{font-size:24px!important;padding-bottom:13px!important}.hero-v16-edition{margin-top:28px!important;font-size:12px!important}.hero-v16-title{width:1140px!important;margin-top:30px!important}.hero-v16-title>span{font-size:92px!important}.hero-v16-title>strong{font-size:220px!important;margin-top:15px!important}.hero-v16-title>em{font-size:40px!important;margin-top:28px!important}.hero-v16-tagline{margin-top:30px!important;font-size:17px!important}.hero-v16-copy{margin-top:13px!important;font-size:12px!important}.hero-v16-mode-row{margin-top:24px!important}.hero-v16-actions{width:790px!important;margin-top:28px!important}.hero-v16-facts{width:1220px!important;margin-top:34px!important}}.domain-heading-v23{max-width:860px;margin-bottom:52px}.domain-heading-v23 h2{max-width:760px;margin-left:auto;margin-right:auto}.domain-heading-v23>p{max-width:660px;margin-left:auto;margin-right:auto}.domain-heading-note{margin:20px auto 0;width:max-content;max-width:100%;display:flex;align-items:center;justify-content:center;gap:11px;color:#858b95;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.domain-heading-note span{color:#ff6259;font-weight:800;letter-spacing:.16em}.domain-heading-note i{width:3px;height:3px;border-radius:50%;background:#3c424a;box-shadow:0 0 0 3px #ffffff06}.event-domain-grid-v23{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;max-width:1180px;margin:0 auto}.domain-reveal-v23{grid-column:span 2;min-width:0}.domain-reveal-v23:nth-child(4){grid-column:2 / span 2}.domain-reveal-v23:nth-child(5){grid-column:4 / span 2}.event-domain-card-v23{position:relative;min-height:288px;height:100%;padding:24px 24px 22px;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(216,225,236,.1);border-radius:2px;background:radial-gradient(circle at 88% 12%,rgba(255,78,69,.075),transparent 28%),linear-gradient(145deg,#ffffff05,#ffffff01 52%,#ff4f4504);box-shadow:inset 0 1px #ffffff05;transition:border-color .28s ease,transform .28s ease,background .28s ease,box-shadow .28s ease}.event-domain-card-v23:before{content:"";position:absolute;left:-1px;top:24px;width:2px;height:46px;background:linear-gradient(180deg,#ff5b52,#ff5b5200);opacity:.65;transition:height .3s ease,opacity .3s ease}.event-domain-card-v23:after{content:"";position:absolute;width:120px;height:120px;right:-66px;bottom:-72px;border:1px solid rgba(255,80,71,.08);transform:rotate(45deg);transition:transform .45s ease,border-color .35s ease}.event-domain-card-v23:hover{transform:translateY(-5px);border-color:#ff5b5247;background:radial-gradient(circle at 88% 12%,rgba(255,78,69,.11),transparent 31%),linear-gradient(145deg,#ffffff07,#ffffff02 50%,#ff4f4506);box-shadow:0 18px 50px #00000038,inset 0 1px #ffffff07}.event-domain-card-v23:hover:before{height:74px;opacity:1}.event-domain-card-v23:hover:after{transform:rotate(45deg) scale(1.08);border-color:#ff504729}.domain-card-top-v23{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-height:50px}.domain-card-number-v23{font:500 12px var(--display);color:#6d737d;letter-spacing:.12em}.domain-card-icon-v23{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,91,82,.2);background:#ff4e4509;transform:rotate(45deg);box-shadow:inset 0 0 22px #ff504706}.domain-card-icon-v23 svg{width:20px;height:20px;transform:rotate(-45deg);color:#ef5148;stroke-width:1.7}.domain-card-label-v23{align-self:start;margin-top:3px;font:700 8px var(--heading);letter-spacing:.2em;color:#4f555e}.domain-card-body-v23{margin-top:33px;position:relative;z-index:2}.domain-card-body-v23 h3{margin:0 0 11px;font:650 clamp(18px,1.25vw,22px)/1.15 var(--heading);letter-spacing:-.025em;color:#f4f4f2}.domain-card-body-v23 p{margin:0;color:#818792;font-size:11.5px;line-height:1.72;max-width:32ch}.domain-card-tags-v23{margin-top:auto;padding-top:28px;display:flex;flex-wrap:wrap;gap:7px;position:relative;z-index:2}.domain-card-tags-v23 span{padding:6px 8px;border:1px solid rgba(210,220,230,.09);background:#ffffff03;color:#7c828c;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.domain-card-signal-v23{position:absolute;right:20px;top:24px;width:23px;height:23px;opacity:.32}.domain-card-signal-v23 i,.domain-card-signal-v23 b{position:absolute;border-radius:50%;border:1px solid rgba(255,88,78,.55);inset:0}.domain-card-signal-v23 b{inset:7px;background:#ff594f;border:0;box-shadow:0 0 14px #ff463d47}.event-domain-card-v23:hover .domain-card-signal-v23{opacity:.72}@media(max-width:1100px){.event-domain-grid-v23{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px}.domain-reveal-v23,.domain-reveal-v23:nth-child(4),.domain-reveal-v23:nth-child(5){grid-column:auto}.domain-reveal-v23:last-child{grid-column:1 / -1;max-width:440px;width:100%;justify-self:center}.event-domain-card-v23{min-height:260px}}@media(max-width:680px){.domain-heading-v23{margin-bottom:34px}.domain-heading-note{font-size:8px;gap:8px;flex-wrap:wrap}.event-domain-grid-v23{grid-template-columns:1fr;gap:11px}.domain-reveal-v23:last-child{grid-column:auto;max-width:none}.event-domain-card-v23{min-height:0;padding:20px}.domain-card-body-v23{margin-top:25px}.domain-card-body-v23 h3{font-size:18px}.domain-card-body-v23 p{font-size:10.5px;max-width:none}.domain-card-tags-v23{padding-top:20px}}.mode-deck-v24{align-items:stretch;gap:18px;max-width:1180px;margin:0 auto}.mode-deck-v24>.mode-reveal-v24{display:flex;min-width:0;height:100%}.mode-panel-v24{--mode-accent:#ff554b;--mode-accent-rgb:255,85,75;width:100%;height:100%;min-height:520px!important;padding:30px 32px 26px!important;display:flex!important;flex-direction:column;border:1px solid rgba(222,229,238,.11)!important;border-radius:3px;background:radial-gradient(circle at 90% 7%,rgba(var(--mode-accent-rgb),.085),transparent 31%),linear-gradient(145deg,#ffffff06,#ffffff01 48%,rgba(var(--mode-accent-rgb),.018))!important;box-shadow:inset 0 1px #ffffff05;overflow:hidden;isolation:isolate}.mode-panel-v24.idea{--mode-accent:#65d9b8;--mode-accent-rgb:101,217,184}.mode-panel-v24:before{content:""!important;position:absolute!important;z-index:-1;left:0!important;right:auto!important;top:0!important;width:100%!important;height:2px!important;transform:none!important;border:0!important;background:linear-gradient(90deg,transparent,rgba(var(--mode-accent-rgb),.9) 38%,rgba(var(--mode-accent-rgb),.32) 68%,transparent)!important;opacity:.7}.mode-panel-v24:after{content:"";position:absolute;z-index:-1;width:260px;height:260px;right:-145px;top:-135px;border:1px solid rgba(var(--mode-accent-rgb),.1);border-radius:50%;box-shadow:0 0 0 42px rgba(var(--mode-accent-rgb),.018),0 0 0 86px rgba(var(--mode-accent-rgb),.01);transition:transform .45s ease,border-color .3s ease}.mode-panel-v24:hover{transform:translateY(-5px)!important;border-color:rgba(var(--mode-accent-rgb),.3)!important;box-shadow:0 22px 56px #0000003d,inset 0 1px #ffffff07!important}.mode-panel-v24:hover:after{transform:scale(1.06);border-color:rgba(var(--mode-accent-rgb),.18)}.mode-head-v24{min-height:58px;position:relative;z-index:2}.mode-head-v24>div{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.mode-head-v24>div>span{font:800 8px var(--heading);letter-spacing:.19em;color:var(--mode-accent)!important}.mode-head-v24>div>strong{font:750 7.5px var(--heading);letter-spacing:.14em;color:#737985}.mode-icon-v24{width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(var(--mode-accent-rgb),.22);background:rgba(var(--mode-accent-rgb),.045);color:var(--mode-accent);transform:rotate(45deg);transition:transform .3s ease,background .3s ease}.mode-icon-v24 svg{width:20px;height:20px;transform:rotate(-45deg);stroke-width:1.75;color:inherit!important}.mode-panel-v24:hover .mode-icon-v24{transform:rotate(45deg) scale(1.05);background:rgba(var(--mode-accent-rgb),.075)}.mode-copy-v24{margin-top:42px;min-height:182px}.mode-type-v24{display:block;margin-bottom:12px;font:750 7px var(--heading);letter-spacing:.16em;color:#626974}.mode-copy-v24 h3{margin:0!important;min-height:92px;display:flex;align-items:flex-end;font:500 clamp(34px,3vw,48px)/.98 var(--display)!important;letter-spacing:-.035em!important;color:#f5f4f1}.mode-copy-v24 p{margin:18px 0 0!important;max-width:58ch!important;min-height:68px;font-size:11.5px!important;line-height:1.75!important;color:#858b96!important}.mode-score-v24{margin-top:24px!important;padding:15px 16px!important;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(var(--mode-accent-rgb),.15)!important;background:rgba(var(--mode-accent-rgb),.027)!important}.mode-score-v24>div>span{font:700 6.5px var(--heading)!important;letter-spacing:.14em;color:#666d77!important}.mode-score-v24>div>b{margin-top:6px!important;font-size:10px!important;color:#d8dad8!important}.mode-score-v24>strong{flex:0 0 auto;font:600 28px/1 var(--display);color:var(--mode-accent);letter-spacing:-.02em}.mode-score-v24>strong>span{display:block;margin-top:5px;font:800 5.5px var(--heading);letter-spacing:.16em;text-align:center;color:#69707b}.mode-deliverables-v24{margin-top:24px}.mode-deliverables-v24>span{display:block;margin-bottom:13px;font:800 6.5px var(--heading);letter-spacing:.16em;color:#5f6670}.mode-deliverables-v24 ul{margin:0!important;gap:10px!important}.mode-deliverables-v24 li{font-size:10.5px!important;line-height:1.5!important;color:#868c96!important}.mode-deliverables-v24 li:before{color:var(--mode-accent)!important;margin-right:10px!important}.mode-footer-v24{margin-top:auto;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid rgba(222,229,238,.08)}.mode-footer-v24 span{font:800 6.2px var(--heading);letter-spacing:.18em;color:#535a64}.mode-footer-v24 b{font-size:9px;font-weight:650;color:#9ba0a7;text-align:right}@media(max-width:900px){.mode-deck-v24{gap:13px}.mode-panel-v24{min-height:0!important;padding:26px!important}.mode-copy-v24{min-height:0;margin-top:32px}.mode-copy-v24 h3{min-height:0;font-size:38px!important}.mode-copy-v24 p{min-height:0}.mode-title-break-v24{display:none}}@media(max-width:580px){.mode-panel-v24{padding:22px 20px!important}.mode-head-v24{min-height:50px}.mode-icon-v24{width:42px;height:42px}.mode-copy-v24{margin-top:27px}.mode-copy-v24 h3{font-size:32px!important;line-height:1.03!important}.mode-copy-v24 p{font-size:10.5px!important}.mode-score-v24{padding:13px!important;gap:12px}.mode-score-v24>strong{font-size:24px}.mode-footer-v24{align-items:flex-start;flex-direction:column;gap:7px}.mode-footer-v24 b{text-align:left}}.event-flow-section{position:relative;background:radial-gradient(circle at 50% 8%,rgba(239,63,56,.045),transparent 28%),#090a0d}.flow-track-v25{position:relative;margin-top:42px;border:1px solid rgba(255,255,255,.085);border-radius:10px;background:linear-gradient(180deg,#ffffff05,#ffffff01);overflow:hidden}.flow-track-v25:before{content:"";position:absolute;left:10%;right:10%;top:83px;height:1px;background:linear-gradient(90deg,#ef3f382e,#ef3f38a6 20% 80%,#ef3f382e);box-shadow:0 0 16px #ef3f3814;pointer-events:none}.flow-track-v25>.reveal{position:relative;z-index:1;min-width:0}.flow-stage-v25{min-height:286px;padding:22px 22px 24px;border:0!important;border-right:1px solid rgba(255,255,255,.075)!important;display:flex;flex-direction:column;background:transparent;transition:background .22s ease,transform .22s ease}.flow-track-v25>.reveal:last-child .flow-stage-v25{border-right:0!important}.flow-stage-v25:hover{background:linear-gradient(180deg,#ef3f380b,#ef3f3802);transform:translateY(-2px)}.flow-stage-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.flow-stage-number{font:500 13px var(--display);color:#656872}.flow-stage-phase{font:750 6.5px var(--heading);letter-spacing:.17em;color:#8b8d94;padding:5px 8px;border:1px solid rgba(255,255,255,.075);border-radius:999px}.flow-stage-node{position:relative;width:44px;height:44px;margin-top:23px;border:1px solid rgba(239,63,56,.42);border-radius:50%;display:grid;place-items:center;background:#0b0c0f;color:#ef514b;box-shadow:0 0 0 7px #090a0d,0 0 20px #ef3f3814}.flow-stage-node:after{content:"";position:absolute;inset:7px;border:1px solid rgba(239,63,56,.09);border-radius:50%}.flow-stage-node svg{width:18px;height:18px;stroke-width:1.7;position:relative;z-index:1}.flow-stage-copy{margin-top:auto;padding-top:34px}.flow-stage-copy h3{margin:0 0 10px;font:650 17px var(--heading);letter-spacing:-.015em;color:#efefec}.flow-stage-copy p{margin:0;max-width:220px;font-size:10.5px;line-height:1.7;color:#858790}.presentation-console-v25{margin-top:18px;grid-template-columns:320px 1fr;min-height:184px;border:1px solid rgba(239,63,56,.21);border-radius:10px;overflow:hidden;background:radial-gradient(circle at 8% 50%,rgba(239,63,56,.08),transparent 28%),linear-gradient(120deg,#0e0c0e,#08090b 42%);box-shadow:0 24px 70px #0000002e}.presentation-total-v25{min-height:184px;padding:26px 28px;gap:17px;border-right:1px solid rgba(255,255,255,.08)}.stage-time-icon{width:46px;height:46px;flex:0 0 46px;border:1px solid rgba(239,63,56,.32);border-radius:10px;display:grid;place-items:center;background:#ef3f380a;color:#ef514b}.stage-time-icon svg{width:23px;height:23px;stroke-width:1.7}.presentation-total-v25>div:last-child>span{display:block;font:750 6.5px var(--heading);letter-spacing:.17em;color:#747780}.stage-time-value{display:flex;align-items:flex-end;gap:7px;margin:6px 0 5px}.stage-time-value strong{font:500 58px/.82 var(--display);color:#f1efeb}.stage-time-value em{font:750 8px var(--heading);font-style:normal;letter-spacing:.12em;color:#ef514b;padding-bottom:6px}.presentation-total-v25>div:last-child>b{font:700 6.5px var(--heading);letter-spacing:.1em;color:#8b8d94}.presentation-timeline-v25{padding:22px 24px 24px;min-width:0;display:flex;flex-direction:column;justify-content:center}.timeline-head-v25{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.timeline-head-v25 span{font:750 6.5px var(--heading);letter-spacing:.16em;color:#6f727a}.timeline-head-v25 b{font:700 7px var(--heading);letter-spacing:.08em;color:#a5a6ab}.time-segments-v25{display:grid;grid-template-columns:10fr 3fr 2fr;min-height:112px;border:1px solid rgba(255,255,255,.075);border-radius:8px;overflow:hidden}.time-segment-v25{position:relative;padding:17px 18px;display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto auto;column-gap:5px;align-content:center;border-right:1px solid rgba(255,255,255,.08);overflow:hidden}.time-segment-v25:last-child{border-right:0}.time-segment-v25:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:#ef514b;opacity:.85}.time-segment-v25 strong{font:500 29px/.9 var(--display);color:#f0eeea}.time-segment-v25>span{font:750 6px var(--heading);letter-spacing:.08em;color:#ef514b;align-self:end;padding-bottom:3px}.time-segment-v25>b{align-self:end;font-size:9.5px;color:#c1c2c5;margin-left:8px;white-space:nowrap}.time-segment-v25 small{grid-column:1/-1;margin-top:8px;font-size:7.5px;line-height:1.5;color:#666970}.demo-time{background:#ef3f3806}.qa-time{background:#ffffff03}.demo-time:before{opacity:.58}.qa-time:before{opacity:.35}@media(max-width:1100px){.flow-track-v25{grid-template-columns:repeat(5,minmax(170px,1fr));overflow-x:auto}.flow-track-v25:before{left:85px;right:85px;min-width:700px}.flow-stage-v25{min-height:270px}.presentation-console-v25{grid-template-columns:270px 1fr}.time-segment-v25{padding:15px 12px}.time-segment-v25 small{display:none}}@media(max-width:760px){.flow-track-v25{display:grid;grid-template-columns:1fr;overflow:visible;border-radius:8px}.flow-track-v25:before{inset:54px auto 54px 42px;width:1px;height:auto;min-width:0;background:linear-gradient(180deg,#ef3f382e,#ef3f38a6,#ef3f382e)}.flow-stage-v25{min-height:0;padding:18px 18px 18px 76px;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.07)!important;display:block}.flow-track-v25>.reveal:last-child .flow-stage-v25{border-bottom:0!important}.flow-stage-top{justify-content:flex-start;gap:10px}.flow-stage-node{position:absolute;left:20px;top:39px;margin:0;width:44px;height:44px}.flow-stage-copy{margin-top:12px;padding-top:0}.flow-stage-copy p{max-width:none}.presentation-console-v25{grid-template-columns:1fr}.presentation-total-v25{min-height:140px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.presentation-timeline-v25{padding:18px}.timeline-head-v25{align-items:flex-start;flex-direction:column;gap:5px}.time-segments-v25{grid-template-columns:1fr;min-height:0}.time-segment-v25{min-height:92px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.time-segment-v25:last-child{border-bottom:0}.time-segment-v25 small{display:block}}.rubric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch}.rubric-grid>.reveal,.rubric-grid>*{min-height:100%}.rubric-card{position:relative;display:flex;flex-direction:column;min-height:100%;border:1px solid rgba(255,255,255,.09);background:radial-gradient(circle at top right,rgba(255,255,255,.03),transparent 34%),linear-gradient(180deg,#0a0e12fa,#06080afa);box-shadow:0 22px 48px #00000038;overflow:hidden}.rubric-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,#ff665e,#ff665e2e);opacity:.95}.rubric-card.idea:before{background:linear-gradient(180deg,#61d2c2,#61d2c233)}.rubric-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.025),transparent 28%,transparent 72%,rgba(255,255,255,.018))}.rubric-head{position:relative;min-height:148px;padding:28px 26px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(255,255,255,.07)}.rubric-head-copy{max-width:68%}.rubric-head span{display:inline-flex;font:800 10px/1 var(--heading);letter-spacing:.22em;color:#ff665e;margin-bottom:14px}.rubric-card.idea .rubric-head span{color:#61d2c2}.rubric-head h3{margin:0;font:500 52px/.95 var(--display);color:#f4f1eb;max-width:9.5ch}.rubric-head p{margin:16px 0 0;max-width:34ch;font-size:16px;line-height:1.7;color:#8f959f}.rubric-score-badge{align-self:flex-start;text-align:right;padding-top:6px}.rubric-score-badge strong{display:block;font:500 78px/.9 var(--display);color:#ffffff1f}.rubric-score-badge em{display:block;margin-top:6px;font:800 10px/1 var(--heading);letter-spacing:.18em;color:#6f7580;font-style:normal}.rubric-list{flex:1;display:flex;flex-direction:column}.rubric-list>div{min-height:66px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(255,255,255,.06);transition:background .22s ease,transform .22s ease}.rubric-list>div:hover{background:#ffffff05}.rubric-list>div.is-highlight{background:linear-gradient(90deg,#ff665e14,#ff665e05)}.rubric-card.idea .rubric-list>div.is-highlight{background:linear-gradient(90deg,#61d2c214,#61d2c205)}.rubric-list>div.is-highlight span{color:#f0f1f4}.rubric-list span{font-size:15px;line-height:1.55;color:#97a0aa}.rubric-list b{flex:0 0 auto;min-width:44px;text-align:right;font:700 26px/1 var(--display);color:#ece9e3}.rubric-total{height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.05);background:linear-gradient(90deg,#ff665e0f,#ff665e05)}.rubric-card.idea .rubric-total{background:linear-gradient(90deg,#61d2c212,#61d2c205)}.rubric-total span{font:800 10px/1 var(--heading);letter-spacing:.24em;color:#7f8590}.rubric-total b{font:800 18px/1 var(--heading);letter-spacing:.08em;color:#ff6d65}.rubric-card.idea .rubric-total b{color:#61d2c2}@media(max-width:1280px){.rubric-grid{gap:18px}.rubric-head{min-height:140px;padding:24px 22px 22px}.rubric-head h3{font-size:44px}.rubric-head p{font-size:14px}.rubric-score-badge strong{font-size:68px}.rubric-list>div{min-height:60px;padding:0 20px}}@media(max-width:920px){.rubric-grid{grid-template-columns:1fr}.rubric-head-copy{max-width:100%}.rubric-head{min-height:0}}@media(max-width:680px){.rubric-head{padding:22px 18px 18px;flex-direction:column;gap:10px}.rubric-head h3{font-size:34px;max-width:none}.rubric-head p{font-size:13px;margin-top:10px;max-width:none}.rubric-score-badge{padding-top:0;text-align:left}.rubric-score-badge strong{font-size:54px}.rubric-list>div{min-height:54px;padding:0 16px}.rubric-list span{font-size:13px}.rubric-list b{font-size:22px}.rubric-total{height:62px;padding:0 16px}.rubric-total b{font-size:15px}}.award-heading-v27 p{max-width:760px;margin:14px auto 0}.awards-grid-v27{display:grid;grid-template-columns:1fr 1.12fr 1fr;gap:16px;align-items:stretch}.award-box-v27{position:relative;min-height:308px;padding:28px 30px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.085);background:linear-gradient(180deg,#0d1116fa,#080a0cfa);overflow:hidden;box-shadow:0 18px 40px #00000038}.award-box-v27:before{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent)}.award-box-v27:after{content:"";position:absolute;right:-60px;top:-60px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.04),transparent 65%)}.award-box-v27 .award-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:auto}.award-box-v27 .award-topline svg{width:34px;margin:0;color:#9ca1aa}.award-box-v27 .award-topline em{font:500 64px/.9 var(--display);color:#ffffff17;font-style:normal}.award-box-v27 span{display:block;font:800 10px/1 var(--heading);letter-spacing:.2em;color:#9aa0a9}.award-box-v27 b{display:block;margin-top:14px;font:700 22px/1.2 var(--heading);color:#f2efe8}.award-box-v27 p{margin:14px 0 0;font-size:14px;line-height:1.7;color:#8b929c;max-width:30ch}.award-box-v27 i{position:absolute;right:20px;top:20px;padding:7px 10px;border:1px solid rgba(255,102,94,.22);color:#ff665e;font:800 10px/1 var(--heading);letter-spacing:.16em;font-style:normal}.award-box-v27.first-place{min-height:372px;background:radial-gradient(circle at 50% 0,rgba(255,102,94,.13),transparent 42%),linear-gradient(180deg,#2c0a0ca8,#0a0c0ffa 58%);border-color:#ff665e4d;transform:translateY(-10px)}.award-box-v27.first-place .award-topline svg,.award-box-v27.first-place span,.award-box-v27.first-place i{color:#ff665e}.award-box-v27.second-place .award-topline svg{color:#b8c0cb}.award-box-v27.third-place .award-topline svg{color:#c2a191}.award-box-v27.first-place:before{background:linear-gradient(90deg,transparent,rgba(255,102,94,.42),transparent)}.certificate-strip-v27{margin-top:18px;grid-template-columns:auto 1fr auto;gap:20px;padding:24px 26px;border-color:#ffffff17;background:linear-gradient(180deg,#0d1116f5,#090b0efa)}.certificate-icon-v27{width:54px;height:54px;border:1px solid rgba(255,102,94,.22);display:grid;place-items:center;border-radius:14px;background:#ff665e0a}.certificate-icon-v27 svg{width:24px;color:#ff665e}.certificate-strip-v27 span{font-size:10px;color:#ff665e;letter-spacing:.18em}.certificate-strip-v27 h3{margin:6px 0 0;font:700 34px/1.08 var(--heading);color:#f4f1eb}.certificate-strip-v27 p{margin:10px 0 0;font-size:14px;line-height:1.7;color:#8d949e;max-width:52ch}.certificate-strip-v27 a{justify-self:end;align-self:center;padding:14px 18px;border:1px solid rgba(255,255,255,.08);border-radius:999px;min-height:48px;background:#ffffff05;color:#d8dae0}@media(max-width:1180px){.awards-grid-v27{grid-template-columns:1fr;gap:14px}.award-box-v27,.award-box-v27.first-place{min-height:300px;transform:none}.award-box-v27 p{max-width:none}.certificate-strip-v27{grid-template-columns:1fr;align-items:flex-start}.certificate-strip-v27 a{justify-self:flex-start}}@media(max-width:700px){.award-box-v27{min-height:270px;padding:22px 20px}.award-box-v27 .award-topline em{font-size:52px}.award-box-v27 b{font-size:18px}.award-box-v27 p{font-size:13px}.certificate-strip-v27{padding:20px}.certificate-strip-v27 h3{font-size:24px}.certificate-strip-v27 p{font-size:13px}}.awards-v28-section{background:radial-gradient(circle at 50% 12%,rgba(235,72,64,.055),transparent 28%),#050709!important}.awards-v28-heading{margin-bottom:42px}.awards-v28-heading h2{max-width:980px;margin-left:auto;margin-right:auto}.awards-v28-heading p{max-width:720px;margin:14px auto 0}.awards-v28-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}.award-v28-wrap{height:100%}.award-v28-card{position:relative;height:100%;min-height:330px;padding:24px 24px 0;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#0c1014,#080a0d);overflow:hidden;transition:transform .28s ease,border-color .28s ease,background .28s ease}.award-v28-card:hover{transform:translateY(-5px);border-color:#ffffff29}.award-v28-card:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;opacity:.8;background:linear-gradient(90deg,transparent,rgba(183,193,205,.55),transparent)}.award-v28-card.first{border-color:#ef514b47;background:radial-gradient(circle at 50% 0%,rgba(239,81,75,.11),transparent 40%),linear-gradient(180deg,#130c0f,#090a0d)}.award-v28-card.first:before{background:linear-gradient(90deg,transparent,#ef514b,transparent)}.award-v28-card.third:before{background:linear-gradient(90deg,transparent,rgba(205,165,143,.52),transparent)}.award-v28-top{display:flex;align-items:center;justify-content:space-between;min-height:78px;margin-bottom:32px}.award-v28-rank{font:500 72px/.82 var(--display);color:#ffffff12;letter-spacing:-.05em}.award-v28-icon{width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:50%;background:#ffffff04}.award-v28-icon svg{width:22px;color:#aeb6c0}.award-v28-card.first .award-v28-icon{border-color:#ef514b3b;background:#ef514b0e}.award-v28-card.first .award-v28-icon svg{color:#ef514b}.award-v28-card.third .award-v28-icon svg{color:#c6a38f}.award-v28-copy{margin-top:auto;padding-bottom:26px}.award-v28-copy small{display:block;margin-bottom:10px;font:800 9px/1 var(--heading);letter-spacing:.2em;color:#7f8791}.award-v28-card.first .award-v28-copy small{color:#ef514b}.award-v28-copy h3{margin:0;font:600 28px/1.08 var(--heading);color:#f3f0e9}.award-v28-copy p{margin:12px 0 0;font-size:13px;line-height:1.6;color:#8e96a0}.award-v28-footer{height:58px;margin:0 -24px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.065);background:#ffffff03}.award-v28-footer span{font:800 8px/1 var(--heading);letter-spacing:.18em;color:#707782}.award-v28-footer b{font:600 22px/1 var(--display);color:#aeb3bb}.award-v28-card.first .award-v28-footer b{color:#ef514b}.award-v28-champion{position:absolute;top:20px;left:50%;transform:translate(-50%);padding:6px 11px;border:1px solid rgba(239,81,75,.2);background:#ef514b0b;font:800 8px/1 var(--heading);letter-spacing:.17em;color:#ef514b}.awards-v28-certificate{margin-top:18px;min-height:126px;padding:22px 24px;display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;border:1px solid rgba(255,255,255,.09);background:linear-gradient(90deg,#ef514b0b,#0a0d10 22%,#090b0e)}.awards-v28-certificate-icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(239,81,75,.22);border-radius:50%;background:#ef514b0b}.awards-v28-certificate-icon svg{width:22px;color:#ef514b}.awards-v28-certificate-copy small{display:block;font:800 8px/1 var(--heading);letter-spacing:.2em;color:#ef514b}.awards-v28-certificate-copy h3{margin:7px 0 0;font:600 22px/1.1 var(--heading);color:#f1eee7}.awards-v28-certificate-copy p{margin:8px 0 0;font-size:12px;line-height:1.55;color:#87909a}.awards-v28-certificate-link{min-height:46px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(255,255,255,.09);border-radius:999px;font-size:11px;font-weight:700;color:#d9dce1;white-space:nowrap;transition:border-color .22s ease,background .22s ease,transform .22s ease}.awards-v28-certificate-link:hover{border-color:#ef514b47;background:#ef514b0a;transform:translate(2px)}@media(max-width:980px){.awards-v28-grid{grid-template-columns:1fr}.award-v28-card{min-height:280px}.award-v28-top{margin-bottom:20px}.awards-v28-certificate{grid-template-columns:auto 1fr}.awards-v28-certificate-link{grid-column:2;justify-self:start}}@media(max-width:620px){.awards-v28-heading{margin-bottom:28px}.award-v28-card{min-height:250px;padding:20px 18px 0}.award-v28-top{min-height:62px}.award-v28-rank{font-size:58px}.award-v28-icon{width:44px;height:44px}.award-v28-copy{padding-bottom:20px}.award-v28-copy h3{font-size:23px}.award-v28-copy p{font-size:12px}.award-v28-footer{height:52px;margin:0 -18px;padding:0 18px}.award-v28-champion{left:auto;right:16px;transform:none}.awards-v28-certificate{grid-template-columns:1fr;padding:20px}.awards-v28-certificate-icon{width:46px;height:46px}.awards-v28-certificate-link{grid-column:1;justify-self:stretch}}.hero-benefits-v29{display:flex;align-items:center;justify-content:center;gap:15px;margin:15px auto 4px;min-height:34px;padding:0 16px;color:#b7bbc2;font:700 8px/1.2 var(--heading);letter-spacing:.08em;text-transform:uppercase}.hero-benefits-v29>span{display:flex;align-items:center;gap:7px;white-space:nowrap}.hero-benefits-v29>span:first-child svg{color:#66d5c4}.hero-benefits-v29>span:last-child svg{color:#ff5d55}.hero-benefits-v29>i{width:4px;height:4px;border-radius:50%;background:#4b4f57}.live-board-page{min-height:100vh;background:#06080b;color:#f5f1ea}.live-board-hero{padding:150px 0 58px;border-bottom:1px solid rgba(255,255,255,.07);background:radial-gradient(circle at 50% 0,rgba(234,68,61,.13),transparent 38%),#07090c}.live-board-hero-inner{display:flex;align-items:end;justify-content:space-between;gap:30px}.live-board-hero .page-kicker{color:#ff5b53;font:800 9px var(--heading);letter-spacing:.18em}.live-board-hero h1{font:500 clamp(52px,7vw,105px)/.95 var(--display);margin:14px 0 15px}.live-board-hero p{max-width:720px;color:#858b95;font-size:14px;line-height:1.7}.live-connection{display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid rgba(255,255,255,.08);border-radius:999px;font:800 8px var(--heading);letter-spacing:.12em}.live-connection svg{width:15px}.live-connection.online{color:#66d5c4}.live-connection.offline{color:#d5a45d}.live-board-content{padding:48px 0 100px}.live-board-summary{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.08);margin-bottom:20px}.live-board-summary>div{min-height:112px;padding:22px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:6px 12px;align-content:center;border-right:1px solid rgba(255,255,255,.07)}.live-board-summary>div:last-child{border-right:0}.live-board-summary svg{grid-row:1/3;width:22px;color:#ff5b53}.live-board-summary span{font:800 7px var(--heading);letter-spacing:.15em;color:#777e88}.live-board-summary b{font:700 25px var(--heading);color:#f0eee8}.live-board-table{border:1px solid rgba(255,255,255,.08)}.live-board-table-head,.live-board-row{display:grid;grid-template-columns:90px 1.4fr 1fr 150px;align-items:center}.live-board-table-head{min-height:44px;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.07);font:800 7px var(--heading);letter-spacing:.14em;color:#686f79}.live-board-row{min-height:112px;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.06);transition:.25s ease}.live-board-row:last-child{border-bottom:0}.live-board-row.complete:hover{background:#ffffff05}.live-rank{font:500 34px var(--display);color:#555a63}.live-board-row.complete .live-rank{color:#ff5d55}.live-team b{display:block;font-size:18px}.live-team span,.live-team small{display:block;margin-top:5px;color:#7d848e;font-size:10px}.live-team small{font-size:8px;letter-spacing:.08em;text-transform:uppercase}.judge-progress b{display:block;font-size:13px}.judge-progress span{display:block;margin-top:5px;color:#747b85;font-size:9px}.judge-progress i{display:block;width:min(180px,90%);height:3px;margin-top:10px;background:#171b20;overflow:hidden}.judge-progress em{display:block;height:100%;background:linear-gradient(90deg,#e8413a,#ff6b62)}.live-score{text-align:right}.live-score strong{font:500 32px var(--display)}.live-score span{font-size:8px;color:#767d86;margin-left:4px}.live-score b{font:800 8px var(--heading);letter-spacing:.12em;color:#747b84}.complete .live-score b{color:#63cdbd}.live-board-note{text-align:center;margin:18px 0 0;color:#686f78;font-size:9px}.live-board-empty,.live-board-locked{padding:70px 30px;text-align:center;color:#818893}.live-board-locked svg{width:34px;color:#ff5b53}.live-board-locked h2{font:600 30px var(--heading);color:#eeece7;margin:15px 0 8px}.judge-screen-v29{background:#06080b;min-height:100vh;padding:60px 0 100px}.judge-head-v29{margin-bottom:24px}.judge-head-v29 h1{font:500 clamp(48px,6vw,84px)/.95 var(--display)}.judge-stats-v29{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.08);margin-bottom:24px}.judge-stats-v29>div{min-height:105px;padding:20px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:7px 12px;align-content:center;border-right:1px solid rgba(255,255,255,.07)}.judge-stats-v29>div:last-child{border-right:0}.judge-stats-v29 svg{grid-row:1/3;width:20px;color:#ff5b53}.judge-stats-v29 span{font:800 7px var(--heading);letter-spacing:.13em;color:#777e88}.judge-stats-v29 b{font:700 26px var(--heading)}.head-judge-panel-v29{display:grid;grid-template-columns:1.15fr .8fr;gap:22px;padding:26px;margin-bottom:28px;border:1px solid rgba(255,91,83,.22);background:radial-gradient(circle at 85% 10%,rgba(255,91,83,.09),transparent 35%),#0b0e12}.head-judge-copy span{font:800 8px var(--heading);letter-spacing:.16em;color:#ff5b53}.head-judge-copy h2{font:700 27px var(--heading);margin:7px 0}.head-judge-copy p{max-width:650px;color:#858c96;font-size:12px;line-height:1.7}.head-judge-numbers{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.07)}.head-judge-numbers div{padding:16px;border-right:1px solid rgba(255,255,255,.06)}.head-judge-numbers div:last-child{border-right:0}.head-judge-numbers b{display:block;font:500 31px var(--display)}.head-judge-numbers span{font-size:8px;color:#747b84}.head-judge-preview{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.07)}.head-judge-preview>div{padding:13px 16px;display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;border-right:1px solid rgba(255,255,255,.06)}.head-judge-preview>div:last-child{border-right:0}.head-judge-preview span{font:500 20px var(--display);color:#ff5b53}.head-judge-preview b{font-size:12px}.head-judge-preview strong{font:500 18px var(--display)}.head-finalize-button{grid-column:1/-1;justify-self:end;display:flex;align-items:center;gap:8px;min-height:48px;padding:0 18px;border:1px solid rgba(255,91,83,.28);background:#e53f38;color:#fff;font:800 8px var(--heading);letter-spacing:.1em}.head-finalize-button:disabled{opacity:.35;cursor:not-allowed}.judge-grid-v29{grid-template-columns:repeat(3,1fr);gap:14px}.judge-card-v29{min-height:260px;padding:20px;background:#0b0e12;border-color:#ffffff14}.judge-card-v29.done{border-color:#63cdbd38}.judge-card-v29.draft{border-color:#d5a45d38}.judge-card-icon-v29{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,91,83,.18);margin:28px 0 17px}.judge-card-icon-v29 svg{width:18px;color:#ff5b53}.judge-card-meta-v29{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0}.judge-card-meta-v29 span{padding:5px 7px;border:1px solid rgba(255,255,255,.07);font-size:7px;color:#858c96}.judge-modal-v29{width:min(1180px,94vw);max-height:92vh;overflow:auto;padding:30px;background:#090c10}.judge-modal-head-v29{display:flex;justify-content:space-between;gap:25px;padding-right:35px}.judge-modal-head-v29 h2{font:500 46px var(--display);margin:7px 0}.judge-modal-domain{display:flex;align-items:center;gap:8px;align-self:flex-start;padding:9px 11px;border:1px solid rgba(255,255,255,.08);font-size:9px;color:#a1a7b0}.judge-modal-domain svg{width:16px;color:#63cdbd}.judge-detail-grid-v29{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.judge-detail-grid-v29>section{border:1px solid rgba(255,255,255,.07);padding:18px}.judge-detail-grid-v29>section>span,.judge-project-v29>div>span{display:block;margin-bottom:10px;font:800 7px var(--heading);letter-spacing:.14em;color:#747b84}.judge-member-v29{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.05)}.judge-member-v29:last-child{border-bottom:0}.judge-member-v29 b{display:block;font-size:11px}.judge-member-v29 small{font-size:8px;color:#747b84}.judge-detail-grid-v29 section button{width:100%;min-height:46px;margin-top:7px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid rgba(255,255,255,.07);background:#0d1116;color:#d8d9dc}.judge-detail-grid-v29 section button svg:last-child{margin-left:auto}.judge-detail-grid-v29 section button:disabled{opacity:.35}.judge-project-v29{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:12px 0 20px;background:#ffffff0f}.judge-project-v29>div{padding:16px;background:#090c10}.judge-project-v29 p{font-size:10px;line-height:1.65;color:#a0a6ae}.score-grid-v29{grid-template-columns:1fr 1fr}.score-grid-v29 label{min-height:72px}.score-total-v29{margin-top:12px}.judge-submit-actions-v29{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.judge-submit-actions-v29 button{min-height:50px;display:flex;align-items:center;justify-content:center;gap:8px}.save-draft{border:1px solid rgba(255,255,255,.1);background:#0e1217;color:#e5e6e8}.judge-privacy-note-v29{text-align:center;margin:12px 0 0;font-size:8px;color:#6f7680}.team-dashboard-v29{background:#06080b;min-height:100vh}.team-journey-v29{display:grid;grid-template-columns:repeat(5,1fr);margin:20px 0 18px;border:1px solid rgba(255,255,255,.08)}.team-journey-v29>div{position:relative;min-height:76px;display:flex;align-items:center;gap:10px;padding:14px;border-right:1px solid rgba(255,255,255,.06);color:#666d77}.team-journey-v29>div:last-child{border-right:0}.team-journey-v29 i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;border:1px solid #2d323a;font-style:normal;font-size:8px}.team-journey-v29 i svg{width:15px}.team-journey-v29 span{font:800 8px var(--heading);letter-spacing:.08em}.team-journey-v29 .active{color:#e8e6e2}.team-journey-v29 .active i{border-color:#63cdbd73;color:#63cdbd;background:#63cdbd0d}.team-event-strip-v29{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.08);margin-bottom:18px}.team-event-strip-v29>div{padding:16px 18px;border-right:1px solid rgba(255,255,255,.06)}.team-event-strip-v29>div:last-child{border-right:0}.team-event-strip-v29 span{display:block;font:800 7px var(--heading);letter-spacing:.13em;color:#737a84}.team-event-strip-v29 b{display:block;margin-top:6px;font-size:12px}.dashboard-grid-v29{grid-template-columns:repeat(2,1fr)}.team-upload-v29{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06)}.team-upload-v29 label{display:flex;align-items:center;gap:8px;color:#8b929c;font-size:9px}.team-upload-v29 label svg{width:16px;color:#ff5b53}.team-upload-v29 input{display:block;margin-top:8px;font-size:8px}.team-upload-v29 button{margin-top:10px;min-height:38px;padding:0 13px;border:1px solid rgba(255,91,83,.2);background:#ff5b530d;color:#e7e4df;font-size:8px}.team-judging-score-v29 strong{display:block;font:500 48px var(--display);color:#f0ede7}.team-judging-score-v29 span{font:800 7px var(--heading);letter-spacing:.12em;color:#7c838d}.team-progress-v29{margin:15px 0}.team-progress-v29 i{display:block;height:4px;background:#171b20}.team-progress-v29 em{display:block;height:100%;background:linear-gradient(90deg,#ff5b53,#63cdbd)}.judging-card-v29 p{font-size:9px;line-height:1.6;color:#767d86}.judging-card-v29>a{display:inline-block;margin-top:10px;color:#63cdbd;font-size:8px;font-weight:700}.team-final-rank-v29{display:flex;justify-content:space-between;align-items:end;margin-top:16px;padding-top:13px;border-top:1px solid rgba(255,255,255,.06)}.team-final-rank-v29 span{font:800 7px var(--heading);color:#777e88}.team-final-rank-v29 b{font:500 34px var(--display);color:#ff5b53}.team-bottom-grid-v29{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;margin-top:14px}.certificate-card-v29{min-height:260px}.certificate-row-v29{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.06)}.certificate-row-v29:last-child{border-bottom:0}.certificate-row-v29 b,.certificate-row-v29 span,.certificate-row-v29 small{display:block}.certificate-row-v29 b{font-size:11px}.certificate-row-v29 span{margin-top:4px;font-size:8px;color:#858c96}.certificate-row-v29 small{margin-top:3px;font-size:7px;color:#5f6670}.certificate-row-v29 button{display:flex;align-items:center;gap:6px;min-height:36px;padding:0 11px;border:1px solid rgba(99,205,189,.2);background:#63cdbd0a;color:#cfe7e2;font-size:8px}.certificate-row-v29 button svg{width:14px}.certificate-wait-v29{padding:35px 0;color:#7a818b;font-size:10px}.leaderboard-admin-note-v29{display:flex;justify-content:space-between;gap:25px;align-items:center;padding:13px 15px;margin-bottom:12px;border:1px solid rgba(255,91,83,.16);background:#ff5b5308}.leaderboard-admin-note-v29 b{font:800 8px var(--heading);letter-spacing:.1em;color:#ff5b53}.leaderboard-admin-note-v29 span{font-size:8px;color:#808792;text-align:right}.leader-row>strong{font:800 7px var(--heading);letter-spacing:.1em;color:#777e88}.leader-row.complete>strong{color:#63cdbd}@media(max-width:1000px){.live-board-table-head,.live-board-row{grid-template-columns:65px 1.2fr 1fr 110px}.judge-grid-v29{grid-template-columns:repeat(2,1fr)}.head-judge-panel-v29{grid-template-columns:1fr}.head-judge-numbers,.head-judge-preview,.head-finalize-button{grid-column:1}.dashboard-grid-v29,.team-bottom-grid-v29{grid-template-columns:1fr}}@media(max-width:760px){.hero-benefits-v29{flex-direction:column;gap:7px;margin-top:12px}.hero-benefits-v29>i{display:none}.hero-benefits-v29>span{white-space:normal;text-align:center}.live-board-hero{padding:115px 0 38px}.live-board-hero-inner{align-items:flex-start;flex-direction:column}.live-board-summary{grid-template-columns:1fr}.live-board-summary>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.07)}.live-board-summary>div:last-child{border-bottom:0}.live-board-table-head{display:none}.live-board-row{grid-template-columns:50px 1fr;gap:12px;padding:16px;min-height:0}.judge-progress,.live-score{grid-column:2;text-align:left}.live-score{margin-top:4px}.judge-stats-v29{grid-template-columns:1fr 1fr}.judge-stats-v29>div:nth-child(2){border-right:0}.judge-stats-v29>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.07)}.judge-grid-v29,.head-judge-numbers{grid-template-columns:1fr}.head-judge-numbers div{border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}.head-judge-preview{grid-template-columns:1fr}.head-judge-preview>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}.judge-modal-v29{padding:22px 16px}.judge-modal-head-v29{flex-direction:column}.judge-modal-head-v29 h2{font-size:34px}.judge-detail-grid-v29,.judge-project-v29,.score-grid-v29,.judge-submit-actions-v29,.team-journey-v29{grid-template-columns:1fr}.team-journey-v29>div{min-height:54px;border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}.team-event-strip-v29{grid-template-columns:1fr 1fr}.team-event-strip-v29>div:nth-child(2){border-right:0}.team-event-strip-v29>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.06)}.certificate-row-v29,.leaderboard-admin-note-v29{align-items:flex-start;flex-direction:column}.leaderboard-admin-note-v29 span{text-align:left}}.certificate-page-v29{min-height:100vh;padding:140px 0 90px;background:#06080b}.certificate-layout-v29{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.certificate-layout-v29 .auth-panel{width:100%;max-width:none;margin:0}.certificate-verify-v29{padding:32px;border:1px solid rgba(255,255,255,.08);background:#0a0d11}.certificate-verify-v29 h2{font:600 38px/1 var(--display);margin:12px 0}.certificate-verify-v29>p{color:#858c96;font-size:11px;line-height:1.6;max-width:50ch}.certificate-verify-v29 label{display:block;margin-top:24px}.certificate-verify-v29 label span{display:block;margin-bottom:7px;font-size:8px;color:#818791}.certificate-verify-v29 input{width:100%;height:48px;padding:0 13px;border:1px solid rgba(255,255,255,.09);background:#07090c;color:#fff}.certificate-verify-v29>button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;margin-top:12px;background:#e53f38;border:0;color:#fff;font-weight:800}.certificate-verify-v29>button svg{width:16px}.verified-certificate-v29{display:flex;gap:12px;margin-top:18px;padding:16px;border:1px solid rgba(99,205,189,.22);background:#63cdbd0a}.verified-certificate-v29>svg{width:23px;color:#63cdbd}.verified-certificate-v29 b{font:800 8px var(--heading);letter-spacing:.12em;color:#63cdbd}.verified-certificate-v29 h3{font-size:17px;margin:5px 0}.verified-certificate-v29 p,.verified-certificate-v29 span{display:block;color:#838a94;font-size:9px}.result-control-note-v29{display:flex!important;flex-direction:column;align-items:flex-start!important;gap:5px;padding:14px!important;border:1px solid rgba(255,91,83,.15);background:#ff5b5308}.result-control-note-v29 b{font:800 8px var(--heading);letter-spacing:.1em;color:#ff5b53}.result-control-note-v29 span{font-size:8px;color:#7f8690;line-height:1.55}@media(max-width:800px){.certificate-layout-v29{grid-template-columns:1fr}.certificate-page-v29{padding-top:110px}}.team-access-admin-v31{margin-top:10px;padding:12px;border:1px solid rgba(255,255,255,.075);background:#ffffff05;display:flex;align-items:center;justify-content:space-between;gap:14px}.team-access-admin-v31>div{display:flex;align-items:flex-start;gap:9px;min-width:0}.team-access-admin-v31>div>svg{width:18px;color:#ef514b;flex:0 0 auto;margin-top:1px}.team-access-admin-v31 p{margin:0!important;display:grid;gap:4px}.team-access-admin-v31 p b{font-size:8px;color:#ddd}.team-access-admin-v31 p span{font-size:7px;line-height:1.5;color:#777b84}.team-access-admin-v31>button{flex:0 0 auto;min-height:36px;padding:0 11px;border:1px solid rgba(239,81,75,.22);background:#ef514b0d;color:#ef7772;display:flex;align-items:center;gap:6px;font-size:7px;font-weight:800}.team-access-admin-v31>button svg{width:13px}.access-key-backdrop-v31{z-index:250}.access-key-modal-v31{position:relative;width:min(500px,calc(100vw - 28px));padding:30px;border:1px solid rgba(239,81,75,.24);background:linear-gradient(160deg,#2a0c0ef5,#0b0d10 44%);box-shadow:0 35px 100px #0000009e;text-align:center}.access-key-icon-v31{width:30px;color:#ef514b;margin:0 auto 13px}.access-key-modal-v31>span{display:block;font:800 7px var(--heading);letter-spacing:.18em;color:#ef7772}.access-key-modal-v31 h2{font:600 25px var(--heading);margin:8px 0 3px}.access-key-modal-v31>p{font-size:8px;color:#7f838d;margin:0 0 18px}.access-key-value-v31{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding:8px;border:1px solid rgba(255,255,255,.08);background:#07090b}.access-key-value-v31 strong{padding:10px 8px;font:700 24px/1 var(--heading);letter-spacing:.18em;color:#f4f1eb}.access-key-value-v31 button{min-height:42px;padding:0 12px;border:1px solid rgba(255,255,255,.08);background:#101319;color:#d0d3d9;display:flex;align-items:center;gap:6px;font-size:7px;font-weight:800}.access-key-value-v31 button svg{width:13px}.access-key-modal-v31>small{display:block;margin:14px auto 0;max-width:48ch;font-size:7px;line-height:1.65;color:#737781}.access-key-done-v31{margin-top:18px;min-width:120px;min-height:40px;border:0;background:#ef514b;color:#fff;font-weight:800;font-size:8px}@media(max-width:720px){.team-access-admin-v31{align-items:stretch;flex-direction:column}.team-access-admin-v31>button{justify-content:center}.access-key-modal-v31{padding:24px 18px}.access-key-value-v31{grid-template-columns:1fr}.access-key-value-v31 strong{font-size:20px}.access-key-value-v31 button{justify-content:center}}.team-access-admin-v32{display:grid;gap:14px;padding:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0e1115fa,#080a0cfa)}.team-access-copy-v32{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start}.team-access-copy-v32>svg{width:22px;color:#ff625a;margin-top:2px}.team-access-copy-v32 b{display:block;font-size:14px;color:#f1eee9}.team-access-copy-v32 span{display:block;margin-top:6px;font-size:11px;line-height:1.6;color:#838993}.team-access-form-v32{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.team-access-form-v32 label{display:grid;gap:7px}.team-access-form-v32 label>span{font:700 7px var(--heading);letter-spacing:.13em;text-transform:uppercase;color:#737982}.team-access-form-v32 input{width:100%;min-height:44px;padding:0 13px;border:1px solid rgba(255,255,255,.1);background:#080a0d;color:#f3f0eb;outline:none}.team-access-form-v32 input:focus{border-color:#ff625a6b}.team-access-form-v32 button{min-height:44px;padding:0 16px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,98,90,.28);background:#ff625a14;color:#ff726b;font-weight:800;cursor:pointer}.team-access-form-v32 button svg{width:16px}.team-access-admin-v32>small{color:#686e77;font-size:9px;line-height:1.55}@media(max-width:700px){.team-access-form-v32{grid-template-columns:1fr}.team-access-form-v32 button{justify-content:center}}@keyframes panelRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.registration-page{padding:126px 0 96px;background:radial-gradient(circle at 50% 0%,rgba(239,63,56,.08),transparent 28%),linear-gradient(180deg,#06080b,#08090d)}.registration-page .container{width:min(1480px,calc(100% - 56px))}.registration-heading{text-align:center;max-width:860px;margin:0 auto 22px}.registration-heading span{display:inline-block;font-size:12px;letter-spacing:.28em;font-weight:800;color:var(--red);margin-bottom:12px}.registration-heading h1{margin:0;font:700 clamp(42px,5vw,72px)/1.03 var(--heading);letter-spacing:-.05em}.registration-heading p{margin:14px 0 0;color:#8a8d95;font-size:17px;line-height:1.8}.registration-hero-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 auto 28px;max-width:1380px}.registration-hero-strip>div{min-height:98px;padding:20px 22px;border:1px solid rgba(255,255,255,.085);background:linear-gradient(180deg,#ffffff06,#ffffff03);box-shadow:0 18px 45px #00000038;animation:panelRise .5s ease both}.registration-hero-strip span{display:block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#7b7e87;font-weight:800}.registration-hero-strip b{display:block;margin-top:10px;font:700 18px/1.4 var(--heading);color:#f6f5f0}.registration-progress{max-width:1280px;margin:0 auto 28px;gap:16px}.registration-progress>div{padding:0 0 8px;min-width:0}.registration-progress>div span{width:38px;height:38px;font-size:13px;border:1px solid rgba(255,255,255,.12);background:#0b0d12}.registration-progress>div b{font-size:14px;letter-spacing:.02em;color:#bbbdbf}.registration-progress>div.active b,.registration-progress>div.done b{color:#fff}.registration-progress>div i{top:18px}.registration-shell{grid-template-columns:320px 1fr;max-width:none;width:100%;margin:0 auto;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#0c0f14,#0a0c11);box-shadow:0 30px 90px #00000061}.registration-sidebar{padding:34px 28px;border-right:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 20% 0%,rgba(239,63,56,.08),transparent 30%),linear-gradient(180deg,#ffffff05,#ffffff03)}.registration-x{font-size:100px;line-height:.85;margin-bottom:36px;opacity:.22}.registration-sidebar small{display:block;font-size:12px;letter-spacing:.2em;color:var(--red);font-weight:800;margin-bottom:18px}.registration-sidebar h2{margin:0;font:700 26px/1.16 var(--heading);letter-spacing:-.03em}.registration-sidebar p{margin:16px 0 0;color:#8b8e96;font-size:15px;line-height:1.8}.side-progress{margin-top:32px;height:3px;background:#ffffff0f}.side-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--red),var(--red-2));box-shadow:0 0 18px #ef3f3847}.registration-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px;padding:34px 32px 26px;align-content:start;min-height:760px}.registration-form>*{animation:panelRise .45s ease both}.form-header{display:flex;align-items:flex-start;gap:16px;padding:0 0 10px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:8px}.form-header svg{width:26px;height:26px;color:var(--red);margin-top:4px}.form-header span{display:block;font-size:11px;letter-spacing:.22em;font-weight:800;color:#8d8f97;margin-bottom:6px}.form-header h2{margin:0;font:700 clamp(28px,3vw,48px)/1.06 var(--heading);letter-spacing:-.05em}.form-field{display:grid;gap:10px}.form-field.full{grid-column:1/-1}.form-field>label{font-size:12px;font-weight:700;letter-spacing:.05em;color:#a7a9b0}.form-field input,.form-field textarea,.form-field select{width:100%;min-height:58px;padding:16px 18px;border:1px solid rgba(255,255,255,.09);background:#0a0c11;color:#f7f6f1;font-size:15px;transition:border-color .2s,box-shadow .2s,transform .2s}.form-field textarea{min-height:136px;resize:vertical}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:#ef3f387a;box-shadow:0 0 0 4px #ef3f3814}.team-size-options{display:grid;grid-template-columns:1fr 1fr;gap:14px}.team-size-options button{min-height:110px;border:1px solid rgba(255,255,255,.09);background:#0a0c11;color:#c9cbcf;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:.22s ease}.team-size-options button strong{font:500 48px/1 var(--display)}.team-size-options button span{font-size:12px;letter-spacing:.12em;text-transform:uppercase}.team-size-options button.active,.team-size-options button:hover{border-color:#ef3f3873;background:linear-gradient(180deg,#ef3f3829,#ef3f3814);color:#fff;transform:translateY(-1px)}.member-stack{display:grid;gap:16px}.member-panel{padding:22px;border:1px solid rgba(255,255,255,.08);background:#0a0c11}.member-panel-head{display:flex;gap:16px;align-items:center;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.07)}.member-no{width:52px;height:52px;border:1px solid rgba(239,63,56,.25);display:grid;place-items:center;color:var(--red);font:700 18px var(--heading)}.member-panel-head span{display:block;font-size:10px;letter-spacing:.24em;color:#8b8f96;font-weight:800}.member-panel-head h3{margin:4px 0 0;font:700 20px var(--heading)}.member-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field-ok{color:var(--success)}.field-error{color:var(--danger)}.tech-entry{display:grid;grid-template-columns:1fr auto;gap:10px}.tech-entry button{min-height:58px;padding:0 18px;border:1px solid rgba(239,63,56,.26);background:#ef3f3814;color:#fff;font-size:13px;font-weight:800;display:flex;gap:7px;align-items:center}.tech-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.tech-tags button{border:1px solid rgba(255,255,255,.12);background:#0d1016;color:#f2f2ee;padding:10px 14px;font-size:13px;display:flex;align-items:center;gap:10px}.tech-tags button span{color:var(--red);font-weight:800}.abstract-upload{min-height:300px;padding:34px;border:1px dashed rgba(239,63,56,.28);background:linear-gradient(180deg,#ef3f380f,#ffffff04);display:grid;place-items:center;text-align:center;cursor:pointer;transition:.22s ease}.abstract-upload:hover{border-color:#ef3f3880;transform:translateY(-1px)}.upload-orbit{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(239,63,56,.28);background:#ef3f3814;color:var(--red)}.upload-orbit svg{width:30px;height:30px}.abstract-upload span{margin-top:14px;font-size:11px;letter-spacing:.22em;color:#8f9197;font-weight:800}.abstract-upload h3{margin:10px 0 0;font:700 28px/1.15 var(--heading)}.abstract-upload p{margin:10px 0 0;color:#8d9098;font-size:15px}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.review-grid>div,.review-members>div,.agreement-note{border:1px solid rgba(255,255,255,.08);background:#0a0c11}.review-grid>div{padding:18px}.review-grid span,.review-members span{display:block;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#8d9098;font-weight:800}.review-grid b{display:block;margin-top:8px;font-size:18px;line-height:1.45}.review-members{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}.review-members>div{padding:18px}.review-members b{display:block;margin-top:8px;font-size:17px}.review-members small{display:block;margin-top:8px;font-size:13px;color:#8b8e96;line-height:1.6}.agreement-note{display:flex;gap:14px;align-items:flex-start;padding:18px 20px}.agreement-note svg{width:22px;height:22px;color:var(--success);margin-top:2px}.agreement-note p{margin:0;font-size:14px;line-height:1.8;color:#a5a7ae}.registration-actions{grid-column:1/-1;padding:18px 24px 24px;display:flex;justify-content:space-between;gap:16px;border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff02,#ffffff05)}.registration-actions button{min-height:58px;padding:0 24px;border:1px solid rgba(255,255,255,.08);font-size:14px;font-weight:800;display:inline-flex;align-items:center;gap:8px;transition:.2s ease}.registration-actions .back{background:#090b0f;color:#c8cad0}.registration-actions .next{margin-left:auto;background:linear-gradient(180deg,var(--red),var(--red-2));color:#fff;border-color:transparent;box-shadow:0 18px 45px #ef3f382e}.registration-actions .next:hover:not(:disabled){transform:translateY(-1px)}.registration-actions button:disabled{opacity:.45;cursor:not-allowed}.dashboard-screen{padding:112px 0 92px;background:linear-gradient(180deg,#06080c,#090b10)}.dashboard-screen .container{width:min(1480px,calc(100% - 56px))}.dashboard-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:0 0 24px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:22px}.dashboard-head>div:first-child span{display:block;font-size:12px;letter-spacing:.22em;color:var(--red);font-weight:800;margin-bottom:10px}.dashboard-head h1{margin:0;font:700 clamp(42px,4.2vw,72px)/1 var(--heading);letter-spacing:-.055em}.dashboard-head p{margin:14px 0 0;font-size:18px;color:#8e929a;line-height:1.7;max-width:820px}.dashboard-head-actions{display:flex;align-items:center;gap:14px}.dashboard-head-actions button{min-height:54px;padding:0 18px;border:1px solid rgba(255,255,255,.08);background:#0b0d12;color:#d8d8d3;font-size:14px;font-weight:700;display:flex;gap:8px;align-items:center}.portal-overview-ribbon{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.portal-overview-ribbon>div{padding:18px 20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff08,#ffffff03)}.portal-overview-ribbon span{display:block;font-size:11px;letter-spacing:.16em;color:#84878f;text-transform:uppercase;font-weight:800}.portal-overview-ribbon b{display:block;margin-top:10px;font-size:18px;line-height:1.45}.team-journey-v29{margin:20px 0 24px}.team-journey-v29>div{min-height:96px;padding:18px 20px;gap:14px}.team-journey-v29 i{width:40px;height:40px;font-size:13px}.team-journey-v29 span{font-size:13px;letter-spacing:.08em}.organizer-message{padding:18px 20px;font-size:15px;line-height:1.8;background:linear-gradient(180deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.08)}.organizer-message b{display:block;font-size:14px;letter-spacing:.16em;text-transform:uppercase;color:var(--red);margin-bottom:6px}.team-event-strip-v29{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px}.team-event-strip-v29>div{min-height:118px;padding:20px 22px;border:1px solid rgba(255,255,255,.08);background:#0b0d12}.team-event-strip-v29 span{display:block;font-size:11px;letter-spacing:.18em;color:#80848c;text-transform:uppercase;font-weight:800}.team-event-strip-v29 b{display:block;margin-top:12px;font:700 26px/1.3 var(--heading);letter-spacing:-.03em}.dashboard-grid{gap:16px}.dashboard-card{padding:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0d1016,#0b0d12);box-shadow:0 18px 48px #0000002e}.dashboard-card-title{gap:10px;padding-bottom:16px;margin-bottom:8px}.dashboard-card-title svg{width:20px;height:20px}.dashboard-card-title span{font:700 15px var(--heading);letter-spacing:.01em}.team-member-row{padding:16px 0;gap:16px}.team-member-row span{font-size:11px;letter-spacing:.16em;font-weight:800;color:var(--red)}.team-member-row b{font-size:17px}.team-member-row small{font-size:13px;color:#8b8f96;line-height:1.7}.info-row{padding:14px 0}.info-row span{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#878a92;font-weight:800}.info-row b{margin-top:8px;font-size:17px;line-height:1.65;display:block}.team-upload-v29{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07);display:grid;gap:12px}.team-upload-v29 label{display:grid;gap:12px;font-size:14px;color:#ddd;line-height:1.6}.team-upload-v29 label span{display:flex;align-items:center;gap:10px;font-weight:700}.team-upload-v29 input[type=file]{padding:15px;border:1px solid rgba(255,255,255,.08);background:#090b10;color:#b8bcc3}.team-upload-v29 button{min-height:52px;padding:0 18px;border:0;background:linear-gradient(180deg,var(--red),var(--red-2));color:#fff;font-size:14px;font-weight:800}.team-judging-score-v29{padding:18px 0 8px}.team-judging-score-v29 strong{font:700 clamp(34px,4vw,54px)/1 var(--heading)}.team-judging-score-v29 span{margin-top:8px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#8a8e96}.team-progress-v29 i{height:10px;background:#ffffff0f}.team-progress-v29 em{background:linear-gradient(90deg,var(--red),var(--red-2));box-shadow:0 0 18px #ef3f3847}.judging-card-v29 p,.recognition-panel p,.certificate-wait-v29 p,.announcement-feed p{font-size:14px;line-height:1.8;color:#9ca0a7}.judging-card-v29 a,.certificate-row-v29 button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 16px;border:1px solid rgba(255,255,255,.1);background:#0a0c11;color:#f2f1ec;font-size:14px;font-weight:700}.team-final-rank-v29{margin-top:18px;padding:16px;border:1px solid rgba(239,63,56,.14);background:#ef3f380d}.team-final-rank-v29 span{display:block;font-size:11px;letter-spacing:.18em;color:#8c8f96;text-transform:uppercase}.team-final-rank-v29 b{display:block;margin-top:8px;font:700 30px var(--heading)}.recognition-panel{min-height:240px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px}.recognition-panel svg{width:36px;height:36px;color:var(--red)}.recognition-panel strong{font:700 24px var(--heading)}.team-bottom-grid-v29{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;margin-top:16px}.certificate-row-v29{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07)}.certificate-row-v29 b{font-size:16px}.certificate-row-v29 span,.certificate-row-v29 small{display:block;line-height:1.6}.certificate-row-v29 span{font-size:13px;color:#91949b}.certificate-row-v29 small{font-size:12px;color:#70737c}.announcement-feed>div{padding:16px 18px;margin-top:12px;border:1px solid rgba(255,255,255,.08);background:#0a0d12}.announcement-feed>div b{display:block;font-size:16px;margin-bottom:8px}.announcement-feed>div.important{border-left:3px solid var(--red)}.admin-screen{grid-template-columns:264px 1fr;min-height:100vh;background:linear-gradient(180deg,#06080b,#090c11)}.admin-sidebar{position:sticky;top:0;height:100vh;padding:26px 18px 18px;border-right:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#07090d,#05070a)}.admin-logo{padding:6px 6px 22px;gap:14px}.admin-logo span{width:54px;height:54px;font-size:16px}.admin-logo b{font-size:18px}.admin-logo small{font-size:11px;letter-spacing:.14em}.admin-sidebar nav{margin-top:10px;display:grid;gap:8px}.admin-sidebar nav button{padding:14px 16px;font-size:14px;font-weight:700;color:#a6a9b1;border:1px solid transparent;text-align:left;transition:.22s ease}.admin-sidebar nav button:hover,.admin-sidebar nav button.active{background:linear-gradient(90deg,#ef3f3829,#ef3f380f);border-color:#ef3f382e;color:#fff}.admin-logout{margin-top:auto;min-height:50px;padding:0 14px;font-size:14px;font-weight:700;border:1px solid rgba(255,255,255,.08);background:#090c12;color:#ddd}.admin-main{padding:34px 30px}.admin-top{align-items:flex-end;margin-bottom:20px}.admin-top span{display:block;font-size:12px;letter-spacing:.22em;color:var(--red);font-weight:800;margin-bottom:10px}.admin-top h1{margin:0;font:700 clamp(38px,4.2vw,62px)/1.03 var(--heading);letter-spacing:-.05em}.admin-top button{width:54px;height:54px;border:1px solid rgba(255,255,255,.08);background:#0a0d12;color:#d7d8d5}.admin-banner{display:grid;grid-template-columns:1.25fr .9fr;gap:18px;align-items:stretch;padding:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ef3f3814,#ffffff05);margin-bottom:20px}.admin-banner>div>span{display:block;font-size:11px;letter-spacing:.2em;color:var(--red);font-weight:800;margin-bottom:10px}.admin-banner h2{margin:0;font:700 28px/1.18 var(--heading);letter-spacing:-.04em}.admin-banner p{margin:12px 0 0;font-size:15px;line-height:1.8;color:#9a9ea6;max-width:720px}.admin-banner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.admin-banner-grid>div{padding:18px;border:1px solid rgba(255,255,255,.08);background:#00000024}.admin-banner-grid span{display:block;font-size:11px;letter-spacing:.16em;color:#838790;text-transform:uppercase;font-weight:800}.admin-banner-grid b{display:block;margin-top:8px;font:700 28px var(--heading)}.admin-stats{gap:16px}.admin-stat{padding:22px}.admin-stat svg{width:24px;height:24px}.admin-stat b{font-size:30px}.admin-stat span{font-size:13px}.admin-two{gap:16px}.admin-panel{margin-top:14px;padding:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0d1016,#0a0d12)}.admin-panel>h2,.admin-form>h2{font:700 22px var(--heading);margin:0 0 18px}.bar-row{padding:14px 16px;font-size:14px}.bar-row b{font-size:15px}.admin-toolbar{gap:14px;margin-bottom:16px}.admin-search{min-height:54px;padding:0 16px;gap:10px}.admin-search input{font-size:15px}.admin-toolbar select,.admin-field input,.admin-field textarea,.admin-field select{min-height:54px;padding:14px 16px;border:1px solid rgba(255,255,255,.08);background:#090c12;color:#f4f4ef;font-size:15px}.admin-field{gap:10px}.admin-field span{font-size:12px;font-weight:800;color:#a3a6ad;letter-spacing:.05em}.admin-primary{min-height:54px;padding:0 18px;font-size:14px;font-weight:800;background:linear-gradient(180deg,var(--red),var(--red-2));color:#fff;border:0}.admin-table-wrap{overflow:auto}.admin-table-wrap table{width:100%;border-collapse:collapse;min-width:980px}.admin-table-wrap th{padding:14px 12px;font-size:12px;letter-spacing:.16em;color:#7f838b;text-transform:uppercase;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.admin-table-wrap td{padding:18px 12px;border-bottom:1px solid rgba(255,255,255,.07);vertical-align:middle;font-size:14px}.admin-table-wrap td b{display:block;font-size:15px}.admin-table-wrap td small{display:block;margin-top:6px;color:#8f939b;font-size:13px}.review-button,.admin-table-wrap td button,.leader-row strong,.download-abstract{border-radius:0}.review-button{min-height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.08);background:#fff;color:#08090c;font-size:13px;font-weight:800}.admin-table-wrap td .on{background:#65d69c14;border-color:#65d69c2e;color:#bff0d0}.admin-message,.judge-list-row{padding:14px 16px;margin-top:10px}.admin-message b,.judge-list-row b{font-size:15px}.admin-message p{font-size:14px;line-height:1.75}.judge-list-row span{font-size:13px}.judge-list-row small{font-size:12px;line-height:1.7}.leaderboard-admin-note-v29{padding:16px 18px;margin-bottom:16px;border:1px solid rgba(239,63,56,.14);background:#ef3f380d}.leaderboard-admin-note-v29 b{display:block;font-size:13px;letter-spacing:.16em;color:var(--red);margin-bottom:8px}.leaderboard-admin-note-v29 span{display:block;font-size:14px;line-height:1.75;color:#a0a4aa}.leader-row{grid-template-columns:56px 1fr 160px 180px;gap:16px;padding:16px 18px;margin-top:10px}.leader-row>span{font-size:26px}.leader-row b{font-size:16px}.leader-row small{font-size:13px;line-height:1.7}.leader-score b{font-size:24px}.settings-head h2{font-size:22px}.settings-head p{font-size:14px;line-height:1.7}.modal-backdrop{padding:28px}.admin-modal,.judge-modal{width:min(920px,100%);padding:28px 28px 24px}.modal-close{width:40px;height:40px}.modal-kicker{font-size:11px;letter-spacing:.2em}.admin-modal>h2,.judge-modal>h2{font:700 32px var(--heading);margin:8px 0 12px}.admin-modal>h3{font:700 16px var(--heading);margin-top:24px;padding-top:18px}.admin-modal>p,.judge-modal>p{font-size:15px;line-height:1.8}.modal-member{padding:10px 0}.modal-member b{font-size:15px}.modal-member span{font-size:13px;line-height:1.7}.team-access-admin-v32{margin-top:8px;padding:18px;border:1px solid rgba(255,255,255,.08);background:#0a0d12}.team-access-copy-v32{display:flex;gap:12px;align-items:flex-start}.team-access-copy-v32 svg{width:22px;height:22px;color:var(--red)}.team-access-copy-v32 p{margin:0}.team-access-copy-v32 b{display:block;font-size:16px}.team-access-copy-v32 span,.team-access-admin-v32 small{display:block;font-size:14px;line-height:1.75;color:#9aa0a7}.team-access-form-v32{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:16px}.team-access-form-v32 label{display:grid;gap:8px}.team-access-form-v32 label span{font-size:12px;font-weight:800;color:#a3a6ae}.team-access-form-v32 input{min-height:52px;padding:14px 16px;border:1px solid rgba(255,255,255,.08);background:#090c12;color:#fff;font-size:15px}.team-access-form-v32 button{min-height:52px;padding:0 18px;border:0;background:linear-gradient(180deg,var(--red),var(--red-2));color:#fff;font-size:14px;font-weight:800;display:inline-flex;gap:8px;align-items:center}.download-abstract{min-height:50px;padding:0 16px;font-size:14px;font-weight:700;gap:8px;margin-top:18px}.modal-actions{gap:12px;margin-top:18px}.modal-actions button{padding:14px;font-size:14px;font-weight:800}@media(max-width:1180px){.registration-hero-strip,.portal-overview-ribbon,.team-event-strip-v29{grid-template-columns:repeat(2,minmax(0,1fr))}.registration-shell{grid-template-columns:1fr}.registration-sidebar{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.member-fields,.review-grid,.admin-banner,.team-bottom-grid-v29,.admin-screen{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto}}@media(max-width:800px){.registration-page .container,.dashboard-screen .container{width:calc(100% - 24px)}.registration-heading p,.dashboard-head p,.admin-banner p{font-size:14px}.registration-hero-strip,.portal-overview-ribbon,.team-event-strip-v29,.admin-banner-grid{grid-template-columns:1fr}.registration-progress{overflow:auto;padding-bottom:4px}.registration-shell{width:100%}.registration-form{grid-template-columns:1fr;padding:22px 18px 18px;min-height:auto}.member-fields,.review-grid{grid-template-columns:1fr}.registration-actions{padding:16px;position:sticky;bottom:0;z-index:10;background:#0a0c11f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.registration-actions button{flex:1;justify-content:center}.dashboard-head{flex-direction:column;align-items:flex-start}.dashboard-head-actions{width:100%;justify-content:space-between}.team-journey-v29,.dashboard-grid,.team-bottom-grid-v29,.admin-two,.admin-stats{grid-template-columns:1fr}.team-event-strip-v29>div b{font-size:22px}.admin-main{padding:20px 14px 26px}.admin-sidebar nav{display:flex;overflow:auto}.admin-sidebar nav button{white-space:nowrap}.admin-table-wrap table{min-width:760px}.leader-row{grid-template-columns:46px 1fr}.leader-score,.leader-row strong{grid-column:2}.admin-modal,.judge-modal{padding:22px 18px}.team-access-form-v32{grid-template-columns:1fr}}@media(max-width:520px){.registration-heading h1,.dashboard-head h1,.admin-top h1{font-size:34px}.registration-progress>div b{display:none}.registration-sidebar{padding:22px 18px}.registration-x{font-size:72px}.team-size-options{grid-template-columns:1fr}.team-size-options button strong{font-size:42px}.portal-overview-ribbon b,.registration-hero-strip b{font-size:16px}.team-event-strip-v29>div b{font-size:18px}.dashboard-card,.admin-panel{padding:18px}.certificate-row-v29{flex-direction:column;align-items:flex-start}}.auth-panel{width:min(560px,100%);padding:42px}.auth-icon{width:58px;height:58px;border:1px solid rgba(239,63,56,.24);display:grid;place-items:center;background:#ef3f380f;color:var(--red);margin-bottom:18px}.auth-icon svg{width:25px;height:25px}.auth-kicker{font-size:11px!important;letter-spacing:.22em!important}.auth-panel h1{font-size:42px!important;margin:10px 0 14px!important}.auth-panel>p{font-size:14px!important;line-height:1.8!important;color:#9498a0!important}.auth-panel label{margin-top:18px!important}.auth-panel label>span{font-size:12px!important;letter-spacing:.05em;color:#a6a9b1!important;margin-bottom:8px!important}.auth-panel input{min-height:56px;padding:0 16px!important;font-size:15px!important}.auth-submit{min-height:56px!important;margin-top:20px!important;font-size:14px!important;font-weight:800!important}.auth-helper{display:block;margin-top:14px;font-size:12px;line-height:1.7;color:#777c85}.team-login-info-v35{display:grid;grid-template-columns:1.15fr .7fr 1.25fr;gap:12px;margin-top:10px}.team-login-info-v35>p,.team-login-info-v35>div{margin:0;padding:16px;border:1px solid rgba(255,255,255,.08);background:#090c12}.team-login-info-v35 p b{display:block;font-size:15px;margin-bottom:7px;color:#f1f0eb}.team-login-info-v35 p span{display:block;font-size:13px;line-height:1.7;color:#92969f}.team-login-info-v35>div span{display:block;font-size:10px;letter-spacing:.16em;color:#7f838b;font-weight:800}.team-login-info-v35>div strong{display:block;margin-top:9px;font-size:15px;line-height:1.7;color:#f3f2ed;word-break:break-word}.judge-admin-layout-v35{align-items:start}.judge-create-form-v35{display:grid;gap:14px}.judge-form-intro-v35{padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.07)}.judge-form-intro-v35>span{display:block;font-size:10px;letter-spacing:.2em;color:var(--red);font-weight:800;margin-bottom:8px}.judge-form-intro-v35 h2{margin:0!important;font:700 28px/1.1 var(--heading)!important;letter-spacing:-.04em}.judge-form-intro-v35 p{margin:10px 0 0;font-size:14px;line-height:1.75;color:#9398a0}.judge-password-note-v35{padding:14px 16px;border:1px solid rgba(101,214,156,.14);background:#65d69c0a;font-size:13px;line-height:1.7;color:#aeb8b2}.judge-list-row-v35{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px!important}.judge-list-row-v35>div{min-width:0}.judge-list-row-v35>button{flex:0 0 auto;min-height:42px;padding:0 13px;border:1px solid rgba(255,255,255,.1);background:#0b0e13;color:#e6e6e2;font-size:12px;font-weight:800}.judge-list-row-v35>button:hover{border-color:#ef3f384d;background:#ef3f380f}@media(max-width:900px){.team-login-info-v35{grid-template-columns:1fr}.judge-list-row-v35{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.auth-panel{padding:28px 20px}.auth-panel h1{font-size:34px!important}.auth-panel>p{font-size:13px!important}}.registration-page{padding:132px 0 92px;background:radial-gradient(circle at 50% 10%,rgba(239,63,56,.12),transparent 24%),linear-gradient(180deg,#07090d,#090b10 48%,#080a0e)}.registration-page .container{width:min(1540px,calc(100% - 56px))}.registration-heading{max-width:980px;margin:0 auto 24px;text-align:center}.registration-heading span{display:inline-block;padding:10px 16px;border:1px solid rgba(239,63,56,.16);background:#ef3f380f;border-radius:999px;font-size:11px;letter-spacing:.22em;font-weight:800;color:var(--red);text-transform:uppercase}.registration-heading h1{margin:20px 0 14px;font:700 clamp(46px,5.4vw,84px)/.96 var(--heading);letter-spacing:-.06em;color:#f7f5ef}.registration-heading p{max-width:900px;margin:0 auto;font-size:17px;line-height:1.85;color:#a0a4ad}.registration-note-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:1320px;margin:0 auto 18px}.registration-note-bar>div{display:flex;align-items:center;gap:12px;padding:16px 18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff08,#ffffff04);box-shadow:inset 0 1px #ffffff08}.registration-note-bar svg{color:var(--red);flex:0 0 auto}.registration-note-bar span{font-size:14px;line-height:1.7;color:#d3d6dc}.registration-hero-strip{max-width:1320px;margin:0 auto 24px;padding:10px;background:linear-gradient(180deg,#ffffff08,#ffffff04);border:1px solid rgba(255,255,255,.09);border-radius:24px;gap:10px}.registration-hero-strip>div{padding:18px 20px;border-radius:16px;background:#080a0ec2;border:1px solid rgba(255,255,255,.05)}.registration-progress{max-width:1320px;margin:0 auto 20px;padding:16px 18px;border-radius:22px;background:#0b0d12d1;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.registration-progress>div{gap:12px}.registration-progress>div span{width:38px;height:38px;font-size:13px;font-weight:800}.registration-progress>div b{font-size:12px;letter-spacing:.14em;color:#bcc1c8}.registration-shell{grid-template-columns:320px 1fr;max-width:1320px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,#0b0d12fa,#080a0efa);box-shadow:0 28px 80px #00000073}.registration-sidebar{padding:30px 28px;background:linear-gradient(180deg,#ef3f3814,#ef3f3805 34%,#ffffff04);border-right:1px solid rgba(255,255,255,.08)}.registration-x{font-size:94px;line-height:.78;background:linear-gradient(180deg,#ef3f3875,#ef3f380f);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:26px}.registration-sidebar small{display:block;font-size:11px;letter-spacing:.22em;color:var(--red);font-weight:800;margin-bottom:16px}.registration-sidebar h2{margin:0 0 12px;font:700 clamp(28px,2vw,40px)/1.03 var(--heading);letter-spacing:-.05em;color:#f3f1eb}.registration-sidebar p{margin:0 0 22px;font-size:15px;line-height:1.85;color:#9fa4ad}.sidebar-guide-list{display:grid;gap:12px;margin-bottom:24px}.sidebar-guide-list>div{display:flex;align-items:flex-start;gap:11px;padding:13px 14px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.sidebar-guide-list i{width:10px;height:10px;border-radius:999px;background:var(--red);box-shadow:0 0 0 4px #ef3f381f;margin-top:7px;flex:0 0 auto}.sidebar-guide-list span{font-size:13px;line-height:1.7;color:#d2d6dd}.side-progress{height:6px;background:#ffffff0d;border-radius:999px;overflow:hidden}.side-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--red),#ff7b72);box-shadow:0 0 30px #ef3f3873}.registration-form{padding:34px;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-height:670px;align-content:start}.form-header{padding-bottom:16px;margin-bottom:2px}.form-header svg{width:30px;height:30px}.form-header h2{font-size:clamp(30px,2.7vw,54px)}.step-guide{display:flex;align-items:flex-start;gap:16px;padding:16px 18px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#ef3f380b,#ffffff04);border-radius:18px;margin-bottom:4px}.step-guide-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;border:1px solid rgba(239,63,56,.18);background:#ef3f3814;color:var(--red);flex:0 0 auto}.step-guide strong{display:block;font-size:16px;color:#f5f3ee;margin-bottom:6px}.step-guide p{margin:0;font-size:14px;line-height:1.8;color:#9fa4ae}.registration-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.registration-showcase>div{padding:18px;border:1px solid rgba(255,255,255,.08);background:#0b0d12;border-radius:18px}.registration-showcase span{display:block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#7f848d;font-weight:800}.registration-showcase b{display:block;margin-top:10px;font:700 16px/1.6 var(--heading);color:#f5f4ef}.form-field label{font-size:12px;letter-spacing:.06em;color:#b7bcc4;font-weight:800;margin-bottom:10px}.form-field input,.form-field select,.form-field textarea{min-height:58px;padding:16px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.09);background:#0a0d12;box-shadow:inset 0 1px #ffffff05;font-size:15px;color:#f4f3ef;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.form-field textarea{min-height:132px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#ef3f388c;box-shadow:0 0 0 4px #ef3f381a;transform:translateY(-1px)}.team-size-options{gap:14px}.team-size-options button{min-height:116px;border-radius:20px}.team-size-options button strong{font-size:48px}.team-size-options button span{font-size:13px}.member-stack{gap:14px}.member-panel{padding:22px;border-radius:22px;background:linear-gradient(180deg,#ffffff06,#ffffff03);border:1px solid rgba(255,255,255,.08)}.member-panel-head{gap:16px;justify-content:space-between;align-items:center}.member-head-copy{margin-right:auto}.member-no{width:46px;height:46px;font-size:12px;border-radius:14px;background:#0b0d12}.member-status{padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#8d9299;font-weight:800;background:#090c11}.member-status.ok{border-color:#65d69c3d;background:#65d69c12;color:#79d49c}.member-status.bad{border-color:#ff5c5c3d;background:#ff5c5c12;color:#ff8b8b}.field-ok,.field-error{display:block;margin-top:8px;font-size:12px;font-weight:700}.tech-entry{grid-template-columns:1fr auto;gap:12px}.tech-entry input{min-height:56px}.tech-entry button{min-height:56px;padding:0 18px;border-radius:16px;font-size:14px;font-weight:800;background:linear-gradient(180deg,#ef3f382e,#ef3f381a);border:1px solid rgba(239,63,56,.22)}.tech-tags{gap:10px}.tech-tags button{min-height:40px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:700;background:#ffffff08}.abstract-upload{min-height:360px;border-radius:24px;border-style:dashed;border-width:1.5px;background:radial-gradient(circle at center,rgba(239,63,56,.08),rgba(239,63,56,.02) 34%,transparent 64%),linear-gradient(180deg,#ffffff05,#ffffff03)}.upload-orbit{width:88px;height:88px;border-radius:999px;border:1px solid rgba(239,63,56,.2);background:#ef3f3814}.review-grid{gap:14px}.review-grid>div,.review-members>div,.agreement-note{border-radius:18px}.registration-actions{padding:18px 24px;background:#080a0eeb}.registration-actions button{min-height:54px;padding:0 18px;border-radius:16px;font-size:14px;font-weight:800}.registration-actions .back:hover:not(:disabled){border-color:#ffffff2e;background:#ffffff08}.registration-actions .next{min-width:220px}@media(max-width:1180px){.registration-note-bar,.registration-showcase{grid-template-columns:1fr 1fr}.registration-shell{grid-template-columns:1fr}}@media(max-width:800px){.registration-page .container{width:calc(100% - 24px)}.registration-note-bar,.registration-showcase,.registration-hero-strip{grid-template-columns:1fr}.registration-heading h1{font-size:42px}.registration-heading p{font-size:15px}.registration-form{padding:22px 18px 18px}.step-guide{padding:14px}.member-panel-head{align-items:flex-start;flex-wrap:wrap}}@media(max-width:520px){.registration-heading span{font-size:10px}.registration-heading h1{font-size:36px}.registration-sidebar{padding:24px 18px}.registration-x{font-size:78px}.form-header h2{font-size:32px}.registration-actions{padding:14px}}@keyframes softFloat{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes glowPulse{0%{box-shadow:0 0 #ef3f3800}50%{box-shadow:0 0 36px #ef3f3824}to{box-shadow:0 0 #ef3f3800}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.registration-page{min-height:100vh;display:flex;align-items:flex-start}.registration-page .container{padding-bottom:10px}.registration-note-bar>div,.registration-hero-strip>div,.registration-progress,.registration-shell,.step-guide,.member-panel,.review-grid>div,.review-members>div,.agreement-note,.team-dashboard-spotlight,.portal-overview-ribbon-expanded>div,.dashboard-card,.admin-banner,.admin-command-strip>div,.admin-panel,.admin-stat,.leader-row,.judge-list-row-v35,.admin-banner-grid>div,.admin-sidebar nav button{animation:fadeSlideUp .55s ease both}.registration-note-bar>div:nth-child(2),.registration-hero-strip>div:nth-child(2),.admin-command-strip>div:nth-child(2){animation-delay:.06s}.registration-note-bar>div:nth-child(3),.registration-hero-strip>div:nth-child(3),.admin-command-strip>div:nth-child(3){animation-delay:.12s}.registration-hero-strip>div:nth-child(4),.admin-command-strip>div:nth-child(4){animation-delay:.18s}.registration-shell{min-height:74vh}.registration-progress{position:sticky;top:88px;z-index:5}.registration-note-bar>div:hover,.registration-hero-strip>div:hover,.registration-showcase>div:hover,.member-panel:hover,.review-grid>div:hover,.review-members>div:hover,.portal-overview-ribbon-expanded>div:hover,.admin-command-strip>div:hover,.admin-banner-grid>div:hover,.admin-stat:hover,.dashboard-card:hover{transform:translateY(-2px);transition:transform .22s ease,border-color .22s ease,background .22s ease;border-color:#ef3f3829}.registration-heading h1{animation:fadeSlideUp .6s ease both}.registration-heading p{animation:fadeSlideUp .7s ease both}.registration-note-bar svg,.upload-orbit,.step-guide-icon,.admin-top button,.dashboard-head-actions button{animation:softFloat 3.2s ease-in-out infinite}.upload-orbit{animation:softFloat 3.4s ease-in-out infinite,glowPulse 3.4s ease-in-out infinite}.registration-actions .next,.admin-primary,.team-upload-v29 button{position:relative;overflow:hidden}.registration-actions .next:before,.admin-primary:before,.team-upload-v29 button:before{content:"";position:absolute;inset:-120% auto auto -40%;width:40%;height:340%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);transition:transform .65s ease;pointer-events:none}.registration-actions .next:hover:before,.admin-primary:hover:before,.team-upload-v29 button:hover:before{transform:translate(290%) rotate(18deg)}.team-dashboard-v29 .container{width:min(1540px,calc(100% - 56px))}.team-dashboard-spotlight{display:grid;grid-template-columns:1.05fr 1.1fr;gap:18px;padding:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ef3f3814,#ffffff04);margin-bottom:16px}.team-dashboard-spotlight-copy span{display:block;font-size:11px;letter-spacing:.22em;color:var(--red);font-weight:800;margin-bottom:10px}.team-dashboard-spotlight-copy h2{margin:0;font:700 clamp(30px,3.2vw,52px)/1.02 var(--heading);letter-spacing:-.05em;color:#f5f3ed}.team-dashboard-spotlight-copy p{margin:12px 0 0;font-size:15px;line-height:1.85;color:#a2a6ae;max-width:760px}.team-dashboard-spotlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.team-dashboard-spotlight-grid>div{padding:18px 20px;border:1px solid rgba(255,255,255,.08);background:#090b0fc2}.team-dashboard-spotlight-grid span{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#838891;font-weight:800}.team-dashboard-spotlight-grid b{display:block;margin-top:10px;font:700 17px/1.6 var(--heading);color:#f1f0ea}.portal-overview-ribbon-expanded{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.portal-overview-ribbon-expanded>div{padding:18px 20px;border-radius:18px}.portal-overview-ribbon-expanded b{font-size:16px}.team-journey-v29{padding:12px;border:1px solid rgba(255,255,255,.07);background:#ffffff04}.team-journey-v29>div{border-radius:18px;background:#ffffff05;transition:all .22s ease}.team-journey-v29>div.active{background:linear-gradient(180deg,#ef3f3829,#ef3f3814);border-color:#ef3f3833}.dashboard-grid-v29{grid-template-columns:1.12fr 1.08fr 1fr 1fr}.dashboard-grid-v29 .dashboard-card:nth-child(1){grid-column:span 1}.dashboard-grid-v29 .dashboard-card:nth-child(2){grid-column:span 1}.dashboard-grid-v29 .dashboard-card:nth-child(3){grid-column:span 1}.dashboard-grid-v29 .dashboard-card:nth-child(4){grid-column:span 1}.dashboard-card{border-radius:24px;position:relative;overflow:hidden}.dashboard-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:1px;background:linear-gradient(90deg,rgba(239,63,56,.24),transparent)}.dashboard-card-title{align-items:center}.dashboard-card-title span{font-size:18px}.dashboard-card-title svg{color:var(--red)}.organizer-message{border-radius:20px}.team-event-strip-v29>div{border-radius:18px}.team-event-strip-v29>div b{font-size:24px}.team-judging-score-v29 strong{font-size:clamp(38px,4vw,58px)}.recognition-panel{border-radius:18px;background:linear-gradient(180deg,#ef3f3814,#ffffff03)}.certificate-card-v29,.judging-card-v29{background:linear-gradient(180deg,#ffffff06,#ffffff03)}.announcement-feed>div{border-radius:16px}.admin-main{padding:34px 32px 40px}.admin-top{padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:18px}.admin-command-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.admin-command-strip>div{padding:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff08,#ffffff04)}.admin-command-strip span{display:block;font-size:11px;letter-spacing:.18em;color:#81868f;text-transform:uppercase;font-weight:800}.admin-command-strip b{display:block;margin-top:8px;font:700 22px/1.3 var(--heading);color:#f5f4ef}.admin-command-strip small{display:block;margin-top:8px;font-size:13px;line-height:1.7;color:#989ca5}.admin-sidebar nav button{border-radius:14px}.admin-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-stat{border-radius:20px;min-height:120px}.admin-stat svg{color:var(--red)}.admin-two{display:grid;grid-template-columns:1fr 1fr}.admin-panel{border-radius:24px}.admin-panel>h2,.admin-form>h2{font-size:24px}.admin-table-wrap table{border-collapse:separate;border-spacing:0 10px}.admin-table-wrap tbody tr{background:#ffffff04}.admin-table-wrap td,.admin-table-wrap th{border-bottom:none}.admin-table-wrap tbody tr td:first-child{border-top-left-radius:14px;border-bottom-left-radius:14px}.admin-table-wrap tbody tr td:last-child{border-top-right-radius:14px;border-bottom-right-radius:14px}.admin-search,.admin-toolbar select{border-radius:16px}.review-button,.admin-table-wrap td button,.download-abstract,.modal-actions button,.judge-list-row-v35>button{border-radius:14px}.admin-modal,.judge-modal{border-radius:24px;background:linear-gradient(180deg,#0e1218,#0a0d12)}.modal-member{padding:12px 0;border-bottom:1px dashed rgba(255,255,255,.06)}.team-login-info-v35>p,.team-login-info-v35>div{border-radius:18px}@media(max-width:1250px){.dashboard-grid-v29{grid-template-columns:1fr 1fr}.team-dashboard-spotlight,.admin-two{grid-template-columns:1fr}.admin-command-strip,.admin-stats{grid-template-columns:1fr 1fr}}@media(max-width:980px){.registration-progress{position:relative;top:auto}.team-dashboard-spotlight-grid,.portal-overview-ribbon-expanded,.admin-command-strip{grid-template-columns:1fr 1fr}}@media(max-width:800px){.team-dashboard-v29 .container,.registration-page .container{width:calc(100% - 24px)}.team-dashboard-spotlight,.team-dashboard-spotlight-grid,.portal-overview-ribbon-expanded,.admin-command-strip,.admin-stats,.dashboard-grid-v29,.admin-two{grid-template-columns:1fr}.admin-main{padding:20px 14px 26px}.team-dashboard-spotlight{padding:20px}}@media(min-width:1100px){.registration-page{padding:104px 0 54px}.registration-page .container{width:min(1320px,calc(100% - 42px))}.registration-heading{max-width:820px;margin:0 auto 14px}.registration-heading span{padding:7px 12px;font-size:9px}.registration-heading h1{margin:12px 0 8px;font-size:clamp(36px,3.5vw,54px);line-height:1}.registration-heading p{max-width:720px;font-size:13px;line-height:1.65}.registration-note-bar{max-width:1180px;gap:10px;margin-bottom:10px}.registration-note-bar>div{padding:10px 13px;gap:9px}.registration-note-bar span{font-size:11px;line-height:1.45}.registration-note-bar svg{width:14px;height:14px}.registration-hero-strip{max-width:1180px;padding:7px;gap:7px;margin-bottom:12px;border-radius:18px}.registration-hero-strip>div{min-height:64px;padding:12px 14px;border-radius:12px}.registration-hero-strip span{font-size:8px}.registration-hero-strip b{margin-top:5px;font-size:13px;line-height:1.3}.registration-progress{max-width:1180px;margin-bottom:12px;padding:10px 14px;border-radius:16px;top:78px}.registration-progress>div span{width:30px;height:30px;font-size:10px}.registration-progress>div b{font-size:10px;letter-spacing:.1em}.registration-shell{max-width:1180px;min-height:auto;grid-template-columns:250px 1fr;border-radius:20px}.registration-sidebar{padding:22px 20px}.registration-x{font-size:62px;margin-bottom:16px}.registration-sidebar small{font-size:9px;margin-bottom:10px}.registration-sidebar h2{margin-bottom:8px;font-size:27px;line-height:1.04}.registration-sidebar p{margin-bottom:14px;font-size:12px;line-height:1.65}.sidebar-guide-list{gap:7px;margin-bottom:14px}.sidebar-guide-list>div{padding:8px 9px;gap:8px}.sidebar-guide-list i{width:7px;height:7px;margin-top:5px}.sidebar-guide-list span{font-size:10px;line-height:1.45}.side-progress{height:4px}.registration-form{padding:22px 24px 18px;gap:12px 14px;min-height:0}.form-header{gap:12px;padding-bottom:10px;margin-bottom:0}.form-header svg{width:22px;height:22px}.form-header span{font-size:8px;margin-bottom:4px}.form-header h2{font-size:clamp(28px,2.5vw,40px);line-height:1}.step-guide{gap:11px;padding:10px 12px;border-radius:12px}.step-guide-icon{width:34px;height:34px;border-radius:10px}.step-guide strong{font-size:12px;margin-bottom:3px}.step-guide p{font-size:10px;line-height:1.5}.registration-showcase{gap:8px}.registration-showcase>div{padding:11px 12px;border-radius:12px}.registration-showcase span{font-size:8px}.registration-showcase b{margin-top:5px;font-size:11px;line-height:1.4}.form-field{gap:6px}.form-field label{margin-bottom:0;font-size:10px}.form-field input,.form-field select,.form-field textarea{min-height:46px;padding:11px 13px;border-radius:12px;font-size:13px}.form-field textarea{min-height:94px}.team-size-options{gap:9px}.team-size-options button{min-height:74px;border-radius:14px;gap:4px}.team-size-options button strong{font-size:34px}.team-size-options button span{font-size:9px}.member-stack{gap:10px}.member-panel{padding:14px 16px;border-radius:15px}.member-panel-head{gap:11px;margin-bottom:11px;padding-bottom:9px}.member-no{width:38px;height:38px;border-radius:10px;font-size:10px}.member-panel-head span{font-size:8px}.member-panel-head h3{font-size:15px}.member-status{padding:7px 9px;font-size:8px}.member-fields{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px 10px}.field-ok,.field-error{margin-top:4px;font-size:9px}.tech-entry input,.tech-entry button{min-height:46px}.abstract-upload{min-height:250px;border-radius:16px}.upload-orbit{width:66px;height:66px}.abstract-upload span{font-size:9px}.abstract-upload h3{font-size:20px}.abstract-upload p{font-size:12px}.review-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.review-grid>div,.review-members>div{padding:12px;border-radius:12px}.review-grid span,.review-members span{font-size:8px}.review-grid b,.review-members b{font-size:13px}.review-members small{font-size:10px}.agreement-note{padding:12px 14px;border-radius:12px}.agreement-note p{font-size:11px;line-height:1.55}.registration-actions{padding:12px 16px 14px}.registration-actions button{min-height:44px;padding:0 16px;border-radius:12px;font-size:11px}.registration-actions .next{min-width:180px}}@media(min-width:1440px)and (min-height:800px){.registration-page{padding-top:94px}.registration-heading{margin-bottom:10px}.registration-note-bar{margin-bottom:8px}.registration-hero-strip,.registration-progress{margin-bottom:10px}}.registration-page{min-height:100vh;padding:104px 0 54px;background:radial-gradient(circle at 50% 0%,rgba(239,63,56,.075),transparent 26%),linear-gradient(180deg,#07090d,#090b10)}.registration-page .container{width:min(1360px,calc(100% - 42px))}.registration-heading-v40{max-width:900px;margin:0 auto 16px;text-align:center}.registration-heading-kicker{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.registration-heading-kicker>span,.registration-heading-kicker>b{font-size:10px;letter-spacing:.18em;font-weight:800}.registration-heading-kicker>span{color:#f4f1eb}.registration-heading-kicker>b{color:#6fd5a3}.registration-heading-kicker>i{width:4px;height:4px;border-radius:50%;background:var(--red)}.registration-heading-v40 h1{margin:12px 0 8px;font:700 clamp(38px,4.3vw,62px)/1 var(--heading);letter-spacing:-.055em}.registration-heading-v40 p{margin:0 auto;max-width:700px;font-size:14px;line-height:1.65;color:#92969f}.registration-heading-meta{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:14px}.registration-heading-meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.075);background:#ffffff05;font-size:9px;letter-spacing:.12em;color:#858a93}.registration-progress-v40{position:static;max-width:1120px;margin:0 auto 12px;padding:9px 12px;border-radius:14px;background:#0b0e13}.registration-progress-v40>div span{width:28px;height:28px;font-size:9px}.registration-progress-v40>div b{font-size:10px;letter-spacing:.08em}.registration-progress-v40>div i{top:14px}.registration-shell{max-width:1120px;grid-template-columns:235px 1fr;border-radius:18px;min-height:0}.registration-sidebar{padding:18px 18px 16px}.registration-x{font-size:56px;margin-bottom:14px}.registration-sidebar small{font-size:8px;margin-bottom:9px}.registration-sidebar h2{font-size:24px;line-height:1.05;margin-bottom:8px}.registration-sidebar p{font-size:11px;line-height:1.55;margin-bottom:12px}.sidebar-guide-list{gap:6px;margin-bottom:12px}.sidebar-guide-list>div{padding:7px 8px;gap:7px}.sidebar-guide-list span{font-size:9px;line-height:1.4}.sidebar-guide-list i{width:6px;height:6px;margin-top:4px}.side-progress{height:3px}.registration-form{padding:18px 20px 14px;gap:10px 12px;min-height:0}.form-header{padding-bottom:9px;margin-bottom:0;gap:10px}.form-header svg{width:20px;height:20px}.form-header span{font-size:8px;margin-bottom:3px}.form-header h2{font-size:clamp(26px,2.2vw,36px)}.step-guide{padding:9px 11px;gap:10px;border-radius:11px;margin-bottom:0}.step-guide-icon{width:32px;height:32px;border-radius:9px}.step-guide strong{font-size:11px;margin-bottom:2px}.step-guide p{font-size:9px;line-height:1.45}.form-field{gap:5px}.form-field label{font-size:10px;margin-bottom:0}.form-field input,.form-field select,.form-field textarea{min-height:44px;padding:10px 12px;border-radius:10px;font-size:12px}.form-field textarea{min-height:82px}.team-size-options{gap:8px}.team-size-options button{min-height:70px;border-radius:12px}.team-size-options button strong{font-size:30px}.team-size-options button span{font-size:8px}.member-switcher-v40{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.member-switcher-v40 button{min-height:58px;padding:9px 10px;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;text-align:left;border:1px solid rgba(255,255,255,.08);background:#0a0d12;color:#a8adb5;border-radius:11px;transition:.18s ease}.member-switcher-v40 button:hover{border-color:#ffffff24}.member-switcher-v40 button.active{border-color:#ef3f3857;background:#ef3f3813;color:#fff}.member-switcher-v40 button.complete>i{color:#69d49f}.member-switcher-v40 button>span{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:8px;font-size:9px;color:var(--red);font-weight:800}.member-switcher-v40 button b{display:block;font-size:10px;line-height:1.2}.member-switcher-v40 button small{display:block;margin-top:3px;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#777d86}.member-switcher-v40 button>i{font-style:normal;display:grid;place-items:center;width:20px;height:20px}.member-panel-v40{padding:13px 14px;border-radius:13px}.member-panel-v40 .member-panel-head{margin-bottom:10px;padding-bottom:8px}.member-panel-v40 .member-no{width:34px;height:34px;border-radius:9px;font-size:9px}.member-panel-v40 .member-panel-head span{font-size:7px}.member-panel-v40 .member-panel-head h3{font-size:14px}.member-panel-v40 .member-status{padding:6px 8px;font-size:7px}.member-fields-v40{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 9px}.member-fields-v40 .form-field input,.member-fields-v40 .form-field select{min-height:42px;font-size:11px;padding:9px 10px}.field-ok,.field-error{font-size:8px;margin-top:3px}.member-panel-footer-v40{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding-top:9px;border-top:1px solid rgba(255,255,255,.06)}.member-panel-footer-v40>span{font-size:9px;color:#858a92}.member-panel-footer-v40 button{min-height:34px;padding:0 10px;border:1px solid rgba(239,63,56,.2);background:#ef3f3812;color:#fff;border-radius:9px;font-size:9px;font-weight:800;display:flex;align-items:center;gap:5px}.tech-entry input,.tech-entry button{min-height:42px}.tech-entry button{border-radius:10px;font-size:10px}.abstract-upload{min-height:220px;border-radius:14px}.upload-orbit{width:58px;height:58px}.abstract-upload span{font-size:8px}.abstract-upload h3{font-size:18px}.abstract-upload p{font-size:10px}.review-grid{gap:8px}.review-grid>div,.review-members>div{padding:10px;border-radius:10px}.review-grid span,.review-members span{font-size:7px}.review-grid b,.review-members b{font-size:12px}.review-members small{font-size:9px}.agreement-note{padding:10px 12px;border-radius:10px}.agreement-note p{font-size:10px;line-height:1.45}.registration-actions{padding:10px 14px 12px}.registration-actions button{min-height:40px;padding:0 14px;border-radius:10px;font-size:10px}.registration-actions .next{min-width:160px}@media(max-width:1180px){.registration-shell{grid-template-columns:1fr;max-width:980px}.registration-sidebar{display:grid;grid-template-columns:auto 1fr;column-gap:18px;align-items:start}.registration-x{grid-row:1/5;margin:0;font-size:64px}.registration-sidebar .sidebar-guide-list,.registration-sidebar .side-progress{grid-column:2}.member-fields-v40{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.registration-page{padding-top:88px}.registration-page .container{width:calc(100% - 22px)}.registration-heading-meta{display:none}.registration-progress-v40{overflow:auto}.registration-progress-v40>div b{display:none}.registration-sidebar{display:block}.registration-x{font-size:48px;margin-bottom:10px}.registration-form{grid-template-columns:1fr;padding:16px 14px 12px}.member-switcher-v40{grid-template-columns:1fr 1fr}.member-fields-v40{grid-template-columns:1fr}.registration-actions{position:sticky;bottom:0;z-index:5;background:#090b10f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.registration-page{padding:112px 0 58px}.registration-page .container{width:min(1480px,calc(100% - 44px))}.registration-heading-v40{max-width:980px;margin:0 auto 18px}.registration-heading-v40 h1{margin:14px 0 9px;font-size:clamp(46px,4.8vw,70px)}.registration-heading-v40 p{max-width:760px;font-size:15px;line-height:1.7}.registration-heading-meta{margin-top:16px;gap:10px}.registration-heading-meta span{padding:8px 11px;font-size:9.5px}.registration-progress-v40{max-width:1280px;margin:0 auto 14px;padding:11px 14px}.registration-progress-v40>div span{width:32px;height:32px;font-size:10px}.registration-progress-v40>div b{font-size:11px}.registration-progress-v40>div i{top:16px}.registration-shell{max-width:1280px;grid-template-columns:260px 1fr;border-radius:20px}.registration-sidebar{padding:22px 20px 18px}.registration-x{font-size:64px;margin-bottom:16px}.registration-sidebar small{font-size:9px;margin-bottom:10px}.registration-sidebar h2{font-size:28px;line-height:1.06;margin-bottom:10px}.registration-sidebar p{font-size:12px;line-height:1.6;margin-bottom:14px}.sidebar-guide-list{gap:7px;margin-bottom:14px}.sidebar-guide-list>div{padding:8px 9px;gap:8px}.sidebar-guide-list span{font-size:10px;line-height:1.45}.sidebar-guide-list i{width:7px;height:7px;margin-top:4px}.registration-form{padding:22px 24px 16px;gap:12px 14px}.form-header{gap:12px;padding-bottom:10px}.form-header svg{width:22px;height:22px}.form-header span{font-size:8.5px}.form-header h2{font-size:clamp(30px,2.6vw,42px)}.step-guide{padding:11px 13px;gap:11px;border-radius:12px}.step-guide-icon{width:36px;height:36px}.step-guide strong{font-size:12px}.step-guide p{font-size:10px;line-height:1.5}.form-field{gap:6px}.form-field label{font-size:11px;line-height:1.35}.form-field input,.form-field select,.form-field textarea{min-height:48px;padding:11px 13px;border-radius:11px;font-size:13px}.form-field textarea{min-height:92px}.team-size-options button{min-height:78px}.team-size-options button strong{font-size:34px}.team-size-options button span{font-size:9px}.member-pager-v41{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid rgba(255,255,255,.08);background:#0a0d12;border-radius:12px}.member-pager-v41>div:first-child span{display:block;font-size:8px;letter-spacing:.18em;color:#787d86;font-weight:800}.member-pager-v41>div:first-child b{display:block;margin-top:4px;font-size:14px;color:#f5f4ef}.member-pager-buttons-v41{display:flex;gap:8px}.member-pager-buttons-v41 button{min-width:70px;min-height:34px;padding:0 10px;border:1px solid rgba(255,255,255,.08);background:#080b10;color:#8e939c;border-radius:9px;font-size:9px;font-weight:800;letter-spacing:.08em}.member-pager-buttons-v41 button.active{color:#fff;border-color:#ef3f3857;background:#ef3f3817}.member-pair-grid-v41{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.member-panel-v41{padding:15px;border-radius:14px;background:linear-gradient(180deg,#ffffff06,#ffffff03);border:1px solid rgba(255,255,255,.08);transition:border-color .2s ease,transform .2s ease,background .2s ease}.member-panel-v41:hover{border-color:#ffffff21}.member-panel-v41.complete{border-color:#65d69c29;background:linear-gradient(180deg,#65d69c09,#ffffff03)}.member-panel-v41 .member-panel-head{margin-bottom:12px;padding-bottom:10px}.member-panel-v41 .member-no{width:38px;height:38px;border-radius:10px;font-size:10px}.member-panel-v41 .member-panel-head span{font-size:7.5px}.member-panel-v41 .member-panel-head h3{font-size:15px;margin-top:3px}.member-panel-v41 .member-status{padding:7px 9px;font-size:7.5px}.member-fields-v41{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 10px}.member-fields-v41 .form-field input,.member-fields-v41 .form-field select{min-height:44px;padding:9px 10px;font-size:11.5px}.member-fields-v41 .form-field label{font-size:9.5px}.field-ok,.field-error{font-size:8.5px;margin-top:4px}.member-group-nav-v41{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 13px;border-top:1px solid rgba(255,255,255,.06)}.member-group-nav-v41>div span{display:block;font:700 18px/1 var(--heading);color:#f4f3ef}.member-group-nav-v41>div p{margin:4px 0 0;font-size:9px;color:#7e838d}.member-group-nav-v41 button{min-height:38px;padding:0 12px;border:1px solid rgba(239,63,56,.18);background:#ef3f3813;color:#fff;border-radius:9px;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:800}.member-group-nav-v41 button.secondary{border-color:#ffffff14;background:#090c11;color:#bbbfc6}.registration-actions{padding:11px 16px 13px}.registration-actions button{min-height:42px;font-size:10.5px}.registration-actions .next{min-width:175px}@media(max-width:1180px){.registration-shell{max-width:1120px;grid-template-columns:235px 1fr}.registration-sidebar h2{font-size:25px}.member-pair-grid-v41{grid-template-columns:1fr}.member-fields-v41{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.registration-shell{grid-template-columns:1fr}.registration-sidebar{display:grid;grid-template-columns:auto 1fr;column-gap:18px;align-items:start}.registration-x{grid-row:1/5;margin:0;font-size:60px}.registration-sidebar .sidebar-guide-list,.registration-sidebar .side-progress{grid-column:2}.member-fields-v41{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.registration-page{padding-top:88px}.registration-page .container{width:calc(100% - 22px)}.registration-heading-meta{display:none}.registration-progress-v40{overflow:auto}.registration-progress-v40>div b{display:none}.registration-sidebar{display:block}.registration-x{font-size:50px;margin-bottom:10px}.registration-form{grid-template-columns:1fr;padding:17px 15px 12px}.member-pager-v41{align-items:flex-start;flex-direction:column}.member-pair-grid-v41,.member-fields-v41{grid-template-columns:1fr}.member-group-nav-v41{align-items:flex-start;flex-direction:column}.registration-actions{position:sticky;bottom:0;z-index:5;background:#090b10f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.member-overview-strip-v42{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.member-overview-strip-v42>div{padding:16px 18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff06,#ffffff03);border-radius:18px}.member-overview-strip-v42 span{display:block;font-size:11px;letter-spacing:.18em;color:#8d929b;font-weight:800}.member-overview-strip-v42 b{display:block;margin-top:8px;font:700 18px/1.4 var(--heading);color:#f3f1eb}.member-all-grid-v42{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.member-panel-v41{height:100%}.member-fields-v41{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.member-fields-v41 .form-field{margin:0}@media(max-width:980px){.member-all-grid-v42,.member-overview-strip-v42{grid-template-columns:1fr}}.member-fields-v41{align-items:start}.member-fields-v41 .form-field{align-self:start;align-content:start;grid-auto-rows:max-content;min-width:0}.member-fields-v41 .form-field input,.member-fields-v41 .form-field select{height:44px;min-height:44px;max-height:44px;flex:none}.member-fields-v41 .field-ok,.member-fields-v41 .field-error{min-height:13px;line-height:13px}@media(max-width:820px){html,body,#root{max-width:100%;overflow-x:hidden}body{font-size:15px;-webkit-text-size-adjust:100%}button,a,input,select,textarea{touch-action:manipulation}button,a{-webkit-tap-highlight-color:transparent}.container{width:calc(100% - 28px)!important;max-width:none!important}.event-header{height:64px!important;background:#040507f5!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.event-header-inner{width:calc(100% - 24px)!important;height:64px!important;gap:8px!important;display:flex!important}.event-brand{gap:9px!important;min-width:0!important;flex:1 1 auto!important}.event-crest{width:38px!important;height:38px!important;flex:0 0 38px!important}.event-brand-copy{min-width:0!important;gap:2px!important}.event-brand-copy strong{font-size:10px!important;letter-spacing:.085em!important;white-space:nowrap}.event-brand-copy small{display:block!important;font-size:5.7px!important;letter-spacing:.1em!important;white-space:nowrap}.event-live-center-v11{display:none!important}.event-header-actions{gap:6px!important;flex:0 0 auto!important}.event-team-link{display:none!important}.event-register-link{height:38px!important;min-width:38px!important;width:38px!important;padding:0!important;border-radius:10px!important;justify-content:center!important}.event-register-link span{display:none!important}.event-register-link svg{width:16px!important;height:16px!important}.event-menu-trigger{height:38px!important;width:40px!important;padding:0!important;border-radius:10px!important;justify-content:center!important}.event-menu-trigger span{display:none!important}.event-index-backdrop{padding-top:64px!important;background:#000000b8!important}.event-index-panel{width:100%!important;height:calc(100dvh - 64px)!important;padding:20px 16px 28px!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.08)!important;box-shadow:0 -24px 70px #0000008c!important}.event-index-top{gap:14px!important;padding-bottom:16px!important}.event-index-top h2{font-size:32px!important;line-height:1!important;margin-top:5px!important}.event-index-top p{font-size:12px!important;line-height:1.55!important;margin-top:8px!important}.event-index-top>button{width:42px!important;height:42px!important;flex:0 0 42px!important}.event-index-grid{grid-template-columns:1fr!important;gap:18px!important;padding:18px 0!important}.event-index-main{gap:7px!important}.event-index-main>a{min-height:62px!important;padding:11px 12px!important;border-radius:12px!important}.event-index-main>a>span{font-size:9px!important}.event-index-main b{font-size:13px!important}.event-index-main small{font-size:9px!important;margin-top:3px!important}.event-index-portals{gap:7px!important}.event-index-portals>a{min-height:48px!important;padding:0 12px!important;border-radius:11px!important}.event-index-team{padding:13px!important;min-height:62px!important}.event-index-bottom{gap:12px!important;padding-top:18px!important;flex-direction:column!important;align-items:stretch!important}.event-index-bottom>div{font-size:9px!important;justify-content:center!important}.event-index-bottom>a{min-height:48px!important;justify-content:center!important;border-radius:11px!important}.event-hero.hero-v16{padding-top:64px!important;min-height:auto!important}.hero-v16-shell{width:calc(100% - 28px)!important;min-height:calc(100svh - 64px)!important;height:auto!important;padding:30px 0 34px!important;justify-content:center!important}.hero-v16-grid{grid-template-columns:1fr!important;gap:18px!important}.hero-v16-copy{max-width:100%!important;text-align:left!important;align-items:flex-start!important}.hero-v16-edition{font-size:9px!important;letter-spacing:.18em!important;margin-bottom:12px!important}.hero-v17-department{font-size:10px!important;line-height:1.45!important;letter-spacing:.08em!important;margin-bottom:10px!important}.hero-v16-title{width:100%!important;margin-top:8px!important}.hero-v16-title>span{font-size:clamp(34px,10vw,48px)!important;line-height:.96!important;letter-spacing:.1em!important}.hero-v16-title>strong{font-size:clamp(78px,24vw,116px)!important;line-height:.78!important;letter-spacing:-.04em!important;margin-top:5px!important}.hero-v16-tagline{font-size:13px!important;line-height:1.6!important;max-width:31ch!important;margin-top:18px!important}.hero-v16-actions{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin-top:22px!important}.hero-v16-primary,.hero-v16-secondary{min-height:48px!important;padding:0 12px!important;justify-content:center!important;font-size:9px!important;border-radius:11px!important}.hero-v16-facts{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:18px!important}.hero-v16-metric,.hero-v14-metric{min-height:78px!important;padding:12px!important;border-radius:12px!important}.hero-v16-metric b,.hero-v14-metric b{font-size:19px!important}.hero-v16-metric span,.hero-v14-metric span{font-size:7px!important;line-height:1.35!important}.hero-v16-x,.hero-v16-orbit,.hero-v16-orbit-a,.hero-v16-orbit-b,.hero-v16-halo,.hero-v16-beam{opacity:.24!important;pointer-events:none!important}.hero-v16-scroll{display:none!important}.premium-section,.event-start-section,.event-domains-section,.event-categories-section,.submission-section,.event-flow-section,.judging-section,.rules-preview-section,.event-awards-preview,.event-final-cta{padding:62px 0!important}.event-section-heading,.center-heading,.domain-heading-v23,.awards-v28-heading{margin-bottom:24px!important;text-align:left!important}.event-section-heading h2,.center-heading h2,.domain-heading-v23 h2,.awards-v28-heading h2,.split-heading{font-size:clamp(30px,9vw,42px)!important;line-height:1.04!important;letter-spacing:-.04em!important}.event-section-heading p,.center-heading p,.domain-heading-v23 p,.domain-heading-note{font-size:12px!important;line-height:1.7!important;max-width:100%!important}.red-kicker,.page-kicker{font-size:9px!important;letter-spacing:.18em!important}.event-brief-layout,.submission-layout,.rules-preview-layout{grid-template-columns:1fr!important;gap:16px!important}.event-brief-lead{padding:22px 18px!important}.event-brief-lead h2{font-size:32px!important}.event-brief-lead p{font-size:13px!important;line-height:1.75!important}.event-live-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.event-live-stats>div,.info-cell{min-height:86px!important;padding:13px!important}.event-domain-grid-v23,.mode-deck-v24,.entry-steps-grid,.rubric-grid,.awards-v28-grid,.award-preview{grid-template-columns:1fr!important;gap:12px!important}.event-domain-card-v23,.mode-panel-v24,.entry-step-card,.rubric-card,.award-v28-card{min-height:0!important;height:auto!important;border-radius:16px!important}.event-domain-card-v23{padding:18px!important}.domain-card-body-v23 h3{font-size:23px!important;line-height:1.12!important}.domain-card-body-v23 p{font-size:12px!important;line-height:1.7!important}.domain-card-tags-v23{gap:6px!important;flex-wrap:wrap!important}.domain-card-tags-v23 span{font-size:8px!important;padding:7px 9px!important}.mode-panel-v24{padding:20px 18px!important}.mode-head-v24{align-items:flex-start!important;gap:12px!important}.mode-copy-v24 h3{font-size:27px!important}.mode-copy-v24 p{font-size:12px!important;line-height:1.7!important}.mode-deliverables-v24{grid-template-columns:1fr!important;gap:7px!important}.mode-deliverables-v24>div{min-height:44px!important}.entry-step-card{padding:18px!important}.entry-step-card h3{font-size:18px!important}.entry-step-card p{font-size:12px!important;line-height:1.65!important}.submission-console{padding:18px!important;border-radius:16px!important}.submission-console-head{align-items:flex-start!important;gap:12px!important}.submission-copy h3{font-size:26px!important}.submission-copy p{font-size:12px!important;line-height:1.7!important}.submission-items{grid-template-columns:1fr!important;gap:8px!important}.submission-items>div{min-height:44px!important;padding:10px 12px!important}.flow-track-v25,.presentation-timeline-v25{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.flow-stage-v25{min-height:0!important;padding:17px!important;border-radius:14px!important}.flow-stage-top{gap:10px!important}.flow-stage-copy h3{font-size:18px!important}.flow-stage-copy p{font-size:11px!important;line-height:1.6!important}.presentation-console-v25{padding:18px!important;border-radius:16px!important}.time-segments-v25{grid-template-columns:1fr!important;gap:8px!important}.time-segment-v25{min-height:68px!important;padding:12px 14px!important}.rubric-card{padding:18px!important}.rubric-head{align-items:flex-start!important;gap:12px!important}.rubric-head-copy h3{font-size:22px!important}.rubric-list>div{grid-template-columns:1fr auto!important;gap:10px!important;padding:10px 0!important}.rubric-list span{font-size:11px!important;line-height:1.45!important}.rubric-score-badge{font-size:10px!important;min-width:38px!important}.rule-chip-grid{grid-template-columns:1fr!important;gap:8px!important}.rule-chip{min-height:52px!important;padding:12px 14px!important;font-size:11px!important}.awards-v28-section{padding:62px 0!important}.award-v28-card{padding:19px!important}.award-v28-copy h3{font-size:24px!important}.award-v28-copy p{font-size:11px!important;line-height:1.65!important}.awards-v28-certificate{grid-template-columns:auto 1fr!important;gap:12px!important;padding:17px!important}.awards-v28-certificate-link{grid-column:1/-1!important;width:100%!important;justify-content:center!important;min-height:46px!important}.event-final-grid{grid-template-columns:1fr!important;gap:22px!important}.event-final-cta h2{font-size:36px!important;line-height:1.02!important}.event-final-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:9px!important}.event-final-actions a{width:100%!important;justify-content:center!important;min-height:50px!important}.event-footer{padding:26px 16px!important;display:grid!important;grid-template-columns:1fr!important;gap:14px!important;text-align:center!important}.footer-wordmark,.footer-right{align-items:center!important;text-align:center!important}.footer-wordmark strong{font-size:13px!important}.footer-wordmark span,.footer-right span,.footer-right strong{font-size:8px!important}.event-footer-center{display:flex!important;justify-content:center!important;flex-wrap:wrap!important}.subpage{padding-top:64px!important}.subpage-hero{padding:54px 0 32px!important}.subpage-hero h1{font-size:clamp(36px,11vw,50px)!important;line-height:1!important}.subpage-hero p{font-size:12px!important;line-height:1.7!important}.rules-content,.awards-page-content,.results-content{padding:28px 0 64px!important}.rules-shell,.rules-summary-card,.award-stage,.winner-grid{grid-template-columns:1fr!important}.rule-item,.clarification-card,.award-tile,.winner-card,.empty-panel{padding:18px!important;border-radius:14px!important}.rule-item h3,.award-tile h3,.winner-card h3{font-size:19px!important}.rule-item p,.clarification-card p,.award-tile p,.winner-card p{font-size:12px!important;line-height:1.7!important}.auth-screen,.admin-login-screen{min-height:100dvh!important;padding:84px 14px 28px!important;align-items:flex-start!important}.auth-panel{width:100%!important;max-width:520px!important;padding:24px 18px!important;border-radius:18px!important;margin:0 auto!important}.auth-icon{width:54px!important;height:54px!important}.auth-kicker{font-size:9px!important;letter-spacing:.18em!important}.auth-panel h1{font-size:34px!important;line-height:1.05!important;margin:10px 0 12px!important}.auth-panel>p{font-size:12px!important;line-height:1.65!important}.auth-panel label{margin-top:16px!important}.auth-panel label>span{font-size:11px!important;margin-bottom:7px!important}.auth-panel input{min-height:50px!important;height:50px!important;padding:0 14px!important;font-size:14px!important;border-radius:10px!important}.auth-submit{min-height:50px!important;margin-top:18px!important;border-radius:10px!important;font-size:13px!important}.auth-helper{padding:13px!important;font-size:10px!important;line-height:1.55!important}.registration-page{padding:82px 0 34px!important}.registration-page .container{width:calc(100% - 20px)!important}.registration-heading-v40{text-align:left!important;margin:0 4px 16px!important}.registration-heading-kicker{font-size:8px!important;gap:7px!important;flex-wrap:wrap!important}.registration-heading-v40 h1{font-size:38px!important;line-height:1!important;margin:12px 0 9px!important}.registration-heading-v40 p{font-size:12px!important;line-height:1.65!important}.registration-heading-meta{display:none!important}.registration-progress-v40{margin:0 0 10px!important;padding:8px!important;overflow:visible!important;border-radius:14px!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important}.registration-progress-v40>div{min-width:0!important;justify-content:center!important}.registration-progress-v40>div span{width:30px!important;height:30px!important;margin:0 auto!important}.registration-progress-v40>div b{display:none!important}.registration-progress-v40>div i{display:none!important}.registration-shell{grid-template-columns:1fr!important;border-radius:16px!important;overflow:visible!important}.registration-sidebar{display:none!important}.registration-form{grid-template-columns:1fr!important;padding:17px 13px 12px!important;gap:12px!important}.form-header{gap:10px!important;padding-bottom:10px!important}.form-header svg{width:20px!important;height:20px!important}.form-header h2{font-size:29px!important;line-height:1.05!important}.step-guide{padding:12px!important;border-radius:12px!important}.step-guide-icon{width:34px!important;height:34px!important;flex:0 0 34px!important}.step-guide strong{font-size:11px!important}.step-guide p{font-size:10px!important;line-height:1.55!important}.form-field label{font-size:11px!important;margin-bottom:1px!important}.form-field input,.form-field select,.form-field textarea{width:100%!important;min-height:50px!important;height:auto!important;max-height:none!important;padding:12px 13px!important;font-size:14px!important;border-radius:11px!important}.form-field textarea{min-height:108px!important;resize:vertical!important}.team-size-options{grid-template-columns:1fr 1fr!important;gap:9px!important}.team-size-options button{min-height:72px!important;border-radius:12px!important}.team-size-options button strong{font-size:29px!important}.member-overview-strip-v42{grid-template-columns:1fr!important;gap:8px!important;margin-bottom:4px!important}.member-overview-strip-v42>div{padding:12px 13px!important;border-radius:12px!important}.member-overview-strip-v42 span{font-size:8px!important}.member-overview-strip-v42 b{font-size:13px!important;margin-top:5px!important}.member-all-grid-v42{grid-template-columns:1fr!important;gap:12px!important}.member-panel-v41{padding:14px 12px!important;border-radius:14px!important}.member-panel-v41 .member-panel-head{display:grid!important;grid-template-columns:38px 1fr auto!important;gap:9px!important;align-items:center!important;margin-bottom:13px!important}.member-panel-v41 .member-no{width:38px!important;height:38px!important}.member-panel-v41 .member-panel-head h3{font-size:15px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.member-panel-v41 .member-status{padding:6px 7px!important;font-size:7px!important}.member-fields-v41{grid-template-columns:1fr!important;gap:11px!important}.member-fields-v41 .form-field input,.member-fields-v41 .form-field select{height:50px!important;min-height:50px!important;max-height:50px!important;padding:0 13px!important;font-size:13px!important}.field-ok,.field-error{font-size:9px!important;min-height:auto!important;line-height:1.4!important}.tech-entry{grid-template-columns:1fr!important;gap:8px!important}.tech-entry button{min-height:46px!important;justify-content:center!important}.abstract-upload{min-height:230px!important;padding:26px 16px!important;border-radius:14px!important}.abstract-upload h3{font-size:18px!important;text-align:center!important;overflow-wrap:anywhere!important}.review-grid{grid-template-columns:1fr!important;gap:8px!important}.review-grid>div,.review-members>div{padding:13px!important}.agreement-note{padding:13px!important;gap:10px!important}.agreement-note p{font-size:11px!important;line-height:1.6!important}.registration-actions{position:sticky!important;bottom:0!important;z-index:30!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;gap:8px!important;background:#07090df5!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;border-radius:0 0 16px 16px!important}.registration-actions button{min-height:48px!important;padding:0 14px!important;font-size:11px!important;border-radius:10px!important;flex:1 1 0!important;justify-content:center!important}.registration-actions .next{min-width:0!important;margin-left:0!important}.dashboard-screen{padding:84px 0 54px!important}.dashboard-screen .container{width:calc(100% - 24px)!important}.dashboard-head{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin-bottom:16px!important;padding-bottom:17px!important}.dashboard-head>div:first-child span{font-size:9px!important;margin-bottom:7px!important}.dashboard-head h1{font-size:36px!important;line-height:1!important}.dashboard-head p{font-size:12px!important;line-height:1.65!important;margin-top:10px!important}.dashboard-head-actions{width:100%!important;display:grid!important;grid-template-columns:1fr!important}.dashboard-head-actions button{width:100%!important;min-height:48px!important;justify-content:center!important;border-radius:11px!important}.team-dashboard-spotlight{padding:18px!important;border-radius:16px!important;grid-template-columns:1fr!important;gap:14px!important}.team-dashboard-spotlight-copy h2{font-size:27px!important;line-height:1.05!important}.team-dashboard-spotlight-copy p{font-size:12px!important;line-height:1.65!important}.team-dashboard-spotlight-grid{grid-template-columns:1fr!important;gap:8px!important}.team-dashboard-spotlight-grid>div{padding:13px!important;border-radius:10px!important}.team-dashboard-spotlight-grid span{font-size:8px!important}.team-dashboard-spotlight-grid b{font-size:13px!important;margin-top:5px!important;line-height:1.45!important}.portal-overview-ribbon-expanded,.portal-overview-ribbon,.team-event-strip-v29{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.portal-overview-ribbon>div,.team-event-strip-v29>div{min-height:82px!important;padding:13px!important;border-radius:11px!important}.portal-overview-ribbon span,.team-event-strip-v29 span{font-size:8px!important}.portal-overview-ribbon b{font-size:13px!important;margin-top:6px!important}.team-event-strip-v29 b{font-size:17px!important;margin-top:7px!important}.team-journey-v29{grid-template-columns:1fr!important;gap:7px!important;margin:12px 0 16px!important}.team-journey-v29>div{min-height:62px!important;padding:12px!important;border-radius:10px!important}.team-journey-v29 i{width:32px!important;height:32px!important}.team-journey-v29 span{font-size:10px!important}.organizer-message{padding:14px!important;font-size:11px!important;line-height:1.65!important;border-radius:12px!important}.dashboard-grid-v29,.team-bottom-grid-v29{grid-template-columns:1fr!important;gap:12px!important}.dashboard-card{padding:17px!important;border-radius:14px!important}.dashboard-card-title span{font-size:13px!important}.team-member-row{padding:12px 0!important;gap:10px!important}.team-member-row b{font-size:14px!important}.team-member-row small{font-size:10px!important;line-height:1.55!important}.info-row{padding:11px 0!important}.info-row span{font-size:8px!important}.info-row b{font-size:13px!important;line-height:1.5!important;margin-top:5px!important}.team-upload-v29 input[type=file]{width:100%!important;padding:11px!important;font-size:10px!important}.team-upload-v29 button{min-height:48px!important;width:100%!important;border-radius:10px!important}.certificate-row-v29{align-items:stretch!important;flex-direction:column!important;gap:10px!important}.certificate-row-v29 button{width:100%!important;min-height:46px!important}.admin-screen{display:block!important;min-height:100dvh!important}.admin-sidebar{position:sticky!important;top:0!important;z-index:80!important;height:auto!important;padding:10px 12px!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;background:#05070af7!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}.admin-logo{padding:0 0 9px!important;gap:9px!important}.admin-logo span{width:38px!important;height:38px!important;font-size:11px!important}.admin-logo b{font-size:13px!important}.admin-logo small{font-size:7px!important}.admin-sidebar nav{display:flex!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;scrollbar-width:none!important;gap:6px!important;margin:0!important;padding-bottom:1px!important}.admin-sidebar nav::-webkit-scrollbar{display:none!important}.admin-sidebar nav button{flex:0 0 auto!important;white-space:nowrap!important;padding:10px 12px!important;font-size:10px!important;border-radius:10px!important}.admin-logout{position:absolute!important;right:12px!important;top:10px!important;width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;font-size:0!important;display:grid!important;place-items:center!important;border-radius:10px!important}.admin-logout svg{width:16px!important;height:16px!important}.admin-main{padding:20px 12px 48px!important}.admin-top{align-items:flex-start!important;margin-bottom:14px!important;gap:12px!important}.admin-top span{font-size:9px!important;margin-bottom:6px!important}.admin-top h1{font-size:34px!important;line-height:1!important}.admin-top>button{width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:10px!important}.admin-banner{grid-template-columns:1fr!important;padding:16px!important;gap:14px!important;border-radius:14px!important}.admin-banner h2{font-size:23px!important}.admin-banner p{font-size:11px!important;line-height:1.65!important}.admin-banner-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.admin-banner-grid>div{padding:11px 8px!important;text-align:center!important;border-radius:9px!important}.admin-banner-grid span{font-size:7px!important;letter-spacing:.08em!important}.admin-banner-grid b{font-size:18px!important;margin-top:5px!important}.admin-command-strip,.admin-stats,.admin-two,.settings-grid,.judge-admin-layout-v35{grid-template-columns:1fr!important;gap:10px!important}.admin-stat{padding:16px!important;border-radius:12px!important}.admin-stat b{font-size:24px!important}.admin-stat span{font-size:10px!important}.admin-panel{padding:15px!important;border-radius:14px!important;margin-top:10px!important;overflow:hidden!important}.admin-panel>h2,.admin-form>h2{font-size:19px!important;margin-bottom:13px!important}.admin-toolbar{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.admin-search{width:100%!important}.admin-search input,.admin-field input,.admin-field select,.admin-field textarea{min-height:48px!important;font-size:13px!important;border-radius:10px!important}.admin-primary,.review-button,.approve,.reject,.changes{min-height:46px!important;border-radius:10px!important}.admin-table-wrap{overflow-x:auto!important;margin:0 -15px!important;padding:0 15px!important;scrollbar-width:thin!important}.admin-table-wrap table{min-width:760px!important}.admin-table-wrap th{font-size:8px!important;white-space:nowrap!important}.admin-table-wrap td{font-size:10px!important}.judge-create-form-v35{padding:14px!important;border-radius:12px!important}.judge-list-row-v35{grid-template-columns:1fr!important;gap:9px!important;padding:13px!important;border-radius:12px!important}.leader-row{grid-template-columns:34px 1fr!important;gap:8px!important}.leader-score,.leader-row select{grid-column:2!important}.admin-modal{width:calc(100% - 20px)!important;max-height:calc(100dvh - 24px)!important;padding:18px 14px!important;border-radius:16px!important;overflow-y:auto!important}.modal-member{grid-template-columns:1fr!important;gap:7px!important;padding:12px!important}.modal-actions{grid-template-columns:1fr!important;gap:8px!important}.judge-screen-v29{padding:28px 0 54px!important}.judge-screen-v29 .container{width:calc(100% - 24px)!important}.judge-head-v29{display:grid!important;grid-template-columns:1fr!important;gap:13px!important;padding:14px 0 18px!important}.judge-head h1{font-size:34px!important;line-height:1!important}.judge-head p{font-size:11px!important;line-height:1.6!important}.judge-head button{width:100%!important;min-height:46px!important;justify-content:center!important;border-radius:10px!important}.judge-stats-v29{grid-template-columns:repeat(2,minmax(0,1fr))!important;border-radius:14px!important;overflow:hidden!important}.judge-stats-v29>div{min-height:78px!important;padding:13px!important}.judge-grid-v29{grid-template-columns:1fr!important;gap:11px!important}.judge-card-v29{min-height:0!important;padding:16px!important;border-radius:14px!important}.judge-card-v29 h3{font-size:19px!important}.judge-card-meta-v29{grid-template-columns:1fr!important;gap:7px!important}.head-judge-panel-v29{padding:16px!important;border-radius:14px!important}.head-judge-numbers,.head-judge-preview{grid-template-columns:1fr!important}.judge-modal{padding:8px!important;align-items:flex-end!important}.judge-modal-v29{width:100%!important;max-height:calc(100dvh - 16px)!important;border-radius:18px 18px 0 0!important;padding:20px 14px calc(20px + env(safe-area-inset-bottom))!important}.judge-modal-head-v29{flex-direction:column!important;gap:12px!important}.judge-modal-head-v29 h2{font-size:30px!important}.judge-detail-grid-v29,.judge-project-v29,.score-grid-v29,.judge-submit-actions-v29{grid-template-columns:1fr!important;gap:9px!important}.score-grid-v29 input,.remarks-field textarea{font-size:16px!important}.judge-submit-actions-v29 button{min-height:48px!important}.live-board-hero{padding:92px 0 28px!important}.live-board-hero-inner{flex-direction:column!important;align-items:flex-start!important;gap:14px!important}.live-board-hero h1{font-size:38px!important;line-height:1!important}.live-board-hero p{font-size:11px!important;line-height:1.6!important}.live-connection{min-height:38px!important;padding:0 11px!important}.live-board-summary{grid-template-columns:1fr!important;border-radius:14px!important;overflow:hidden!important}.live-board-summary>div{padding:14px!important}.live-board-content{padding:22px 0 54px!important}.live-board-table{border-radius:14px!important;overflow:hidden!important}.live-board-table-head{display:none!important}.live-board-row{grid-template-columns:42px 1fr!important;gap:8px 10px!important;padding:14px 12px!important;min-height:0!important}.live-rank{font-size:18px!important}.live-team b{font-size:14px!important}.live-team span{font-size:9px!important}.judge-progress,.live-score{grid-column:2!important;text-align:left!important}.live-score{font-size:18px!important;margin-top:2px!important}.certificate-page-v29{padding:88px 0 54px!important}.certificate-layout-v29{grid-template-columns:1fr!important;gap:12px!important}.certificate-verify-v29{padding:20px 16px!important;border-radius:15px!important}.certificate-verify-v29 h2{font-size:31px!important}.certificate-verify-v29>p{font-size:11px!important;line-height:1.65!important}.certificate-verify-v29 input,.certificate-verify-v29>button{height:50px!important;border-radius:10px!important}.verified-certificate-v29{padding:13px!important;border-radius:11px!important}}@media(max-width:430px){.container{width:calc(100% - 22px)!important}.event-brand-copy small{display:none!important}.event-brand-copy strong{font-size:9.5px!important}.hero-v16-title>span{font-size:34px!important}.hero-v16-title>strong{font-size:88px!important}.hero-v16-actions{grid-template-columns:1fr!important}.hero-v16-facts,.event-live-stats,.portal-overview-ribbon-expanded,.portal-overview-ribbon,.team-event-strip-v29{grid-template-columns:1fr 1fr!important}.admin-banner-grid{grid-template-columns:1fr 1fr 1fr!important}.admin-banner-grid span{font-size:6.5px!important}.judge-stats-v29{grid-template-columns:1fr 1fr!important}.registration-actions .back{max-width:110px!important}}@media(max-width:820px){:root{--m-edge:16px;--m-card:16px;--m-line:rgba(255,255,255,.085);--m-soft:#111318;--m-text:#f3f1ed;--m-muted:#a1a5ae;--m-red:#ef4944}html{scroll-behavior:smooth}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{font-size:15px!important;line-height:1.55!important;-webkit-text-size-adjust:100%;background:#050608!important}*{box-sizing:border-box}img,svg{max-width:100%}button,input,select,textarea{font:inherit}input,select,textarea{font-size:16px!important}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.container{width:calc(100% - 32px)!important;max-width:none!important;margin-inline:auto!important;padding-inline:0!important}.event-header{height:60px!important;position:sticky!important;top:0!important;z-index:120!important;background:#050608f0!important;border-bottom:1px solid var(--m-line)!important;-webkit-backdrop-filter:blur(18px) saturate(130%)!important;backdrop-filter:blur(18px) saturate(130%)!important}.event-header-inner{width:calc(100% - 24px)!important;height:60px!important;display:flex!important;align-items:center!important;gap:10px!important}.event-brand{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important;flex:1 1 auto!important}.event-crest{width:34px!important;height:34px!important;flex:0 0 34px!important}.event-brand-copy{min-width:0!important;display:flex!important;flex-direction:column!important;gap:1px!important}.event-brand-copy strong{font-size:11px!important;line-height:1.2!important;letter-spacing:.08em!important;white-space:nowrap!important}.event-brand-copy small{font-size:8px!important;line-height:1.2!important;letter-spacing:.055em!important;white-space:nowrap!important;color:#858a94!important}.event-brand-copy small b{color:#ef5a55!important}.event-live-center-v11,.event-team-link{display:none!important}.event-header-actions{display:flex!important;align-items:center!important;gap:7px!important;flex:0 0 auto!important}.event-register-link,.event-menu-trigger{width:40px!important;height:40px!important;min-width:40px!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:11px!important}.event-register-link span,.event-menu-trigger span{display:none!important}.event-register-link svg,.event-menu-trigger svg{width:17px!important;height:17px!important}.event-index-backdrop{padding-top:60px!important;align-items:stretch!important;background:#000000bd!important}.event-index-panel{width:100%!important;max-width:none!important;height:calc(100dvh - 60px)!important;padding:18px 16px calc(20px + env(safe-area-inset-bottom))!important;border:0!important;border-top:1px solid var(--m-line)!important;overflow:auto!important;background:#090b0f!important;box-shadow:none!important}.event-index-top{display:flex!important;align-items:flex-start!important;gap:12px!important;padding-bottom:16px!important;border-bottom:1px solid var(--m-line)!important}.event-index-kicker{font-size:9px!important;letter-spacing:.18em!important}.event-index-top h2{margin:5px 0 0!important;font-size:30px!important;line-height:1.05!important;letter-spacing:-.03em!important}.event-index-top p{margin:7px 0 0!important;font-size:13px!important;line-height:1.55!important;color:var(--m-muted)!important}.event-index-top>button{width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:12px!important}.event-index-grid{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;padding:18px 0!important}.event-index-main{display:grid!important;gap:7px!important}.event-index-main>a{min-height:58px!important;padding:10px 12px!important;display:grid!important;grid-template-columns:32px 1fr auto!important;align-items:center!important;gap:10px!important;border-radius:12px!important;background:#0d0f14!important;border:1px solid var(--m-line)!important}.event-index-main>a>span{font-size:10px!important;color:#ef5a55!important}.event-index-main b{font-size:14px!important;line-height:1.25!important}.event-index-main small{margin-top:2px!important;font-size:10px!important;line-height:1.25!important;color:#7f8490!important}.event-index-section-label{font-size:9px!important;letter-spacing:.16em!important}.event-index-portals{display:grid!important;gap:7px!important}.event-index-portals>a{min-height:48px!important;padding:0 13px!important;border-radius:12px!important;font-size:13px!important}.event-index-team{padding:12px 13px!important;min-height:64px!important}.event-index-team b{font-size:13px!important}.event-index-team span{font-size:11px!important}.event-index-bottom{display:grid!important;gap:10px!important;padding-top:16px!important;border-top:1px solid var(--m-line)!important}.event-index-bottom>div{justify-content:center!important;font-size:10px!important}.event-index-bottom>a{height:50px!important;justify-content:center!important;border-radius:12px!important;font-size:11px!important}.event-hero.hero-v16{min-height:auto!important;padding-top:0!important;overflow:hidden!important}.hero-v16-shell{width:calc(100% - 32px)!important;height:auto!important;min-height:calc(100svh - 60px)!important;padding:30px 0 26px!important;margin:auto!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.hero-v16-heading{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important}.hero-v17-department{margin:0 0 14px!important;justify-content:center!important;text-align:center!important}.hero-v17-department>div{gap:2px!important}.hero-v17-department small{font-size:8px!important;letter-spacing:.16em!important}.hero-v17-department strong{font-size:10.5px!important;line-height:1.35!important;letter-spacing:.075em!important}.hero-v17-department em{font-size:8.5px!important;line-height:1.35!important;letter-spacing:.055em!important}.hero-v17-dept-rule{display:none!important}.hero-v16-edition{margin:0 0 8px!important;font-size:9px!important;line-height:1.2!important;letter-spacing:.18em!important}.hero-v16-title{width:100%!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important}.hero-v16-title>span{font-size:36px!important;line-height:.96!important;letter-spacing:.12em!important}.hero-v16-title>strong{font-size:76px!important;line-height:.78!important;letter-spacing:-.045em!important;margin:6px 0 0!important}.hero-v16-title>em{font-size:24px!important;line-height:1!important;letter-spacing:.32em!important;margin:13px 0 0!important;padding-left:.32em!important}.hero-v16-tagline{margin:17px 0 0!important;font-size:13px!important;line-height:1.3!important;letter-spacing:.045em!important;text-align:center!important}.hero-v16-copy{margin:10px auto 0!important;max-width:34ch!important;font-size:13px!important;line-height:1.6!important;text-align:center!important;color:#969aa4!important}.hero-v16-mode-row{width:100%!important;margin:20px 0 0!important;padding:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;border:0!important;background:transparent!important}.hero-v16-mode-row>i{display:none!important}.hero-v16-mode-row>a{min-width:0!important;min-height:58px!important;padding:10px!important;display:flex!important;align-items:center!important;gap:9px!important;border:1px solid var(--m-line)!important;border-radius:13px!important;background:#0e1015d1!important}.hero-v16-mode-row svg{width:18px!important;height:18px!important;flex:0 0 18px!important}.hero-v16-mode-row small{font-size:8px!important;line-height:1.1!important;letter-spacing:.12em!important}.hero-v16-mode-row b{display:block!important;margin-top:3px!important;font-size:11px!important;line-height:1.25!important}.hero-benefits-v29{width:100%!important;margin:9px 0 0!important;padding:0!important;display:grid!important;gap:7px!important;border:0!important}.hero-benefits-v29>i{display:none!important}.hero-benefits-v29>span{min-height:42px!important;padding:8px 11px!important;justify-content:flex-start!important;gap:9px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;background:#080a0db3!important}.hero-benefits-v29 svg{width:16px!important;height:16px!important;flex:0 0 16px!important}.hero-benefits-v29 b{font-size:10.5px!important;line-height:1.35!important}.hero-v16-actions{width:100%!important;margin:14px 0 0!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.hero-v16-primary,.hero-v16-secondary{height:50px!important;min-height:50px!important;padding:0 16px!important;justify-content:center!important;border-radius:12px!important;font-size:12px!important;letter-spacing:.02em!important}.hero-v16-facts{width:100%!important;margin:14px 0 0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.hero-v16-metric,.hero-v14-metric{min-height:72px!important;padding:11px!important;border-radius:12px!important;display:grid!important;grid-template-columns:28px 1fr!important;gap:8px!important;align-items:center!important}.hero-v16-metric svg,.hero-v14-metric svg{width:18px!important;height:18px!important}.hero-v16-metric b,.hero-v14-metric b{font-size:17px!important;line-height:1.05!important}.hero-v16-metric span,.hero-v14-metric span{font-size:8px!important;line-height:1.2!important;letter-spacing:.1em!important}.hero-v16-metric small,.hero-v14-metric small{font-size:8px!important;line-height:1.2!important}.hero-v16-scroll,.curved-journey{display:none!important}.hero-v16-x,.hero-v16-orbit,.hero-v16-orbit-a,.hero-v16-orbit-b,.hero-v16-halo,.hero-v16-beam{opacity:.18!important;pointer-events:none!important}.event-bulletin{padding:0!important}.event-bulletin-inner{min-height:0!important;padding:12px 0!important;display:grid!important;grid-template-columns:1fr!important;gap:7px!important}.bulletin-label{font-size:9px!important}.bulletin-message{display:grid!important;gap:3px!important}.bulletin-message b{font-size:13px!important}.bulletin-message span{font-size:12px!important;line-height:1.5!important}.event-bulletin-inner>small{font-size:10px!important}.premium-section,.event-start-section,.event-domains-section,.event-categories-section,.submission-section,.event-flow-section,.judging-section,.rules-preview-section,.event-awards-preview,.event-final-cta{padding:54px 0!important}.event-section-heading,.center-heading,.domain-heading-v23,.awards-v28-heading{margin-bottom:20px!important;text-align:left!important;align-items:flex-start!important}.red-kicker,.page-kicker{font-size:9px!important;line-height:1.2!important;letter-spacing:.17em!important}.event-section-heading h2,.center-heading h2,.domain-heading-v23 h2,.awards-v28-heading h2,.split-heading h2,.split-heading{font-size:30px!important;line-height:1.05!important;letter-spacing:-.035em!important;text-align:left!important}.event-section-heading p,.center-heading p,.domain-heading-v23 p,.domain-heading-note,.split-heading p{font-size:13px!important;line-height:1.65!important;max-width:none!important;color:#9ca1aa!important;text-align:left!important}.event-brief-layout,.submission-layout,.rules-preview-layout{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.event-brief-lead{padding:20px 16px!important;border-radius:16px!important}.event-brief-lead h2{font-size:28px!important;line-height:1.08!important}.event-brief-lead p{font-size:13px!important;line-height:1.65!important}.event-live-stats{grid-template-columns:1fr 1fr!important;gap:8px!important}.event-live-stats>div,.info-cell{min-height:78px!important;padding:12px!important;border-radius:12px!important}.event-live-stats b,.info-cell b{font-size:17px!important}.event-live-stats span,.info-cell span{font-size:9px!important}.event-domain-grid-v23{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:min(84vw,330px)!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;overscroll-behavior-inline:contain!important;scroll-snap-type:x mandatory!important;padding:2px 2px 12px!important;margin-inline:-2px!important;scrollbar-width:none!important}.event-domain-grid-v23::-webkit-scrollbar{display:none!important}.event-domain-grid-v23>*{scroll-snap-align:start!important}.event-domain-card-v23{height:100%!important;min-height:250px!important;padding:18px!important;border-radius:16px!important}.domain-card-top-v23{margin-bottom:20px!important}.domain-card-index-v23{font-size:11px!important}.domain-card-label-v23{font-size:9px!important}.domain-card-body-v23 h3{font-size:23px!important;line-height:1.12!important}.domain-card-body-v23 p{font-size:13px!important;line-height:1.62!important}.domain-card-tags-v23{margin-top:18px!important;gap:6px!important;flex-wrap:wrap!important}.domain-card-tags-v23 span{padding:7px 9px!important;font-size:9px!important;border-radius:999px!important}.mode-deck-v24{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.mode-panel-v24{padding:19px 16px!important;border-radius:17px!important;min-height:0!important;height:auto!important}.mode-head-v24{gap:10px!important;align-items:flex-start!important}.mode-head-v24>div>span,.mode-type-v24{font-size:9px!important;letter-spacing:.15em!important}.mode-head-v24 strong{font-size:11px!important}.mode-copy-v24 h3{font-size:26px!important;line-height:1.05!important;margin-top:8px!important}.mode-copy-v24 p{font-size:13px!important;line-height:1.62!important}.mode-score-v24{margin-top:18px!important;padding:12px!important;border-radius:12px!important;gap:10px!important}.mode-score-v24 span{font-size:9px!important}.mode-score-v24 b{font-size:12px!important}.mode-score-v24 strong{font-size:25px!important}.mode-deliverables-v24{margin-top:14px!important}.mode-deliverables-v24>span{font-size:9px!important}.mode-deliverables-v24 li{font-size:12px!important;line-height:1.5!important}.mode-footer-v24{margin-top:14px!important;padding-top:12px!important;gap:8px!important;align-items:flex-start!important}.mode-footer-v24 span{font-size:9px!important}.mode-footer-v24 b{font-size:12px!important;line-height:1.4!important;text-align:right!important}.submission-copy h2{font-size:30px!important;line-height:1.05!important}.submission-copy p{font-size:13px!important;line-height:1.65!important}.submission-copy>a{height:48px!important;display:inline-flex!important;align-items:center!important;font-size:10px!important}.submission-console{border-radius:16px!important;overflow:hidden!important}.submission-console-head{min-height:50px!important;padding:0 13px!important}.submission-console-head span,.submission-console-head b{font-size:9px!important}.submission-items>div{min-height:46px!important;padding:9px 12px!important;grid-template-columns:30px 1fr 18px!important;gap:8px!important}.submission-items>div span{font-size:9px!important}.submission-items>div b{font-size:12px!important;line-height:1.35!important}.event-flow-track.flow-track-v25{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:min(78vw,300px)!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding-bottom:12px!important;scrollbar-width:none!important}.event-flow-track.flow-track-v25::-webkit-scrollbar{display:none!important}.event-flow-track.flow-track-v25>*{scroll-snap-align:start!important}.flow-stage-v25{min-height:210px!important;padding:17px!important;border-radius:16px!important}.flow-stage-number{font-size:10px!important}.flow-stage-phase{font-size:9px!important}.flow-stage-node{width:44px!important;height:44px!important}.flow-stage-copy h3{font-size:20px!important}.flow-stage-copy p{font-size:12.5px!important;line-height:1.6!important}.presentation-console-v25{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:16px!important;border-radius:16px!important}.presentation-total-v25{padding:0!important}.presentation-total-v25>div span{font-size:9px!important}.stage-time-value strong{font-size:44px!important}.stage-time-value em{font-size:11px!important}.presentation-total-v25 b{font-size:9px!important}.timeline-head-v25{gap:8px!important}.timeline-head-v25 span,.timeline-head-v25 b{font-size:9px!important}.time-segments-v25{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}.time-segment-v25{min-height:82px!important;padding:11px 12px!important;display:grid!important;grid-template-columns:38px 34px 1fr!important;align-items:center!important;gap:6px!important}.time-segment-v25 strong{font-size:25px!important}.time-segment-v25 span{font-size:9px!important}.time-segment-v25 b{font-size:13px!important}.time-segment-v25 small{grid-column:3!important;font-size:10px!important;line-height:1.35!important}.rubric-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.rubric-card{padding:16px!important;border-radius:15px!important}.rubric-card h3{font-size:20px!important}.rubric-card p{font-size:12.5px!important;line-height:1.6!important}.rubric-list>div{min-height:42px!important;gap:8px!important}.rubric-list span{font-size:11px!important;line-height:1.35!important}.rubric-list b{font-size:12px!important}.rules-preview-card{padding:18px 16px!important;border-radius:16px!important}.rules-preview-card h3{font-size:22px!important}.rules-preview-card p{font-size:13px!important;line-height:1.6!important}.rules-preview-list>div{gap:9px!important;padding:10px 0!important}.rules-preview-list b{font-size:12px!important}.rules-preview-list span{font-size:11px!important}.awards-v28-grid,.award-preview{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.award-v28-card{min-height:0!important;padding:18px 16px!important;border-radius:16px!important}.award-v28-card h3{font-size:24px!important}.award-v28-card p{font-size:12.5px!important;line-height:1.55!important}.event-final-cta .container{padding:22px 16px!important;border-radius:18px!important}.event-final-cta h2{font-size:30px!important;line-height:1.05!important}.event-final-cta p{font-size:13px!important;line-height:1.6!important}.event-final-cta a{width:100%!important;height:50px!important;justify-content:center!important;border-radius:12px!important;font-size:11px!important}.event-footer{padding:24px 16px calc(24px + env(safe-area-inset-bottom))!important;display:grid!important;grid-template-columns:1fr!important;gap:14px!important;text-align:center!important}.footer-wordmark strong{font-size:16px!important}.footer-wordmark span{font-size:10px!important;line-height:1.45!important}.event-footer-center{justify-content:center!important;font-size:9px!important}.footer-right{text-align:center!important}.footer-right span{font-size:8px!important}.footer-right strong{font-size:11px!important}.subpage{padding-top:0!important}.subpage-hero{padding:50px 0 28px!important;min-height:0!important}.subpage-hero h1{font-size:42px!important;line-height:1!important;letter-spacing:-.045em!important}.subpage-hero p{margin-top:10px!important;font-size:13px!important;line-height:1.6!important;max-width:34ch!important}.rules-shell{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;padding-top:16px!important;padding-bottom:54px!important}.rules-summary-card{position:static!important;padding:17px!important;border-radius:16px!important}.rules-summary-card small{font-size:9px!important}.summary-row{min-height:38px!important}.summary-row span{font-size:11px!important}.summary-row b{font-size:12px!important}.summary-icons{margin-top:12px!important}.rules-content{display:grid!important;gap:9px!important}.rule-item{padding:15px 14px!important;border-radius:14px!important;grid-template-columns:32px 1fr!important;gap:11px!important}.rule-item>span{font-size:10px!important}.rule-item h3{font-size:16px!important;line-height:1.25!important}.rule-item p{margin-top:5px!important;font-size:12.5px!important;line-height:1.58!important}.clarification-card{padding:14px!important;border-radius:14px!important}.clarification-card strong{font-size:13px!important}.clarification-card p{font-size:11.5px!important;line-height:1.5!important}.awards-page-content{padding-top:24px!important;padding-bottom:54px!important}.award-stage.page-stage{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.award-tile{min-height:155px!important;padding:18px!important;border-radius:16px!important;transform:none!important;order:initial!important}.award-tile.first{order:-1!important}.award-tile span{font-size:9px!important}.award-tile strong{font-size:20px!important}.award-tile b{font-size:45px!important}.certificate-feature{margin-top:18px!important;padding:18px 16px!important;display:grid!important;grid-template-columns:48px 1fr!important;gap:12px!important;border-radius:16px!important}.certificate-feature h2{font-size:22px!important;line-height:1.08!important}.certificate-feature p{font-size:12.5px!important;line-height:1.55!important}.registration-page{padding:20px 0 calc(88px + env(safe-area-inset-bottom))!important;min-height:100dvh!important}.registration-heading-v40{margin:0 0 16px!important;text-align:left!important}.registration-heading-kicker{font-size:9px!important;line-height:1.2!important;letter-spacing:.13em!important;gap:7px!important}.registration-heading-v40 h1{margin:9px 0 0!important;font-size:34px!important;line-height:1.02!important;letter-spacing:-.04em!important}.registration-heading-v40>p{margin:8px 0 0!important;font-size:13px!important;line-height:1.58!important;max-width:34ch!important}.registration-heading-meta{margin-top:13px!important;display:flex!important;gap:6px!important;overflow-x:auto!important;padding-bottom:3px!important;scrollbar-width:none!important}.registration-heading-meta::-webkit-scrollbar{display:none!important}.registration-heading-meta span{flex:0 0 auto!important;padding:7px 9px!important;border-radius:999px!important;font-size:8px!important;line-height:1!important;letter-spacing:.08em!important}.registration-progress-v40{position:sticky!important;top:60px!important;z-index:50!important;margin:0 -16px 14px!important;padding:9px 16px!important;background:#050608f2!important;border-top:1px solid var(--m-line)!important;border-bottom:1px solid var(--m-line)!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:3px!important}.registration-progress-v40>div{min-width:0!important;display:grid!important;justify-items:center!important;gap:4px!important}.registration-progress-v40>div>span{width:27px!important;height:27px!important;font-size:10px!important}.registration-progress-v40>div>b{font-size:7.5px!important;line-height:1!important;letter-spacing:.04em!important;white-space:nowrap!important}.registration-progress-v40>div>i{display:none!important}.registration-shell{display:block!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.registration-sidebar{display:none!important}.registration-form{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:0!important;background:transparent!important}.form-header{display:flex!important;align-items:flex-start!important;gap:11px!important;margin:0!important;padding:0 0 2px!important}.form-header>svg{width:38px!important;height:38px!important;padding:9px!important;flex:0 0 38px!important;border-radius:11px!important}.form-header span{font-size:9px!important;letter-spacing:.16em!important}.form-header h2{margin-top:3px!important;font-size:25px!important;line-height:1.08!important;letter-spacing:-.025em!important}.step-guide{padding:13px!important;display:grid!important;grid-template-columns:36px 1fr!important;gap:10px!important;border-radius:14px!important}.step-guide-icon{width:36px!important;height:36px!important;border-radius:10px!important}.step-guide strong{font-size:12px!important}.step-guide p{margin-top:3px!important;font-size:11.5px!important;line-height:1.48!important}.form-field{min-width:0!important;gap:7px!important}.form-field.full{grid-column:auto!important}.form-field>label,.form-field label{font-size:12px!important;line-height:1.25!important;letter-spacing:.01em!important;color:#b7bac2!important}.form-field input,.form-field select,.form-field textarea{width:100%!important;min-width:0!important;border-radius:12px!important;border:1px solid #242832!important;background:#0b0d11!important;color:#f4f1ec!important;box-shadow:none!important}.form-field input,.form-field select{height:50px!important;min-height:50px!important;max-height:none!important;padding:0 13px!important}.form-field textarea{min-height:108px!important;padding:12px 13px!important;line-height:1.5!important;resize:vertical!important}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#ef4944b8!important;box-shadow:0 0 0 3px #ef49441a!important;outline:0!important}.team-size-options{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.team-size-options button{height:66px!important;min-height:66px!important;border-radius:13px!important}.team-size-options strong{font-size:22px!important}.team-size-options span{font-size:9px!important}.member-overview-strip-v42{grid-template-columns:1fr!important;gap:7px!important;margin-bottom:0!important}.member-overview-strip-v42>div{padding:12px 13px!important;border-radius:13px!important}.member-overview-strip-v42 span{font-size:8.5px!important;letter-spacing:.14em!important}.member-overview-strip-v42 b{margin-top:4px!important;font-size:13px!important;line-height:1.35!important}.member-all-grid-v42{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.member-panel-v41{padding:14px!important;border-radius:16px!important;height:auto!important;min-width:0!important}.member-panel-head{display:grid!important;grid-template-columns:42px 1fr auto!important;gap:10px!important;align-items:center!important;padding-bottom:12px!important;margin-bottom:13px!important}.member-no{width:42px!important;height:42px!important;border-radius:11px!important;font-size:12px!important}.member-head-copy span{font-size:8.5px!important;letter-spacing:.14em!important}.member-head-copy h3{margin-top:3px!important;font-size:18px!important;line-height:1.15!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.member-status{padding:6px 8px!important;font-size:8px!important;line-height:1!important;border-radius:999px!important}.member-fields-v41{display:grid!important;grid-template-columns:1fr 1fr!important;gap:11px 10px!important;align-items:start!important}.member-fields-v41 .form-field{min-width:0!important;margin:0!important}.member-fields-v41 .form-field input,.member-fields-v41 .form-field select{height:48px!important;min-height:48px!important;max-height:48px!important;padding:0 11px!important;font-size:14px!important}.member-fields-v41 .form-field label{font-size:11px!important}.member-fields-v41 .field-ok,.member-fields-v41 .field-error{display:block!important;margin-top:4px!important;min-height:12px!important;font-size:9px!important;line-height:1.25!important}.tech-entry{display:grid!important;grid-template-columns:1fr auto!important;gap:7px!important}.tech-entry button{min-width:74px!important;height:50px!important;border-radius:12px!important;font-size:11px!important}.tech-tags{gap:6px!important}.tech-tags button{min-height:34px!important;padding:6px 9px!important;border-radius:999px!important;font-size:10px!important}.abstract-upload{min-height:220px!important;padding:20px 16px!important;border-radius:16px!important}.abstract-upload>span{font-size:9px!important}.abstract-upload h3{font-size:18px!important;line-height:1.3!important;text-align:center!important;word-break:break-word!important}.abstract-upload p{font-size:11px!important;line-height:1.45!important;text-align:center!important}.review-grid{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}.review-grid>div{padding:12px 13px!important;border-radius:12px!important}.review-grid span{font-size:9px!important}.review-grid b{font-size:13px!important;line-height:1.35!important}.review-members{display:grid!important;gap:7px!important}.review-members>div{padding:12px!important;border-radius:12px!important}.review-members span{font-size:9px!important}.review-members b{font-size:13px!important}.review-members small{font-size:10px!important;line-height:1.4!important}.agreement-note{padding:13px!important;border-radius:13px!important;gap:9px!important}.agreement-note p{font-size:11.5px!important;line-height:1.5!important}.registration-actions{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:100!important;display:grid!important;grid-template-columns:auto 1fr!important;gap:8px!important;padding:10px 16px calc(10px + env(safe-area-inset-bottom))!important;background:#060709f5!important;border-top:1px solid var(--m-line)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}.registration-actions button{height:50px!important;min-height:50px!important;border-radius:12px!important;font-size:12px!important;padding:0 16px!important}.registration-actions .back{min-width:94px!important}.registration-actions .next{width:100%!important}.auth-screen{min-height:100dvh!important;padding:24px 16px!important;display:grid!important;place-items:center!important;background:#050608!important}.auth-panel{width:100%!important;max-width:430px!important;padding:22px 18px!important;border-radius:18px!important}.auth-icon{width:52px!important;height:52px!important;border-radius:14px!important}.auth-kicker{margin-top:20px!important;font-size:9px!important;letter-spacing:.18em!important}.auth-panel h1{font-size:34px!important;line-height:1!important;margin:9px 0 20px!important}.auth-panel label{font-size:12px!important}.auth-panel input{height:52px!important;min-height:52px!important;font-size:16px!important;padding:0 13px!important;border-radius:12px!important}.auth-submit{height:52px!important;min-height:52px!important;border-radius:12px!important;font-size:13px!important}.auth-helper{font-size:11px!important;line-height:1.5!important}.dashboard-screen.team-dashboard-v29{padding:24px 0 54px!important}.dashboard-head{display:grid!important;grid-template-columns:1fr!important;gap:13px!important;align-items:start!important}.dashboard-head>div:first-child>span{font-size:9px!important;letter-spacing:.13em!important}.dashboard-head h1{margin-top:4px!important;font-size:32px!important;line-height:1.02!important;letter-spacing:-.035em!important}.dashboard-head p{margin-top:6px!important;font-size:13px!important;line-height:1.45!important}.dashboard-head-actions{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.dashboard-head-actions button{height:40px!important;padding:0 11px!important;border-radius:10px!important;font-size:10px!important}.team-dashboard-spotlight{margin-top:18px!important;padding:17px 15px!important;border-radius:17px!important;display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.team-dashboard-spotlight-copy span{font-size:9px!important}.team-dashboard-spotlight-copy h2{font-size:25px!important;line-height:1.06!important;margin-top:6px!important}.team-dashboard-spotlight-copy p{font-size:12.5px!important;line-height:1.6!important}.team-dashboard-spotlight-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}.team-dashboard-spotlight-grid>div{min-height:78px!important;padding:11px!important;border-radius:12px!important}.team-dashboard-spotlight-grid span{font-size:9px!important}.team-dashboard-spotlight-grid b{margin-top:5px!important;font-size:11.5px!important;line-height:1.35!important}.portal-overview-ribbon-expanded{margin-top:10px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;border:0!important;background:transparent!important}.portal-overview-ribbon-expanded>div{padding:11px!important;min-height:74px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;background:#0d0f14!important}.portal-overview-ribbon span{font-size:9px!important}.portal-overview-ribbon b{margin-top:5px!important;font-size:12px!important;line-height:1.35!important}.team-journey-v29{margin:16px 0!important;display:flex!important;gap:0!important;overflow-x:auto!important;padding:3px 0 8px!important;scrollbar-width:none!important}.team-journey-v29::-webkit-scrollbar{display:none!important}.team-journey-v29>div{min-width:76px!important;flex:1 0 76px!important;gap:6px!important}.team-journey-v29 i{width:31px!important;height:31px!important}.team-journey-v29 span{font-size:8.5px!important;white-space:nowrap!important}.organizer-message{padding:13px!important;border-radius:13px!important}.organizer-message b{font-size:12px!important}.organizer-message p{font-size:11.5px!important;line-height:1.5!important}.team-event-strip-v29{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin:12px 0!important;background:transparent!important;border:0!important}.team-event-strip-v29>div{min-height:70px!important;padding:11px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;background:#0d0f14!important}.team-event-strip-v29 span{font-size:8.5px!important}.team-event-strip-v29 b{font-size:12px!important;line-height:1.3!important}.dashboard-grid-v29,.team-bottom-grid-v29{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.dashboard-card{padding:15px!important;border-radius:16px!important}.dashboard-card-title{margin-bottom:12px!important;gap:9px!important}.dashboard-card-title span{font-size:13px!important}.team-member-row{padding:9px 0!important;gap:9px!important}.team-member-row>span{font-size:8px!important}.team-member-row b{font-size:12px!important}.team-member-row small{font-size:9.5px!important;line-height:1.4!important}.info-row{min-height:40px!important;gap:10px!important}.info-row span{font-size:10px!important}.info-row b{font-size:11.5px!important;text-align:right!important;line-height:1.35!important}.team-upload-v29{margin-top:12px!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.team-upload-v29 label{min-height:78px!important;padding:12px!important}.team-upload-v29 label span{font-size:10px!important}.team-upload-v29 button{height:44px!important;border-radius:11px!important;font-size:11px!important}.team-judging-score-v29 strong{font-size:42px!important}.team-judging-score-v29 span{font-size:9px!important}.judging-card-v29 p{font-size:11.5px!important;line-height:1.5!important}.judging-card-v29>a{height:42px!important;font-size:10px!important;border-radius:10px!important}.recognition-panel strong{font-size:20px!important}.recognition-panel p{font-size:11.5px!important;line-height:1.5!important}.certificate-row-v29{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;padding:11px 0!important}.certificate-row-v29 b{font-size:12px!important}.certificate-row-v29 span,.certificate-row-v29 small{font-size:9.5px!important}.certificate-row-v29 button{height:40px!important;width:100%!important;border-radius:10px!important;font-size:10px!important}.announcement-feed b{font-size:12px!important}.announcement-feed p{font-size:11.5px!important;line-height:1.5!important}.admin-screen{display:block!important;min-height:100dvh!important;background:#07080b!important;padding-top:58px!important}.admin-sidebar{position:fixed!important;left:0!important;right:0!important;top:0!important;width:100%!important;height:58px!important;z-index:150!important;padding:8px 10px!important;display:flex!important;align-items:center!important;gap:8px!important;border:0!important;border-bottom:1px solid var(--m-line)!important;background:#07080bf5!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;overflow:hidden!important}.admin-logo{flex:0 0 auto!important;margin:0!important;padding:0!important;gap:7px!important}.admin-logo>span{width:34px!important;height:34px!important;font-size:10px!important}.admin-logo b{font-size:9.5px!important}.admin-logo small{display:none!important}.admin-sidebar nav{display:flex!important;gap:5px!important;flex:1 1 auto!important;overflow-x:auto!important;padding:0!important;margin:0!important;scrollbar-width:none!important}.admin-sidebar nav::-webkit-scrollbar{display:none!important}.admin-sidebar nav button{flex:0 0 auto!important;height:36px!important;padding:0 10px!important;border-radius:9px!important;font-size:9px!important;white-space:nowrap!important}.admin-logout{width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:9px!important;font-size:0!important}.admin-logout svg{width:15px!important;height:15px!important}.admin-main{margin:0!important;width:100%!important;padding:18px 14px 50px!important;min-width:0!important}.admin-top{display:flex!important;align-items:flex-start!important;gap:10px!important;margin-bottom:14px!important}.admin-top>div{min-width:0!important;flex:1!important}.admin-top span{font-size:8.5px!important;letter-spacing:.12em!important}.admin-top h1{margin-top:3px!important;font-size:29px!important;line-height:1.05!important}.admin-top>button{width:40px!important;height:40px!important;border-radius:10px!important;flex:0 0 40px!important}.admin-banner{padding:16px!important;border-radius:16px!important;display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.admin-banner h2{font-size:23px!important;line-height:1.08!important}.admin-banner p{font-size:11.5px!important;line-height:1.55!important}.admin-banner-grid{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.admin-banner-grid>div{padding:10px!important;border-radius:11px!important}.admin-banner-grid span{font-size:8px!important}.admin-banner-grid b{font-size:20px!important}.admin-command-strip{margin:10px 0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;background:transparent!important;border:0!important}.admin-command-strip>div{padding:11px!important;min-height:88px!important;border:1px solid var(--m-line)!important;border-radius:12px!important;background:#0e1015!important}.admin-command-strip span{font-size:8px!important}.admin-command-strip b{font-size:18px!important;line-height:1.1!important;margin-top:5px!important}.admin-command-strip small{font-size:9px!important;line-height:1.35!important;margin-top:5px!important}.admin-stats{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}.admin-stat{min-height:92px!important;padding:11px!important;border-radius:12px!important}.admin-stat svg{width:18px!important}.admin-stat span{font-size:9px!important}.admin-stat strong,.admin-stat b{font-size:22px!important}.admin-two,.judge-admin-layout-v35{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.admin-panel{padding:14px!important;border-radius:15px!important;min-width:0!important}.admin-panel>h2,.admin-panel>h3{font-size:18px!important}.bar-row{grid-template-columns:minmax(0,1fr) 35px!important;gap:7px!important}.bar-row span{font-size:10.5px!important}.bar-row b{font-size:10px!important}.admin-toolbar{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.admin-search{height:46px!important;border-radius:11px!important}.admin-search input{font-size:14px!important}.admin-toolbar select{height:46px!important;border-radius:11px!important;font-size:14px!important}.admin-table-wrap{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;border-radius:12px!important}.admin-table-wrap table{min-width:720px!important}.admin-table-wrap th{font-size:9px!important}.admin-table-wrap td{font-size:11px!important}.admin-table-wrap td small{font-size:9px!important}.review-button,.approve,.reject,.changes{min-height:36px!important;padding:0 9px!important;border-radius:8px!important;font-size:9px!important}.admin-form{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.admin-field{min-width:0!important}.admin-field label{font-size:10px!important}.admin-field input,.admin-field select,.admin-field textarea{width:100%!important;min-width:0!important;font-size:16px!important;border-radius:11px!important}.admin-field input,.admin-field select{height:48px!important}.admin-field textarea{min-height:96px!important}.admin-primary{height:46px!important;border-radius:11px!important;font-size:11px!important}.settings-grid{grid-template-columns:1fr!important;gap:9px!important}.settings-head{display:grid!important;gap:6px!important}.settings-head h2{font-size:20px!important}.settings-head p{font-size:11.5px!important;line-height:1.5!important}.judge-list-row-v35{display:grid!important;grid-template-columns:1fr auto!important;gap:9px!important;padding:11px 0!important}.judge-list-row-v35 b{font-size:12px!important}.judge-list-row-v35 small{font-size:9.5px!important}.judge-form-intro-v35 h3{font-size:19px!important}.judge-form-intro-v35 p,.judge-password-note-v35{font-size:11px!important;line-height:1.5!important}.modal-backdrop{padding:12px!important;align-items:flex-end!important}.admin-modal{width:100%!important;max-width:none!important;max-height:88dvh!important;border-radius:18px 18px 0 0!important;padding:18px 15px calc(18px + env(safe-area-inset-bottom))!important;overflow:auto!important}.admin-modal h2{font-size:24px!important}.modal-kicker{font-size:9px!important}.modal-member{padding:10px 0!important}.modal-member b{font-size:12px!important}.modal-member small{font-size:9.5px!important}.modal-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}.modal-actions button{min-height:44px!important;border-radius:10px!important;font-size:9px!important}.judge-screen-v29{padding:24px 0 54px!important}.judge-head-v29{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.judge-head-v29 h1{font-size:31px!important;line-height:1.03!important}.judge-head-v29 p{font-size:12.5px!important;line-height:1.55!important}.judge-stats-v29{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.judge-stats-v29>div{padding:10px!important;min-height:72px!important;border-radius:11px!important}.judge-stats-v29 b{font-size:20px!important}.judge-stats-v29 span{font-size:8px!important;line-height:1.2!important}.head-judge-panel-v29{padding:16px!important;border-radius:16px!important}.head-judge-copy h2{font-size:22px!important}.head-judge-copy p{font-size:11.5px!important;line-height:1.5!important}.head-judge-numbers{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.head-judge-numbers>div{padding:10px!important}.head-judge-numbers b{font-size:20px!important}.head-judge-numbers span{font-size:8px!important}.head-judge-preview>div{grid-template-columns:28px 1fr auto!important;gap:8px!important;padding:9px 0!important}.head-judge-preview b{font-size:11.5px!important}.head-judge-preview strong{font-size:13px!important}.head-finalize-button{width:100%!important;min-height:46px!important;border-radius:11px!important;font-size:10px!important}.judge-grid-v29{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.judge-card-v29{padding:15px!important;border-radius:15px!important;min-height:0!important}.judge-card-top span,.judge-card-top b{font-size:8.5px!important}.judge-card-icon-v29{width:40px!important;height:40px!important;margin:14px 0!important}.judge-card-v29 h2{font-size:21px!important}.judge-card-v29 p{font-size:11.5px!important;line-height:1.45!important}.judge-card-meta-v29{gap:5px!important;flex-wrap:wrap!important}.judge-card-meta-v29 span{font-size:8.5px!important;padding:6px 8px!important}.judge-card-v29>button{height:44px!important;border-radius:10px!important;font-size:10px!important}.judge-modal-v29{width:100%!important;max-width:none!important;max-height:92dvh!important;border-radius:18px 18px 0 0!important;padding:17px 14px calc(18px + env(safe-area-inset-bottom))!important;overflow:auto!important}.judge-modal-head-v29{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding-right:34px!important}.judge-modal-head-v29 h2{font-size:25px!important}.judge-modal-head-v29 p{font-size:12px!important}.judge-modal-domain{width:max-content!important;max-width:100%!important;padding:7px 9px!important;border-radius:9px!important;font-size:10px!important}.judge-detail-grid-v29{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.judge-detail-grid-v29>section{padding:12px!important;border-radius:12px!important}.judge-detail-grid-v29>section>span{font-size:8.5px!important}.judge-member-v29 b{font-size:11.5px!important}.judge-member-v29 small{font-size:9.5px!important}.judge-detail-grid-v29 button{min-height:42px!important;font-size:10px!important}.judge-project-v29{grid-template-columns:1fr!important;gap:8px!important}.judge-project-v29>div{padding:11px!important;border-radius:11px!important}.judge-project-v29 span{font-size:9px!important}.judge-project-v29 p{font-size:11.5px!important;line-height:1.5!important}.score-grid-v29{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}.score-grid-v29 label{min-height:58px!important;padding:9px 10px!important;border-radius:11px!important;grid-template-columns:1fr 72px!important}.score-grid-v29 label b{font-size:11.5px!important}.score-grid-v29 label span{font-size:8.5px!important}.score-grid-v29 input{height:40px!important;font-size:16px!important;border-radius:9px!important}.remarks-field span{font-size:10px!important}.remarks-field textarea{font-size:16px!important;min-height:90px!important;border-radius:11px!important}.score-total-v29{padding:12px!important;border-radius:12px!important}.score-total-v29 span{font-size:10px!important}.score-total-v29 strong{font-size:20px!important}.judge-submit-actions-v29{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;position:sticky!important;bottom:-18px!important;padding:10px 0 calc(4px + env(safe-area-inset-bottom))!important;background:#0a0c10!important}.judge-submit-actions-v29 button{min-height:46px!important;border-radius:10px!important;font-size:9px!important}.judge-privacy-note-v29{font-size:10px!important;line-height:1.45!important}.leaderboard-screen,.results-screen,.certificate-page-v29{padding-top:24px!important;padding-bottom:54px!important}.leaderboard-head h1,.results-head h1,.certificate-page-v29 h1{font-size:34px!important;line-height:1.03!important}.leaderboard-head p,.results-head p,.certificate-page-v29 p{font-size:12.5px!important;line-height:1.55!important}.leaderboard-table-wrap{overflow-x:auto!important;border-radius:14px!important}.leaderboard-table-wrap table{min-width:620px!important}.leaderboard-table-wrap th{font-size:9px!important}.leaderboard-table-wrap td{font-size:11px!important}.winner-grid,.results-podium{grid-template-columns:1fr!important;gap:9px!important}.winner-card,.result-winner{padding:15px!important;border-radius:15px!important;min-height:0!important}.certificate-layout-v29{grid-template-columns:1fr!important;gap:12px!important}.certificate-search-v29{padding:15px!important;border-radius:15px!important}.certificate-search-v29 input{height:50px!important;font-size:16px!important}.certificate-search-v29 button{height:50px!important;font-size:11px!important;border-radius:11px!important}}@media(max-width:480px){:root{--m-edge:14px}.container{width:calc(100% - 28px)!important}.event-brand-copy small{display:none!important}.hero-v16-shell{width:calc(100% - 28px)!important;padding-top:24px!important}.hero-v16-title>span{font-size:33px!important}.hero-v16-title>strong{font-size:69px!important}.hero-v16-title>em{font-size:22px!important}.hero-v16-mode-row{grid-template-columns:1fr!important}.hero-v16-mode-row>a{min-height:52px!important}.hero-v16-facts{grid-template-columns:1fr 1fr!important}.event-section-heading h2,.center-heading h2,.domain-heading-v23 h2,.awards-v28-heading h2,.split-heading h2,.split-heading{font-size:28px!important}.member-fields-v41{grid-template-columns:1fr!important}.member-fields-v41 .form-field input,.member-fields-v41 .form-field select{font-size:16px!important}.team-dashboard-spotlight-grid,.portal-overview-ribbon-expanded,.team-event-strip-v29{grid-template-columns:1fr!important}.admin-banner-grid{grid-template-columns:1fr 1fr 1fr!important}.admin-command-strip{grid-template-columns:1fr!important}.admin-stats{grid-template-columns:1fr 1fr!important}.judge-stats-v29{grid-template-columns:1fr 1fr 1fr!important}.modal-actions,.judge-submit-actions-v29{grid-template-columns:1fr!important}.registration-actions{grid-template-columns:92px 1fr!important;padding-inline:14px!important}}@media(max-width:360px){.event-brand-copy strong{font-size:10px!important}.event-register-link{display:none!important}.hero-v16-title>span{font-size:30px!important}.hero-v16-title>strong{font-size:62px!important}.hero-v16-title>em{font-size:20px!important}.hero-v16-tagline,.hero-v16-copy{font-size:12px!important}.hero-v16-metric,.hero-v14-metric{grid-template-columns:24px 1fr!important;padding:9px!important}.hero-v16-metric b,.hero-v14-metric b{font-size:15px!important}.registration-progress-v40>div>b{font-size:6.8px!important}.registration-progress-v40>div>span{width:25px!important;height:25px!important}.admin-logo>div{display:none!important}}
