:root{--green:#8eea24;--green2:#27b86c;--orange:#ff8a23;--ink:#06100c;--panel:#0a1a13;--panel2:#10241a;--white:#f5fff7;--muted:#99ad9f;--line:rgba(142,234,36,.2)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 20%,rgba(41,184,108,.13),transparent 30%),radial-gradient(circle at 85% 70%,rgba(255,138,35,.07),transparent 30%);z-index:-1}a{color:inherit;text-decoration:none}.site-header{height:84px;padding:0 max(24px,calc((100% - 1240px)/2));display:flex;align-items:center;gap:38px;position:sticky;top:0;z-index:30;background:rgba(5,15,10,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;font-weight:900;font-size:22px;letter-spacing:-1px}.brand img{width:58px;height:58px;object-fit:cover;border-radius:14px}.brand span span{color:var(--green)}nav{display:flex;gap:28px;margin:auto;font-size:13px;font-weight:700;color:#c8d7cc}nav a:hover{color:var(--green)}.live-pill{font-size:11px;font-weight:900;letter-spacing:1px;border:1px solid var(--line);border-radius:30px;padding:10px 14px}.live-pill i,.player-topbar i{display:inline-block;width:8px;height:8px;background:var(--orange);border-radius:50%;box-shadow:0 0 0 5px rgba(255,138,35,.12);margin-right:6px;animation:pulse 1.5s infinite}.hero{min-height:500px;position:relative;overflow:hidden;display:grid;align-items:center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#06100c 0%,rgba(6,16,12,.9) 34%,rgba(6,16,12,.18) 72%,#06100c 100%),linear-gradient(0deg,#06100c 0%,transparent 45%)}.hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.7}.hero-copy{width:min(1240px,calc(100% - 48px));margin:auto;position:relative;z-index:2;padding:70px 0;max-width:1240px}.hero-copy>*{max-width:620px}.eyebrow,.kicker{color:var(--green);font-size:12px;letter-spacing:2px;font-weight:900}.hero h1{font-size:clamp(56px,8vw,108px);line-height:.9;margin:24px 0 20px;letter-spacing:-6px;text-transform:uppercase}.hero p{font-size:20px;line-height:1.65;color:#cfddd2}.primary-cta{display:inline-flex;margin-top:18px;background:linear-gradient(135deg,var(--orange),#ff641f);padding:16px 24px;border-radius:10px;font-weight:900;box-shadow:0 12px 38px rgba(255,117,31,.25)}.broadcast-section,.seo-section{width:min(1240px,calc(100% - 48px));margin:auto}.broadcast-section{padding:50px 0 70px}.section-heading,.matches-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading h2,.matches-head h2,.seo-section h2{margin:8px 0 0;font-size:clamp(26px,4vw,42px);letter-spacing:-1.6px}.date-badge{background:var(--panel2);border:1px solid var(--line);border-radius:9px;padding:11px 16px;color:#d9e7dc;font-size:13px}.watch-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(330px,.8fr);gap:18px;margin-top:25px}.player-card,.matches-card{border:1px solid var(--line);background:rgba(10,26,19,.86);box-shadow:0 25px 80px rgba(0,0,0,.28)}.player-card{border-radius:15px;overflow:hidden}.player-topbar{height:50px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;color:#b7c7bb;font-size:12px}.player-topbar>span:last-child{color:var(--ink);background:var(--green);border-radius:5px;padding:5px 8px;font-weight:900}.player{position:relative;aspect-ratio:16/9;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;background:radial-gradient(circle at 50% 80%,rgba(142,234,36,.12),transparent 33%),linear-gradient(#06100c,#010503)}.stadium-glow{position:absolute;inset:0;background:repeating-linear-gradient(115deg,transparent 0 60px,rgba(142,234,36,.025) 61px 62px)}.play-button{z-index:2;width:92px;height:92px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(142,234,36,.12);color:var(--green);font-size:34px;cursor:pointer;box-shadow:0 0 0 12px rgba(142,234,36,.035),0 0 60px rgba(142,234,36,.2);transition:.25s}.play-button:hover{transform:scale(1.08);background:var(--green);color:var(--ink)}.play-button span{display:block;margin-left:5px}.player>p{z-index:2;color:#9ca9a0;font-size:13px;margin-top:24px}.player-meta{display:flex;gap:25px;flex-wrap:wrap;padding:16px;font-size:11px;color:#96a89b;border-top:1px solid var(--line)}.matches-card{border-radius:15px;padding:20px;display:flex;flex-direction:column;max-height:615px}.matches-head{align-items:center}.matches-head h2{font-size:25px}.matches-head>span{min-width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:var(--ink);font-weight:900}.league-filter{display:flex;gap:7px;overflow:auto;padding:17px 0 12px;scrollbar-width:none}.league-filter button{border:1px solid rgba(255,255,255,.1);color:#9daf9f;background:#0a1710;border-radius:7px;padding:7px 10px;white-space:nowrap;font-size:10px;font-weight:800;cursor:pointer}.league-filter button.active{color:var(--ink);background:var(--green)}.match-list{overflow:auto;min-height:280px;padding-right:4px;scrollbar-color:var(--green) transparent}.match{width:100%;display:grid;grid-template-columns:50px 1fr 34px;gap:12px;align-items:center;text-align:left;background:#0c1d15;color:white;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:13px 12px;margin-bottom:9px;cursor:pointer;transition:.2s}.match:hover,.match.active{border-color:var(--green);background:#11281d}.match-time{font-weight:900;color:var(--orange);font-size:14px}.match-teams{min-width:0}.match-teams b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-teams small{display:block;color:#7f9485;font-size:10px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-play{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:var(--green);background:rgba(142,234,36,.09)}.data-note{font-size:10px;color:#688071;line-height:1.5;border-top:1px solid rgba(255,255,255,.06);padding-top:12px;margin:12px 0 0}.loading,.empty{min-height:300px;display:grid;place-items:center;align-content:center;text-align:center;color:#839688;font-size:12px}.loading span{width:34px;height:34px;border:3px solid rgba(142,234,36,.15);border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}.ad-layer{position:absolute;inset:0;z-index:10;background:#050b08;display:flex;flex-direction:column}.ad-layer[hidden]{display:none}.ad-click{position:relative;flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 50% 50%,#123e28 0,#06150e 40%,#020604 75%)}.ad-click:before,.ad-click:after{content:"";position:absolute;width:60%;height:160%;background:linear-gradient(90deg,transparent,rgba(142,234,36,.12),transparent);transform:rotate(35deg);animation:sweep 2.5s linear infinite}.ad-click:after{animation-delay:1.2s}.ad-disclosure{position:absolute;top:16px;left:16px;border:1px solid rgba(255,255,255,.3);border-radius:5px;padding:7px 10px;font-size:11px;font-weight:900;letter-spacing:1px;background:rgba(0,0,0,.5)}.ad-brand{font-style:italic;line-height:.8;filter:drop-shadow(0 0 25px rgba(142,234,36,.25));animation:adpop 1.2s ease-in-out infinite alternate}.ad-brand strong{font-size:clamp(70px,11vw,125px);color:white;letter-spacing:-8px}.ad-brand b{font-size:clamp(70px,11vw,125px);color:var(--green);letter-spacing:-8px}.ad-click p{margin:25px 0 0;color:white;font-size:clamp(12px,2vw,18px);letter-spacing:5px;font-weight:800}.ad-motion{display:flex;gap:7px;margin-top:28px}.ad-motion i{width:28px;height:5px;background:var(--green);transform:skew(-35deg);animation:bars 1s infinite alternate}.ad-motion i:nth-child(2){animation-delay:.15s}.ad-motion i:nth-child(3){animation-delay:.3s}.ad-motion i:nth-child(4){animation-delay:.45s}.ad-motion i:nth-child(5){animation-delay:.6s}.ad-footer{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;background:#07110c;border-top:1px solid rgba(255,255,255,.1);font-size:11px;color:#a7b5aa}.ad-footer button{border:0;border-radius:7px;padding:10px 14px;background:var(--orange);color:white;font-weight:900;cursor:pointer}.ad-footer button:disabled{background:#26332a;color:#78847b;cursor:not-allowed}.seo-section{padding:80px 0 100px;border-top:1px solid var(--line);text-align:center}.seo-section>p{max-width:760px;margin:22px auto;color:var(--muted);line-height:1.8}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:40px;text-align:left}.feature-grid article{background:var(--panel);border:1px solid var(--line);border-radius:13px;padding:24px}.feature-grid article>span{font-size:28px}.feature-grid h3{margin:15px 0 7px}.feature-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:11px;padding:25px max(24px,calc((100% - 1240px)/2));color:#c2d2c6}footer img{object-fit:cover;border-radius:8px}footer div{display:flex;flex-direction:column}footer small{color:#6f8475}footer p{margin-left:auto;color:#6f8475;font-size:12px}
.video-wrap{position:relative;flex:1;min-height:0;background:#000;display:grid;place-items:center}.video-wrap video{width:100%;height:100%;object-fit:contain;background:#000}.video-wrap .ad-disclosure{background:rgba(0,0,0,.75);box-shadow:0 4px 20px rgba(0,0,0,.35)}.ad-footer button[hidden]{display:none}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{box-shadow:0 0 0 8px rgba(255,138,35,0)}}@keyframes sweep{to{transform:translateX(180%) rotate(35deg)}}@keyframes adpop{to{transform:scale(1.04)}}@keyframes bars{to{opacity:.2;transform:translateY(8px) skew(-35deg)}}
@media(max-width:900px){nav{display:none}.site-header{height:70px}.live-pill{margin-left:auto}.watch-grid{grid-template-columns:1fr}.matches-card{max-height:none}.hero{min-height:450px}.hero h1{letter-spacing:-4px}.hero-copy{padding-top:90px}.feature-grid{grid-template-columns:1fr}.player-meta{gap:12px}.matches-card{order:-1}}
@media(max-width:560px){.site-header{padding:0 16px}.brand img{width:48px;height:48px}.brand{font-size:19px}.live-pill{font-size:9px;padding:8px 10px}.hero-copy,.broadcast-section,.seo-section{width:calc(100% - 28px)}.hero{min-height:410px}.hero h1{font-size:48px;letter-spacing:-3px}.hero p{font-size:16px}.section-heading{align-items:start;flex-direction:column}.watch-grid{margin-top:18px}.player-meta span{width:100%}.ad-brand strong,.ad-brand b{letter-spacing:-5px}.ad-footer{height:72px;gap:10px}.ad-footer button{white-space:nowrap}footer{padding:22px 16px}.date-badge{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.seo-details{margin-top:32px}.seo-details summary{display:inline-flex;align-items:center;justify-content:center;min-width:190px;padding:13px 22px;border:1px solid var(--line);border-radius:9px;background:var(--panel2);color:var(--green);font-size:13px;font-weight:900;cursor:pointer;list-style:none}.seo-details summary::-webkit-details-marker{display:none}.seo-details summary:after{content:"↓";margin-left:10px;font-size:16px}.seo-details[open] summary:after{content:"↑"}.seo-details .less-label{display:none}.seo-details[open] .more-label{display:none}.seo-details[open] .less-label{display:inline}.seo-copy{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:26px;text-align:left}.seo-copy article{padding:24px;border:1px solid var(--line);border-radius:13px;background:linear-gradient(145deg,rgba(16,36,26,.9),rgba(7,20,13,.9))}.seo-copy article:first-child{grid-column:1/-1}.seo-copy h3{margin:0 0 12px;font-size:20px;color:var(--white)}.seo-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}.seo-copy strong{color:#dfffd0}@media(max-width:900px){.seo-copy{grid-template-columns:1fr}.seo-copy article:first-child{grid-column:auto}}
