:root{--page:#202020;--panel:#1f2429;--panel2:#102c48;--border:#31526e;--text:#f7f9fc;--muted:#9fb0c2;--blue:#3688ff;--red:#ff3b55;--green:#7ee44e;--gold:#ffd326}*{box-sizing:border-box}body{margin:0;background:#222;color:var(--text);font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input{font:inherit}.player-page{min-height:100vh;padding:46px 5vw}.broadcast-console{width:min(1500px,100%);margin:auto;display:grid;grid-template-columns:minmax(0,3fr) minmax(310px,1fr);align-items:start;gap:0;border:1px solid #31526e;background:#15191d;box-shadow:0 20px 60px rgba(0,0,0,.35);overflow:hidden}.left-column{min-width:0}.right-column{min-width:0;min-height:0;height:var(--matched-column-height,auto);border-left:1px solid var(--border);display:grid;grid-template-rows:minmax(0,1fr) minmax(0,1fr);overflow:hidden}.video-shell{position:relative;aspect-ratio:16/9;overflow:hidden;border-bottom:1px solid var(--border);background:#03070b}.video-element,.video-element iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(10,10,10,.25),rgba(10,10,10,.12) 48%,rgba(0,0,0,.72))}.live-badge{position:absolute;top:18px;right:18px;display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:4px;background:var(--red);font-weight:900;font-size:.78rem}.live-badge span{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.18)}.center-overlay{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;text-align:center;padding:24px;transition:opacity .2s}.center-overlay.hidden{opacity:0;pointer-events:none}.basketball-icon{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:#ff8a21;color:#26384c;font-size:3rem;box-shadow:inset 0 0 0 4px #26384c;margin-bottom:16px}.eyebrow{margin:0 0 8px;font-weight:900;letter-spacing:.16em;font-size:.75rem}.center-overlay h1{margin:0;font-size:clamp(2rem,4vw,3.9rem);font-weight:950;text-shadow:0 4px 18px rgba(0,0,0,.55)}.center-overlay p{margin:10px 0 18px;color:#d8e0e9;font-weight:700}.play-main{width:60px;height:60px;border:1px solid #8293a4;border-radius:50%;background:#0b1928cc;color:#fff;font-size:1.4rem}.score-overlay{position:absolute;left:50%;bottom:72px;transform:translateX(-50%);display:grid;grid-template-columns:1fr 74px 1fr;width:min(610px,calc(100% - 40px));min-height:62px;background:#071523e8;border:1px solid #52677b}.team,.clock{display:flex;align-items:center;justify-content:center;gap:12px}.team b{font-size:1.7rem}.team strong{font-size:.85rem}.clock{flex-direction:column;gap:0;background:#fff;color:#111;padding:4px}.clock small{font-size:.62rem;font-weight:900}.clock strong{font-size:1rem}.clock span{color:var(--red);font-size:.63rem;font-weight:900}.team-dot{width:14px;height:14px;border-radius:50%}.warriors{background:#fdb927}.grizzlies{background:#5d76a9}.controls{position:absolute;left:18px;right:18px;bottom:14px;height:46px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#07121ddb;border:1px solid #566878}.controls button{border:0;background:transparent;color:#fff}.controls input{width:min(220px,30vw);accent-color:var(--blue)}.control-spacer{flex:1}.live-dot{width:7px;height:7px;background:var(--red);border-radius:50%}.live-label{font-size:.7rem;font-weight:900}.source-link{color:#dbeaff;text-decoration:none;font-size:.75rem;font-weight:800}.subscription-panel{display:grid;grid-template-columns:1.1fr 1.7fr;gap:18px;padding:16px 22px 22px;background:linear-gradient(90deg,#0a3156,#0d2948)}.subscription-copy{display:flex;flex-direction:column;justify-content:center}.kicker{color:#42e5a3;font-size:.7rem;font-weight:900;letter-spacing:.16em}.subscription-copy h2{margin:8px 0;font-size:clamp(1.5rem,2.6vw,2.25rem);font-weight:900}.subscription-copy p{margin:0;color:#b7c8d9;font-weight:600}.subscription-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.subscription-card{min-height:150px;text-align:left;padding:16px;border:1px solid #3e668d;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.free-plan{background:#19335a}.paid-plan{background:linear-gradient(135deg,#1d548f,#194274);border-color:#4e9aff}.plan-label{font-size:.67rem;font-weight:900;letter-spacing:.08em;padding:4px 6px;background:#5c91b8;margin-bottom:10px}.free-plan .plan-label{background:transparent;color:#a4ff61;font-size:1.15rem;padding:0}.subscription-card strong{font-size:1.1rem}.plan-title{font-size:1.55rem;font-weight:900;margin:8px 0}.subscription-card small{color:#c1d2e3;font-weight:600}.button-text{margin-top:auto;font-size:1rem;font-weight:900}.free-plan .button-text{color:var(--green);font-size:1.35rem}.chat-panel,.related-panel{background:#20252a;min-height:0;overflow:hidden}.chat-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;border-bottom:1px solid var(--border)}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #6f7a84}.panel-header h2{margin:0;font-size:1rem}.panel-header p{margin:2px 0 0;font-size:.7rem;color:#6f879c}.panel-header button{width:34px;height:34px;border:0;border-radius:50%;font-weight:900}.chat-messages{padding:12px;overflow:auto}.message{display:flex;gap:9px;margin-bottom:16px}.avatar{width:22px;height:22px;flex:0 0 22px;border-radius:50%;display:grid;place-items:center;background:#2488c8;font-size:.65rem}.avatar.alt{background:#b80068}.avatar.channel{background:#4e168c}.message strong{font-size:.72rem}.message p{margin:2px 0 0;color:#aab5c0;font-size:.7rem}.message mark{background:#ffd900;padding:1px 4px}.message em{font-style:normal;background:#2da85c;padding:1px 4px}.chat-compose{display:flex;gap:8px;padding:10px;background:#fff;color:#333}.avatar.guest{background:#b47b2d;color:#fff;margin-top:1px}.compose-box{flex:1}.compose-box input{width:100%;border:0;border-bottom:1px solid #999;outline:0}.compose-box div{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:7px}.compose-box small{color:#777}.compose-box button{border:0;border-radius:14px;padding:4px 10px}.related-panel{padding:12px;overflow:hidden;display:grid;grid-template-rows:auto 1fr}.filter-tabs{display:flex;gap:7px;margin-bottom:12px}.filter-tabs button{border:1px solid #365774;background:#13283c;color:#fff;border-radius:8px;padding:7px 12px;font-weight:800}.filter-tabs .active{background:var(--blue)}.related-list{display:grid;align-content:start;gap:10px;min-height:0;overflow:auto;padding-right:4px}.related-card{display:grid;grid-template-columns:46% 1fr;gap:10px;border:1px solid #31526e;border-radius:9px;padding:7px;background:#102438}.thumb{position:relative;min-height:84px;border-radius:6px;display:grid;place-items:center;font-size:.66rem;font-weight:900}.thumb small{position:absolute;right:4px;bottom:3px;background:#060a0e;padding:1px 3px}.purple{background:#33256f}.blue{background:#176193}.red{background:#a82125}.teal{background:#117c86}.related-card h3{font-size:.78rem;margin:2px 0 4px}.related-card p,.related-card small{font-size:.66rem;color:#aeb9c3;margin:0}.visually-hidden{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}.video-shell:fullscreen{width:100vw;height:100vh;aspect-ratio:auto}.video-shell:fullscreen .video-element,.video-shell:fullscreen .video-element iframe{width:100%;height:100%}@media(max-width:1050px){.broadcast-console{grid-template-columns:1fr}.right-column{height:auto;border-left:0;border-top:1px solid var(--border);grid-template-columns:1fr 1fr;grid-template-rows:500px}.chat-panel{border-bottom:0;border-right:1px solid var(--border)}.subscription-panel{grid-template-columns:1fr}.subscription-actions{grid-template-columns:1fr 1fr}}@media(max-width:700px){.player-page{padding:12px}.video-shell{aspect-ratio:9/12}.right-column{grid-template-columns:1fr;grid-template-rows:420px 500px}.chat-panel{border-right:0;border-bottom:1px solid var(--border)}.subscription-actions{grid-template-columns:1fr}.score-overlay{grid-template-columns:1fr 58px 1fr}.team strong{display:none}.source-link{display:none}.controls{left:8px;right:8px}.subscription-panel{padding:18px}.broadcast-console{border-radius:0}.center-overlay h1{font-size:2rem}}

.chat-waiting{height:100%;min-height:140px;display:grid;place-content:center;text-align:center;padding:24px;color:#dce8f3}.chat-waiting strong{font-size:.9rem}.chat-waiting p{margin:6px 0 0;color:#8598aa;font-size:.72rem}.chat-messages.is-waiting{overflow:hidden}.chat-compose.is-disabled{opacity:.68}.chat-compose input:disabled,.chat-compose button:disabled{cursor:not-allowed}.message.is-system{padding:8px;border:1px solid #31526e;border-radius:8px;background:#13283c}.message.is-system .avatar{background:#4e168c}.message.is-self{padding:8px;border-radius:8px;background:#173853}.message.is-self .avatar{background:#b47b2d}.message-time{display:inline-block;margin-left:5px;color:#71869a;font-size:.6rem;font-weight:500}.chat-messages{scroll-behavior:smooth}.chat-panel.chat-active .panel-header p{color:#45d69a}.chat-panel.chat-active .panel-header p::before{content:"";display:inline-block;width:6px;height:6px;margin-right:6px;border-radius:50%;background:#45d69a;box-shadow:0 0 0 3px rgba(69,214,154,.14)}


/* v1.5.4 typography and affiliate CTA refinement */
:root{--display-font:"Barlow Condensed","Arial Narrow",sans-serif;--body-font:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body{font-family:var(--body-font);font-weight:500;letter-spacing:-.01em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
.center-overlay h1,.subscription-copy h2,.plan-title,.panel-header h2,.related-card h3{font-family:var(--display-font);letter-spacing:.005em}
.subscription-copy h2{font-size:clamp(1.8rem,3vw,2.7rem);line-height:.92;font-weight:800;text-wrap:balance}
.subscription-copy p{font-size:.96rem;line-height:1.55;max-width:42ch}
.kicker,.plan-label,.live-label,.eyebrow{font-family:var(--body-font);letter-spacing:.14em}
.subscription-card{font-family:var(--body-font);border-radius:2px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.subscription-card:hover{transform:translateY(-2px);border-color:#74b5ef;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.subscription-card strong{font-weight:700;letter-spacing:-.02em}
.plan-title{font-size:1.8rem;line-height:1;font-weight:800}
.button-text{font-family:var(--display-font);letter-spacing:.01em}
.bybet-cta{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;margin-top:auto;color:#8cff55;text-decoration:none;font-size:1.48rem;font-weight:800;line-height:1;padding:.35rem 0;border-bottom:2px solid transparent;transition:color .18s ease,border-color .18s ease,transform .18s ease}
.bybet-cta:hover,.bybet-cta:focus-visible{color:#b6ff91;border-bottom-color:currentColor;transform:translateX(2px)}
.bybet-cta:focus-visible{outline:3px solid rgba(140,255,85,.35);outline-offset:5px;border-radius:2px}
.paid-plan .button-text{font-size:1.18rem}
.panel-header h2{font-size:1.12rem;font-weight:800}
.related-card h3{font-size:.9rem;line-height:1.05;font-weight:700}


/* v1.5.5 premium access panel and conversion-focused CTA refinement */
.subscription-panel{position:relative;grid-template-columns:minmax(260px,.95fr) minmax(0,1.7fr);gap:24px;padding:24px;background:linear-gradient(115deg,#082b4c 0%,#0b355d 42%,#0b2948 100%);border-top:1px solid rgba(116,181,239,.34)}
.subscription-panel::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 14% 18%,rgba(54,136,255,.17),transparent 33%),linear-gradient(90deg,transparent,rgba(255,255,255,.025));}
.subscription-copy,.subscription-actions{position:relative;z-index:1}
.subscription-copy{padding:6px 4px}
.kicker{display:inline-flex;align-items:center;gap:8px;width:fit-content;color:#63f0bd;font-size:.72rem;font-weight:900;letter-spacing:.18em}
.kicker::before{content:"";width:20px;height:2px;border-radius:999px;background:currentColor;box-shadow:0 0 14px rgba(99,240,189,.7)}
.subscription-copy h2{max-width:12ch;margin:12px 0 10px;font-size:clamp(2rem,3.2vw,3.05rem);line-height:.92;font-weight:800;letter-spacing:-.025em;text-transform:none}
.subscription-copy p{max-width:44ch;color:#c5d6e7;font-size:.94rem;line-height:1.55;font-weight:500}
.subscription-actions{gap:16px}
.subscription-card{position:relative;min-height:220px;padding:20px;border-radius:14px;border:1px solid rgba(111,174,232,.58);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 28px rgba(0,0,0,.15)}
.subscription-card::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(145deg,rgba(255,255,255,.055),transparent 42%)}
.free-plan{background:linear-gradient(145deg,#193960,#163152)}
.paid-plan{background:linear-gradient(145deg,#235d9b,#174776);border-color:#68aef2}
.subscription-card:hover{transform:translateY(-3px);border-color:#8dc9ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 38px rgba(0,0,0,.24)}
.plan-label{position:relative;z-index:1;display:inline-flex;align-items:center;width:fit-content;margin-bottom:14px;padding:6px 9px;border-radius:999px;background:rgba(119,189,245,.24);color:#eaf6ff;font-size:.66rem;font-weight:900;letter-spacing:.11em}
.free-plan .plan-label{padding:6px 9px;background:rgba(140,255,85,.13);color:#a1ff70;font-size:.7rem}
.subscription-card strong{position:relative;z-index:1;color:#fff;font-family:var(--body-font);font-size:1rem;font-weight:700;letter-spacing:-.01em}
.plan-title{position:relative;z-index:1;margin:8px 0 6px;color:#fff;font-family:var(--display-font);font-size:clamp(1.65rem,2.2vw,2.05rem);line-height:.96;font-weight:800;letter-spacing:.005em;text-transform:none}
.plan-benefit{position:relative;z-index:1;margin:0 0 18px;color:#c6d7e8;font-size:.8rem;line-height:1.45;font-weight:500}
.plan-cta{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:auto;padding:12px 14px;border-radius:10px;font-family:var(--body-font);font-size:.88rem;font-weight:800;line-height:1;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.bybet-cta{color:#09210d;background:linear-gradient(135deg,#9aff5d,#5fe238);border:1px solid rgba(203,255,178,.72);box-shadow:0 10px 22px rgba(90,226,56,.18)}
.bybet-cta:hover,.bybet-cta:focus-visible{color:#051408;border-color:#d8ffc5;transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 13px 28px rgba(90,226,56,.28)}
.bybet-cta:focus-visible{outline:3px solid rgba(154,255,93,.34);outline-offset:3px}
.premium-cta{color:#fff;background:linear-gradient(135deg,#3c94eb,#2572bd);border:1px solid rgba(161,211,255,.7);box-shadow:0 10px 22px rgba(36,111,185,.22)}
.paid-plan:hover .premium-cta{filter:brightness(1.08);transform:translateY(-1px)}
.cta-arrow{display:grid;place-items:center;min-width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.2);font-size:1rem}
@media(max-width:1050px){.subscription-panel{grid-template-columns:1fr;padding:22px}.subscription-copy h2{max-width:18ch}.subscription-actions{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.subscription-panel{padding:18px;gap:18px}.subscription-actions{grid-template-columns:1fr}.subscription-card{min-height:210px}.subscription-copy h2{font-size:2.15rem}}

/* v1.5.6 synchronized light/dark theme support */
html[data-bs-theme="light"]{
  --page:#f3f6fa;
  --panel:#ffffff;
  --panel2:#eaf2fb;
  --border:#b8c9da;
  --text:#102033;
  --muted:#5f7184;
  --blue:#1769d2;
  --red:#e72948;
  --green:#3eaa28;
  --gold:#b37a00;
  color-scheme:light;
}
html[data-bs-theme="light"] body{background:#eef2f6;color:var(--text)}
html[data-bs-theme="light"] .broadcast-console{background:#fff;border-color:#b8c9da;box-shadow:0 20px 54px rgba(35,56,78,.16)}
html[data-bs-theme="light"] .video-shell{background:#e9eef4;border-color:#b8c9da}
html[data-bs-theme="light"] .video-shade{background:linear-gradient(180deg,rgba(255,255,255,.48),rgba(238,244,250,.35) 46%,rgba(220,230,240,.78))}
html[data-bs-theme="light"] .center-overlay{color:#102033}
html[data-bs-theme="light"] .center-overlay h1{text-shadow:0 3px 14px rgba(255,255,255,.8)}
html[data-bs-theme="light"] .center-overlay p{color:#40566d}
html[data-bs-theme="light"] .play-main{background:#fff;color:#102033;border-color:#7890a8;box-shadow:0 8px 24px rgba(28,55,82,.16)}
html[data-bs-theme="light"] .score-overlay{background:rgba(255,255,255,.94);border-color:#91a8bd;color:#102033;box-shadow:0 8px 24px rgba(32,54,76,.16)}
html[data-bs-theme="light"] .clock{background:#102033;color:#fff}
html[data-bs-theme="light"] .controls{background:rgba(255,255,255,.94);border-color:#9bb0c3;color:#102033}
html[data-bs-theme="light"] .controls button{color:#102033}
html[data-bs-theme="light"] .source-link{color:#174f8b}
html[data-bs-theme="light"] .subscription-panel{background:linear-gradient(115deg,#edf6ff 0%,#e3f0fc 46%,#dceaf7 100%);border-top-color:#a9c6df}
html[data-bs-theme="light"] .subscription-panel::before{background:radial-gradient(circle at 14% 18%,rgba(54,136,255,.12),transparent 33%),linear-gradient(90deg,transparent,rgba(255,255,255,.45))}
html[data-bs-theme="light"] .subscription-copy h2,html[data-bs-theme="light"] .subscription-card strong,html[data-bs-theme="light"] .plan-title{color:#102033}
html[data-bs-theme="light"] .subscription-copy p,html[data-bs-theme="light"] .plan-benefit{color:#4f657a}
html[data-bs-theme="light"] .free-plan{background:linear-gradient(145deg,#fff,#edf5fd)}
html[data-bs-theme="light"] .paid-plan{background:linear-gradient(145deg,#f5faff,#dcecff)}
html[data-bs-theme="light"] .subscription-card{border-color:#9cb9d4;box-shadow:0 12px 28px rgba(50,82,112,.12)}
html[data-bs-theme="light"] .chat-panel,html[data-bs-theme="light"] .related-panel{background:#fff;color:#102033}
html[data-bs-theme="light"] .right-column{border-color:#b8c9da}
html[data-bs-theme="light"] .panel-header{border-color:#c4d1dd;background:#f7fafc}
html[data-bs-theme="light"] .panel-header p{color:#63778b}
html[data-bs-theme="light"] .chat-messages{background:#fff}
html[data-bs-theme="light"] .message p{color:#4f6274}
html[data-bs-theme="light"] .message.is-system{background:#edf4fb;border-color:#bed0e0}
html[data-bs-theme="light"] .message.is-self{background:#e8f2fb}
html[data-bs-theme="light"] .chat-compose{background:#f7f9fb;border-top:1px solid #c5d3df}
html[data-bs-theme="light"] .compose-box input{background:#fff;color:#102033;border-color:#9eb0c1}
html[data-bs-theme="light"] .filter-tabs button{background:#edf4fb;color:#16324d;border-color:#a9bfd3}
html[data-bs-theme="light"] .filter-tabs .active{background:#1769d2;color:#fff}
html[data-bs-theme="light"] .related-card{background:#f5f9fd;border-color:#b7cadc;color:#102033}
html[data-bs-theme="light"] .related-card p,html[data-bs-theme="light"] .related-card small{color:#5f7184}

/* v1.5.7 Bootstrap-aligned theme surfaces, accessible contrast and working tabs */
html[data-bs-theme="dark"]{
  --page:#0b1118;--panel:#111a23;--panel2:#10243a;--border:#33475b;--text:#f8fafc;--muted:#a8b6c5;
  --surface:#111820;--surface-2:#17222d;--surface-3:#0d263f;--card:#15283d;--card-strong:#1a3552;
}
html[data-bs-theme="light"]{
  --page:#f4f7fa;--panel:#ffffff;--panel2:#eaf2fa;--border:#b8c8d8;--text:#152536;--muted:#587086;
  --surface:#ffffff;--surface-2:#f5f8fb;--surface-3:#e6f0fa;--card:#f7fafc;--card-strong:#e8f2fc;
}
body{background:var(--page);color:var(--text);transition:background-color .2s ease,color .2s ease}
.player-page{background:var(--page);transition:background-color .2s ease}
.broadcast-console{background:var(--surface);border-color:var(--border);box-shadow:0 18px 48px rgba(0,0,0,.22)}
.video-shell{background:#03070b;border-color:var(--border)}
.subscription-panel{border-top:1px solid var(--border)}
.chat-panel,.related-panel{background:var(--surface);color:var(--text)}
.right-column,.chat-panel,.panel-header,.related-card{border-color:var(--border)}
.panel-header{background:var(--surface-2)}
.panel-header h2,.message strong,.related-card h3{color:var(--text)}
.panel-header p,.message-time,.related-card p,.related-card small{color:var(--muted)}
.message p{color:var(--muted)}
.chat-messages{background:var(--surface)}
.chat-compose{background:var(--surface-2);color:var(--text);border-top:1px solid var(--border)}
.compose-box input{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:7px 9px}
.compose-box input::placeholder{color:var(--muted);opacity:1}
.compose-box small{color:var(--muted)}
.compose-box button{background:#6c757d;color:#fff}
.chat-panel.chat-active .compose-box button{background:#0d6efd}
.related-panel{background:var(--surface-2)}
.related-card{background:var(--card);color:var(--text)}
.filter-tabs{overflow-x:auto;scrollbar-width:thin;padding-bottom:2px}
.filter-tabs button{background:var(--surface);color:var(--text);border-color:var(--border);white-space:nowrap}
.filter-tabs button:hover{background:var(--card-strong)}
.filter-tabs button.active{background:#0d6efd;color:#fff;border-color:#0d6efd;box-shadow:0 6px 16px rgba(13,110,253,.22)}
.related-card[hidden]{display:none!important}
.related-empty{padding:22px;text-align:center;color:var(--muted);border:1px dashed var(--border);border-radius:10px}
.live-thumb{background:linear-gradient(135deg,#b42334,#ef476f)}
.live-thumb-alt{background:linear-gradient(135deg,#6a1b9a,#3949ab)}
.gold{background:linear-gradient(135deg,#9b6500,#d89a16)}
.navy{background:linear-gradient(135deg,#15375c,#285d8f)}
.subscription-card{text-decoration:none}
.paid-plan{cursor:pointer}

html[data-bs-theme="dark"] .subscription-panel{background:linear-gradient(115deg,#0d355c 0%,#123f6d 48%,#0b2c4d 100%)}
html[data-bs-theme="dark"] .free-plan{background:linear-gradient(145deg,#17324f,#142a43)}
html[data-bs-theme="dark"] .paid-plan{background:linear-gradient(145deg,#245c94,#194a7b)}
html[data-bs-theme="dark"] .subscription-copy h2,
html[data-bs-theme="dark"] .subscription-card strong,
html[data-bs-theme="dark"] .plan-title{color:#fff}
html[data-bs-theme="dark"] .subscription-copy p,
html[data-bs-theme="dark"] .plan-benefit{color:#c7d5e3}
html[data-bs-theme="dark"] .related-card h3,
html[data-bs-theme="dark"] .thumb span{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}

html[data-bs-theme="light"] .subscription-panel{background:linear-gradient(115deg,#edf5fd 0%,#e3eef9 50%,#d9e9f7 100%)}
html[data-bs-theme="light"] .free-plan{background:#fff}
html[data-bs-theme="light"] .paid-plan{background:linear-gradient(145deg,#f8fbff,#e4f0fb)}
html[data-bs-theme="light"] .subscription-copy h2,
html[data-bs-theme="light"] .subscription-card strong,
html[data-bs-theme="light"] .plan-title{color:#10243a!important;text-shadow:none}
html[data-bs-theme="light"] .subscription-copy p,
html[data-bs-theme="light"] .plan-benefit{color:#405b72!important}
html[data-bs-theme="light"] .kicker{color:#087f5b}
html[data-bs-theme="light"] .plan-label{color:#0c4a6e}
html[data-bs-theme="light"] .free-plan .plan-label{color:#287d13}
html[data-bs-theme="light"] .related-card h3{color:#10243a!important;text-shadow:none}
html[data-bs-theme="light"] .related-card p,
html[data-bs-theme="light"] .related-card small{color:#536b80!important}
html[data-bs-theme="light"] .message strong{color:#10243a}
html[data-bs-theme="light"] .message p{color:#455d72}
html[data-bs-theme="light"] .center-overlay{color:#10243a}
html[data-bs-theme="light"] .center-overlay h1{color:#10243a;text-shadow:0 2px 10px rgba(255,255,255,.95)}
html[data-bs-theme="light"] .center-overlay .eyebrow{color:#314c65}
html[data-bs-theme="light"] .center-overlay p{color:#344f67}
html[data-bs-theme="light"] .video-shade{background:linear-gradient(180deg,rgba(240,246,252,.72),rgba(227,238,248,.56) 48%,rgba(205,220,235,.86))}
html[data-bs-theme="light"] .controls{background:rgba(255,255,255,.96);border-color:#91a8bd;color:#10243a}
html[data-bs-theme="light"] .controls button{color:#10243a}
html[data-bs-theme="light"] .live-label{color:#10243a}
html[data-bs-theme="light"] .source-link{color:#075db4}
html[data-bs-theme="light"] .score-overlay{background:rgba(255,255,255,.96);color:#10243a;border-color:#8fa8bf}
html[data-bs-theme="light"] .team strong,html[data-bs-theme="light"] .team b{color:#10243a}
html[data-bs-theme="light"] .clock{background:#10243a;color:#fff}

/* v1.5.8 / site v3.11.12: content-height sizing without iframe feedback loop */
.player-page{
  min-height:0 !important;
  height:auto !important;
  padding:30px 0 0 !important;
}
.broadcast-console{
  margin:0 auto !important;
}
@media(max-width:700px){
  .player-page{padding:0 !important}
}

/* v1.6.0 / site v3.11.15 — dual broadcast design system */
:root{--radius:16px;--shadow:0 18px 50px rgba(0,0,0,.3)}
.player-page{padding:18px 22px 0!important;background:transparent!important}
.broadcast-console{width:min(1580px,100%);border:0;border-radius:18px;gap:14px;background:transparent!important;box-shadow:none;overflow:visible}
.left-column,.right-column{border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}
.left-column{background:var(--surface)}
.right-column{border-left:1px solid var(--border)!important;background:var(--surface);gap:0}
.video-shell{aspect-ratio:16/7.35;border:0;background:#030913;isolation:isolate}
.video-element{z-index:0}.video-shade{z-index:1;background:radial-gradient(circle at 82% 42%,transparent 0 9%,rgba(0,0,0,.2) 28%),linear-gradient(90deg,rgba(3,10,18,.92) 0%,rgba(3,10,18,.72) 46%,rgba(3,10,18,.35) 100%),linear-gradient(0deg,rgba(2,8,15,.88),transparent 58%)}
.viewer-badge{position:absolute;z-index:4;top:20px;left:24px;display:flex;align-items:center;gap:12px;color:#fff}.viewer-badge strong{padding:8px 13px;border-radius:8px;background:#c91f35;box-shadow:0 0 22px rgba(255,44,73,.35)}.viewer-live-dot,.status-dot,.online-dot{width:8px;height:8px;border-radius:50%;background:#ff3150;box-shadow:0 0 0 4px rgba(255,49,80,.12)}
.live-badge{z-index:4;top:18px;right:18px;border-radius:8px;box-shadow:0 0 20px rgba(255,49,80,.32)}
.center-overlay{z-index:3;inset:auto auto 120px 30px;display:block;text-align:left;place-content:unset;justify-items:unset;padding:0;max-width:650px}
.league-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid #385169;border-radius:8px;background:rgba(5,18,30,.72);font-weight:800;font-size:.78rem;margin-bottom:12px}.league-pill span{width:7px;height:7px;background:#2679ff;border-radius:50%}
.center-overlay h1{font-family:"Barlow Condensed",sans-serif;font-size:clamp(2.8rem,5vw,5.2rem);line-height:.9;letter-spacing:-.02em;text-shadow:0 4px 25px rgba(0,0,0,.75)}
.game-meta{display:flex;align-items:center;gap:10px;margin-top:16px;font-size:1rem}.game-meta i{width:1px;height:18px;background:#718096}.center-overlay p{margin:10px 0 14px;color:#e5edf5;font-size:.9rem}
.play-main{width:58px;height:58px;border:2px solid #467cff;background:linear-gradient(145deg,#071b39,#0d56ff);box-shadow:0 0 22px rgba(49,103,255,.58);cursor:pointer}
.score-overlay{z-index:4;left:28px;bottom:72px;transform:none;width:min(500px,calc(100% - 56px));grid-template-columns:1fr 86px 1fr;border-radius:10px;overflow:hidden;background:rgba(5,20,34,.92);backdrop-filter:blur(10px)}
.team-logo{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-weight:900;border:2px solid}.warriors-logo{color:#fdb927;border-color:#fdb927}.grizzlies-logo{color:#7f9ed6;border-color:#7f9ed6}.clock{min-height:64px}
.controls{z-index:4;left:16px;right:16px;bottom:12px;border-radius:10px;height:48px;background:rgba(5,17,29,.92);backdrop-filter:blur(12px)}.timecode{font-size:.72rem;color:#c4d0db}.hd-chip{border:1px solid #3888ff;border-radius:5px;padding:1px 4px;color:#5ca0ff;font-weight:900}
.subscription-panel{grid-template-columns:.88fr 1.9fr;padding:16px 22px 12px;gap:22px;background:linear-gradient(135deg,#071a2b,#0b1724)!important}.subscription-actions{gap:14px}.subscription-card{min-height:235px;border-radius:14px;padding:16px;background:rgba(11,30,49,.8)!important}.free-plan{border-color:#337c37!important;box-shadow:inset 0 0 30px rgba(71,208,60,.08)}.paid-plan{border-color:#2a72de!important;box-shadow:inset 0 0 30px rgba(48,122,255,.08)}
.plan-label{border-radius:999px;padding:5px 10px!important;background:rgba(43,118,58,.38)!important;color:#8cff68!important;font-size:.7rem!important}.paid-plan .plan-label{background:rgba(39,105,185,.38)!important;color:#8bc4ff!important}.plan-heading{display:flex;gap:12px;align-items:center;margin:12px 0 4px}.plan-heading>div{display:flex;flex-direction:column}.plan-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#56cc43;color:#fff;font-size:1.5rem}.plan-icon.premium{background:#163e78;border:1px solid #4c97ff}.plan-title{font-size:1.45rem;margin:2px 0}.benefit-list{display:flex;flex-wrap:wrap;gap:7px 14px;list-style:none;padding:0;margin:10px 0 14px;color:#c7d4df;font-size:.72rem}.benefit-list li::before{content:"✓";margin-right:5px;color:#6ee150}.paid-plan .benefit-list li::before{color:#5ca8ff}.plan-cta{margin-top:auto;border-radius:9px}.bybet-cta{background:linear-gradient(90deg,#8cf043,#5ee62f);color:#071205}.premium-cta{background:linear-gradient(90deg,#2482e8,#1454c3)}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:10px 22px 14px;background:#081724;border-top:1px solid #26394b}.trust-strip>div{display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center}.trust-strip>div>span{grid-row:1/3;width:36px;height:36px;border-radius:9px;display:grid;place-items:center;border:1px solid #3678d3;color:#4d9cff}.trust-strip strong{font-size:.8rem}.trust-strip small{font-size:.68rem;color:var(--muted)}
.panel-header{height:62px;padding:12px 14px}.chat-title-row{display:flex;align-items:center;gap:9px}.chat-title-row h2{font-family:"Barlow Condensed";font-size:1.15rem}.chat-title-row b{color:#36dc8a;font-size:.7rem}.chat-title-row small{color:var(--muted)}.online-dot{background:#27d485;box-shadow:none}
.chat-feed-tabs{display:flex;gap:8px;padding:9px 12px;border-bottom:1px solid var(--border);background:var(--surface)}.chat-feed-tabs button{border:1px solid var(--border);border-radius:7px;padding:6px 13px;background:transparent;color:var(--muted);font-size:.72rem}.chat-feed-tabs .active{color:var(--text);border-color:#4e87da;box-shadow:inset 0 -2px #3a82f7}
.chat-messages{padding:8px 14px}.message{padding:8px 0;margin:0;border-bottom:1px solid rgba(127,151,174,.18)}.message p{font-size:.76rem}.related-panel{padding:12px 14px}.related-card{position:relative;grid-template-columns:42% 1fr;border:0;border-bottom:1px solid var(--border);border-radius:0;padding:8px 28px 8px 0;background:transparent!important}.bookmark{position:absolute;right:1px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--muted);font-size:1.2rem}.view-all-videos{display:flex;justify-content:center;align-items:center;gap:12px;text-decoration:none;color:var(--text);padding:12px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);font-weight:700}.view-all-videos span{margin-left:auto}
html[data-bs-theme="light"] body,html[data-bs-theme="light"] .player-page{background:#f7f9fc!important}.player-page{transition:background .25s ease}.left-column,.right-column,.subscription-panel,.trust-strip,.chat-panel,.related-panel,.controls,.score-overlay,.subscription-card{transition:background-color .25s,border-color .25s,color .25s,box-shadow .25s}
html[data-bs-theme="light"] .broadcast-console{background:transparent!important}html[data-bs-theme="light"] .left-column,html[data-bs-theme="light"] .right-column{background:#fff;border-color:#dfe5ec;box-shadow:0 14px 40px rgba(19,45,77,.1)}
html[data-bs-theme="light"] .video-shade{background:linear-gradient(90deg,rgba(3,15,31,.2),rgba(3,15,31,.05)),linear-gradient(0deg,rgba(4,16,30,.52),transparent 58%)}html[data-bs-theme="light"] .center-overlay{color:#fff}html[data-bs-theme="light"] .center-overlay h1{color:#fff;text-shadow:0 4px 24px rgba(0,0,0,.5)}html[data-bs-theme="light"] .center-overlay p{color:#f1f6fb}html[data-bs-theme="light"] .league-pill{color:#fff;background:rgba(9,31,57,.72)}
html[data-bs-theme="light"] .score-overlay,html[data-bs-theme="light"] .controls{background:rgba(255,255,255,.95);color:#102033;border-color:#d4dce5}html[data-bs-theme="light"] .controls button,html[data-bs-theme="light"] .team strong,html[data-bs-theme="light"] .team b{color:#102033}html[data-bs-theme="light"] .timecode{color:#42566a}
html[data-bs-theme="light"] .subscription-panel{background:#fff!important;border-color:#e0e6ed}html[data-bs-theme="light"] .subscription-copy h2,html[data-bs-theme="light"] .subscription-card strong,html[data-bs-theme="light"] .plan-title{color:#101820!important}html[data-bs-theme="light"] .subscription-copy p,html[data-bs-theme="light"] .plan-benefit{color:#526273!important}html[data-bs-theme="light"] .subscription-card{background:#fff!important;border-color:#d7e0e8!important;box-shadow:none}html[data-bs-theme="light"] .free-plan{border-color:#bfe7b6!important}html[data-bs-theme="light"] .paid-plan{border-color:#bdd4f5!important}html[data-bs-theme="light"] .benefit-list{color:#42566a}html[data-bs-theme="light"] .trust-strip{background:#fff;border-color:#e2e8ef}html[data-bs-theme="light"] .chat-feed-tabs{background:#fff}html[data-bs-theme="light"] .related-card{border-color:#e0e6ec!important}html[data-bs-theme="light"] .view-all-videos{background:#f7f9fb}
@media(max-width:1050px){.video-shell{aspect-ratio:16/9}.subscription-panel{grid-template-columns:1fr}.trust-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.player-page{padding:0!important}.broadcast-console{border-radius:0;gap:0}.left-column,.right-column{border-radius:0}.center-overlay{left:18px;bottom:118px}.center-overlay h1{font-size:2.8rem}.viewer-badge span:last-child{display:none}.score-overlay{left:16px;width:calc(100% - 32px)}.subscription-actions{grid-template-columns:1fr}.trust-strip{grid-template-columns:1fr 1fr}.right-column{height:auto!important}}

/* v1.6.1 / site v3.11.16 — clear full-frame video and outer-section spacing ownership */
.player-page{
  padding:0!important;
}
.video-shell{
  aspect-ratio:16/9!important;
  background:#000!important;
}
.video-element,
.video-element iframe{
  width:100%!important;
  height:100%!important;
  inset:0!important;
  transform:none!important;
  object-fit:cover!important;
  background:#000!important;
}
.video-shade{
  background:linear-gradient(90deg,rgba(3,10,18,.26) 0%,rgba(3,10,18,.08) 48%,rgba(3,10,18,.02) 100%),linear-gradient(0deg,rgba(2,8,15,.34),transparent 44%)!important;
}
html[data-bs-theme="light"] .video-shade{
  background:linear-gradient(90deg,rgba(3,15,31,.12),rgba(3,15,31,.015)),linear-gradient(0deg,rgba(4,16,30,.24),transparent 42%)!important;
}
.video-element iframe{
  image-rendering:auto;
  filter:none!important;
  opacity:1!important;
}
.video-shell:fullscreen,
.video-shell:-webkit-full-screen{
  width:100vw!important;
  height:100vh!important;
  aspect-ratio:auto!important;
  background:#000!important;
}
.video-shell:fullscreen .video-element,
.video-shell:fullscreen .video-element iframe,
.video-shell:-webkit-full-screen .video-element,
.video-shell:-webkit-full-screen .video-element iframe{
  width:100vw!important;
  height:100vh!important;
}
@media(max-width:1050px){
  .video-shell{aspect-ratio:16/9!important}
}
@media(max-width:700px){
  .player-page{padding:0!important}
  .video-shell{aspect-ratio:16/9!important}
}

/* v1.7.0 interactive simulated live conversation */
.panel-header p#chatStatus{margin:3px 0 0;font-size:.67rem;color:var(--muted)}
.message-body{min-width:0;flex:1}.message-reactions{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.message-reactions button{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:999px;padding:2px 6px;font-size:.68rem;line-height:1.25;opacity:.72}.message-reactions button:hover,.message-reactions button.has-count{opacity:1;border-color:#4e87da}.message-reactions b{margin-left:3px;font-size:.62rem}.chat-empty{height:100%;min-height:140px;display:grid;place-content:center;text-align:center;color:var(--text);padding:20px}.chat-empty p{margin:5px 0;color:var(--muted);font-size:.72rem}.compose-actions{display:flex!important;justify-content:flex-end!important;align-items:center;gap:8px!important}.quick-reactions{display:flex!important;margin:0 auto 0 0!important;gap:3px!important}.quick-reactions button{background:transparent!important;border:0!important;padding:2px 3px!important;font-size:.95rem!important}.quick-reactions button:hover{transform:scale(1.18)}.viewer-badge #viewerCount{font-weight:800}.chat-feed-tabs button{cursor:pointer}.chat-feed-tabs button:focus-visible,.message-reactions button:focus-visible,.quick-reactions button:focus-visible{outline:2px solid #6aa7ff;outline-offset:2px}
@media(max-width:520px){.quick-reactions button:nth-child(n+4){display:none}.chat-feed-tabs{overflow-x:auto}.chat-feed-tabs button{flex:0 0 auto}}

/* v3.11.18 shared guest chat identity */
.display-name-label{display:block;margin:0 0 4px;color:var(--muted);font-size:.65rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.compose-box .display-name-input{margin-bottom:8px;padding:7px 9px;border:1px solid var(--border);border-radius:7px;background:var(--surface-1,#101a24);color:var(--text);font-weight:750}
.compose-box #chatInput{padding:8px 9px;border:1px solid var(--border);border-radius:7px;background:var(--surface-1,#101a24);color:var(--text)}
.chat-compose{align-items:flex-start}.chat-network-note{padding:4px 12px 7px;color:var(--muted);font-size:.63rem}
html[data-bs-theme="light"] .compose-box .display-name-input,html[data-bs-theme="light"] .compose-box #chatInput{background:#fff;color:#142230}


/* v1.8.1 / site v3.11.20 — remove duplicate LIVE badge and clear embedded score area */
.live-badge{display:none!important}
.score-overlay{
  left:50%!important;
  right:auto!important;
  bottom:118px!important;
  transform:translateX(-50%)!important;
  width:min(560px,calc(100% - 64px))!important;
}
@media(max-width:700px){
  .score-overlay{bottom:112px!important;width:calc(100% - 32px)!important}
}

/* v1.8.2 / site v3.11.21 — guided matchup placement for dark and light themes
   Keep the custom team strip inside the left safe zone so the source video's
   native score graphic remains visible on the lower-right side. */
.score-overlay{
  left:24px!important;
  right:auto!important;
  bottom:72px!important;
  transform:none!important;
  width:min(430px,46%)!important;
  min-width:360px;
  z-index:4;
}
.center-overlay{
  left:28px!important;
  bottom:150px!important;
  max-width:min(610px,60%)!important;
}
html[data-bs-theme="dark"] .score-overlay{
  background:rgba(5,20,34,.94)!important;
  border-color:#45647f!important;
  color:#f7f9fc!important;
  box-shadow:0 12px 28px rgba(0,0,0,.32);
}
html[data-bs-theme="light"] .score-overlay{
  background:rgba(255,255,255,.96)!important;
  border-color:#9bb0c4!important;
  color:#10243a!important;
  box-shadow:0 12px 28px rgba(25,52,78,.16);
}
@media(max-width:1050px){
  .score-overlay{width:min(430px,52%)!important;min-width:330px}
  .center-overlay{max-width:62%!important}
}
@media(max-width:700px){
  .center-overlay{left:16px!important;bottom:170px!important;max-width:calc(100% - 32px)!important}
  .score-overlay{
    left:16px!important;
    bottom:104px!important;
    width:calc(100% - 32px)!important;
    min-width:0;
  }
}

/* v1.8.3 / site v3.11.22 — true middle-left matchup safe-zone placement */
@media (min-width:701px){
  .center-overlay{
    inset:38% auto auto 30px !important;
    bottom:auto !important;
    transform:translateY(-50%) !important;
    max-width:min(650px,62%) !important;
  }
  .score-overlay{
    left:28px !important;
    right:auto !important;
    top:64% !important;
    bottom:auto !important;
    transform:translateY(-50%) !important;
    width:min(500px,52%) !important;
  }
}
html[data-bs-theme="dark"] .center-overlay,
html[data-bs-theme="light"] .center-overlay{
  transition:opacity .2s ease,top .2s ease,transform .2s ease;
}
html[data-bs-theme="dark"] .score-overlay{
  background:rgba(5,20,34,.94);
  border-color:#52677b;
  box-shadow:0 12px 30px rgba(0,0,0,.28);
}
html[data-bs-theme="light"] .score-overlay{
  background:rgba(255,255,255,.96);
  border-color:#8fa8bf;
  color:#10243a;
  box-shadow:0 12px 30px rgba(32,54,76,.18);
}
@media (max-width:700px){
  .center-overlay{
    inset:34% 16px auto 16px !important;
    bottom:auto !important;
    transform:translateY(-50%) !important;
    max-width:none !important;
  }
  .score-overlay{
    left:12px !important;
    right:12px !important;
    top:66% !important;
    bottom:auto !important;
    transform:translateY(-50%) !important;
    width:auto !important;
  }
}

/* v3.12.61 responsive overlay manager */
.overlay-manager{
  position:absolute;z-index:20;top:12px;left:50%;transform:translateX(-50%);
  display:flex;align-items:center;gap:3px;padding:3px;border:1px solid rgba(139,170,199,.45);
  border-radius:999px;background:rgba(4,16,29,.72);backdrop-filter:blur(12px);
  opacity:.62;transition:opacity .2s ease,transform .2s ease;
}
.overlay-manager:hover,.overlay-manager:focus-within{opacity:1}
.overlay-manager button{
  width:27px;height:24px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;
  color:#eef7ff;background:transparent;font-size:.72rem;line-height:1;
}
.overlay-manager button:hover,.overlay-manager button:focus-visible{background:rgba(54,136,255,.28);outline:0}
.video-shell.overlay-clean .center-overlay,
.video-shell.overlay-clean .score-overlay,
.video-shell.overlay-clean .viewer-badge{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.video-shell.controls-clean .controls{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)}
.video-shell .controls,.video-shell .center-overlay,.video-shell .score-overlay,.video-shell .viewer-badge{
  transition:opacity .22s ease,visibility .22s ease,transform .22s ease;
}
.video-shell.score-pos-right .score-overlay{left:auto!important;right:28px!important;transform:none!important}
.video-shell.score-pos-center .score-overlay{left:50%!important;right:auto!important;transform:translateX(-50%)!important}
.video-shell.score-pos-left .score-overlay{left:28px!important;right:auto!important;transform:none!important}
.video-shell.user-active .controls{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}

@media (max-width: 991.98px){
  .overlay-manager{top:8px;left:auto;right:8px;transform:none;opacity:.78}
  .overlay-manager button{width:25px;height:22px;font-size:.66rem}
  .video-shell .center-overlay,.video-shell .score-overlay,.video-shell .viewer-badge{max-width:calc(100% - 24px)!important}
  .video-shell.score-pos-left .score-overlay{left:12px!important;right:auto!important}
  .video-shell.score-pos-right .score-overlay{right:12px!important;left:auto!important}
}
@media (max-width: 767.98px){
  .video-shell{min-height:0!important}
  .overlay-manager{top:6px;right:6px;padding:2px;gap:1px;background:rgba(4,16,29,.82)}
  .overlay-manager button{width:23px;height:20px;font-size:.62rem}
  .video-shell.mobile-auto-clean .center-overlay,
  .video-shell.mobile-auto-clean .score-overlay,
  .video-shell.mobile-auto-clean .viewer-badge,
  .video-shell.mobile-auto-clean .controls{
    opacity:0!important;visibility:hidden!important;pointer-events:none!important
  }
  .video-shell.mobile-auto-clean.user-active .controls{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
}
@media (prefers-reduced-motion: reduce){
  .overlay-manager,.video-shell .controls,.video-shell .center-overlay,.video-shell .score-overlay,.video-shell .viewer-badge{transition:none!important}
}

/* v3.12.62 — persistent audience badge and unified Bootstrap theme surfaces */
.viewer-badge{
  top:clamp(10px,1.25vw,18px)!important;
  right:clamp(10px,1.25vw,18px)!important;
  left:auto!important;
  z-index:24!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:clamp(5px,.65vw,8px)!important;
  max-width:calc(100% - 72px)!important;
  padding:clamp(6px,.7vw,9px) clamp(8px,1vw,13px)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:8px!important;
  background:rgba(7,16,27,.88)!important;
  color:#fff!important;
  box-shadow:0 8px 22px rgba(0,0,0,.25)!important;
  backdrop-filter:blur(10px)!important;
  white-space:nowrap!important;
  font-size:clamp(.66rem,.82vw,.82rem)!important;
  line-height:1!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:none!important;
  transform:none!important;
}
.viewer-badge strong{
  display:inline-flex!important;
  align-items:center!important;
  min-height:clamp(24px,2.4vw,32px)!important;
  padding:0 clamp(7px,.75vw,10px)!important;
  border-radius:6px!important;
  background:var(--red)!important;
  color:#fff!important;
  font-size:clamp(.66rem,.78vw,.78rem)!important;
  letter-spacing:.01em!important;
}
.viewer-badge .viewer-live-dot{
  width:7px!important;height:7px!important;flex:0 0 7px!important;
  border-radius:50%!important;background:var(--red)!important;
  box-shadow:0 0 0 4px rgba(255,59,85,.14)!important;
}
.viewer-badge #viewerCount{font-variant-numeric:tabular-nums!important}

/* The audience badge is status information and is never controlled by overlay hiding. */
.video-shell.overlay-clean .viewer-badge,
.video-shell.mobile-auto-clean .viewer-badge{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:none!important;
  transform:none!important;
}

/* Keep the compact manager clear of the persistent top-right status badge. */
@media (min-width: 992px){
  .overlay-manager{left:50%!important;right:auto!important;transform:translateX(-50%)!important}
}
@media (max-width: 991.98px){
  .overlay-manager{left:8px!important;right:auto!important;transform:none!important}
}
@media (max-width: 575.98px){
  .viewer-badge{max-width:calc(100% - 58px)!important;border-radius:7px!important}
  .viewer-badge span:last-child{display:inline!important}
  .viewer-badge strong{min-height:24px!important}
  .overlay-manager{left:6px!important;right:auto!important}
}
@media (max-width: 380px){
  .viewer-badge{gap:4px!important;padding:5px 7px!important;font-size:.62rem!important}
  .viewer-badge strong{padding:0 6px!important;font-size:.62rem!important}
}

/* One surface per Bootstrap theme: no extra outer layer around the two columns. */
.player-page{background:var(--page)!important}
.broadcast-console{
  background:transparent!important;
  box-shadow:none!important;
}
.left-column,.right-column{box-shadow:none!important}
html[data-bs-theme="dark"] .player-page{background:#0b1017!important}
html[data-bs-theme="dark"] .broadcast-console{border-color:#31526e!important}
html[data-bs-theme="light"] body,
html[data-bs-theme="light"] .player-page{background:#f8f9fa!important}
html[data-bs-theme="light"] .broadcast-console{
  background:transparent!important;
  border-color:#d7dee7!important;
  box-shadow:none!important;
}
html[data-bs-theme="light"] .left-column,
html[data-bs-theme="light"] .right-column{
  box-shadow:none!important;
  border-color:#d7dee7!important;
}


/* v3.12.63 — compact mobile LIVE status and playback-first clean screen */
@media (max-width: 575.98px){
  .viewer-badge{
    top:8px!important;
    right:8px!important;
    gap:4px!important;
    max-width:calc(100% - 60px)!important;
    min-height:26px!important;
    padding:3px 6px!important;
    border-radius:6px!important;
    font-size:.58rem!important;
    box-shadow:0 4px 12px rgba(0,0,0,.2)!important;
  }
  .viewer-badge strong{
    min-height:20px!important;
    padding:0 6px!important;
    border-radius:4px!important;
    font-size:.57rem!important;
  }
  .viewer-badge .viewer-live-dot{
    width:5px!important;
    height:5px!important;
    flex-basis:5px!important;
    box-shadow:0 0 0 2px rgba(255,59,85,.16)!important;
  }
  .viewer-badge span:last-child{font-size:.58rem!important}
}
@media (max-width: 380px){
  .viewer-badge{padding:3px 5px!important;gap:3px!important;font-size:.54rem!important}
  .viewer-badge strong{min-height:19px!important;padding:0 5px!important;font-size:.53rem!important}
  .viewer-badge span:last-child{font-size:.54rem!important}
}

/* During playback, custom content overlays and native custom controls are clean by default on every viewport.
   The permanent LIVE audience badge and slim display manager remain visible. */
.video-shell.playback-clean .center-overlay,
.video-shell.playback-clean .score-overlay,
.video-shell.playback-clean .controls{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.video-shell.playback-clean .viewer-badge,
.video-shell.playback-clean .overlay-manager{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.video-shell.playback-clean .viewer-badge{pointer-events:none!important}

/* v3.12.64 — transparent persistent LIVE audience status */
.viewer-badge{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.viewer-badge::before,
.viewer-badge::after{
  content:none!important;
  display:none!important;
}
/* Keep the compact red LIVE label and readable count while removing the enclosing layer. */
.viewer-badge strong{
  box-shadow:none!important;
}
html[data-bs-theme="dark"] .viewer-badge,
html[data-bs-theme="light"] .viewer-badge{
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
/* Mobile remains slim and fully transparent around the status contents. */
@media (max-width:575.98px){
  .viewer-badge{
    padding:2px 3px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
}

/* v3.12.65 — light-theme label clarity and interactive save controls */
html[data-bs-theme="light"] .plan-label{
  background:#dbeafe!important;
  color:#0b3b73!important;
  border:1px solid #93c5fd!important;
  box-shadow:none!important;
  opacity:1!important;
}
html[data-bs-theme="light"] .free-plan .plan-label{
  background:#dcfce7!important;
  color:#166534!important;
  border-color:#86efac!important;
}
html[data-bs-theme="light"] .paid-plan .plan-label{
  background:#dbeafe!important;
  color:#1d4ed8!important;
  border-color:#93c5fd!important;
}
html[data-bs-theme="light"] .thumb span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:3px 7px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#102033;
  border:1px solid rgba(16,32,51,.18);
  font-weight:900;
  letter-spacing:.03em;
  box-shadow:0 2px 8px rgba(16,32,51,.12);
}
html[data-bs-theme="light"] .filter-tabs button{
  background:#f8fafc!important;
  color:#18324d!important;
  border:1px solid #9fb4c8!important;
  box-shadow:none!important;
}
html[data-bs-theme="light"] .filter-tabs button:hover,
html[data-bs-theme="light"] .filter-tabs button:focus-visible{
  background:#eaf2fb!important;
  border-color:#1769d2!important;
  color:#0f4f96!important;
}
html[data-bs-theme="light"] .filter-tabs button.active{
  background:#1769d2!important;
  color:#fff!important;
  border-color:#1769d2!important;
}
.bookmark{
  align-self:center;
  justify-self:end;
  width:34px;
  height:34px;
  display:inline-grid;
  place-items:center;
  border:1px solid var(--border);
  border-radius:999px;
  background:transparent;
  color:var(--muted);
  font-size:1.25rem;
  line-height:1;
  cursor:pointer;
  transition:transform .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease;
}
.bookmark:hover,.bookmark:focus-visible{
  transform:scale(1.06);
  color:#e72948;
  border-color:#e72948;
  outline:0;
}
.bookmark[aria-pressed="true"]{
  color:#fff;
  background:#e72948;
  border-color:#e72948;
  box-shadow:0 0 0 3px rgba(231,41,72,.14);
}
html[data-bs-theme="light"] .bookmark{
  background:#fff;
  color:#32506d;
  border-color:#9fb4c8;
}
html[data-bs-theme="light"] .bookmark:hover,
html[data-bs-theme="light"] .bookmark:focus-visible{
  color:#c9183a;
  border-color:#e72948;
  background:#fff5f7;
}
html[data-bs-theme="light"] .bookmark[aria-pressed="true"]{
  color:#fff;
  background:#e72948;
  border-color:#e72948;
}
@media (max-width:575.98px){
  .bookmark{width:32px;height:32px;font-size:1.15rem}
}


/* v3.12.83 verified video record tabs */
.related-panel{display:grid;grid-template-rows:auto minmax(0,1fr);padding:10px 10px 12px}
.filter-tabs{overflow-x:auto;scrollbar-width:thin;padding-bottom:4px;white-space:nowrap}
.filter-tabs button{flex:0 0 auto;min-height:38px}
.related-list{display:block;overflow-y:auto;padding-right:3px}
.related-list-heading{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:9px;align-items:center;padding:8px 4px 11px;border-bottom:1px solid var(--border)}
.related-list-heading div{display:grid;min-width:0}.related-list-heading strong{font-size:.86rem}.related-list-heading small{font-size:.64rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-heading-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:.65rem}.related-count{font-size:.66rem;color:var(--muted);white-space:nowrap}
.related-card{position:relative;display:grid;grid-template-columns:41% minmax(0,1fr) 32px 12px;gap:9px;align-items:center;padding:9px 3px;border:0;border-bottom:1px solid var(--border);border-radius:0;background:transparent!important;color:var(--text);text-decoration:none;min-height:94px}
.related-card:hover,.related-card:focus-visible{background:color-mix(in srgb,var(--blue) 9%,transparent)!important;outline:none}.related-card[hidden]{display:none!important}
.related-thumb-wrap{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:7px;background:#17283a}.related-thumb-wrap img{width:100%;height:100%;display:block;object-fit:cover}.video-badge{position:absolute;left:5px;top:5px;padding:2px 5px;border-radius:4px;color:#fff;font-size:.52rem;font-weight:900;line-height:1.2;background:#1677ff}.badge-live{background:#e52943}.badge-analysis{background:#6d3bd1}.badge-top-plays{background:#058d98}.video-duration{position:absolute;right:4px;bottom:4px;padding:2px 4px;border-radius:3px;background:rgba(2,8,15,.9);color:#fff!important;font-size:.55rem!important}
.related-card-copy{display:grid;gap:4px;min-width:0}.related-card h3{margin:0;font-size:.77rem;line-height:1.18;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-card-meta{font-size:.61rem;color:var(--muted)}.related-card-copy>small{font-size:.59rem;line-height:1.25;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-card-arrow{font-size:1.3rem;color:var(--muted)}
.bookmark{position:static!important;transform:none!important;width:30px;height:30px;border:1px solid var(--border)!important;border-radius:50%;display:grid;place-items:center;background:var(--surface-2)!important;color:var(--muted);font-size:1.15rem;padding:0;z-index:2}.bookmark:hover{color:#fff;background:#e52943!important;border-color:#e52943!important}
.view-all-videos{margin-top:10px;position:sticky;bottom:0;z-index:3}
html[data-bs-theme="light"] .related-card:hover,html[data-bs-theme="light"] .related-card:focus-visible{background:#edf5ff!important}
html[data-bs-theme="light"] .bookmark{background:#fff!important}
@media(max-width:767.98px){.right-column{display:none!important}.broadcast-console{grid-template-columns:1fr!important}.left-column{border-right:0!important}.player-page{padding:0!important}}
@media(max-width:575.98px){.filter-tabs button{padding:7px 10px}.related-card{grid-template-columns:40% minmax(0,1fr) 30px 10px}.related-list-heading small{display:none}}

/* v3.12.84: mobile-only chat and record-tab visibility */
@media (max-width:767.98px){.right-column,.chat-panel,.related-panel{display:none!important}}

/* v3.12.88: phone-only clean player view. Hide conversation and related-video tabs. */
@media (max-width: 767.98px) {
  .right-column,
  .chat-panel,
  .related-panel,
  .filter-tabs,
  .related-list {
    display: none !important;
    visibility: hidden !important;
  }
  .broadcast-console {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .left-column {
    width: 100% !important;
    max-width: 100% !important;
    border-right: 0 !important;
  }
}

/* v3.12.98 Mux featured player */
.mux-video-element{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;background:#000;}
.mux-video-element iframe{position:absolute;inset:0;width:100%!important;height:100%!important;aspect-ratio:16/9;border:0;}
#videoShell:has(.mux-video-element) .center-overlay,
#videoShell:has(.mux-video-element) .custom-controls{pointer-events:none;}


/* Continuous Mux live lineup v3.12.98 */
#muxLivePlayer{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  background:#000;
  z-index:0;
}
#videoShell{
  position:relative;
  overflow:hidden;
}
#captionVisibility{
  min-width:2.25rem;
  font-weight:800;
  letter-spacing:.02em;
}
#captionVisibility.is-active{
  color:#fff;
  background:#0d6efd;
  border-color:#0d6efd;
}
@media (max-width:767.98px){
  #captionVisibility{min-width:2rem;padding-inline:.5rem}
}

/* v3.12.98 MatchSignal live HLS integration */
.matchsignal-video-element video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000}
.controls .hd-chip{border:1px solid #3688ff;border-radius:5px;padding:3px 6px;color:#6db0ff;background:#07121ddb;font-weight:900;cursor:pointer}
.controls .hd-chip:hover,.controls .hd-chip:focus-visible{background:#173b61;color:#fff}
.controls button:disabled{opacity:.55;cursor:not-allowed}

/* v3.13.01 — always-on live channel and clickable playback hardening */
#livePlayer{pointer-events:auto!important;cursor:pointer!important;position:relative;z-index:1}
#playPause,#mainPlay{pointer-events:auto!important;cursor:pointer!important;opacity:1!important}
#playPause:disabled,#mainPlay:disabled{pointer-events:auto!important;cursor:pointer!important;opacity:1!important}
.video-shade{pointer-events:none!important}
.center-overlay{pointer-events:none!important}
.center-overlay #mainPlay{pointer-events:auto!important}
.controls{pointer-events:auto!important}

/* v3.13.13 conditional scheduled-live / highlights fallback */
.video-element{transition:opacity .18s ease,visibility .18s ease}
.video-element.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.highlights-video-element iframe{display:block;width:100%;height:100%;border:0;background:#000}
.highlights-notice{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:8;display:flex;align-items:center;justify-content:center;gap:10px;width:min(760px,calc(100% - 40px));padding:12px 16px;border:1px solid rgba(255,193,7,.58);border-radius:12px;background:rgba(7,18,29,.50);box-shadow:0 10px 32px rgba(0,0,0,.22);font-size:.84rem;line-height:1.3;text-align:center;pointer-events:none;backdrop-filter:blur(3px)}
.highlights-notice strong{flex:0 0 auto;padding:6px 10px;border-radius:7px;background:#ffc107;color:#17120a;font-size:.72rem;letter-spacing:.06em}
.highlights-notice span{color:#fff;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.55)}
.video-shell.is-live-mode .highlights-notice{display:none}
.video-shell.is-highlights-mode .viewer-badge{display:none!important}
.video-shell.is-highlights-mode #liveQuality{opacity:.55;pointer-events:none}



/* v3.13.14: centered highlights notice + quiet live calendar promo */
.live-calendar-promo{position:absolute;left:18px;bottom:72px;z-index:10;width:min(390px,calc(100% - 36px));pointer-events:none}
.live-calendar-promo__panel{pointer-events:auto;border:1px solid rgba(116,180,255,.32);border-radius:12px;background:rgba(7,18,29,.74);box-shadow:0 12px 30px rgba(0,0,0,.28);backdrop-filter:blur(8px);overflow:hidden;animation:calendarPromoIn .35s ease}
.live-calendar-promo__topline{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 6px;color:#83c6ff;font-size:.64rem;font-weight:800;letter-spacing:.1em}
.live-calendar-promo__topline div{display:flex;gap:4px}.live-calendar-promo__topline button,.live-calendar-promo__mini{border:1px solid rgba(255,255,255,.16);background:rgba(18,39,61,.86);color:#fff;border-radius:7px;min-width:26px;height:26px;line-height:1;cursor:pointer}
.live-calendar-promo__link{display:block;padding:0 12px 10px;color:#fff;text-decoration:none}.live-calendar-promo__link small{display:block;color:#ffc857;font-size:.7rem;font-weight:800}.live-calendar-promo__link strong{display:block;margin-top:3px;font-size:.92rem;line-height:1.2}.live-calendar-promo__link span{display:block;margin-top:4px;color:#bac8d7;font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.live-calendar-promo__dots{display:flex;gap:5px;padding:0 12px 10px}.live-calendar-promo__dots i{display:block;width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.25)}.live-calendar-promo__dots i.active{width:16px;border-radius:4px;background:#4da3ff}
.live-calendar-promo__mini{display:none;pointer-events:auto;width:34px;height:34px;font-size:.88rem;box-shadow:0 8px 22px rgba(0,0,0,.28)}
.live-calendar-promo.is-minimized{width:auto}.live-calendar-promo.is-minimized .live-calendar-promo__panel{display:none}.live-calendar-promo.is-minimized .live-calendar-promo__mini{display:block}
.video-shell.is-live-mode .live-calendar-promo{display:none}
@keyframes calendarPromoIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:700px){.highlights-notice{width:min(92%,560px);padding:10px 12px;gap:7px;flex-direction:column;font-size:.72rem}.highlights-notice strong{font-size:.62rem}.live-calendar-promo{left:10px;bottom:60px;width:min(330px,calc(100% - 20px))}.live-calendar-promo__link strong{font-size:.82rem}.live-calendar-promo__link span{font-size:.64rem}}
@media(prefers-reduced-motion:reduce){.live-calendar-promo__panel{animation:none}}


/* v3.13.15 — centered translucent highlights and schedule card */
.live-calendar-promo{
  position:absolute;
  inset:50% auto auto 50%;
  left:50%;
  bottom:auto;
  z-index:12;
  width:min(540px,calc(100% - 40px));
  transform:translate(-50%,-50%);
  pointer-events:none;
}
.live-calendar-promo__panel{
  position:relative;
  pointer-events:auto;
  padding:18px 22px 20px;
  border:1px solid rgba(255,190,0,.78);
  border-radius:18px;
  background:rgba(4,12,21,.50);
  box-shadow:0 18px 50px rgba(0,0,0,.42);
  backdrop-filter:blur(8px) saturate(120%);
  -webkit-backdrop-filter:blur(8px) saturate(120%);
  overflow:hidden;
  color:#fff;
  text-align:center;
}
.live-calendar-promo__close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
  background:rgba(13,29,44,.66);
  color:#fff;
  font-size:1.3rem;
  line-height:1;
  cursor:pointer;
}
.live-calendar-promo__notice strong{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:6px 16px;
  border-radius:8px;
  background:#ffc400;
  color:#101820;
  box-shadow:0 4px 12px rgba(0,0,0,.22);
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.08em;
}
.live-calendar-promo__notice h2{margin:9px 40px 2px;font-size:1.16rem;font-weight:800;line-height:1.2;color:#fff}
.live-calendar-promo__notice p{margin:0;color:rgba(255,255,255,.94);font-size:.91rem}
.live-calendar-promo__divider{height:1px;margin:15px 0;background:rgba(255,255,255,.28)}
.live-calendar-promo__heading{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:10px;color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.06em}
.live-calendar-promo__slider{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;gap:10px;align-items:center}
.live-calendar-promo__arrow{width:38px;height:38px;border:1px solid rgba(255,255,255,.23);border-radius:50%;background:rgba(14,32,49,.70);color:#fff;font-size:1.45rem;line-height:1;cursor:pointer}
.live-calendar-promo__arrow:hover,.live-calendar-promo__close:hover{background:rgba(30,73,108,.86)}
.live-calendar-promo__link{display:block;min-width:0;padding:12px 14px;border:1px solid rgba(255,255,255,.42);border-radius:12px;background:rgba(5,15,25,.44);color:#fff;text-align:left;text-decoration:none}
.live-calendar-promo__link small{display:block;color:#ffd35a;font-size:.76rem;font-weight:800;white-space:normal}
.live-calendar-promo__link strong{display:block;margin-top:5px;color:#fff;font-size:1.02rem;line-height:1.24;white-space:normal}
.live-calendar-promo__link span{display:block;margin-top:5px;color:rgba(255,255,255,.88);font-size:.76rem;line-height:1.35;white-space:normal;overflow:visible;text-overflow:clip}
.live-calendar-promo__dots{justify-content:center;padding:11px 0 0}
.live-calendar-promo__calendar{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:13px;padding:11px 16px;border-radius:9px;background:#1268e8;color:#fff;text-decoration:none;font-size:.9rem;font-weight:800;box-shadow:0 8px 18px rgba(0,72,190,.28)}
.live-calendar-promo__calendar:hover{background:#287bf0;color:#fff}
.live-calendar-promo__mini{position:absolute;left:50%;top:50%;display:none;pointer-events:auto;width:42px;height:42px;transform:translate(-50%,-50%);border:1px solid rgba(255,196,0,.72);border-radius:50%;background:rgba(5,18,31,.72);color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.34)}
.live-calendar-promo.is-minimized{inset:50% auto auto 50%;width:42px;transform:translate(-50%,-50%)}
.live-calendar-promo.is-minimized .live-calendar-promo__panel{display:none}
.live-calendar-promo.is-minimized .live-calendar-promo__mini{display:block}
.video-shell.is-live-mode .live-calendar-promo{display:none}
@media(max-width:700px){
  .live-calendar-promo{width:min(92%,460px)}
  .live-calendar-promo__panel{padding:15px 14px 16px;border-radius:14px}
  .live-calendar-promo__notice h2{font-size:1rem}
  .live-calendar-promo__notice p{font-size:.78rem}
  .live-calendar-promo__heading{font-size:.65rem}
  .live-calendar-promo__slider{grid-template-columns:32px minmax(0,1fr) 32px;gap:7px}
  .live-calendar-promo__arrow{width:32px;height:32px}
  .live-calendar-promo__link{padding:9px 10px}
  .live-calendar-promo__link strong{font-size:.88rem}
  .live-calendar-promo__calendar{padding:9px 12px;font-size:.78rem}
}


/* v3.13.16 — clickable highlights playback and audience-initiated sound */
.highlights-video-element{pointer-events:auto!important}
.highlights-video-element iframe{pointer-events:auto!important;cursor:pointer!important}
.video-shell.is-highlights-mode .controls{pointer-events:auto!important}
.video-shell.is-highlights-mode #playPause,
.video-shell.is-highlights-mode #mute,
.video-shell.is-highlights-mode #fullscreen{pointer-events:auto!important;cursor:pointer!important;opacity:1!important}
.video-shell.is-highlights-mode #playPause:disabled,
.video-shell.is-highlights-mode #mute:disabled{pointer-events:auto!important;opacity:1!important}
.video-shell.is-highlights-mode .video-shade,
.video-shell.is-highlights-mode .center-overlay,
.video-shell.is-highlights-mode .score-overlay{pointer-events:none!important}
.live-calendar-promo__panel{background:rgba(4,12,21,.50)!important}
.live-calendar-promo__link,.live-calendar-promo__calendar,.live-calendar-promo__arrow,.live-calendar-promo__close{pointer-events:auto!important;cursor:pointer!important}


/* v3.13.17 — slim confirmed-live overlay with automatic minimization */
.live-calendar-promo{width:min(420px,calc(100% - 36px))}
.live-calendar-promo__panel{padding:14px 16px 15px;border-radius:14px;background:rgba(4,12,21,.50)!important;backdrop-filter:blur(6px) saturate(115%);-webkit-backdrop-filter:blur(6px) saturate(115%)}
.live-calendar-promo__notice strong{min-height:28px;padding:4px 12px;font-size:.7rem}
.live-calendar-promo__notice h2{margin:6px 32px 1px;font-size:.94rem}
.live-calendar-promo__notice p{font-size:.72rem}
.live-calendar-promo__divider{margin:10px 0}
.live-calendar-promo__heading{margin-bottom:7px;font-size:.66rem}
.live-calendar-promo__slider{grid-template-columns:30px minmax(0,1fr) 30px;gap:7px}
.live-calendar-promo__arrow{width:30px;height:30px;font-size:1.15rem}
.live-calendar-promo__link{padding:9px 10px;border-radius:10px}
.live-calendar-promo__link small{font-size:.67rem}
.live-calendar-promo__link strong{margin-top:3px;font-size:.86rem;line-height:1.18}
.live-calendar-promo__link span{margin-top:3px;font-size:.66rem;line-height:1.25}
.live-calendar-promo__dots{padding-top:7px}
.live-calendar-promo__calendar{margin-top:8px;padding:8px 11px;font-size:.72rem}
.live-calendar-promo__close{top:8px;right:8px;width:28px;height:28px;font-size:1rem}
.live-calendar-promo__mini{width:auto;min-width:126px;height:34px;padding:0 12px;border-radius:999px;font-size:.72rem;font-weight:800;white-space:nowrap}
.live-calendar-promo__mini::after{content:" Upcoming Live"}
.live-calendar-promo.is-minimized{inset:18px auto auto 50%;width:auto;transform:translateX(-50%)}
.live-calendar-promo.is-minimized .live-calendar-promo__mini{position:static;transform:none;display:block;background:rgba(5,18,31,.68);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
@media(max-width:700px){
  .live-calendar-promo{top:48%;width:min(310px,calc(100% - 28px))}
  .live-calendar-promo__panel{padding:10px 11px 11px;border-radius:12px}
  .live-calendar-promo__notice{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}
  .live-calendar-promo__notice strong{min-height:24px;padding:3px 9px;font-size:.58rem}
  .live-calendar-promo__notice h2{margin:0;font-size:.76rem}
  .live-calendar-promo__notice p{width:100%;font-size:.61rem}
  .live-calendar-promo__divider{margin:7px 0}
  .live-calendar-promo__heading{font-size:.56rem;margin-bottom:5px}
  .live-calendar-promo__slider{grid-template-columns:26px minmax(0,1fr) 26px;gap:5px}
  .live-calendar-promo__arrow{width:26px;height:26px;font-size:1rem}
  .live-calendar-promo__link{padding:7px 8px}
  .live-calendar-promo__link small{font-size:.58rem}
  .live-calendar-promo__link strong{font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .live-calendar-promo__link span{font-size:.56rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .live-calendar-promo__calendar{margin-top:6px;padding:6px 9px;font-size:.62rem}
  .live-calendar-promo__dots{padding-top:5px}
  .live-calendar-promo__close{top:6px;right:6px;width:24px;height:24px}
  .live-calendar-promo.is-minimized{top:12px}
  .live-calendar-promo__mini{min-width:116px;height:30px;font-size:.65rem}
}


/* v3.13.23 — full-width audience console and dynamic stream overlays */
.player-page{padding:18px clamp(10px,1.5vw,28px)!important;background:#0b1017!important}
.broadcast-console{width:100%!important;max-width:1920px!important;border-radius:16px}
.viewer-badge.is-highlights{background:rgba(7,21,35,.88)!important;border:1px solid #ffd326!important}
.viewer-badge.is-highlights .viewer-live-dot{background:#ffd326!important}
#consoleFullscreen{cursor:pointer;color:#fff;background:#6f7479}
#consoleFullscreen:hover,#consoleFullscreen:focus-visible,#consoleFullscreen.is-active{background:#3688ff;outline:2px solid rgba(54,136,255,.35)}
.broadcast-console:fullscreen{width:100vw!important;max-width:none!important;height:100vh!important;border:0!important;border-radius:0!important;display:grid!important;grid-template-columns:minmax(0,3fr) minmax(320px,1fr)!important;background:#0b1017!important}
.broadcast-console:fullscreen .left-column{height:100vh;overflow:auto}
.broadcast-console:fullscreen .right-column{height:100vh!important;max-height:100vh!important}
.broadcast-console:fullscreen .video-shell{max-height:72vh}
@media(max-width:1050px){.broadcast-console:fullscreen{grid-template-columns:1fr!important;overflow:auto}.broadcast-console:fullscreen .right-column{height:auto!important}}
@media(max-width:700px){.player-page{padding:0!important}.broadcast-console{border-radius:0}}


/* v3.13.26 — automatic non-interactive homepage stream notice */
.nlt-stream-notice.is-auto-notice{pointer-events:none!important;transition:opacity .35s ease,visibility .35s ease,transform .35s ease!important}
.nlt-stream-notice.is-auto-notice *{pointer-events:none!important}
.nlt-stream-notice.is-auto-notice.is-auto-hidden{opacity:0!important;visibility:hidden!important;transform:translate(-50%,-46%) scale(.98)!important}
.nlt-stream-notice.is-auto-notice .nlt-next-card--automatic{display:block!important}
.nlt-stream-notice.is-auto-notice .nlt-next-copy{text-align:center!important}
.nlt-stream-notice.is-auto-notice .nlt-notice-calendar{cursor:default!important;background:rgba(18,104,232,.78)!important}
@media (prefers-reduced-motion:reduce){.nlt-stream-notice.is-auto-notice{transition:none!important}}

/* v3.13.27: identifiable chat-console fullscreen control */
#consoleFullscreen{display:inline-grid;place-items:center;padding:0;line-height:1}
#consoleFullscreen .fullscreen-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
#consoleFullscreen .fullscreen-exit-icon{display:none}
#consoleFullscreen.is-active .fullscreen-enter-icon{display:none}
#consoleFullscreen.is-active .fullscreen-exit-icon{display:block}

/* v3.13.30 clickable schedule notice and persistent hide/show control */
.nlt-stream-notice.is-auto-notice{pointer-events:none!important}
.nlt-stream-notice.is-auto-notice .nlt-next-copy--link,
.nlt-stream-notice.is-auto-notice .nlt-notice-calendar,
.nlt-stream-notice.is-auto-notice .nlt-notice-visibility-toggle{pointer-events:auto!important;cursor:pointer!important}
.nlt-stream-notice.is-auto-notice .nlt-notice-calendar{cursor:pointer!important;background:#1673ed!important}
.nlt-stream-notice.is-auto-notice .nlt-notice-calendar:hover,
.nlt-stream-notice.is-auto-notice .nlt-notice-calendar:focus-visible{background:#2b83f4!important;outline:2px solid #fff;outline-offset:2px}
.nlt-notice-visibility-toggle{position:absolute;right:-5px;top:-6px;z-index:3;display:grid;place-items:center;width:30px;height:30px;padding:6px;border:1px solid rgba(255,255,255,.42);border-radius:7px;background:rgba(9,27,44,.96);color:#fff;box-shadow:0 5px 16px rgba(0,0,0,.38)}
.nlt-notice-visibility-toggle:hover,.nlt-notice-visibility-toggle:focus-visible{background:#214a6c;border-color:#ffd44d;outline:2px solid #ffd44d;outline-offset:2px}
.nlt-notice-visibility-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.nlt-notice-visibility-toggle .nlt-eye-closed{display:none}
.nlt-stream-notice.is-user-stopped{left:auto!important;right:18px!important;top:64px!important;width:38px!important;height:38px!important;min-width:0!important;padding:0!important;border-color:rgba(255,212,77,.75)!important;border-radius:9px!important;transform:none!important;opacity:1!important;visibility:visible!important;background:rgba(9,27,44,.92)!important;box-shadow:0 8px 24px rgba(0,0,0,.38)!important;pointer-events:none!important}
.nlt-stream-notice.is-user-stopped .nlt-notice-detail,.nlt-stream-notice.is-user-stopped .nlt-notice-badge{display:none!important}
.nlt-stream-notice.is-user-stopped .nlt-notice-top{width:100%;height:100%}
.nlt-stream-notice.is-user-stopped .nlt-notice-visibility-toggle{inset:0!important;width:38px;height:38px;border:0;border-radius:8px;background:transparent}
.nlt-stream-notice.is-user-stopped .nlt-eye-open{display:none}
.nlt-stream-notice.is-user-stopped .nlt-eye-closed{display:block}
@media(max-width:575.98px){.nlt-stream-notice.is-user-stopped{right:10px!important;top:56px!important}}

/* v3.13.35 — restore highlights interaction/audio and reduce mobile notice height */
.nlt-highlights-playlist{pointer-events:auto!important;touch-action:auto!important}
.video-shell.is-highlights-mode #muxPlayer{pointer-events:auto!important}
.video-shell.is-highlights-mode #muxPlayer>.nlt-highlights-playlist{pointer-events:auto!important;z-index:1!important}
@media(max-width:575.98px){
  .nlt-stream-notice:not(.is-user-stopped){top:43%!important;width:min(250px,calc(100% - 118px))!important;padding:5px 7px!important;border-radius:8px!important}
  .nlt-stream-notice:not(.is-user-stopped) .nlt-notice-badge{padding:3px 7px!important;font-size:7.5px!important}
  .nlt-stream-notice:not(.is-user-stopped) h2{margin:3px 14px 1px!important;font-size:11px!important;line-height:1.08!important}
  .nlt-stream-notice:not(.is-user-stopped)>p{margin:0 0 3px!important;font-size:7.5px!important;line-height:1.12!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .nlt-stream-notice:not(.is-user-stopped) .nlt-next-label{padding-top:4px!important;gap:3px!important;font-size:7px!important}
  .nlt-stream-notice:not(.is-user-stopped) .nlt-next-card{margin-top:3px!important}
  .nlt-stream-notice:not(.is-user-stopped) .nlt-next-copy{padding:4px 6px!important;border-radius:6px!important}
  .nlt-stream-notice:not(.is-user-stopped) .nlt-next-date{font-size:8px!important;line-height:1.05!important}
  .nlt-stream-notice:not(.is-user-stopped) .nlt-next-title{font-size:9px!important;line-height:1.08!important;white-space:nowrap!important}
  .nlt-stream-notice:not(.is-user-stopped) .nlt-next-meta{font-size:7px!important;line-height:1.05!important}
  .nlt-stream-notice:not(.is-user-stopped) .nlt-notice-calendar{margin-top:4px!important;padding:4px 6px!important;font-size:7.5px!important;line-height:1.1!important}
  .nlt-stream-notice:not(.is-user-stopped) .nlt-notice-visibility-toggle{right:-4px!important;top:-4px!important;width:22px!important;height:22px!important;padding:4px!important}
}
@media(max-width:374.98px){.nlt-stream-notice:not(.is-user-stopped){width:min(236px,calc(100% - 112px))!important}}

/* v3.13.75 — unified mid-center match overlay and single primary play control */
.center-overlay{
  left:50%!important;
  top:50%!important;
  right:auto!important;
  bottom:auto!important;
  width:min(560px,calc(100% - 48px))!important;
  max-width:none!important;
  min-height:0;
  transform:translate(-50%,-50%)!important;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0;
  padding:26px 30px 28px!important;
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(7,17,28,.88),rgba(8,15,24,.72));
  box-shadow:0 22px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(14px) saturate(118%);
  -webkit-backdrop-filter:blur(14px) saturate(118%);
  text-align:center!important;
  z-index:8;
}
.center-overlay .league-pill{margin:0 auto 12px!important}
.center-overlay h1{max-width:100%;margin:0 auto!important;text-align:center;font-size:clamp(2rem,4.1vw,3.45rem)!important;line-height:.98}
.center-overlay .game-meta{justify-content:center!important;margin:12px auto 0!important}
.center-overlay p{max-width:46ch;margin:12px auto 20px!important;text-align:center!important;line-height:1.45}
.center-overlay .play-main{
  position:relative!important;
  inset:auto!important;
  display:grid!important;
  place-items:center;
  width:88px!important;
  height:88px!important;
  margin:0 auto!important;
  padding:0 0 0 6px!important;
  border:2px solid rgba(111,192,255,.9)!important;
  border-radius:50%!important;
  background:rgba(0,0,0,.92)!important;
  color:#fff!important;
  font-size:2.25rem!important;
  line-height:1!important;
  box-shadow:0 12px 34px rgba(0,0,0,.46),0 0 0 7px rgba(45,142,255,.09)!important;
  cursor:pointer;
  pointer-events:auto;
}
.center-overlay .play-main:hover,.center-overlay .play-main:focus-visible{transform:scale(1.055);border-color:#fff!important;outline:none;box-shadow:0 15px 40px rgba(0,0,0,.52),0 0 0 8px rgba(45,142,255,.17)!important}
.center-overlay.hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
html[data-bs-theme="light"] .center-overlay{background:linear-gradient(145deg,rgba(7,17,28,.86),rgba(8,15,24,.72));color:#fff;border-color:rgba(255,255,255,.24)}
html[data-bs-theme="light"] .center-overlay h1,html[data-bs-theme="light"] .center-overlay p{color:#fff!important;text-shadow:0 4px 24px rgba(0,0,0,.5)}
@media(max-width:700px){
  .center-overlay{width:min(480px,calc(100% - 28px))!important;padding:20px 18px 22px!important;border-radius:15px}
  .center-overlay h1{font-size:clamp(1.72rem,8vw,2.55rem)!important}
  .center-overlay p{margin:9px auto 15px!important;font-size:.78rem}
  .center-overlay .play-main{width:72px!important;height:72px!important;font-size:1.8rem!important}
}
@media(max-width:420px){
  .center-overlay{width:calc(100% - 24px)!important;padding:16px 14px 18px!important}
  .center-overlay .league-pill{margin-bottom:8px!important}
  .center-overlay .game-meta{margin-top:8px!important}
  .center-overlay p{display:none}
  .center-overlay .play-main{width:64px!important;height:64px!important;font-size:1.55rem!important}
}

/* v3.13.76 — lift responsive overlay above moving matchup banner + 80% transparency */
.center-overlay{
  top:calc(50% - 70px)!important;
  background:linear-gradient(145deg,rgba(7,17,28,.20),rgba(8,15,24,.16))!important;
  border-color:rgba(255,255,255,.24)!important;
  box-shadow:0 18px 54px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08)!important;
  backdrop-filter:blur(9px) saturate(112%)!important;
  -webkit-backdrop-filter:blur(9px) saturate(112%)!important;
}
.center-overlay h1,
.center-overlay p,
.center-overlay .game-meta,
.center-overlay .league-pill{
  filter:drop-shadow(0 3px 8px rgba(0,0,0,.9));
}
html[data-bs-theme="light"] .center-overlay{
  background:linear-gradient(145deg,rgba(7,17,28,.20),rgba(8,15,24,.16))!important;
  border-color:rgba(255,255,255,.28)!important;
}
@media(max-width:700px){
  .center-overlay{top:calc(50% - 70px)!important}
}
@media(max-width:420px){
  .center-overlay{
    top:calc(50% - 70px)!important;
    width:calc(100% - 28px)!important;
    padding:14px 12px 16px!important;
  }
}

/* v3.13.79 — centered matchup stack: team-versus strip sits 5px below the transparent play card. */
.matchup-overlay-stack{
  position:absolute;
  z-index:8;
  left:50%;
  top:46%;
  width:min(560px,calc(100% - 48px));
  max-width:calc(100% - 48px);
  transform:translate(-50%,-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  pointer-events:none;
}
.matchup-overlay-stack .center-overlay{
  position:relative!important;
  inset:auto!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  width:100%!important;
  max-width:100%!important;
  transform:none!important;
  margin:0!important;
  z-index:2!important;
}
.matchup-overlay-stack .score-overlay,
.video-shell.score-pos-left .matchup-overlay-stack .score-overlay,
.video-shell.score-pos-center .matchup-overlay-stack .score-overlay,
.video-shell.score-pos-right .matchup-overlay-stack .score-overlay{
  position:relative!important;
  inset:auto!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  width:min(500px,100%)!important;
  min-width:0!important;
  max-width:100%!important;
  transform:none!important;
  margin:0!important;
  z-index:1!important;
  pointer-events:none;
}
.matchup-overlay-stack .center-overlay .play-main{pointer-events:auto!important}
.video-shell.overlay-clean .matchup-overlay-stack,
.video-shell.playback-clean .matchup-overlay-stack,
.video-shell.mobile-auto-clean .matchup-overlay-stack{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.video-shell .matchup-overlay-stack{
  transition:opacity .22s ease,visibility .22s ease,transform .22s ease;
}
@media (max-width:991.98px){
  .matchup-overlay-stack{
    top:45%;
    width:min(520px,calc(100% - 32px));
    max-width:calc(100% - 32px);
  }
  .matchup-overlay-stack .score-overlay{width:min(460px,100%)!important}
}
@media (max-width:700px){
  .matchup-overlay-stack{
    top:44%;
    width:calc(100% - 28px);
    max-width:calc(100% - 28px);
    gap:5px;
  }
  .matchup-overlay-stack .center-overlay{width:100%!important}
  .matchup-overlay-stack .score-overlay{width:100%!important}
}
@media (max-width:420px){
  .matchup-overlay-stack{
    top:43%;
    width:calc(100% - 20px);
    max-width:calc(100% - 20px);
  }
  .matchup-overlay-stack .center-overlay{
    width:100%!important;
    padding:14px 12px 16px!important;
  }
  .matchup-overlay-stack .score-overlay{
    width:100%!important;
    font-size:.68rem;
  }
}
@media (max-height:520px) and (orientation:landscape){
  .matchup-overlay-stack{top:43%;width:min(520px,calc(100% - 30px))}
  .matchup-overlay-stack .center-overlay{padding:12px 16px 14px!important}
  .matchup-overlay-stack .center-overlay p{display:none!important}
  .matchup-overlay-stack .center-overlay .play-main{width:58px!important;height:58px!important;font-size:1.4rem!important}
}

/* v3.13.85 — independent hover/recovery play gate */
#videoShell > .nlt-center-play-gate{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  z-index:48!important;
  display:grid;
  place-items:center;
  width:clamp(68px,7vw,94px)!important;
  height:clamp(68px,7vw,94px)!important;
  padding:0!important;
  border:3px solid rgba(255,255,255,.92)!important;
  border-radius:50%!important;
  background:rgba(5,19,35,.88)!important;
  color:#fff!important;
  font-size:clamp(1.65rem,2.8vw,2.45rem)!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:0 16px 42px rgba(0,0,0,.55),0 0 0 9px rgba(32,128,255,.18)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease!important;
}
#videoShell > .nlt-center-play-gate[hidden]{display:none!important}
#videoShell > .nlt-center-play-gate:hover,
#videoShell > .nlt-center-play-gate:focus-visible{
  transform:translate(-50%,-50%) scale(1.06)!important;
  box-shadow:0 18px 46px rgba(0,0,0,.62),0 0 0 11px rgba(32,128,255,.24)!important;
  outline:none!important;
}
/* Keep the native lower control strip fully operable above decorative layers. */
#videoShell .controls{z-index:55!important;pointer-events:auto!important}
#videoShell .controls button,#videoShell .controls input,#videoShell .controls a{pointer-events:auto!important}
@media (hover:none){
  #videoShell > .nlt-center-play-gate{width:72px!important;height:72px!important;font-size:1.75rem!important}
}


/* v3.13.86 — official center Play button restored for every fresh player load.
   It is visible in both highlights and live-ready modes until clicked. */
#mainPlay.play-main:not([hidden]){
  display:grid!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}

/* v3.13.87 — center-button-only first play, clean playback controls, and live-ready badge lifecycle. */
#videoShell .nlt-initial-play-shield{
  position:absolute;
  inset:0;
  z-index:72;
  display:block;
  background:transparent;
  cursor:default;
  touch-action:manipulation;
}
#videoShell .nlt-initial-play-shield[hidden]{display:none!important}
#videoShell > .nlt-center-play-gate{
  z-index:90!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  user-select:none!important;
  -webkit-tap-highlight-color:transparent;
}
/* Before the official center Play button is clicked, no other player surface or
   custom navigation control may initiate playback. */
#videoShell:not(.nlt-player-activated) .controls{
  pointer-events:none!important;
  opacity:.42!important;
}
#videoShell:not(.nlt-player-activated) .controls *{pointer-events:none!important}
/* During healthy playback the custom overlay controls disappear so score and
   broadcast graphics remain unobstructed. Pointer/touch activity reveals them. */
#videoShell.nlt-player-activated .controls{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(10px)!important;
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease!important;
}
#videoShell.nlt-player-activated.nlt-controls-visible .controls,
#videoShell.nlt-player-activated:focus-within .controls{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:none!important;
}
#videoShell.nlt-player-activated.nlt-controls-visible .controls *{pointer-events:auto!important}
/* The lower-left readiness badge is pre-play/recovery guidance only. */
#videoShell.nlt-player-activated:not(.nlt-play-gate-visible) .nlt-live-ready-signal{
  display:none!important;
}

/* v3.13.88 — unobstructed broadcast view.
   Disable the custom bottom control overlay and live-ready corner badge so
   in-stream score graphics remain fully visible. The official center Play
   gate and the media player's native controls remain available. */
#videoShell .controls,
#videoShell .nlt-live-ready-signal {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* v3.14.08 — homepage player bottom-edge flush hotfix.
   Remove the desktop-only trailing canvas below the broadcast console so the
   embedded video module ends exactly at its rendered content. The parent page
   owns the gray inter-section separator. */
.player-page{
  padding-bottom:0!important;
}
