:root{
  --bg:#050609;--panel:#0b0e13;--line:#282d35;--red:#ff171d;--red2:#e50914;
  --text:#f7f7f7;--muted:#a7abb3;--max:1120px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
  radial-gradient(circle at 50% 28%,rgba(42,47,57,.08),transparent 34%),
  linear-gradient(180deg,#050609 0%,#06070a 45%,#040508 100%);
  color:var(--text);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden;
  user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.22;
  background-image:radial-gradient(rgba(255,255,255,.16) .6px,transparent .6px);background-size:5px 5px;mix-blend-mode:soft-light;z-index:-1}
img,video{max-width:100%;-webkit-user-drag:none}
a{color:inherit;text-decoration:none}

.topbar{height:92px;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(4,5,8,.96);
  display:flex;align-items:center;gap:26px;padding:0 31px;position:sticky;top:0;z-index:20}
.logo{font-weight:1000;letter-spacing:-2px;font-size:29px;line-height:1;white-space:nowrap;
  font-family:Impact,"Arial Narrow",Arial,sans-serif}
.logo span{color:var(--red)}
.icon-btn{background:none;border:0;color:#fff;font-size:34px;line-height:1;cursor:pointer;padding:0 2px;width:34px;overflow:hidden}
.topbar nav{display:flex;gap:26px;margin-left:22px;font-size:12px;font-weight:900}
.topbar nav a:hover{color:var(--red)}
.auth{margin-left:auto;display:flex;align-items:center;gap:32px;font-size:14px;font-weight:900}
.register{background:#fff;color:#090a0e;padding:16px 22px;border-radius:11px;min-width:142px;text-align:center}
.register:hover{filter:brightness(.93)}

.ad-slot{width:100%;max-width:var(--max);margin:0 auto;padding:18px 31px;min-height:calc(var(--ad-height) + 36px)}
.ad-slot .ad-inner{position:relative}
.ad-slot .ad-inner:before{content:"Advertisement";position:absolute;top:4px;left:8px;font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#5e636c;pointer-events:none}
.ad-top{margin-top:2px;margin-bottom:4px}
.ad-mid{margin-top:4px;margin-bottom:8px}
.ad-inner{min-height:var(--ad-height);width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;
  background:#090b10;border:1px solid rgba(255,255,255,.07);border-radius:10px;color:#666}
.ad-inner>*{max-width:100%}.ad-top{padding-top:14px}.ad-mid{margin-bottom:10px}

.hero{max-width:var(--max);margin:auto;padding:16px 31px 0;display:block}
.hero-card{width:100%;height:735px;border:1px solid rgba(255,255,255,.18);background:#07090d;
  border-radius:18px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.48);position:relative}
.hero-media{position:absolute;inset:0;height:100%;background:#05060a;overflow:hidden}
.hero-media img,.hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.hero-video{background:#05060a}
.hero-media:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,rgba(2,4,8,.06) 0%,rgba(2,4,8,.02) 36%,rgba(2,4,8,.13) 52%,
  rgba(2,4,8,.68) 78%,rgba(2,4,8,.97) 100%)}
.hero-media:after{content:"";position:absolute;left:-10%;right:-10%;bottom:-18%;height:54%;z-index:2;pointer-events:none;
  background:rgba(4,6,10,.5);filter:blur(28px);-webkit-filter:blur(28px)}
.hero-topline{position:absolute;left:29px;right:29px;top:30px;z-index:6;display:flex;align-items:flex-start;justify-content:space-between}
.featured-badge{display:inline-flex;align-items:center;gap:9px;background:rgba(137,0,7,.76);
  border:1px solid #ff171d;border-radius:8px;padding:10px 15px;color:#fff;font-size:15px;font-weight:1000;
  letter-spacing:.02em;box-shadow:0 7px 25px rgba(255,23,29,.18)}
.featured-badge-dot{width:11px;height:11px;border-radius:50%;background:#ff171d;box-shadow:0 0 12px #ff171d}
.live-pill{position:absolute;left:18px;top:18px;background:var(--red);color:#fff;border-radius:7px;padding:8px 12px;
  font-size:10px;font-weight:1000;z-index:5;box-shadow:0 8px 25px rgba(255,37,37,.28);display:none}
.featured-viewers{display:grid;grid-template-columns:auto auto;align-items:center;column-gap:7px;row-gap:1px;
  padding:10px 13px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(2,4,7,.62);
  backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);min-width:145px}
.featured-viewers .dot{width:9px;height:9px;border-radius:50%;background:#ff171d;box-shadow:0 0 10px #ff171d;grid-row:span 2}
.featured-viewers .viewer-icon{font-size:18px;line-height:1}
.featured-viewers strong{font-size:22px;line-height:1}
.featured-viewers small{grid-column:2;font-size:9px;color:#d0d3d9;letter-spacing:.03em}
.hero-info{position:absolute;left:0;right:0;bottom:0;z-index:4;display:flex;flex-direction:column;align-items:flex-start;
  padding:0 50px 38px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:0;box-shadow:none}
.hero-info:before{content:"";position:absolute;left:0;right:0;bottom:0;height:82%;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,rgba(5,7,12,0) 0%,rgba(5,7,12,.12) 18%,rgba(5,7,12,.58) 56%,rgba(5,7,12,.95) 100%);
  backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);mask-image:linear-gradient(to bottom,transparent 0%,black 24%);
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 24%)}
.event-kicker{color:#fff;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
  margin-bottom:6px;text-shadow:0 2px 14px rgba(0,0,0,.7)}
.hero-info h2{font-size:clamp(52px,6.3vw,78px);line-height:.9;margin:0 0 16px;max-width:850px;
  letter-spacing:-3px;text-transform:uppercase;font-weight:1000;text-shadow:0 4px 24px rgba(0,0,0,.65)}
.title-accent{color:var(--red)}
.hero-info p{margin:0 0 15px;color:#e2e4e8;font-size:20px;line-height:1.45;max-width:850px;text-shadow:0 2px 16px rgba(0,0,0,.65)}
.meta{font-size:13px;color:#e9ebee;font-weight:900;margin-bottom:22px;letter-spacing:.02em;text-shadow:0 2px 12px rgba(0,0,0,.7)}
.meta span{color:var(--red)}
.hero-cta-row{display:flex;gap:22px;align-items:center}
.cta,.secondary{display:inline-flex;justify-content:center;align-items:center;border-radius:9px;padding:16px 25px;
  font-weight:1000;font-size:16px;transition:.2s;cursor:pointer}
.cta{background:var(--red);box-shadow:0 12px 30px rgba(255,23,29,.28);min-width:315px}
.cta:hover{transform:translateY(-2px);filter:brightness(1.08)}
.youtube-icon{display:inline-grid;place-items:center;width:28px;height:20px;border-radius:5px;background:#fff;color:var(--red);
  font-size:12px;margin-right:10px}
.secondary{border:1px solid #4a4f58;background:rgba(4,6,10,.35);min-width:132px}
.secondary:hover{background:#151820}
.hero-list-btn{padding:16px 22px}
.video-sound{position:absolute;right:18px;bottom:18px;width:42px;height:42px;border:1px solid rgba(255,255,255,.35);
  border-radius:50%;background:rgba(0,0,0,.55);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  color:#fff;cursor:pointer;z-index:6}.video-sound:hover{background:var(--red)}
.hero-actions{display:flex;justify-content:center;gap:12px;margin:24px 0 0}
.browse-button{min-width:275px;text-transform:uppercase;font-size:14px;padding:14px 25px}
.features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:26px -31px 0;padding:30px 31px 28px;
  border-top:1px solid rgba(255,255,255,.1)}
.features div{display:grid;grid-template-columns:64px minmax(0,1fr);column-gap:15px;padding:0 27px;min-height:76px;
  border-right:1px solid rgba(255,255,255,.08)}
.features div:last-child{border-right:0}
.features b{grid-row:span 2;color:var(--red);font-size:36px;line-height:1;font-family:Arial,sans-serif}
.features strong{font-size:19px;line-height:1.15}.features span{font-size:15px;color:#8d9199;line-height:1.35;margin-top:5px}

.section{max-width:var(--max);margin:auto;padding:38px 31px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}
.section-head h2{font-size:28px;margin:0;letter-spacing:-1px;font-family:Impact,"Arial Narrow",Arial,sans-serif}
.section-head h2:after{content:"";display:block;width:116px;height:3px;background:var(--red);margin-top:10px}
.section-head a{font-size:12px;color:#b5bac2;font-weight:900;text-transform:uppercase}
.event-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.event-card{background:#090c11;border:1px solid #2a2e36;border-radius:10px;overflow:hidden;transition:.2s;min-width:0;box-shadow:0 10px 30px rgba(0,0,0,.16)}
.event-card:hover{transform:translateY(-3px);border-color:#505661}
.event-thumb{height:184px;display:block;position:relative;background:#07080c;overflow:hidden}
.event-thumb img,.event-thumb video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}
.event-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.18) 55%,rgba(0,0,0,.72))}
.event-thumb .status{left:14px;top:14px;bottom:auto;font-size:11px;padding:7px 9px;border-radius:5px;z-index:4}
.play{display:none}
.event-body{padding:14px 15px 10px;min-height:112px}
.event-body h3{margin:0;font-size:17px;line-height:1.12;text-transform:uppercase;overflow-wrap:anywhere;font-weight:1000}
.event-body p{margin:7px 0;color:#aeb3bb;font-size:11px;text-transform:uppercase}
.event-watching{color:var(--red);font-size:12px;font-weight:900;margin-top:9px}
.event-watching span{color:var(--red)}
.event-footer{height:39px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;
  padding:0 15px;color:#858a93;font-size:10px;font-weight:800}
.footer-live-dot{width:9px;height:9px;border-radius:50%;background:var(--red);box-shadow:0 0 10px rgba(255,23,29,.65)}
.sports-grid{display:flex;gap:22px;overflow:auto;padding:5px 0 15px;scrollbar-width:none}
.sport-card{min-width:105px;border:0;background:transparent;color:#fff;cursor:pointer}
.sport-card span{width:68px;height:68px;border:1px solid #40444c;border-radius:50%;display:grid;place-items:center;margin:auto;font-size:31px;transition:.2s}
.sport-card:hover span{transform:scale(1.08);border-color:var(--red)}
.sport-card strong{display:block;font-size:11px;margin-top:10px}
footer{text-align:center;border-top:1px solid #20232a;padding:30px;color:#777c85;font-size:10px}
.toast{position:fixed;right:20px;bottom:20px;background:#151820;border:1px solid #333;padding:12px 16px;border-radius:8px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1}

@media(max-width:900px){
  .topbar{padding:0 18px;gap:16px}.logo{font-size:25px}.topbar nav{gap:16px;margin-left:6px}.auth{gap:14px}
  .hero{padding:14px 18px 0}.hero-card{height:620px}.hero-topline{left:20px;right:20px;top:20px}
  .hero-info{padding:0 30px 28px}.hero-info h2{font-size:clamp(43px,8vw,64px)}.hero-info p{font-size:17px}
  .features{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}.features div{padding:0 15px}
  .features strong{font-size:16px}.features span{font-size:12px}
  .section{padding-left:18px;padding-right:18px}.event-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .topbar{height:72px;padding:0 14px;gap:12px}.icon-btn{font-size:29px;width:30px}.logo{font-size:20px;letter-spacing:-1.3px}
  .topbar nav{display:none}.auth{gap:9px;font-size:11px}.register{padding:12px 13px;min-width:0;border-radius:9px}
  .ad-slot{padding-left:12px;padding-right:12px}
  .hero{padding:12px 12px 0}.hero-card{height:610px;border-radius:15px}
  .hero-topline{left:14px;right:14px;top:14px}.featured-badge{font-size:11px;padding:8px 10px;gap:7px}.featured-badge-dot{width:8px;height:8px}
  .featured-viewers{min-width:120px;padding:7px 9px}.featured-viewers strong{font-size:17px}.featured-viewers small{font-size:7px}.viewer-icon{font-size:14px}
  .hero-info{padding:0 18px 20px}.event-kicker{font-size:10px}.hero-info h2{font-size:36px;line-height:.94;letter-spacing:-1.7px;margin-bottom:12px}
  .hero-info p{font-size:13px;line-height:1.42;margin-bottom:10px}.meta{font-size:9px;margin-bottom:14px}
  .hero-cta-row{gap:10px;width:100%}.cta,.secondary{font-size:12px;padding:13px 12px}.cta{min-width:0;flex:1}.hero-list-btn{min-width:106px}
  .youtube-icon{width:22px;height:16px;font-size:9px;margin-right:7px}
  .hero-actions{margin-top:18px}.browse-button{min-width:240px;font-size:11px}
  .features{grid-template-columns:repeat(3,minmax(0,1fr));margin:24px -12px 0;padding:24px 12px 22px;gap:4px}
  .features div{display:block;padding:0 8px;min-height:0}.features b{display:block;font-size:26px;margin-bottom:8px}.features strong{display:block;font-size:10px}.features span{display:block;font-size:8px;line-height:1.35}
  .section{padding:30px 14px}.section-head{margin-bottom:17px}.section-head h2{font-size:22px}.section-head h2:after{width:91px;height:2px;margin-top:7px}
  .section-head a{font-size:9px}.event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.event-thumb{height:145px}
  .event-body{padding:10px 10px 8px;min-height:100px}.event-body h3{font-size:13px}.event-body p{font-size:8px;margin:5px 0}.event-watching{font-size:10px;margin-top:7px}
  .event-footer{height:34px;padding:0 10px;font-size:8px}.footer-live-dot{width:7px;height:7px}
}
@media(max-width:380px){
  .logo{font-size:18px}.auth a:first-child{display:none}.hero-card{height:590px}.hero-info h2{font-size:32px}
  .featured-viewers{min-width:105px}.featured-viewers strong{font-size:15px}.featured-viewers small{font-size:6px}
  .event-grid{grid-template-columns:1fr}.event-thumb{height:190px}
}

/* Reference-matched vector icons: preserve all existing interactions while avoiding platform-dependent glyphs. */
.icon-btn svg{width:30px;height:24px;display:block;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round}
.featured-viewers .viewer-icon{width:22px;height:20px;display:grid;place-items:center}
.featured-viewers .viewer-icon svg{width:22px;height:20px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.youtube-icon{display:inline-grid;place-items:center;width:29px;height:21px;border-radius:5px;background:#fff;color:var(--red);margin-right:10px}
.youtube-icon svg{width:21px;height:16px;fill:none;stroke:var(--red);stroke-width:0}
.youtube-icon svg rect{fill:#fff;stroke:none}
.youtube-icon svg path{fill:var(--red)}
.feature-icon{display:grid!important;place-items:center;width:54px;height:54px;color:var(--red);font-style:normal}
.feature-icon svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.feature-hd{font-size:38px!important;font-weight:300!important;letter-spacing:-2px;line-height:1!important}
.video-sound{display:grid;place-items:center}
.video-sound .sound-icon{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.video-sound .sound-icon.muted path:nth-child(2){display:block}
@media(max-width:560px){
  .icon-btn svg{width:27px;height:22px}
  .feature-icon{width:40px;height:40px}.feature-icon svg{width:40px;height:40px}.feature-hd{font-size:27px!important}
  .youtube-icon{width:23px;height:17px;margin-right:7px}.youtube-icon svg{width:18px;height:14px}
}


/* Adsterra-only monetization layout: banner labels and clean spacing. */
.ad-slot{position:relative;margin:24px auto;padding:10px 0;min-height:var(--ad-height);display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}
.ad-slot .ad-label{font-size:9px;line-height:1;letter-spacing:.14em;text-transform:uppercase;opacity:.45;margin-bottom:6px;font-weight:700}
.ad-slot .ad-inner{width:100%;min-height:var(--ad-height);display:flex;align-items:center;justify-content:center;overflow:hidden}
@media(max-width:700px){.ad-slot{margin:18px auto;padding:8px 0}.ad-slot .ad-inner{max-width:100%;}}

.sport-card.active span{border-color:var(--red);box-shadow:0 0 0 2px rgba(255,20,28,.12);transform:scale(1.05)}
.sport-empty{grid-column:1/-1;padding:28px 18px;text-align:center;color:#8e949f;border:1px dashed #2b3038;border-radius:14px;background:rgba(255,255,255,.02)}
.registration-note{margin-top:10px;color:#aeb3bb;font-size:11px;font-weight:700;max-width:650px;line-height:1.4}
.watch-locked{opacity:.42;filter:grayscale(.25);cursor:not-allowed;pointer-events:auto}
.top-sports-section{padding-bottom:8px}
@media(max-width:560px){.registration-note{font-size:9px;margin-top:7px}.top-sports-section{padding-top:24px;padding-bottom:2px}}
