*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--ott-color-background);color:var(--ott-color-text);font-family:var(--ott-font-family);font-size:var(--ott-font-size-base);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}main{min-height:60vh;padding-bottom:var(--ott-gap-section)}h1,h2,h3{font-family:var(--ott-font-heading);font-weight:var(--ott-font-weight-heading);margin:0;line-height:1.15}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--ott-color-background) 88%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--ott-color-border)}.header-inner{display:flex;align-items:center;gap:24px;padding:12px var(--ott-page-margin-x);max-width:1800px;margin:0 auto}.brand img{height:32px;width:auto}.brand-text{font-family:var(--ott-font-heading);font-weight:800;font-size:var(--ott-font-size-lg);letter-spacing:-.02em;color:var(--ott-color-primary)}.primary-nav{display:flex;gap:4px;flex:1 1}.primary-nav a{padding:8px 14px;border-radius:var(--ott-radius-button);color:var(--ott-color-text-muted);font-weight:500;transition:color var(--ott-duration-fast) var(--ott-easing),background var(--ott-duration-fast) var(--ott-easing)}.primary-nav a:hover{color:var(--ott-color-text);background:var(--ott-color-surface)}.primary-nav a.active{color:var(--ott-color-text);background:var(--ott-color-surface-elevated)}.header-actions{display:flex;align-items:center;gap:12px}.search-form input{background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-input);color:var(--ott-color-text);padding:8px 14px;width:200px;outline-offset:2px}.search-form input:focus-visible{outline:var(--ott-focus-ring-width) solid var(--ott-color-focus)}.account-menu{display:flex;align-items:center;gap:10px}.account-name{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;border:0;border-radius:var(--ott-radius-button);font-weight:600;transition:transform var(--ott-duration-fast) var(--ott-easing),filter var(--ott-duration-fast) var(--ott-easing)}.btn:hover{filter:brightness(1.1)}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:var(--ott-focus-ring-width) solid var(--ott-color-focus);outline-offset:2px}.btn-primary{background:var(--ott-color-primary);color:var(--ott-color-primary-contrast)}.btn-ghost{background:color-mix(in srgb,var(--ott-color-surface) 70%,transparent);color:var(--ott-color-text);border:1px solid var(--ott-color-border)}.btn-sm{padding:7px 14px;font-size:var(--ott-font-size-sm)}.hero{position:relative;min-height:62vh;display:flex;align-items:flex-end;padding:var(--ott-gap-section) var(--ott-page-margin-x);overflow:hidden}.hero-compact{min-height:36vh}.hero-bg,.hero-bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-scrim{position:absolute;inset:0;background:linear-gradient(to top,var(--ott-color-background) 4%,rgb(var(--ott-color-background-rgb)/.55) 45%,transparent 100%),linear-gradient(to right,rgb(var(--ott-color-background-rgb)/.85) 0,transparent 65%)}.hero-content{position:relative;max-width:620px}.hero-content h1{font-size:clamp(2rem,4.5vw,3.6rem);margin:12px 0}.hero-subtitle{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-lg);margin:0 0 8px}.hero-time{color:var(--ott-color-accent);font-weight:600;margin:0 0 16px}.hero-actions{display:flex;gap:12px;margin-top:20px}.hero-dots{position:absolute;bottom:24px;right:var(--ott-page-margin-x);display:flex;gap:8px}.hero-dots button{width:28px;height:4px;border:0;border-radius:2px;background:color-mix(in srgb,var(--ott-color-text) 30%,transparent);padding:0}.hero-dots button.active{background:var(--ott-color-primary)}.countdown,.grid-module,.rail,.scoreboard,.spotlight,.standings,.text-block{padding:0 var(--ott-page-margin-x);margin-top:var(--ott-gap-section)}.rail-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.rail-title{font-size:var(--ott-font-size-xl);display:flex;align-items:center;gap:10px}.rail-subtitle{color:var(--ott-color-text-muted);margin:4px 0 0;font-size:var(--ott-font-size-sm)}.rail-controls{display:flex;gap:6px}.rail-controls button{width:34px;height:34px;border-radius:50%;border:1px solid var(--ott-color-border);background:var(--ott-color-surface);color:var(--ott-color-text);font-size:20px;line-height:1}.rail-track{display:flex;gap:var(--ott-gap-rail);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:6px}.rail-track::-webkit-scrollbar{display:none}.card{flex:0 0 auto;width:300px;transition:transform var(--ott-duration-base) var(--ott-easing)}.card[data-variant=portrait],.card[data-variant=poster]{width:180px}.card[data-variant=wide]{width:420px}.card:hover{transform:translateY(-4px)}.card:focus-visible{outline:var(--ott-focus-ring-width) solid var(--ott-color-focus);outline-offset:3px;border-radius:var(--ott-radius-card)}.card-image{position:relative;border-radius:var(--ott-radius-image);overflow:hidden;background:var(--ott-color-surface)}.card-image img{width:100%;height:100%;object-fit:cover}.card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--ott-color-surface),var(--ott-color-surface-elevated))}.card-meta{display:flex;flex-direction:column;gap:2px;padding-top:8px}.card-title{font-weight:600;font-size:var(--ott-font-size-sm);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-subtitle{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-xs)}.card-lock{position:absolute;top:8px;right:8px;background:rgb(var(--ott-color-background-rgb)/.75);border-radius:50%;width:26px;height:26px;display:grid;place-items:center;font-size:13px}.card-duration{position:absolute;bottom:8px;right:8px;background:rgb(var(--ott-color-background-rgb)/.8);padding:2px 7px;border-radius:4px;font-size:var(--ott-font-size-xs)}.card-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:rgb(var(--ott-color-background-rgb)/.6)}.card-progress-bar{height:100%;background:var(--ott-color-primary)}.badge{display:inline-block;padding:3px 9px;border-radius:4px;font-size:var(--ott-font-size-xs);font-weight:800;letter-spacing:.06em;position:absolute;top:8px;left:8px}.hero .badge{position:static}.badge-live{background:var(--ott-color-live);color:#fff}.badge-ppv{background:var(--ott-color-accent);color:var(--ott-color-text-inverse)}.badge-locked,.badge-upcoming{background:var(--ott-color-surface-elevated);color:var(--ott-color-text-muted)}.badge-new{background:var(--ott-color-secondary);color:var(--ott-color-secondary-contrast)}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--ott-color-live);display:inline-block;animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.live-dot{animation:none}}.live-card{flex:0 0 auto;width:340px;border-radius:var(--ott-radius-card);overflow:hidden;background:var(--ott-color-surface);border:1px solid var(--ott-color-border)}.live-card-image{position:relative;aspect-ratio:16/9}.live-card-image img{width:100%;height:100%;object-fit:cover}.live-card-meta{padding:10px 12px;display:flex;flex-direction:column;gap:2px}.live-card-meta span{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-xs)}.content-grid{display:grid;grid-template-columns:repeat(var(--columns,5),minmax(0,1fr));grid-gap:var(--ott-gap-rail);gap:var(--ott-gap-rail)}.content-grid .card{width:100%}@media (max-width:1200px){.content-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.match-strip{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none}.match-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:12px;gap:12px}.match-card{flex:0 0 auto;min-width:260px;background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);padding:12px 14px;display:flex;flex-direction:column;gap:8px;transition:border-color var(--ott-duration-fast) var(--ott-easing)}.match-card:hover{border-color:var(--ott-color-primary)}.match-card.is-live{border-color:color-mix(in srgb,var(--ott-color-live) 55%,var(--ott-color-border))}.match-competition{font-size:var(--ott-font-size-xs);color:var(--ott-color-text-muted);text-transform:uppercase;letter-spacing:.04em}.match-teams{display:flex;flex-direction:column;gap:6px}.match-team{display:flex;align-items:center;gap:8px}.team-logo{width:22px;height:22px;object-fit:contain}.team-logo-sm{width:18px;height:18px;object-fit:contain;display:inline-block;vertical-align:middle;margin-right:7px}.team-logo-fallback{width:22px;height:22px;border-radius:4px;background:var(--ott-color-surface-elevated);display:grid;place-items:center;font-size:10px;font-weight:700}.team-name{flex:1 1;font-weight:600;font-size:var(--ott-font-size-sm)}.team-score{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:800;font-size:var(--ott-font-size-lg)}.match-status{font-size:var(--ott-font-size-xs);color:var(--ott-color-text-muted);display:flex;align-items:center;gap:6px}.match-status.live{color:var(--ott-color-live);font-weight:700}.match-watch{font-size:var(--ott-font-size-xs);color:var(--ott-color-primary);font-weight:700}.table-scroll{overflow-x:auto}.standings table{width:100%;border-collapse:collapse;font-size:var(--ott-font-size-sm)}.standings th{text-align:right;padding:10px 8px;color:var(--ott-color-text-muted);font-weight:600;font-size:var(--ott-font-size-xs);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--ott-color-border)}.standings td{text-align:right;padding:9px 8px;border-bottom:1px solid color-mix(in srgb,var(--ott-color-border) 55%,transparent);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.standings .col-team{text-align:left;width:100%;font-weight:600}.standings .col-pos{text-align:left;white-space:nowrap}.standings .col-pts{font-weight:800}.standings tr.is-highlighted{background:color-mix(in srgb,var(--ott-color-primary) 12%,transparent)}.marker{display:inline-block;width:3px;height:14px;border-radius:2px;margin-right:8px;vertical-align:middle;background:transparent}.marker-qualified{background:var(--ott-color-success)}.marker-promotion{background:var(--ott-color-secondary)}.marker-relegation{background:var(--ott-color-danger)}.form{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:4px;font-size:10px;font-weight:800;margin-left:3px;color:#fff}.form-W{background:var(--ott-color-success)}.form-D{background:var(--ott-color-text-muted)}.form-L{background:var(--ott-color-danger)}.player-shell{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:var(--ott-radius-card);overflow:hidden;background-size:cover;background-position:50%}.player-shell video{width:100%;height:100%;display:block}.player-overlay{position:absolute;inset:0;display:grid;place-items:center;background:rgb(0 0 0/.5);color:#fff;font-weight:600}.player-message{display:grid;place-content:center;grid-gap:12px;gap:12px;text-align:center;padding:32px;color:#fff;background-color:var(--ott-color-surface)}.player-live-badge{top:14px;left:14px;background:rgb(0 0 0/.6);padding:5px 11px;border-radius:4px;font-weight:800;display:flex;align-items:center;gap:7px}.player-live-badge,.player-watermark{position:absolute;color:#fff;font-size:var(--ott-font-size-xs)}.player-watermark{top:16px;right:16px;font-family:var(--ott-font-mono);pointer-events:none;letter-spacing:.1em}.chapter-strip{position:absolute;bottom:58px;left:0;right:0;display:flex;align-items:center;gap:8px;padding:0 14px;overflow-x:auto;scrollbar-width:none}.chapter-label{opacity:.7;white-space:nowrap}.chapter,.chapter-label{color:#fff;font-size:var(--ott-font-size-xs)}.chapter{flex:0 0 auto;background:rgb(0 0 0/.65);border:1px solid rgb(255 255 255/.2);border-radius:var(--ott-radius-button);padding:5px 11px;display:flex;flex-direction:column;align-items:flex-start}.chapter.is-active{border-color:var(--ott-color-primary);background:var(--ott-color-primary)}.paywall{display:grid;place-items:center;background-size:cover;background-position:50%}.paywall:before{content:"";position:absolute;inset:0;background:rgb(var(--ott-color-background-rgb)/.88)}.paywall-inner{position:relative;text-align:center;padding:28px;max-width:900px}.paywall-inner h3{font-size:var(--ott-font-size-xl);margin-bottom:18px}.paywall-note{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-sm);margin-top:16px}.offers{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:8px}.offer{background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);padding:18px;min-width:220px;text-align:left;display:flex;flex-direction:column;gap:8px}.offer.is-highlighted{border-color:var(--ott-color-primary)}.offer p{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-sm);margin:0}.offer-price{font-size:var(--ott-font-size-lg);font-weight:800}.offer-price em{font-weight:500;font-style:normal}.offer ul,.offer-price em{font-size:var(--ott-font-size-xs);color:var(--ott-color-text-muted)}.offer ul{margin:0;padding-left:18px}.match-center{padding:0 var(--ott-page-margin-x)}.match-video{margin-top:16px}.feed-picker{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.feed{background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-button);color:var(--ott-color-text);padding:7px 14px;font-size:var(--ott-font-size-sm)}.feed.is-active{border-color:var(--ott-color-primary);color:var(--ott-color-primary)}.feed:disabled{opacity:.5;cursor:not-allowed}.multiview-hint{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-xs);margin-top:8px}.match-header{margin-top:24px;text-align:center}.match-competition-line{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-sm);margin-bottom:12px}.match-score-big{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px}.match-team-big{display:flex;flex-direction:column;align-items:center;gap:8px}.match-team-big img{width:64px;height:64px;object-fit:contain}.score-numbers{display:flex;align-items:center;gap:14px;font-size:clamp(2rem,5vw,3.4rem);font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.score-numbers em{font-style:normal}.score-numbers em,.score-status{color:var(--ott-color-text-muted)}.score-status{font-size:var(--ott-font-size-sm);display:flex;align-items:center;justify-content:center;gap:7px}.score-status.live{color:var(--ott-color-live);font-weight:700}.score-periods{display:flex;gap:14px;justify-content:center;margin-top:10px;color:var(--ott-color-text-muted);font-size:var(--ott-font-size-xs)}.match-tabs{display:flex;gap:4px;margin-top:28px;border-bottom:1px solid var(--ott-color-border)}.match-tabs button{background:none;border:0;border-bottom:2px solid transparent;color:var(--ott-color-text-muted);padding:11px 16px;font-weight:600}.match-tabs button.active{color:var(--ott-color-text);border-bottom-color:var(--ott-color-primary)}.match-panel{padding:20px 0;min-height:200px}.timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.timeline li{display:grid;grid-template-columns:48px 28px 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:9px 10px;border-radius:var(--ott-radius-button)}.timeline li:nth-child(odd){background:color-mix(in srgb,var(--ott-color-surface) 60%,transparent)}.timeline li[data-type=goal]{background:color-mix(in srgb,var(--ott-color-primary) 14%,transparent)}.timeline-minute{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;color:var(--ott-color-text-muted)}.timeline-clip{margin-left:10px;color:var(--ott-color-primary);font-weight:700}.timeline-clip,.timeline-offset{font-size:var(--ott-font-size-xs)}.timeline-offset{color:var(--ott-color-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stats{display:flex;flex-direction:column;gap:14px;max-width:720px;margin:0 auto}.stat-row{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;grid-gap:12px;gap:12px}.stat-value{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center}.stat-label{display:block;text-align:center;color:var(--ott-color-text-muted);font-size:var(--ott-font-size-xs);margin-bottom:5px}.stat-track{display:flex;height:6px;border-radius:3px;overflow:hidden;background:var(--ott-color-surface)}.stat-fill.home{background:var(--ott-color-primary)}.stat-fill.away{background:var(--ott-color-secondary)}.lineups{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px}.lineups ul{list-style:none;padding:0;margin:10px 0 0}.lineups li{padding:6px 0;border-bottom:1px solid color-mix(in srgb,var(--ott-color-border) 50%,transparent);font-size:var(--ott-font-size-sm)}.shirt{display:inline-block;width:26px;color:var(--ott-color-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.watch{padding:16px var(--ott-page-margin-x) 0}.watch-meta{margin-top:22px;max-width:820px}.watch-meta h1{font-size:var(--ott-font-size-2xl)}.watch-facts{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:12px 0;color:var(--ott-color-text-muted);font-size:var(--ott-font-size-sm)}.chip{background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:999px;padding:3px 11px;font-size:var(--ott-font-size-xs)}.chip-ppv{background:var(--ott-color-accent);color:var(--ott-color-text-inverse);border-color:transparent;font-weight:700}.rating{border:1px solid var(--ott-color-border);padding:1px 7px;border-radius:3px;font-size:var(--ott-font-size-xs)}.watch-description{color:var(--ott-color-text-muted);line-height:1.65}.news-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:14px;gap:14px}.news-card,.news-list li a{display:flex;gap:12px;background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);padding:12px;align-items:center}.news-card img,.news-list img{width:92px;height:62px;object-fit:cover;border-radius:var(--ott-radius-image);flex:0 0 auto}.news-card div,.news-list div{display:flex;flex-direction:column;gap:3px}.news-card span,.news-list span{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-xs)}.news-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.team-follow-track{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.team-chip{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);padding:14px 18px;color:var(--ott-color-text);min-width:118px}.team-chip img{width:44px;height:44px;object-fit:contain}.team-chip em{font-style:normal;font-size:var(--ott-font-size-xs);color:var(--ott-color-text-muted)}.team-chip.is-following{border-color:var(--ott-color-primary)}.team-chip.is-following em{color:var(--ott-color-primary);font-weight:700}.spotlight{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:28px;gap:28px;align-items:center}.spotlight-media img{width:100%}.promo,.spotlight-media img{border-radius:var(--ott-radius-card)}.promo{display:block;position:relative;overflow:hidden;margin:var(--ott-gap-section) var(--ott-page-margin-x) 0}.promo-copy{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;gap:14px;padding:32px;background:linear-gradient(to right,rgb(var(--ott-color-background-rgb)/.85),transparent)}.countdown{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--ott-color-surface);border-radius:var(--ott-radius-card);padding:22px;margin-left:var(--ott-page-margin-x);margin-right:var(--ott-page-margin-x)}.countdown-clock{display:flex;gap:14px}.countdown-unit{display:flex;flex-direction:column;align-items:center}.countdown-unit strong{font-size:var(--ott-font-size-2xl);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.countdown-unit span{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-xs)}.category-tiles{display:grid;grid-template-columns:repeat(var(--columns,4),minmax(0,1fr));grid-gap:14px;gap:14px}.category-tile{position:relative;aspect-ratio:16/9;border-radius:var(--ott-radius-card);overflow:hidden;display:grid;place-items:center;background:var(--ott-color-surface);font-weight:700}.category-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}.category-tile span{position:relative}.multiview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.multiview-cell{position:relative;aspect-ratio:16/9;border-radius:var(--ott-radius-image);overflow:hidden}.multiview-cell img{width:100%;height:100%;object-fit:cover}.multiview-label{position:absolute;bottom:8px;left:8px;background:rgb(0 0 0/.7);color:#fff;padding:4px 9px;border-radius:4px;font-size:var(--ott-font-size-xs);display:flex;align-items:center;gap:6px}.auth-page{display:grid;place-items:center;min-height:70vh;padding:24px}.auth-card{background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);padding:32px;width:min(420px,100%);gap:16px}.auth-card,.auth-card label{display:flex;flex-direction:column}.auth-card label{gap:6px;font-size:var(--ott-font-size-sm);color:var(--ott-color-text-muted)}.auth-card input{background:var(--ott-color-background);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-input);color:var(--ott-color-text);padding:11px 13px}.auth-hint{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-xs);line-height:1.6}.auth-hint code{font-family:var(--ott-font-mono);background:var(--ott-color-background);padding:1px 5px;border-radius:3px}.form-error{color:var(--ott-color-danger);font-size:var(--ott-font-size-sm);margin:0}.page-title{padding:var(--ott-gap-section) var(--ott-page-margin-x) 0;font-size:var(--ott-font-size-2xl)}.boot-error,.empty-state{display:grid;place-items:center;grid-gap:12px;gap:12px;text-align:center;min-height:55vh;padding:32px;color:var(--ott-color-text-muted,#999);font-family:system-ui,sans-serif}.empty-note{color:var(--ott-color-text-muted);text-align:center;padding:32px}.site-footer{border-top:1px solid var(--ott-color-border);margin-top:var(--ott-gap-section);padding:28px var(--ott-page-margin-x)}.footer-inner{display:flex;flex-direction:column;gap:10px;color:var(--ott-color-text-muted);font-size:var(--ott-font-size-sm)}.footer-inner nav{display:flex;gap:18px}.footer-version{font-size:var(--ott-font-size-xs);opacity:.6;margin:0}@media (max-width:900px){:root{--ott-page-margin-x:20px}.primary-nav{display:none}.lineups,.spotlight{grid-template-columns:1fr}.match-score-big{gap:12px}.card{width:220px}}.embed-shell{position:relative;background:#000}.embed-stage{position:absolute;inset:0}.embed-shell>iframe,.embed-stage iframe{width:100%;height:100%;border:0;display:block}.embed-hit{background:transparent;border:0;cursor:pointer;z-index:2}.embed-hit,.embed-poster{position:absolute;inset:0}.embed-poster{background-size:cover;background-position:50%;display:grid;place-items:center;z-index:3;pointer-events:none}.embed-poster:after{content:"";position:absolute;inset:0;background:rgb(0 0 0/.35)}.embed-play-big{position:relative;z-index:1;width:74px;height:74px;border-radius:50%;background:var(--ott-color-primary);color:var(--ott-color-primary-contrast);display:grid;place-items:center;font-size:26px;padding-left:5px}.embed-spinner{position:absolute;top:50%;left:50%;width:46px;height:46px;margin:-23px 0 0 -23px;border:3px solid rgb(255 255 255/.2);border-top:3px solid var(--ott-color-primary);border-radius:50%;animation:embed-spin .8s linear infinite;z-index:4;pointer-events:none}@keyframes embed-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.embed-spinner{animation-duration:2s}}.embed-controls{position:absolute;left:0;right:0;bottom:0;z-index:5;padding:56px 18px 14px;background:linear-gradient(0deg,rgb(0 0 0/.88),rgb(0 0 0/.55) 45%,transparent);opacity:0;transition:opacity var(--ott-duration-base) var(--ott-easing);pointer-events:none}.controls-on .embed-controls{opacity:1;pointer-events:auto}.embed-title{color:#fff;font-weight:600;font-size:var(--ott-font-size-sm);margin-bottom:10px;text-shadow:0 1px 3px rgb(0 0 0/.6)}.embed-chapters{position:static;padding:0;margin-bottom:10px}.embed-bar{display:flex;align-items:center;gap:10px}.embed-btn{background:rgb(255 255 255/.14);border:0;border-radius:50%;color:#fff;width:40px;height:40px;display:grid;place-items:center;font-size:15px;flex:0 0 auto;transition:background var(--ott-duration-fast) var(--ott-easing)}.embed-btn:hover{background:rgb(255 255 255/.26)}.embed-btn.small{width:32px;height:32px;font-size:13px}.embed-btn:focus-visible{outline:2px solid var(--ott-color-focus);outline-offset:2px}.embed-time{color:#fff;font-size:var(--ott-font-size-xs);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex:0 0 auto;min-width:46px;text-align:center}.embed-scrub{flex:1 1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px;border-radius:3px;background:linear-gradient(to right,var(--ott-color-primary) 0,var(--ott-color-primary) var(--progress,0),rgb(255 255 255/.28) var(--progress,0),rgb(255 255 255/.28) 100%);cursor:pointer}.embed-scrub::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--ott-color-primary);border:2px solid #fff;cursor:pointer}.embed-scrub::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--ott-color-primary);cursor:pointer;border:0}.embed-volume{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:76px;height:4px;border-radius:2px;background:rgb(255 255 255/.28);cursor:pointer;flex:0 0 auto}.embed-volume::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:11px;height:11px;border-radius:50%;background:#fff}.embed-volume::-moz-range-thumb{width:11px;height:11px;border-radius:50%;background:#fff;border:0}.embed-note{position:absolute;bottom:8px;left:14px;right:14px;color:rgb(255 255 255/.62);font-size:var(--ott-font-size-xs);margin:0;z-index:6;pointer-events:none}@media (max-width:700px){.embed-volume{display:none}.embed-controls{padding:40px 12px 10px}}.skip-link{position:absolute;left:12px;top:-60px;z-index:1000;background:var(--ott-color-primary);color:#fff;padding:10px 16px;border-radius:8px;font-weight:600;transition:top .15s}.skip-link:focus{top:12px;outline:3px solid #fff}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid color-mix(in srgb,var(--ott-color-primary) 85%,#fff);outline-offset:2px}main:focus{outline:none}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.lang-switch select{background:transparent;border:1px solid var(--ott-color-border);color:inherit;border-radius:6px;padding:2px 6px;font:inherit;font-size:var(--ott-font-size-xs)}html[data-tv]{font-size:20px}html[data-tv] body{cursor:none}html[data-tv] .site-header{padding-top:18px;padding-bottom:18px}html[data-tv] .primary-nav a{font-size:1.05rem;padding:10px 16px}html[data-tv] .search-form{display:none}html[data-tv] :where(a,button,[tabindex]):focus-visible{outline:4px solid var(--ott-color-primary);outline-offset:4px;border-radius:10px;transform:scale(1.04);z-index:2;position:relative}html[data-tv] .site-footer nav{display:none}html[data-tv] .player-settings>.btn,html[data-tv] .player-tools .btn{font-size:1rem;padding:10px 16px}html[data-tv] .skip-link{display:none}.player-sound-hint{position:absolute;left:50%;bottom:18%;transform:translateX(-50%);z-index:25;background:rgba(255,255,255,.94);color:#111;border:0;border-radius:999px;padding:10px 18px;font:inherit;font-weight:600;font-size:14px;cursor:pointer;box-shadow:0 6px 24px rgba(0,0,0,.35)}.player-sound-hint:before{content:"";display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:50%;background:var(--ott-color-primary,#e50914);vertical-align:middle}.embed-scrub-locked{flex:1 1;height:4px;border-radius:2px;background:linear-gradient(90deg,var(--ott-color-primary,#e50914),rgba(255,255,255,.25));opacity:.8}.embed-cc{position:relative}.embed-cc .embed-btn.is-on{outline:2px solid var(--ott-color-primary,#e50914);outline-offset:-2px}.embed-cc-menu{position:absolute;right:0;bottom:44px;min-width:200px}.player-cast{display:inline-flex;align-items:center;margin-right:6px}.player-cast.is-casting{filter:drop-shadow(0 0 6px var(--ott-color-primary,#e50914))}.nav-toggle{width:40px;height:40px;flex:none;border-radius:10px;border:1px solid var(--ott-color-border);background:var(--ott-color-surface);color:var(--ott-color-text);align-items:center;justify-content:center;padding:0}.guide-phone,.mobile-nav,.nav-toggle{display:none}@media (max-width:900px){.nav-toggle{display:inline-flex}.header-inner{gap:10px;padding:10px var(--ott-page-margin-x)}.brand{flex:none}.brand img{height:26px;max-width:120px;object-fit:contain}.brand-text{font-size:var(--ott-font-size-md)}.header-actions{flex:1 1;min-width:0;gap:8px;justify-content:flex-end}.search-form{flex:1 1;min-width:0;max-width:280px}.search-form input{width:100%;padding:8px 12px}.header-actions .btn{white-space:nowrap;padding:8px 12px}.account-name{display:none}.mobile-nav{display:flex;flex-direction:column;padding:4px var(--ott-page-margin-x) 12px;border-top:1px solid var(--ott-color-border)}.mobile-nav a{padding:13px 4px;border-bottom:1px solid var(--ott-color-border);color:var(--ott-color-text);font-weight:500}.mobile-nav a.active{color:var(--ott-color-primary)}.mobile-nav a:last-child{border-bottom:0}}@media (max-width:700px){body{--ott-page-margin-x:16px;--ott-gap-section:28px}.header-actions .btn-ghost{display:none}.search-form{max-width:none}.hero{min-height:54vh;padding-bottom:44px}.hero-content h1{font-size:clamp(1.6rem,7vw,2.3rem);margin:8px 0;line-height:1.1}.hero-subtitle{font-size:var(--ott-font-size-md);margin-bottom:6px}.hero-actions{gap:10px;margin-top:14px}.hero-actions .btn{flex:1 1;min-width:0;padding:12px 10px;font-size:15px;line-height:1.2;text-align:center}.hero-dots{bottom:14px;left:var(--ott-page-margin-x);right:auto}.rail-controls{display:none}.rail-header{margin-bottom:10px;align-items:center}.rail-title{font-size:var(--ott-font-size-lg)}.card{width:min(240px,66vw)}.card[data-variant=wide]{width:min(300px,80vw)}.card[data-variant=portrait],.card[data-variant=poster]{width:136px}.card-title{font-size:var(--ott-font-size-sm)}.content-grid{gap:10px}.watch{padding:0 var(--ott-page-margin-x)}.watch>.player-embed-wrap,.watch>.player-shell{margin:0 calc(-1 * var(--ott-page-margin-x));width:auto}.watch>.player-embed-wrap .player-shell,.watch>.player-shell{border-radius:0}.watch .rail{padding:0}.watch-meta{margin-top:14px}.watch-meta h1{font-size:clamp(1.15rem,5.2vw,1.6rem);line-height:1.25;overflow-wrap:anywhere;margin:0 0 6px}.watch-facts{margin:8px 0}.footer-inner nav{flex-wrap:wrap;gap:8px 16px}.site-footer{padding:22px var(--ott-page-margin-x)}}.card[data-variant=short],.card[data-variant=vertical]{width:168px}@media (max-width:640px){.card[data-variant=short],.card[data-variant=vertical]{width:132px}}.card[data-orientation=portrait][data-variant=landscape] .card-image img{object-fit:contain;background:#000}.rail-more{font-size:var(--ott-font-size-sm);color:var(--ott-color-text-muted);margin-right:8px;white-space:nowrap}.rail-more:hover{color:var(--ott-color-primary)}.vertical-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:14px;gap:14px;padding:0 var(--ott-page-margin-x)}.vertical-grid .card{width:auto}.badge-replay{background:color-mix(in srgb,var(--ott-color-surface-elevated) 80%,#000);color:var(--ott-color-text)}.badge-short{background:var(--ott-color-accent);color:#000}.vertical-immersive{padding:0 0 var(--ott-gap-section)}.vertical-immersive .rail-header{padding:0 var(--ott-page-margin-x) 10px}.shorts-inline{position:relative;height:min(78vh,760px);background:#000;outline:none}.shorts-inline .short-slide,.shorts-inline .shorts-track{height:100%}body[data-immersive] .site-footer,body[data-immersive] .site-header{display:none}body[data-immersive] main{padding:0;min-height:0}.shorts-full{position:fixed;inset:0;background:#000;z-index:100}.shorts-track{height:100%;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;overscroll-behavior:contain}.shorts-track::-webkit-scrollbar{display:none}.short-slide{height:100%;scroll-snap-align:start;scroll-snap-stop:always;display:grid;place-items:center;position:relative}.shorts-topbar{position:absolute;top:0;left:0;right:0;z-index:5;display:flex;align-items:center;gap:12px;padding:12px 16px;color:#fff;background:linear-gradient(180deg,rgb(0 0 0/.6),transparent);pointer-events:none}.shorts-topbar>*{pointer-events:auto}.shorts-back{width:38px;height:38px;border-radius:50%;border:0;background:rgb(255 255 255/.16);color:#fff;font-size:24px;line-height:1}.shorts-title{font-weight:600}.shorts-counter{margin-left:auto;font-size:var(--ott-font-size-sm);opacity:.8;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.shorts-nav{position:absolute;right:24px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:5}.shorts-nav button{width:44px;height:44px;border-radius:50%;border:0;background:rgb(255 255 255/.14);color:#fff;font-size:18px}.shorts-nav button:disabled{opacity:.3}.shorts-hint{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);color:rgb(255 255 255/.55);font-size:12px;z-index:5;pointer-events:none}.shorts-hint kbd{border:1px solid rgb(255 255 255/.3);border-radius:4px;padding:0 5px}@media (max-width:900px){.shorts-hint,.shorts-nav{display:none}}.short-frame{position:relative;height:100%;aspect-ratio:9/16;max-width:100vw;background:#000;overflow:hidden}@media (min-width:900px){.short-frame{height:calc(100% - 32px);border-radius:var(--ott-radius-card)}}.short-backdrop{position:fixed;inset:-40px;background-size:cover;background-position:50%;filter:blur(40px) brightness(.35);z-index:-1;display:none}@media (min-width:900px){.shorts-full .short-backdrop{display:block}}.short-media{position:absolute;inset:0}.short-poster,.short-stage,.short-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .25s ease}.short-stage iframe{width:100%;height:100%;border:0;transform:scale(1.02)}.short-poster.is-hidden,.short-stage.is-hidden,.short-video.is-hidden{opacity:0;pointer-events:none}.short-hit{position:absolute;inset:0;background:transparent;border:0;cursor:pointer;z-index:2}.short-spinner{width:44px;height:44px;margin:-22px 0 0 -22px;border:3px solid rgb(255 255 255/.2);border-top:3px solid var(--ott-color-primary);animation:embed-spin .8s linear infinite}.short-paused,.short-spinner{position:absolute;top:50%;left:50%;border-radius:50%;z-index:3;pointer-events:none}.short-paused{width:72px;height:72px;margin:-36px 0 0 -36px;background:rgb(0 0 0/.55);color:#fff;display:grid;place-items:center;font-size:28px;padding-left:6px}.short-message{position:absolute;inset:0;display:grid;place-content:center;grid-gap:12px;gap:12px;text-align:center;color:#fff;background:rgb(0 0 0/.6);padding:24px;z-index:4}.short-overlay{position:absolute;left:0;right:64px;bottom:0;padding:80px 16px 34px;background:linear-gradient(0deg,rgb(0 0 0/.85),rgb(0 0 0/.4) 60%,transparent);color:#fff;z-index:3;pointer-events:none}.short-overlay a{pointer-events:auto}.short-kicker{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--ott-color-primary);margin-bottom:6px}.short-heading{font-size:16px;line-height:1.3;font-weight:600;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.short-link{display:inline-block;margin-top:8px;font-size:13px;color:rgb(255 255 255/.8)}.short-actions{position:absolute;right:10px;bottom:44px;display:flex;flex-direction:column;gap:12px;z-index:4}.short-actions a,.short-actions button{width:44px;height:44px;border-radius:50%;border:0;background:rgb(255 255 255/.16);color:#fff;display:grid;place-items:center;font-size:18px;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.short-progress{height:22px;cursor:pointer;z-index:4}.short-progress,.short-progress:before{position:absolute;left:0;right:0;bottom:0}.short-progress:before{content:"";height:3px;background:rgb(255 255 255/.25)}.short-progress-bar{position:absolute;left:0;bottom:0;height:3px;background:var(--ott-color-primary);transition:width .25s linear}.short-time{position:absolute;right:10px;bottom:6px;font-size:11px;color:rgb(255 255 255/.7);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.short-frame:hover .short-progress:before{height:5px}.watch.is-portrait .embed-shell,.watch.is-portrait .player-shell{max-width:420px;aspect-ratio:9/16;margin:0 auto;border-radius:var(--ott-radius-card);overflow:hidden}.watch.is-portrait{padding-top:16px}.acct-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:32px;gap:32px;padding:32px var(--ott-page-margin-x) 64px;max-width:1100px;margin:0 auto}@media (max-width:800px){.acct-layout{grid-template-columns:1fr;gap:16px}}.acct-nav{display:flex;flex-direction:column;gap:4px;position:-webkit-sticky;position:sticky;top:80px;align-self:start}@media (max-width:800px){.acct-nav{flex-direction:row;overflow-x:auto;position:static;padding-bottom:4px}}.acct-nav a{padding:10px 14px;border-radius:var(--ott-radius-input);color:var(--ott-color-text-muted);white-space:nowrap;font-size:var(--ott-font-size-sm)}.acct-nav a.active,.acct-nav a:hover{color:var(--ott-color-text);background:var(--ott-color-surface)}.acct-nav a.active{font-weight:600}.acct-nav .acct-who{padding:6px 14px 14px;font-size:var(--ott-font-size-xs);color:var(--ott-color-text-muted)}.acct-nav .acct-who strong{display:block;color:var(--ott-color-text);font-size:var(--ott-font-size-md)}.acct-main{display:flex;flex-direction:column;gap:20px;min-width:0}.acct-main h1{font-size:var(--ott-font-size-2xl);margin:0}.acct-main h2{font-size:var(--ott-font-size-lg);margin:0 0 4px}.acct-lead{color:var(--ott-color-text-muted);margin:0}.acct-card{background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);padding:22px 24px;display:flex;flex-direction:column;gap:14px}.acct-card.is-danger{border-color:color-mix(in srgb,var(--ott-color-danger) 45%,var(--ott-color-border))}.acct-card p{margin:0;line-height:1.55}.acct-muted{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-sm)}.acct-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:16px;gap:16px}.acct-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px 18px;gap:14px 18px}.acct-field,.acct-form label,.auth-card label{display:flex;flex-direction:column;gap:6px;font-size:var(--ott-font-size-sm);color:var(--ott-color-text-muted)}.acct-form label.wide{grid-column:1/-1}.acct-field input,.acct-field select,.acct-form input,.acct-form select,.acct-inline input{background:var(--ott-color-background);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-input);color:var(--ott-color-text);padding:10px 12px;font:inherit;min-width:0}.acct-check{display:flex!important;flex-direction:row!important;align-items:center;gap:10px!important;color:var(--ott-color-text)!important}.acct-check input{width:18px;height:18px}.acct-actions{gap:10px;align-items:center}.acct-actions,.acct-inline{display:flex;flex-wrap:wrap}.acct-inline{gap:8px}.acct-inline input{flex:1 1}.btn-danger{background:var(--ott-color-danger);color:#fff;border-color:transparent}.btn-outline{background:transparent;border:1px solid var(--ott-color-border);color:var(--ott-color-text)}.acct-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-top:1px solid var(--ott-color-border)}.acct-row:first-of-type{border-top:0}.acct-row .acct-row-main{min-width:0}.acct-row strong{display:block}.acct-row small{color:var(--ott-color-text-muted)}.acct-table{width:100%;border-collapse:collapse;font-size:var(--ott-font-size-sm)}.acct-table td,.acct-table th{text-align:left;padding:10px 8px;border-bottom:1px solid var(--ott-color-border);vertical-align:top}.acct-table th{color:var(--ott-color-text-muted);font-weight:500}.acct-table-wrap{overflow-x:auto}.pill{display:inline-block;padding:2px 9px;border-radius:999px;font-size:var(--ott-font-size-xs);font-weight:600;background:var(--ott-color-background);border:1px solid var(--ott-color-border);color:var(--ott-color-text-muted)}.pill.ok{color:var(--ott-color-success);border-color:color-mix(in srgb,var(--ott-color-success) 40%,transparent)}.pill.warn{color:var(--ott-color-warning,#f59e0b)}.pill.bad{color:var(--ott-color-danger)}.pill.brand{color:var(--ott-color-primary);border-color:color-mix(in srgb,var(--ott-color-primary) 45%,transparent)}.alert{padding:12px 14px;border-radius:var(--ott-radius-input);font-size:var(--ott-font-size-sm);border:1px solid var(--ott-color-border);background:var(--ott-color-surface)}.alert.ok{border-color:color-mix(in srgb,var(--ott-color-success) 45%,transparent)}.alert.bad{border-color:color-mix(in srgb,var(--ott-color-danger) 45%,transparent);color:var(--ott-color-danger)}.alert a{text-decoration:underline}.profile-tile{background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);padding:18px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.profile-tile.is-current{border-color:var(--ott-color-primary)}.avatar{width:56px;height:56px;border-radius:14px;display:grid;place-items:center;font-weight:800;font-size:22px;color:#fff;background:linear-gradient(135deg,var(--ott-color-primary),var(--ott-color-secondary,var(--ott-color-primary)));overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.avatar.sm{width:30px;height:30px;font-size:13px;border-radius:8px}.avatar.kids{background:linear-gradient(135deg,#f59e0b,#ec4899)}.profile-tile .profile-name{font-weight:600;display:flex;gap:8px;align-items:center}.account-menu{position:relative}.account-trigger{display:flex;align-items:center;gap:8px;background:transparent;border:0;color:var(--ott-color-text);cursor:pointer;padding:4px;border-radius:8px;font:inherit}.account-dropdown,.account-trigger:hover{background:var(--ott-color-surface)}.account-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:220px;border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);box-shadow:0 16px 40px rgba(0,0,0,.35);padding:8px;display:flex;flex-direction:column;z-index:50}.account-dropdown a,.account-dropdown button{text-align:left;padding:9px 12px;border-radius:8px;color:var(--ott-color-text);background:transparent;border:0;font:inherit;cursor:pointer;font-size:var(--ott-font-size-sm)}.account-dropdown a:hover,.account-dropdown button:hover{background:var(--ott-color-background)}.account-dropdown .account-dropdown-head{padding:8px 12px 10px;border-bottom:1px solid var(--ott-color-border);margin-bottom:6px;font-size:var(--ott-font-size-xs);color:var(--ott-color-text-muted)}.account-dropdown .account-dropdown-head strong{display:block;color:var(--ott-color-text);font-size:var(--ott-font-size-sm)}.checkout{max-width:760px;margin:0 auto;padding:32px var(--ott-page-margin-x) 64px;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:24px;gap:24px}@media (max-width:760px){.checkout{grid-template-columns:1fr}}.checkout h1{grid-column:1/-1;margin:0}.checkout .offer-price{font-size:var(--ott-font-size-2xl);font-weight:700}.checkout ul{margin:0;padding-left:18px;color:var(--ott-color-text-muted);line-height:1.7}.checkout-total{display:flex;justify-content:space-between;border-top:1px solid var(--ott-color-border);padding-top:12px;font-weight:600}.pay-methods{display:flex;gap:8px;flex-wrap:wrap;color:var(--ott-color-text-muted);font-size:var(--ott-font-size-xs)}.legal-page{max-width:760px;margin:0 auto;padding:40px var(--ott-page-margin-x) 80px;line-height:1.7}.legal-page h1{margin:0 0 6px}.legal-page .legal-updated{color:var(--ott-color-text-muted);font-size:var(--ott-font-size-sm);margin-bottom:28px}.legal-page h2{font-size:var(--ott-font-size-lg);margin:28px 0 8px}.legal-page h3{font-size:var(--ott-font-size-md);margin:20px 0 6px}.legal-page li,.legal-page p{color:var(--ott-color-text)}.legal-page a{color:var(--ott-color-primary);text-decoration:underline}.legal-index{gap:14px;flex-wrap:wrap;margin-top:40px;padding-top:16px;border-top:1px solid var(--ott-color-border)}.cookie-banner,.legal-index{display:flex;font-size:var(--ott-font-size-sm)}.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:90;margin:0 auto;max-width:720px;background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);box-shadow:0 20px 60px rgba(0,0,0,.45);padding:18px 20px;flex-direction:column;gap:12px}.cookie-banner p{margin:0;line-height:1.5}.cookie-banner .acct-actions{justify-content:flex-end}.cookie-options{display:flex;gap:16px;flex-wrap:wrap}.acct-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:16px;gap:16px}.acct-cards .card{width:auto}.acct-cards .card-remove{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.6);color:#fff;border:0;border-radius:999px;width:26px;height:26px;cursor:pointer;opacity:0;transition:opacity .15s}.acct-cards .card:hover .card-remove{opacity:1}.auth-links{display:flex;justify-content:space-between;gap:12px;font-size:var(--ott-font-size-sm);color:var(--ott-color-text-muted)}.auth-links a{color:var(--ott-color-primary)}.auth-card .pw-hint{font-size:var(--ott-font-size-xs);color:var(--ott-color-text-muted)}.otp-code{font-family:var(--ott-font-mono);font-size:28px;letter-spacing:6px;text-transform:uppercase;text-align:center}.channel-page{max-width:1200px;margin:0 auto;padding:0 var(--ott-page-margin-x) 64px;display:flex;flex-direction:column;gap:20px}.channel-player{margin:0 calc(-1 * var(--ott-page-margin-x))}.channel-head{display:flex;align-items:center;gap:16px}.channel-head h1{margin:0;font-size:var(--ott-font-size-2xl)}.channel-number{display:inline-block;background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:8px;padding:0 8px;font-size:var(--ott-font-size-md);margin-right:6px;vertical-align:middle}.channel-logo{height:48px;width:auto;max-width:120px;object-fit:contain}.channel-now{display:grid;grid-template-columns:2fr 1fr;grid-gap:16px;gap:16px;background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);padding:16px 20px}@media (max-width:700px){.channel-now{grid-template-columns:1fr}}.channel-now-main{display:flex;flex-direction:column;gap:4px}.channel-now-main strong{font-size:var(--ott-font-size-lg)}.channel-next{display:flex;flex-direction:column;gap:4px;border-left:1px solid var(--ott-color-border);padding-left:16px}@media (max-width:700px){.channel-next{border-left:0;padding-left:0;border-top:1px solid var(--ott-color-border);padding-top:12px}}.channel-guide h2{font-size:var(--ott-font-size-lg);margin:0 0 10px}.program-list{list-style:none;margin:0;padding:0}.program{display:grid;grid-template-columns:64px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:10px 8px;border-top:1px solid var(--ott-color-border)}.program.is-past{color:var(--ott-color-text-muted)}.program.is-live{background:color-mix(in srgb,var(--ott-color-primary) 12%,transparent);border-radius:8px}.program-time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ott-color-text-muted)}.program-title{display:flex;gap:8px;align-items:center}.channels-page{padding:24px 0 64px}.guide{overflow:hidden}.guide-scroll{overflow-x:auto;padding-bottom:8px}.guide-grid{position:relative;min-width:100%}.guide-timeline{display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;background:var(--ott-color-background)}.guide-corner{width:180px;flex:none}.guide-slot{flex:none;font-size:var(--ott-font-size-xs);color:var(--ott-color-text-muted);border-left:1px solid var(--ott-color-border);padding:4px 6px}.guide-row{display:flex;align-items:stretch;border-top:1px solid var(--ott-color-border);min-height:64px}.guide-channel{width:180px;flex:none;display:flex;align-items:center;gap:10px;padding:8px 10px;position:-webkit-sticky;position:sticky;left:0;background:var(--ott-color-background);z-index:1;color:var(--ott-color-text)}.guide-channel-name{font-size:var(--ott-font-size-sm);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-logo{width:40px;height:40px;object-fit:contain;border-radius:8px;background:var(--ott-color-surface)}.guide-logo-text{display:grid;place-items:center;font-weight:700;color:var(--ott-color-text-muted);font-size:13px}.guide-programs{position:relative;flex:none;height:64px}.guide-program{position:absolute;top:6px;bottom:6px;background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:8px;padding:6px 10px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;color:var(--ott-color-text);font-size:var(--ott-font-size-sm)}.guide-program.is-live,.guide-program:hover{border-color:var(--ott-color-primary)}.guide-program.is-live{background:color-mix(in srgb,var(--ott-color-primary) 18%,var(--ott-color-surface))}.guide-program.is-past{opacity:.6}.guide-program-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guide-program-live{display:inline-block;margin-right:6px;padding:1px 6px;border-radius:999px;background:var(--ott-color-primary);color:#fff;font-size:10px;font-weight:700;letter-spacing:.04em;vertical-align:middle}.guide-program-time{font-size:var(--ott-font-size-xs);color:var(--ott-color-text-muted)}.guide-now{position:absolute;top:0;bottom:0;width:2px;background:var(--ott-color-primary);z-index:1;pointer-events:none}.guide-list{display:flex;flex-direction:column;gap:6px;padding:0 var(--ott-page-margin-x)}.guide-list-row{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);color:var(--ott-color-text)}.guide-list-main{display:flex;flex-direction:column;flex:1 1;min-width:0}.guide-list-next{font-size:var(--ott-font-size-xs)}.player-linear{position:absolute;left:16px;bottom:64px;background:rgba(0,0,0,.65);color:#fff;padding:6px 12px;border-radius:8px;font-size:var(--ott-font-size-sm);max-width:70%;pointer-events:none}.player-tools{position:absolute;right:16px;top:16px;display:flex;gap:8px;align-items:center;z-index:3}.player-feed-select,.player-tools .btn{background:rgba(0,0,0,.6);color:#fff}.player-feed-select{border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:6px 10px;font:inherit;font-size:var(--ott-font-size-sm)}.chat{display:flex;flex-direction:column;height:460px;background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);overflow:hidden}.chat-pinned{padding:8px 12px;background:color-mix(in srgb,var(--ott-color-primary) 15%,var(--ott-color-surface));border-bottom:1px solid var(--ott-color-border);font-size:var(--ott-font-size-sm)}.chat-list{flex:1 1;overflow-y:auto;padding:8px 12px;display:flex;flex-direction:column;gap:6px}.chat-msg{display:grid;grid-template-columns:auto 1fr auto auto;grid-gap:8px;gap:8px;align-items:baseline;font-size:var(--ott-font-size-sm)}.chat-msg.is-mine .chat-name{color:var(--ott-color-primary)}.chat-name{font-weight:700;white-space:nowrap}.chat-text{overflow-wrap:anywhere}.chat-time{font-size:var(--ott-font-size-xs)}.chat-del,.chat-time{color:var(--ott-color-text-muted)}.chat-del{background:none;border:0;cursor:pointer}.chat-form{display:flex;gap:8px;padding:10px 12px;border-top:1px solid var(--ott-color-border)}.chat-form input{flex:1 1;background:var(--ott-color-background);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-input);color:var(--ott-color-text);padding:9px 12px;font:inherit}.chat-signin{padding:12px;margin:0;text-align:center;border-top:1px solid var(--ott-color-border);font-size:var(--ott-font-size-sm)}.chat-signin a{color:var(--ott-color-primary)}.polls{display:flex;flex-direction:column;gap:16px}.poll{background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);padding:16px}.poll h4{margin:0 0 12px;display:flex;gap:8px;align-items:center}.poll-options{display:flex;flex-direction:column;gap:8px}.poll-option{position:relative;overflow:hidden;text-align:left;background:var(--ott-color-background);border:1px solid var(--ott-color-border);border-radius:10px;padding:10px 14px;color:var(--ott-color-text);font:inherit;cursor:pointer;display:flex;justify-content:space-between}.poll-option.is-mine,.poll-option:not(:disabled):hover{border-color:var(--ott-color-primary)}.poll-option.is-mine{font-weight:600}.poll-option.is-result{cursor:default}.poll-bar{position:absolute;left:0;top:0;bottom:0;background:color-mix(in srgb,var(--ott-color-primary) 22%,transparent);transition:width .4s}.player-settings,.poll-label,.poll-pct{position:relative}.player-settings>.btn{background:rgba(0,0,0,.6);color:#fff;font-size:16px}.player-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:220px;max-height:60vh;overflow:auto;background:rgba(12,12,16,.94);color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:8px;display:flex;flex-direction:column;gap:10px;z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.player-menu h5{margin:0 0 4px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.player-menu section{display:flex;flex-direction:column}.player-menu button{background:none;border:0;color:#fff;text-align:left;padding:6px 8px;border-radius:6px;font:inherit;font-size:13px;cursor:pointer;display:flex;justify-content:space-between;gap:8px}.player-menu button:hover{background:rgba(255,255,255,.1)}.player-menu button.active{background:var(--ott-color-primary)}.player-menu .muted{opacity:.6;font-size:11px}.player-watermark.is-moving{transition:none;text-shadow:0 0 2px rgba(0,0,0,.8)}.player-ghost,.player-watermark.is-moving{position:absolute;transform:translate(-50%,-50%)}.player-ghost{pointer-events:none;image-rendering:pixelated;mix-blend-mode:normal}.short-sound-hint{position:absolute;right:56px;top:50%;transform:translateY(-50%);white-space:nowrap;background:rgba(255,255,255,.92);color:#111;border:0;border-radius:999px;padding:8px 14px;font:600 13px var(--ott-font-family,system-ui);box-shadow:0 6px 20px rgba(0,0,0,.35);cursor:pointer;animation:hint-pulse 1.6s ease-in-out infinite}@keyframes hint-pulse{0%,to{transform:translateY(-50%) scale(1)}50%{transform:translateY(-50%) scale(1.04)}}.short-actions{position:relative}.multiview{padding:0 var(--ott-page-margin-x);display:flex;flex-direction:column;width:100%}.multiview>.multiview-cells{width:100%}.multiview-page{padding:16px 0 48px}.multiview-cells{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(2,1fr)}.multiview-cells[data-count="1"]{grid-template-columns:1fr}.multiview-cells[data-count="3"],.multiview-cells[data-count="4"]{grid-template-columns:repeat(2,1fr)}.multiview-focus .multiview-cells{grid-template-columns:3fr 1fr;grid-auto-rows:minmax(120px,auto)}.multiview-focus .mv-cell.is-main{grid-row:span 3}.mv-cell{position:relative;background:#000;border-radius:12px;overflow:hidden;aspect-ratio:16/9;border:2px solid transparent;cursor:pointer}.mv-cell.is-focused{border-color:var(--ott-color-primary)}.mv-cell .player-shell{position:absolute;inset:0}.mv-cell .player-shell video{width:100%;height:100%;object-fit:cover}.mv-bar{position:absolute;left:0;right:0;bottom:0;justify-content:space-between;gap:8px;padding:8px 10px;background:linear-gradient(transparent,rgba(0,0,0,.75));color:#fff;font-size:var(--ott-font-size-sm);pointer-events:none}.mv-bar,.mv-title{display:flex;align-items:center}.mv-title{gap:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mv-actions{display:flex;gap:4px;pointer-events:auto}.mv-actions button{background:rgba(255,255,255,.18);border:0;color:#fff;border-radius:999px;padding:4px 10px;font:inherit;font-size:12px;cursor:pointer}.mv-actions button:hover{background:rgba(255,255,255,.3)}.mv-add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:2px dashed var(--ott-color-border);background:var(--ott-color-surface);color:var(--ott-color-text-muted);font:inherit}.mv-add span:first-child{font-size:32px;line-height:1}.mv-picker-backdrop{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.62);display:flex;align-items:center;justify-content:center;padding:24px}.mv-picker{width:min(960px,100%);max-height:86vh;overflow:auto;background:var(--ott-color-surface);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-card);padding:16px;box-shadow:0 24px 80px rgba(0,0,0,.5)}.mv-picker-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mv-picker-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:8px;gap:8px;max-height:60vh;overflow-y:auto}.mv-choice{display:flex;flex-direction:column;gap:6px;background:transparent;border:1px solid var(--ott-color-border);border-radius:10px;padding:6px;color:var(--ott-color-text);font:inherit;font-size:var(--ott-font-size-xs);text-align:left;cursor:pointer}.mv-choice img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:6px;background:#000}.mv-choice:hover{border-color:var(--ott-color-primary)}.standings tr.is-highlight td{background:color-mix(in srgb,var(--ott-color-primary) 14%,transparent);font-weight:600}.promo-sub{display:block;color:rgba(255,255,255,.85);margin:4px 0 8px}@media (max-width:720px){.multiview-cells,.multiview-cells[data-count="3"],.multiview-cells[data-count="4"],.multiview-focus .multiview-cells{grid-template-columns:1fr}.multiview-focus .mv-cell.is-main{grid-row:auto}.mv-bar{padding:8px}}.mv-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.mv-toolbar .rail-title{margin:0}.mv-toolbar-title{font-weight:600}.mv-toolbar-right{display:flex;gap:4px}.mv-tool{width:34px;height:34px;border-radius:8px;border:1px solid var(--ott-color-border);background:var(--ott-color-surface);color:var(--ott-color-text-muted);display:grid;place-items:center;cursor:pointer}.mv-tool.is-on,.mv-tool:hover{color:var(--ott-color-text);border-color:var(--ott-color-primary)}.mv-click{position:absolute;inset:0;background:transparent;border:0;cursor:pointer;z-index:2;display:grid;place-items:center;color:#fff;padding:0}.mv-cell .player-shell,.mv-cell .player-shell iframe,.mv-cell .player-shell video{pointer-events:none}.mv-bar{z-index:3}.mv-index{left:8px;width:22px;height:22px;border-radius:6px;background:rgba(0,0,0,.6);font-size:12px;font-weight:700;place-items:center}.mv-index,.mv-sound-badge{position:absolute;top:8px;display:grid}.mv-sound-badge{right:8px;width:24px;height:24px;border-radius:999px;background:var(--ott-color-primary);place-items:center}.mv-flash{width:72px;height:72px;border-radius:999px;background:rgba(0,0,0,.55);display:grid;place-items:center;animation:mv-flash .6s ease-out forwards}@keyframes mv-flash{0%{transform:scale(.7);opacity:1}to{transform:scale(1.15);opacity:0}}.mv-paused-badge{position:absolute;bottom:44px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.6);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.mv-cell.is-paused .player-shell{filter:brightness(.7)}.multiview.is-fullscreen{background:#000;padding:10px;height:100vh;display:flex;flex-direction:column;overflow:hidden}.multiview.is-fullscreen .mv-toolbar{color:#fff;margin-bottom:8px}.multiview.is-fullscreen .mv-toolbar .rail-title,.multiview.is-fullscreen .mv-toolbar-title{color:#fff}.multiview.is-fullscreen .mv-tool{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff}.multiview.is-fullscreen .multiview-cells{flex:1 1;min-height:0;grid-auto-rows:1fr}.multiview.is-fullscreen .mv-cell{aspect-ratio:auto;height:100%}.multiview.is-fullscreen .mv-cell .player-shell video{object-fit:contain;background:#000}.multiview.is-fullscreen .mv-picker-backdrop{position:absolute}.multiview-focus.is-fullscreen .multiview-cells{grid-template-columns:3fr 1fr;grid-template-rows:repeat(3,1fr)}.multiview-focus.is-fullscreen .mv-cell.is-main{grid-row:1/span 3}.mv-playall{margin-left:12px}.mv-picker-tabs{display:flex;gap:4px;margin-bottom:8px;flex-wrap:wrap}.mv-picker-tabs button{border:1px solid var(--ott-color-border);background:transparent;color:var(--ott-color-text-muted);border-radius:999px;padding:5px 12px;font:inherit;font-size:var(--ott-font-size-sm);cursor:pointer}.mv-picker-tabs button.is-on{background:var(--ott-color-primary);border-color:var(--ott-color-primary);color:#fff}.mv-search{width:100%;margin-bottom:8px;background:var(--ott-color-background);border:1px solid var(--ott-color-border);border-radius:var(--ott-radius-input);color:var(--ott-color-text);padding:9px 12px;font:inherit}.mv-choice small{color:var(--ott-color-text-muted)}.multiview.is-fullpage{padding:12px var(--ott-page-margin-x) 32px;min-height:calc(100vh - 140px);display:flex;flex-direction:column}.multiview.is-fullpage .multiview-cells{flex:1 1}@media (max-width:1024px) and (min-width:721px){.multiview-cells[data-count="3"],.multiview-cells[data-count="4"]{grid-template-columns:repeat(2,1fr)}.multiview-focus .multiview-cells{grid-template-columns:1fr}.multiview-focus .mv-cell.is-main{grid-row:auto}}@media (max-width:720px){.mv-toolbar{flex-wrap:wrap}.mv-playall{margin-left:0}.mv-actions button{padding:6px 12px;font-size:13px}}@media (hover:none){.mv-actions{pointer-events:auto}}.mv-cell[draggable]{cursor:-webkit-grab;cursor:grab}.mv-cell.is-dragging{opacity:.5}.mv-cell.is-drop{outline:3px dashed var(--ott-color-primary);outline-offset:-3px}.mv-move{display:inline-flex;gap:2px}.mv-move button:disabled{opacity:.35;cursor:default}.player-embed-wrap{position:relative}.player-adbreak{position:absolute;inset:0;z-index:30;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.player-adbreak iframe,.player-adbreak video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;border:0;background:#000}.player-adbreak-label{position:absolute;top:10px;left:12px;font-size:12px;letter-spacing:.02em;background:rgba(0,0,0,.55);padding:4px 10px;border-radius:999px;pointer-events:none}.player-adbreak-slate{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px}.player-adbreak-slate img{max-width:100%;max-height:100%;object-fit:contain}.player-adbreak-slate p{font-size:clamp(16px,2.4vw,26px);opacity:.9;margin:0}.player-adbreak-click{position:absolute;right:12px;bottom:14px;background:rgba(255,255,255,.92);color:#111;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;text-decoration:none}.mv-bar{opacity:0;transition:opacity .25s}.mv-actions button{min-height:32px;min-width:32px}@media (hover:hover) and (pointer:fine){.multiview:not(.is-idle) .mv-cell:focus-within .mv-bar,.multiview:not(.is-idle) .mv-cell:hover .mv-bar{opacity:1}}@media (hover:none),(pointer:coarse){.multiview:not(.is-idle) .mv-bar{opacity:1}.mv-cell:not(.is-focused) .mv-actions{display:none}.mv-actions button{min-height:40px;min-width:40px;padding:6px 12px;font-size:14px}}.multiview.is-idle .mv-bar,.multiview.is-idle .mv-index{opacity:0;pointer-events:none}.multiview.is-idle .mv-index{transition:opacity .25s}.multiview.is-fullscreen.is-idle{cursor:none}.multiview.is-fullscreen .mv-toolbar{transition:opacity .25s}.multiview.is-fullscreen.is-idle .mv-toolbar{opacity:0;pointer-events:none}.mv-bar-scrub{bottom:38px;padding:6px 10px 0;background:none;gap:10px}.mv-scrub{flex:1 1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:2px;pointer-events:auto;cursor:pointer;margin:0;background:linear-gradient(to right,var(--ott-color-primary) 0,var(--ott-color-primary) var(--progress,0),rgb(255 255 255/.3) var(--progress,0),rgb(255 255 255/.3) 100%)}.mv-scrub::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:var(--ott-color-primary);border:2px solid #fff;cursor:pointer}.mv-scrub::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--ott-color-primary);border:2px solid #fff;cursor:pointer}.mv-scrub-time{font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;opacity:.85;white-space:nowrap}@media (hover:none),(pointer:coarse){.mv-cell:not(.is-focused) .mv-bar-scrub{display:none}.mv-bar-scrub{bottom:46px}.mv-scrub{height:6px}.mv-scrub::-webkit-slider-thumb{width:18px;height:18px}.mv-scrub::-moz-range-thumb{width:18px;height:18px}}@media (max-width:700px){.player-linear{display:none}.channel-page{gap:14px}.channel-head{display:grid;grid-template-columns:auto 1fr;grid-gap:8px 12px;gap:8px 12px;align-items:center}.channel-head h1{font-size:var(--ott-font-size-xl);line-height:1.2}.channel-head .acct-muted{margin:2px 0 0;font-size:var(--ott-font-size-sm)}.channel-logo{height:40px;max-width:80px}.channel-head>a{grid-column:1/-1;justify-self:start;margin-left:0!important}.channel-now{grid-template-columns:1fr;padding:14px;gap:12px}.channel-next{border-left:0;padding-left:0;border-top:1px solid var(--ott-color-border);padding-top:12px}.channel-now-main strong{font-size:var(--ott-font-size-md)}.guide-wide{display:none}.guide-phone{display:block}.guide-list-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-top:1px solid var(--ott-color-border);color:var(--ott-color-text)}.guide-list-row:first-child{border-top:0}.guide-list-main{display:flex;flex-direction:column;min-width:0;flex:1 1;gap:2px}.guide-list-main strong{font-size:var(--ott-font-size-md)}.guide-list-main .acct-muted{font-size:var(--ott-font-size-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-list-next{display:none}.channels-page{padding:8px 0 48px}.guide-list{max-width:none;width:100%;padding:0}}