:root{--bg:#020605;--bg2:#06100c;--panel:#08130f;--line:rgba(132,255,181,.16);--line2:rgba(255,255,255,.08);--text:#f7faf8;--muted:#94a49b;--green:#49f783;--green2:#8cffb1;--danger:#ff5757;--max:1600px;--r:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#010302;color:var(--text);font-family:Tahoma,"Segoe UI",Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.topbar{height:82px;position:fixed;inset:0 0 auto;z-index:50;display:grid;grid-template-columns:280px 1fr 145px;align-items:center;gap:24px;padding:0 max(24px,calc((100vw - var(--max))/2 + 34px));border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(1,5,4,.94),rgba(1,5,4,.62));backdrop-filter:blur(20px) saturate(130%)}.brand{direction:ltr}.brand img{width:245px;display:block;max-height:58px}.nav{display:flex;justify-content:center;gap:32px;font-size:13px}.nav a{height:82px;display:grid;place-items:center;position:relative;color:#b8c4bd}.nav a:after{content:"";position:absolute;bottom:0;right:0;width:0;height:2px;background:var(--green);box-shadow:0 0 18px var(--green);transition:.25s}.nav a:hover,.nav a.active{color:#fff}.nav a:hover:after,.nav a.active:after{width:100%}.x-follow{height:42px;border-radius:99px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--green);color:#031008;font-weight:900;font-size:12px}.x-follow b{font-size:18px}.menu-btn{display:none;background:none;border:0;padding:8px}.menu-btn span{display:block;width:24px;height:2px;background:white;margin:5px}
.hero{height:min(860px,92vh);min-height:680px;position:relative;overflow:hidden;isolation:isolate}.hero-media{position:absolute;inset:-3%;background:url('./assets/hero-cinematic.webp') 52% center/cover no-repeat;transform:scale(1.035);animation:cameraDrift 11s ease-in-out infinite alternate;will-change:transform}.hero-media:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 63% 24%,rgba(74,255,131,.16),transparent 20%),linear-gradient(90deg,rgba(1,4,3,.9) 0%,rgba(1,4,3,.55) 28%,rgba(1,4,3,.06) 58%,rgba(1,4,3,.3) 100%)}.hero-vignette{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),transparent 45%,#020605 101%),radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.48));z-index:1}.scanline{position:absolute;z-index:2;inset:0;pointer-events:none;opacity:.16;background:linear-gradient(180deg,transparent 0,rgba(120,255,175,.08) 49%,transparent 50%);background-size:100% 6px;mix-blend-mode:screen;animation:scan 9s linear infinite}.hero-copy{position:relative;z-index:4;padding-top:210px;width:min(700px,48vw);margin-right:max(34px,calc((100vw - var(--max))/2 + 42px))}.eyebrow{display:inline-flex;align-items:center;gap:10px;font:700 10px Arial;letter-spacing:3px;color:#a9ffca}.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 20px var(--green)}.hero h1{font-size:clamp(54px,5.7vw,98px);line-height:.98;letter-spacing:-4px;margin:22px 0 24px}.hero h1 em{font-style:normal;color:var(--green2);text-shadow:0 0 34px rgba(73,247,131,.16)}.hero-copy p{font-size:17px;line-height:2;max-width:660px;color:#c3cec8;text-shadow:0 2px 20px #000}.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.btn-primary,.btn-secondary{height:52px;padding:0 24px;border-radius:99px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-size:13px;font-weight:900}.btn-primary{background:linear-gradient(90deg,#77ff99,var(--green));color:#031008;box-shadow:0 14px 42px rgba(73,247,131,.17)}.btn-secondary{background:rgba(5,13,10,.72);border:1px solid rgba(150,255,193,.25);backdrop-filter:blur(12px)}.broadcast-bug{position:absolute;z-index:5;left:max(30px,calc((100vw - var(--max))/2 + 42px));bottom:32px;direction:ltr;display:flex;align-items:center;gap:12px;font:700 9px Arial;letter-spacing:2px;color:#a8b7af}.broadcast-bug b{color:#ff6868;letter-spacing:1px}.ticker{max-width:var(--max);margin:auto;height:64px;border-inline:1px solid var(--line2);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:30px;padding:0 28px;background:#040a07;overflow:auto;white-space:nowrap;scrollbar-width:none}.ticker::-webkit-scrollbar{display:none}.ticker div{font-size:11px;color:#afbeb5}.ticker span{color:var(--green);font-size:9px}.ticker i{width:3px;height:3px;background:#3f5f4d;border-radius:50%;flex:none}
.section{max-width:var(--max);margin:auto;padding:96px 42px;border-inline:1px solid var(--line2)}.section-head{margin-bottom:42px}.section-head.row{display:flex;justify-content:space-between;gap:30px;align-items:end}.section-code{font:700 9px Arial;letter-spacing:2.4px;color:#65e891}.section-head h2,.offers-title h2,.x-stage h2{font-size:clamp(34px,4vw,62px);line-height:1.05;margin:10px 0 12px;letter-spacing:-2px}.section-head p,.offers-title p,.x-stage p{color:var(--muted);line-height:1.9;font-size:13px;margin:0}.about{background:linear-gradient(180deg,#030807,#050c09)}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.presenters{display:grid;gap:18px}.presenter-card{min-height:330px;border:1px solid var(--line);border-radius:26px;overflow:hidden;display:grid;grid-template-columns:44% 1fr;align-items:center;background:radial-gradient(circle at 30% 20%,rgba(73,247,131,.09),transparent 32%),#07100c;position:relative}.presenter-card:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,transparent,var(--green),transparent)}.presenter-photo{height:100%;background:#020604;overflow:hidden;position:relative}.presenter-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,#07100c)}.presenter-photo img{width:100%;height:100%;object-fit:cover;filter:contrast(1.05) saturate(.88)}.presenter-copy{padding:28px 30px;position:relative;z-index:2}.role{display:inline-flex;padding:7px 10px;border:1px solid #2b523c;border-radius:99px;color:#89f9ac;font-size:9px}.role.live{color:#ff8585;border-color:#6b2b2b}.presenter-copy h3{font-size:28px;margin:18px 0 6px}.presenter-copy p{color:#7fa28d;font-size:11px;margin:0 0 20px}.presenter-copy q{display:block;color:#b5c4ba;line-height:1.9;font-size:12px}.offers{border:1px solid var(--line);border-radius:26px;padding:34px;background:radial-gradient(circle at 90% 4%,rgba(73,247,131,.12),transparent 30%),#06100c}.offers-title{margin-bottom:24px}.offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.offer-grid>div{min-height:150px;border:1px solid rgba(157,255,198,.12);border-radius:18px;padding:18px;background:rgba(255,255,255,.018);transition:.25s}.offer-grid>div:hover{transform:translateY(-3px);border-color:rgba(99,255,161,.33);background:rgba(71,255,143,.045)}.offer-grid i{font:700 9px Arial;color:#4ceb80;font-style:normal}.offer-grid b{display:block;font-size:14px;margin:14px 0 8px}.offer-grid small{color:#819188;line-height:1.75;font-size:10px}
.live-center{background:#020605}.data-status{display:flex;align-items:center;gap:8px;border:1px solid #244532;border-radius:99px;padding:9px 12px;font-size:10px;color:#aebbb3;white-space:nowrap}.data-status i{width:7px;height:7px;border-radius:50%;background:#73907e}.data-status.is-live i{background:var(--green);box-shadow:0 0 14px var(--green)}.data-status.is-error i{background:#ff6767}.matches-shell{position:relative}.match-carousel{height:330px;position:relative;overflow:hidden}.match-card{position:absolute;top:12px;right:50%;width:min(620px,70%);height:290px;transform:translateX(50%);border:1px solid rgba(126,255,179,.18);border-radius:24px;background:linear-gradient(145deg,#0b1712,#050b08);padding:22px;transition:.45s cubic-bezier(.2,.8,.2,1);box-shadow:0 30px 80px rgba(0,0,0,.35)}.match-card[data-offset="-1"]{transform:translateX(150%) scale(.9);opacity:.38}.match-card[data-offset="1"]{transform:translateX(-50%) scale(.9);opacity:.38}.match-card[data-hidden="true"]{opacity:0;pointer-events:none}.match-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #193025;padding-bottom:14px}.league-mini{display:flex;align-items:center;gap:9px;color:#aebcb4;font-size:10px}.league-mini img{width:26px;height:26px;object-fit:contain}.status-pill{font-size:9px;border:1px solid #2d4e3b;border-radius:99px;padding:6px 9px;color:#a5b2aa}.status-pill.live{background:var(--green);color:#041008;border-color:transparent;font-weight:900}.teams{display:grid;grid-template-columns:1fr 150px 1fr;align-items:center;padding:24px 0;gap:10px}.team{display:grid;justify-items:center;text-align:center;gap:8px}.team img,.team-fallback{width:66px;height:66px;object-fit:contain}.team-fallback{display:grid;place-items:center;border-radius:50%;background:#142c20;font-weight:900}.team strong{font-size:13px}.score{text-align:center}.score b{font:900 31px Arial}.score time{display:block;margin-top:6px;color:#789084;font-size:9px}.match-bottom{text-align:center;border-top:1px solid #172a20;padding-top:12px;color:#71847a;font-size:9px}.carousel-btn{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid #294d39;background:#08120d;color:#fff;cursor:pointer}.carousel-btn.next{right:0}.carousel-btn.prev{left:0}.carousel-dots{display:flex;justify-content:center;gap:6px}.carousel-dots i{width:6px;height:6px;border-radius:50%;background:#284234}.carousel-dots i.active{width:23px;border-radius:99px;background:var(--green)}.empty-state{height:290px;border:1px dashed #254531;border-radius:24px;display:grid;place-items:center;color:#87968d;font-size:12px}.competitions{background:#06100c}.competition-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.competition-grid article{min-height:230px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(160deg,#0a1610,#050b08);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px;transition:.25s}.competition-grid article:hover{transform:translateY(-4px);border-color:rgba(92,255,155,.35)}.competition-grid img{width:88px;height:88px;object-fit:contain;margin-bottom:16px}.competition-grid b{font-size:12px}.competition-grid small{font:700 8px Arial;letter-spacing:1.1px;color:#698176;margin-top:7px}.standings{background:#020605}.real-data-chip{font:700 8px Arial;letter-spacing:2px;border:1px solid #2c503a;border-radius:99px;padding:10px 13px;color:#75f59e}.table-shell{border:1px solid var(--line);border-radius:22px;overflow:auto;background:#06100c}table{border-collapse:collapse;width:100%;min-width:760px}th,td{text-align:center;padding:16px 17px;border-bottom:1px solid #14261d;font-size:11px}th{position:sticky;top:0;background:#08130f;color:#779087;font-size:9px}th:nth-child(2),td:nth-child(2){text-align:right}.team-cell{display:flex;align-items:center;gap:10px}.team-cell img{width:28px;height:28px;object-fit:contain}.x-stage{max-width:var(--max);margin:auto;border-inline:1px solid var(--line2);padding:92px 42px;display:grid;grid-template-columns:380px 1fr;align-items:center;gap:70px;background:radial-gradient(circle at 15% 50%,rgba(73,247,131,.12),transparent 28%),#050d09}.x-stage>img{width:100%;border-radius:50%;box-shadow:0 30px 90px #000,0 0 0 1px rgba(124,255,174,.2)}.x-stage h2 em{font-style:normal;color:var(--green2)}.x-stage p{margin-bottom:26px;max-width:720px}footer{max-width:var(--max);margin:auto;border:1px solid var(--line2);border-top-color:var(--line);padding:36px 42px;background:#020605}.footer-brand{display:flex;align-items:center;gap:28px}.footer-brand img{width:235px}.footer-brand p{color:#74877d;font-size:10px}.footer-bottom{border-top:1px solid #14251c;margin-top:26px;padding-top:18px;display:flex;justify-content:space-between;color:#53685d;font-size:9px}
@keyframes cameraDrift{0%{transform:scale(1.035) translate3d(0,0,0)}100%{transform:scale(1.08) translate3d(-1.2%,.6%,0)}}@keyframes scan{0%{transform:translateY(-18%)}100%{transform:translateY(18%)}}
@media(max-width:1150px){.topbar{grid-template-columns:220px 1fr 120px;padding-inline:22px}.brand img{width:205px}.nav{gap:18px;font-size:11px}.hero-copy{width:56vw;margin-right:24px}.about-grid{grid-template-columns:1fr}.presenters{grid-template-columns:1fr 1fr}.presenter-card{grid-template-columns:1fr;min-height:470px}.presenter-photo{height:260px}.presenter-photo:after{background:linear-gradient(180deg,transparent 55%,#07100c)}.competition-grid{grid-template-columns:repeat(3,1fr)}.x-stage{grid-template-columns:300px 1fr;gap:45px}}
@media(max-width:820px){.topbar{height:68px;grid-template-columns:1fr auto auto;padding:0 14px}.brand img{width:175px}.menu-btn{display:block}.nav{position:absolute;top:68px;left:10px;right:10px;display:none;flex-direction:column;gap:0;background:rgba(2,8,5,.98);border:1px solid #244431;border-radius:16px;padding:7px;box-shadow:0 25px 60px #000}.nav.open{display:flex}.nav a{height:auto;padding:14px;border-bottom:1px solid #14291d}.nav a:last-child{border:0}.nav a:after{display:none}.x-follow{width:42px;padding:0}.x-follow span{display:none}.hero{height:760px;min-height:0}.hero-media{background-position:62% center}.hero-media:after{background:linear-gradient(180deg,rgba(1,4,3,.16),rgba(1,4,3,.35) 40%,rgba(1,4,3,.94) 76%,#020605 100%)}.hero-copy{width:auto;margin:0;padding:410px 18px 70px}.hero h1{font-size:clamp(48px,12vw,76px);letter-spacing:-2px}.hero-copy p{font-size:14px}.broadcast-bug{left:18px;bottom:18px}.section{padding:68px 18px}.section-head.row{align-items:flex-start;flex-direction:column}.presenters{grid-template-columns:1fr}.presenter-card{grid-template-columns:42% 1fr;min-height:300px}.presenter-photo{height:100%}.presenter-photo:after{background:linear-gradient(90deg,transparent 55%,#07100c)}.offer-grid{grid-template-columns:1fr 1fr}.competition-grid{grid-template-columns:repeat(2,1fr)}.x-stage{padding:70px 18px;grid-template-columns:180px 1fr;gap:30px}.footer-brand{flex-direction:column;align-items:flex-start}}
@media(max-width:560px){.topbar{height:64px}.nav{top:64px}.brand img{width:155px}.hero{height:720px}.hero-media{inset:-1%;background-position:64% 20%;background-size:auto 60%;background-color:#020605;background-repeat:no-repeat;animation:none}.hero-copy{padding:355px 14px 52px}.eyebrow{font-size:8px}.hero h1{font-size:45px;margin:15px 0}.hero-copy p{font-size:12px;line-height:1.85}.hero-actions{display:grid;grid-template-columns:1fr}.btn-primary,.btn-secondary{width:100%}.ticker{justify-content:flex-start;padding-inline:16px}.section{padding:58px 12px}.presenter-card{grid-template-columns:1fr;min-height:auto}.presenter-photo{height:290px}.presenter-photo:after{background:linear-gradient(180deg,transparent 55%,#07100c)}.presenter-copy{padding:22px}.offer-grid{grid-template-columns:1fr}.section-head h2,.offers-title h2,.x-stage h2{font-size:35px;letter-spacing:-1px}.match-carousel{height:315px}.match-card{width:calc(100% - 20px);height:285px;padding:15px}.match-card[data-offset="-1"],.match-card[data-offset="1"]{opacity:0}.teams{grid-template-columns:1fr 90px 1fr}.team img,.team-fallback{width:52px;height:52px}.score b{font-size:25px}.competition-grid{grid-template-columns:1fr 1fr;gap:8px}.competition-grid article{min-height:175px}.competition-grid img{width:68px;height:68px}.x-stage{grid-template-columns:1fr;text-align:center}.x-stage>img{width:185px;justify-self:center}.x-stage .btn-primary{display:flex}.footer-brand img{width:195px}.footer-bottom{flex-direction:column;gap:8px}.broadcast-bug{display:none}}
@media(max-width:390px){.brand img{width:142px}.hero-copy{padding-top:340px}.hero h1{font-size:41px}.competition-grid{grid-template-columns:1fr}.competition-grid article{min-height:145px}.competition-grid img{width:58px;height:58px}.x-stage>img{width:160px}}
@media(min-width:1800px){.hero-copy{margin-right:calc((100vw - var(--max))/2 + 42px)}.broadcast-bug{left:calc((100vw - var(--max))/2 + 42px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-media,.scanline{animation:none!important}}
