:root { color-scheme: light; --bg: #f4f7fb; --surface: #fff; --surface-2: #edf2f8; --ink: #142033; --muted: #657286; --line: #dbe3ee; --primary: #183b73; --primary-ink: #183b73; --accent: #ef776a; --shadow: 0 18px 48px rgba(22, 45, 76, .1); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
:root[data-theme="dark"] { color-scheme: dark; --bg: #0d121a; --surface: #151d28; --surface-2: #202c3a; --ink: #f3f6fb; --muted: #9aa9bc; --line: #2c394a; --primary-ink: #a8c9ff; --shadow: 0 18px 48px rgba(0, 0, 0, .24); }
@media (prefers-color-scheme: dark) { :root[data-theme="system"] { color-scheme: dark; --bg: #0d121a; --surface: #151d28; --surface-2: #202c3a; --ink: #f3f6fb; --muted: #9aa9bc; --line: #2c394a; --primary-ink: #a8c9ff; --shadow: 0 18px 48px rgba(0, 0, 0, .24); } }
* { box-sizing: border-box; } body { margin: 0; background: var(--bg); color: var(--ink); line-height: 1.5; } a { color: inherit; text-decoration: none; } button, input, select { font: inherit; } button { color: inherit; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; gap: 24px; min-height: 72px; padding: 12px max(20px, calc((100vw - 1220px) / 2)); background: color-mix(in srgb, var(--surface) 92%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); } .brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; white-space: nowrap; } .brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; background: var(--primary); color: white; } .primary-nav { display: flex; gap: 4px; margin-right: auto; } .primary-nav a { padding: 8px 12px; border-radius: 999px; color: var(--muted); font-size: .9rem; } .primary-nav a:hover, .primary-nav a.active { color: var(--ink); background: var(--surface-2); } .theme-control { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .8rem; } select, input { border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--ink); padding: 9px 11px; outline: none; } input:focus, select:focus, button:focus-visible, a:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 48%, transparent); outline-offset: 2px; }
.page-wrap { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 26px 0 72px; } .preview-banner { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--line)); border-radius: 14px; background: color-mix(in srgb, var(--accent) 8%, var(--surface)); color: var(--muted); font-size: .78rem; } .preview-banner strong { color: var(--ink); } .live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px color-mix(in srgb, var(--accent) 15%, transparent); } .intro-row { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding: 42px 0 26px; } h1, h2, h3, p { margin-top: 0; } h1 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.05em; line-height: 1; } h2 { margin-bottom: 0; font-size: 1.2rem; letter-spacing: -.03em; } h3 { margin-bottom: 5px; font-size: .98rem; } .lede { max-width: 680px; margin-bottom: 0; color: var(--muted); } .eyebrow { display: block; margin-bottom: 8px; color: var(--primary-ink); font-size: .68rem; font-weight: 850; letter-spacing: .14em; } .time-chip { min-width: 110px; padding: 12px 14px; border-left: 3px solid var(--accent); background: var(--surface); box-shadow: var(--shadow); } .time-chip span, .time-chip strong { display: block; } .time-chip span { color: var(--muted); font-size: .68rem; letter-spacing: .14em; } .time-chip strong { font-size: 1.5rem; }
.panel { border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); } .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; } .section-heading.compact { align-items: center; margin-bottom: 12px; } .section-heading h3 { margin: 0; } .muted { color: var(--muted); font-size: .82rem; } .search-control input { width: min(280px, 45vw); } .channel-switcher { padding: 22px; } .channel-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; } .channel-item { display: flex; gap: 4px; min-width: 0; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); transition: transform .2s, border-color .2s; } .channel-item:hover, .channel-item.selected { transform: translateY(-2px); border-color: var(--accent); } .channel-button { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0; border: 0; background: transparent; padding: 13px 8px 13px 13px; text-align: left; cursor: pointer; } .channel-button strong, .channel-button small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .channel-button strong { font-size: .84rem; } .channel-button small { margin-top: 3px; color: var(--muted); font-size: .68rem; } .channel-index { display: grid; flex: 0 0 auto; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: var(--surface-2); color: var(--primary); font-size: .62rem; font-weight: 800; } .favorite-button, .text-button { border: 0; background: transparent; cursor: pointer; } .favorite-button { padding: 12px; color: var(--accent); font-size: 1.1rem; } .favorites-strip { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); } .favorite-list { display: flex; flex-wrap: wrap; gap: 8px; } .favorite-chip { border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--line)); border-radius: 999px; background: color-mix(in srgb, var(--accent) 9%, var(--surface)); padding: 8px 12px; cursor: pointer; }
.watch-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: 18px; margin-top: 18px; } .player-card { overflow: hidden; } .player-frame { position: relative; aspect-ratio: 16 / 9; background: #09101b; } video { display: block; width: 100%; height: 100%; object-fit: cover; } .player-note { position: absolute; left: 16px; bottom: 16px; padding: 7px 10px; border-radius: 8px; background: rgba(5, 10, 18, .74); color: #fff; font-size: .75rem; pointer-events: none; } .player-info { display: flex; justify-content: space-between; gap: 18px; padding: 18px 20px 20px; } .player-info h2 { max-width: 700px; margin-bottom: 6px; } .player-time { display: grid; align-content: center; justify-items: end; color: var(--muted); font-size: .72rem; } .player-time strong { color: var(--ink); font-size: 1.2rem; } .ad-slot { display: flex; justify-content: space-between; margin-top: 12px; padding: 13px 15px; border: 1px dashed var(--line); border-radius: 12px; color: var(--muted); font-size: .75rem; } .ad-slot span { color: var(--accent); } .now-panel { align-self: start; padding: 20px; } .text-button, .text-link { color: var(--primary-ink); font-size: .78rem; font-weight: 750; } .now-details { display: grid; gap: 8px; min-height: 150px; align-content: center; padding: 18px; border-radius: 14px; background: linear-gradient(135deg, color-mix(in srgb, var(--primary) 12%, var(--surface-2)), var(--surface-2)); } .now-details strong { font-size: 1.15rem; } .now-details span, .now-details small { color: var(--muted); font-size: .78rem; } .microcopy { margin: 16px 0 0; color: var(--muted); font-size: .72rem; }
.schedule-section { margin-top: 18px; padding: 20px; } .schedule-grid { position: relative; display: grid; gap: 6px; max-height: 450px; overflow: auto; padding-right: 5px; } .schedule-slot { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 10px; align-items: stretch; border: 1px solid transparent; border-radius: 12px; background: transparent; padding: 6px; text-align: left; cursor: pointer; } .schedule-slot:hover, .schedule-slot.selected { border-color: color-mix(in srgb, var(--accent) 60%, var(--line)); background: color-mix(in srgb, var(--accent) 8%, var(--surface)); } .schedule-slot.current .schedule-card { border-left-color: var(--accent); } .schedule-time { padding-top: 12px; color: var(--muted); font-size: .75rem; font-weight: 750; } .schedule-card { display: grid; gap: 3px; padding: 11px 13px; border-left: 3px solid var(--primary); background: var(--surface-2); } .schedule-card strong { font-size: .85rem; } .schedule-card small { color: var(--muted); font-size: .7rem; } .schedule-now-line { position: absolute; left: 0; right: 5px; top: calc(var(--now-progress, 0) * 100%); z-index: 2; border-top: 2px solid var(--accent); pointer-events: none; } .schedule-now-line span { position: absolute; right: 0; top: -1.1rem; padding: 2px 5px; border-radius: 4px; background: var(--accent); color: #fff; font-size: .62rem; } .catalog-section { margin-top: 28px; } .catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; } .catalog-grid.large { grid-template-columns: repeat(4, minmax(0, 1fr)); } .video-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); cursor: pointer; transition: transform .2s, box-shadow .2s; } .video-card:hover, .video-card:focus-visible { transform: translateY(-3px); box-shadow: var(--shadow); } .video-art { display: flex; flex-direction: column; justify-content: space-between; min-height: 120px; padding: 14px; background: linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--accent) 65%, var(--primary))); color: #fff; } .video-art span { opacity: .72; font-size: .65rem; letter-spacing: .12em; } .video-art strong { font-size: 1.05rem; } .video-card-body { padding: 13px; } .video-card-body h3 { min-height: 48px; } .video-card-body p { margin: 0; color: var(--muted); font-size: .7rem; } .tag { display: inline-block; margin-bottom: 6px; color: var(--primary-ink); font-size: .62rem; font-weight: 850; letter-spacing: .12em; } .site-footer { display: flex; justify-content: space-between; gap: 16px; padding: 20px max(20px, calc((100vw - 1220px) / 2)); border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; } .site-footer a { color: var(--primary-ink); } .filter-row { display: flex; gap: 12px; margin-bottom: 18px; } .filter-row label { display: grid; gap: 6px; color: var(--muted); font-size: .75rem; } .filter-row input { min-width: min(450px, 55vw); } .catalog-browser { padding: 22px; } .info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; } .info-card { padding: 24px; } .info-card p { color: var(--muted); } .info-card dl { display: grid; gap: 10px; margin: 24px 0 0; } .info-card dl div { display: flex; justify-content: space-between; gap: 20px; padding-top: 10px; border-top: 1px solid var(--line); } .info-card dt { color: var(--muted); } .info-card dd { margin: 0; font-weight: 750; }
@media (max-width: 920px) { .channel-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } .watch-layout { grid-template-columns: 1fr; } .now-panel { order: -1; } .catalog-grid.large { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 620px) { .site-header { flex-wrap: wrap; gap: 10px; padding: 12px 16px; } .primary-nav { order: 3; width: 100%; overflow-x: auto; } .theme-control { margin-left: auto; } .page-wrap { width: min(100% - 24px, 1220px); padding-top: 16px; } .preview-banner { align-items: start; flex-wrap: wrap; } .intro-row { align-items: start; padding: 28px 0 18px; } .time-chip { display: none; } h1 { font-size: 2.35rem; } .channel-switcher, .schedule-section, .catalog-browser { padding: 15px; } .section-heading { align-items: start; flex-direction: column; } .search-control, .search-control input { width: 100%; } .channel-list { grid-template-columns: 1fr; } .player-info { flex-direction: column; } .player-time { justify-items: start; } .schedule-grid { max-height: 420px; } .catalog-grid, .catalog-grid.large, .info-grid { grid-template-columns: 1fr; } .filter-row { flex-direction: column; } .filter-row input { min-width: 0; width: 100%; } .site-footer { flex-direction: column; padding: 18px 16px; } }

/* The guide uses one shared 24-hour ruler and keeps its horizontal scroll inside the guide. */
.channel-index, .favorite-button { color: var(--primary-ink); }
.schedule-grid { display: block; overflow-x: auto; overflow-y: auto; }
.schedule-canvas { position: relative; min-width: 1200px; padding-bottom: 8px; }
.schedule-ruler, .schedule-row { display: grid; grid-template-columns: 120px repeat(24, minmax(44px, 1fr)); gap: 4px; align-items: stretch; }
.schedule-ruler { margin-bottom: 6px; color: var(--muted); font-size: .68rem; font-weight: 750; text-align: center; }
.schedule-ruler::before { content: ''; }
.schedule-ruler span { padding: 4px 0; }
.schedule-row { margin-bottom: 6px; }
.schedule-row-label { align-self: center; padding: 0 8px; font-size: .75rem; }
.schedule-row-cells { grid-column: 2 / -1; display: grid; grid-template-columns: repeat(24, minmax(44px, 1fr)); gap: 4px; }
.schedule-row .schedule-slot { display: block; min-width: 0; padding: 3px; border: 1px solid transparent; border-radius: 10px; }
.schedule-row .schedule-card { min-height: 72px; padding: 8px; border-left: 0; border-top: 3px solid var(--primary); overflow: hidden; }
.schedule-row .schedule-card strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .72rem; }
.schedule-row .schedule-card small { font-size: .64rem; }
.schedule-now-line { position: absolute; top: 0; bottom: 0; left: var(--now-pixel, 120px); z-index: 2; width: 2px; border: 0; background: var(--accent); pointer-events: none; }
.schedule-now-line span { position: sticky; top: 0; display: block; transform: translateX(-50%); width: max-content; margin-left: 1px; }
.schedule-row .schedule-slot.current .schedule-card { border-top-color: var(--accent); background: color-mix(in srgb, var(--accent) 10%, var(--surface-2)); }

/* Sports Channel Studio v2: player first, side ad rails, channel strip, vertical time guide. */
body[data-layout="sports-channel-studio-v2"] { --bg: #0b1218; --surface: #131e26; --surface-2: #1a2732; --line: #2b3944; --ink: #f0f4f6; --muted: #a4b1bc; --primary: #24638a; --primary-ink: #c7f36c; --accent: #c7f36c; --shadow: 0 16px 34px rgba(0, 0, 0, .24); }
body[data-layout="sports-channel-studio-v2"] .studio-header { background: #0e171f; border-color: var(--line); }
body[data-layout="sports-channel-studio-v2"] .studio-page { width: min(1460px, calc(100% - 60px)); padding-top: 10px; }
body[data-layout="sports-channel-studio-v2"] .now-next-strip { display: grid; grid-template-columns: 1fr auto 1fr auto; gap: 18px; align-items: center; padding: 13px 18px; margin-bottom: 18px; border-color: var(--line); border-radius: 8px; box-shadow: none; }
body[data-layout="sports-channel-studio-v2"] .now-next-strip strong, body[data-layout="sports-channel-studio-v2"] .strip-label { display: block; }
body[data-layout="sports-channel-studio-v2"] .strip-label { color: var(--primary); font-size: .65rem; font-weight: 850; letter-spacing: .14em; }
body[data-layout="sports-channel-studio-v2"] .strip-divider { color: var(--accent); font-size: 1.3rem; }
body[data-layout="sports-channel-studio-v2"] .preview-pill { padding: 6px 9px; border-radius: 999px; background: #263626; color: var(--accent); font-size: .62rem; font-weight: 800; white-space: nowrap; }
body[data-layout="sports-channel-studio-v2"] .studio-watch { display: grid; grid-template-columns: 84px minmax(0, 1fr) 84px; gap: 14px; align-items: start; }
body[data-layout="sports-channel-studio-v2"] .ad-rail { display: grid; align-content: center; justify-items: center; min-height: 260px; padding: 12px 8px; border: 1px dashed #b4c9b5; border-radius: 10px; color: #709178; text-align: center; background: rgba(251, 253, 249, .55); }
body[data-layout="sports-channel-studio-v2"] .ad-rail span { font-size: .52rem; letter-spacing: .12em; writing-mode: vertical-rl; }
body[data-layout="sports-channel-studio-v2"] .ad-rail strong { margin-top: 12px; font-size: .66rem; writing-mode: vertical-rl; }
body[data-layout="sports-channel-studio-v2"] .player-stage { overflow: hidden; border-color: #bcd0bd; border-radius: 12px; }
body[data-layout="sports-channel-studio-v2"] .player-frame { aspect-ratio: 16 / 8.6; }
body[data-layout="sports-channel-studio-v2"] .player-placeholder { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 8px; color: #e8f0e7; background: radial-gradient(circle at 50% 36%, #315b42, #102119 68%); pointer-events: none; }
body[data-layout="sports-channel-studio-v2"] .player-placeholder strong { font-size: 1.05rem; }
body[data-layout="sports-channel-studio-v2"] .player-placeholder small { color: #adbfaf; font-size: .72rem; }
body[data-layout="sports-channel-studio-v2"] .track-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #6d9473; border-radius: 50%; color: #f29a60; font-size: 1.4rem; }
body[data-layout="sports-channel-studio-v2"] .player-info { background: var(--surface); }
body[data-layout="sports-channel-studio-v2"] .channel-strip { margin-top: 18px; padding: 18px; border-radius: 8px; box-shadow: none; }
body[data-layout="sports-channel-studio-v2"] .channel-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
body[data-layout="sports-channel-studio-v2"] .channel-item { border-color: var(--line); border-radius: 7px; background: var(--surface); }
body[data-layout="sports-channel-studio-v2"] .channel-button { padding: 11px 8px 11px 11px; }
body[data-layout="sports-channel-studio-v2"] .channel-button strong { color: #214c30; }
body[data-layout="sports-channel-studio-v2"] .schedule-section { margin-top: 18px; padding: 18px; border-radius: 8px; box-shadow: none; }
body[data-layout="sports-channel-studio-v2"] .schedule-actions { display: flex; align-items: center; gap: 14px; }
body[data-layout="sports-channel-studio-v2"] .vertical-schedule { display: block; position: relative; max-height: 620px; overflow: auto; padding-right: 0; }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-head, body[data-layout="sports-channel-studio-v2"] .schedule-v2-row { display: grid; grid-template-columns: 72px var(--guide-width); width: calc(72px + var(--guide-width)); min-width: calc(72px + var(--guide-width)); }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-head { position: sticky; top: 0; z-index: 3; padding-bottom: 6px; color: var(--muted); font-size: .68rem; background: var(--surface); }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-time-head, body[data-layout="sports-channel-studio-v2"] .schedule-v2-time { padding: 10px 8px 0 0; font-weight: 800; }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-body { width: calc(72px + var(--guide-width)); min-width: calc(72px + var(--guide-width)); }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-channel-heads, body[data-layout="sports-channel-studio-v2"] .schedule-v2-cells { display: grid; grid-template-columns: repeat(var(--channel-count), minmax(245px, 1fr)); width: var(--guide-width); min-width: var(--guide-width); gap: 6px; }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-channel-heads strong { padding: 8px 10px; border-bottom: 2px solid var(--accent); }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-row { min-height: var(--row-height, 72px); border-top: 1px solid var(--line); }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-time { color: var(--muted); font-size: .72rem; }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-cells { align-items: stretch; }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-cells .schedule-slot { min-width: 0; height: var(--program-height, 64px); align-self: start; padding: 4px 2px; border-radius: 5px; }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-cells .schedule-card { min-height: var(--program-height, 64px); height: 100%; padding: 8px; border: 0; border-left: 3px solid var(--primary); border-radius: 5px; background: var(--surface-2); }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-cells .schedule-card strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .71rem; }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-cells .schedule-slot.current .schedule-card, body[data-layout="sports-channel-studio-v2"] .schedule-v2-cells .schedule-slot.selected .schedule-card { border-left-color: var(--accent); background: #243323; }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-now-line { position: absolute; left: 72px; right: 0; top: calc(var(--now-progress, 0) * 100%); z-index: 4; border-top: 2px solid var(--accent); pointer-events: none; }
body[data-layout="sports-channel-studio-v2"] .schedule-v2-now-line span { position: absolute; right: 0; top: -1.2rem; padding: 2px 6px; background: var(--accent); color: #10180b; font-size: .62rem; font-weight: 800; }
body[data-layout="sports-channel-studio-v2"] .bottom-ad { margin-top: 10px; border-radius: 8px; }
body[data-layout="sports-channel-studio-v2"] .catalog-section { margin-top: 26px; }
@media (max-width: 900px) { body[data-layout="sports-channel-studio-v2"] .studio-watch { grid-template-columns: 1fr; } body[data-layout="sports-channel-studio-v2"] .ad-rail { display: none; } body[data-layout="sports-channel-studio-v2"] .channel-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { body[data-layout="sports-channel-studio-v2"] .studio-page { width: min(100% - 24px, 1340px); } body[data-layout="sports-channel-studio-v2"] .now-next-strip { grid-template-columns: 1fr auto; gap: 10px; } body[data-layout="sports-channel-studio-v2"] .now-next-strip > :nth-child(3) { grid-column: 1 / -1; } body[data-layout="sports-channel-studio-v2"] .preview-pill { grid-column: 2; grid-row: 1; } body[data-layout="sports-channel-studio-v2"] .channel-list { grid-template-columns: 1fr; } body[data-layout="sports-channel-studio-v2"] .schedule-actions { align-items: start; flex-direction: column; gap: 6px; } }

/* Sports Channel Studio v3: the retained player-first shell with a 24-hour, scrollable guide. */
body[data-layout="sports-channel-studio-v3"] { --bg: #0b1218; --surface: #131e26; --surface-2: #1a2732; --line: #2b3944; --ink: #f0f4f6; --muted: #a4b1bc; --primary: #24638a; --primary-ink: #f28a45; --accent: #f28a45; --shadow: 0 16px 34px rgba(0, 0, 0, .24); }
body[data-layout="sports-channel-studio-v3"] .studio-header { background: #0e171f; border-color: var(--line); }
body[data-layout="sports-channel-studio-v3"] .studio-page { width: min(1460px, calc(100% - 60px)); padding-top: 10px; }
body[data-layout="sports-channel-studio-v3"] .now-next-strip { display: grid; grid-template-columns: 1fr auto 1fr auto; gap: 18px; align-items: center; padding: 13px 18px; margin-bottom: 18px; border-color: var(--line); border-radius: 8px; box-shadow: none; }
body[data-layout="sports-channel-studio-v3"] .now-next-strip strong, body[data-layout="sports-channel-studio-v3"] .strip-label { display: block; }
body[data-layout="sports-channel-studio-v3"] .strip-label { color: var(--primary-ink); font-size: .65rem; font-weight: 850; letter-spacing: .14em; }
body[data-layout="sports-channel-studio-v3"] .strip-divider { color: var(--accent); font-size: 1.3rem; }
body[data-layout="sports-channel-studio-v3"] .preview-pill { padding: 6px 9px; border-radius: 999px; background: color-mix(in srgb, var(--accent) 14%, var(--surface)); color: var(--accent); font-size: .62rem; font-weight: 800; white-space: nowrap; }
body[data-layout="sports-channel-studio-v3"] .studio-watch { display: grid; grid-template-columns: 84px minmax(0, 1fr) 84px; gap: 14px; align-items: start; }
body[data-layout="sports-channel-studio-v3"] .ad-rail { display: grid; align-content: center; justify-items: center; min-height: 260px; padding: 12px 8px; border: 1px dashed #526879; border-radius: 10px; color: #91a3b2; text-align: center; background: rgba(19, 30, 38, .7); }
body[data-layout="sports-channel-studio-v3"] .ad-rail span { font-size: .52rem; letter-spacing: .12em; writing-mode: vertical-rl; }
body[data-layout="sports-channel-studio-v3"] .ad-rail strong { margin-top: 12px; font-size: .66rem; writing-mode: vertical-rl; }
body[data-layout="sports-channel-studio-v3"] .player-stage { overflow: hidden; border-color: var(--line); border-radius: 12px; }
body[data-layout="sports-channel-studio-v3"] .player-frame { aspect-ratio: 16 / 8.6; }
body[data-layout="sports-channel-studio-v3"] .youtube-player { position: absolute; inset: 0; width: 100%; height: 100%; }
body[data-layout="sports-channel-studio-v3"] .youtube-player iframe { display: block; width: 100%; height: 100%; border: 0; }
body[data-layout="sports-channel-studio-v3"] .player-frame > [hidden] { display: none; }
body[data-layout="sports-channel-studio-v3"] .player-placeholder { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 8px; color: #f0f4f6; background: radial-gradient(circle at 50% 36%, #285777, #102119 68%); pointer-events: none; }
body[data-layout="sports-channel-studio-v3"] .player-placeholder strong { font-size: 1.05rem; }
body[data-layout="sports-channel-studio-v3"] .player-placeholder small { color: #b4c5d1; font-size: .72rem; }
body[data-layout="sports-channel-studio-v3"] .track-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #6f99b7; border-radius: 50%; color: var(--accent); font-size: 1.4rem; }
body[data-layout="sports-channel-studio-v3"] .player-info { background: var(--surface); }
body[data-layout="sports-channel-studio-v3"] .channel-strip { margin-top: 18px; padding: 18px; border-radius: 8px; box-shadow: none; }
body[data-layout="sports-channel-studio-v3"] .channel-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; overflow-x: visible; padding-bottom: 0; }
body[data-layout="sports-channel-studio-v3"] .channel-item { min-width: 0; border-color: var(--line); border-radius: 7px; background: var(--surface); }
body[data-layout="sports-channel-studio-v3"] .channel-button { width: 100%; padding: 11px 8px 11px 11px; }
body[data-layout="sports-channel-studio-v3"] .channel-button strong { color: var(--ink); }
body[data-layout="sports-channel-studio-v3"] .schedule-section { margin-top: 18px; padding: 18px; border-radius: 8px; box-shadow: none; }
body[data-layout="sports-channel-studio-v3"] .schedule-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
body[data-layout="sports-channel-studio-v3"] .guide-view-toolbar { display: flex; align-items: center; gap: 8px; }
body[data-layout="sports-channel-studio-v3"] .guide-view-toolbar .text-button { padding: 6px 8px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); }
body[data-layout="sports-channel-studio-v3"] .guide-view-toolbar .text-button.is-active, body[data-layout="sports-channel-studio-v3"] .guide-view-toolbar .text-button[aria-pressed="true"] { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 14%, var(--surface)); color: var(--ink); }
body[data-layout="sports-channel-studio-v3"] .guide-scroll-hint { margin: -6px 0 10px 72px; color: var(--muted); font-size: .68rem; }
body[data-layout="sports-channel-studio-v3"] .vertical-schedule { display: block; position: relative; max-height: 620px; overflow: auto; padding-right: 0; padding-bottom: 24px; }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-head, body[data-layout="sports-channel-studio-v3"] .schedule-v2-row { display: grid; grid-template-columns: 72px var(--guide-width); width: calc(72px + var(--guide-width)); min-width: calc(72px + var(--guide-width)); }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-head { position: sticky; top: 0; z-index: 3; padding-bottom: 6px; color: var(--muted); font-size: .68rem; background: var(--surface); }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-time-head, body[data-layout="sports-channel-studio-v3"] .schedule-v2-time { padding: 10px 8px 0 0; font-weight: 800; }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-body { width: calc(72px + var(--guide-width)); min-width: calc(72px + var(--guide-width)); }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-channel-heads, body[data-layout="sports-channel-studio-v3"] .schedule-v2-cells { display: grid; grid-template-columns: repeat(var(--channel-count), minmax(245px, 1fr)); width: var(--guide-width); min-width: var(--guide-width); gap: 6px; }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-channel-heads strong { padding: 8px 10px; border-bottom: 2px solid var(--accent); }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-row { min-height: var(--row-height, 72px); border-top: 1px solid var(--line); }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-time { color: var(--muted); font-size: .72rem; }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-cells { align-items: stretch; }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-cells .schedule-slot { width: 100%; min-width: 0; height: var(--program-height, 64px); align-self: start; padding: 4px 2px; border-radius: 5px; }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-cells .schedule-card { width: 100%; min-height: var(--program-height, 64px); height: 100%; padding: 8px; border: 0; border-left: 3px solid var(--primary); border-radius: 5px; background: var(--surface-2); }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-cells .schedule-card strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .71rem; }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-cells .schedule-slot.current .schedule-card, body[data-layout="sports-channel-studio-v3"] .schedule-v2-cells .schedule-slot.selected .schedule-card { border-left-color: var(--accent); background: color-mix(in srgb, var(--accent) 14%, var(--surface-2)); }
body[data-layout="sports-channel-studio-v3"] .dense-guide { position: relative; --dense-column-width: 268px; display: grid; grid-template-columns: 72px repeat(var(--channel-count), var(--dense-column-width)); width: max-content; min-width: calc(72px + (var(--channel-count) * var(--dense-column-width))); align-items: stretch; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-time-column, body[data-layout="sports-channel-studio-v3"] .schedule-v3-channel-column { min-width: 0; border-right: 1px solid var(--line); }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-channel-column { display: flex; flex-direction: column; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-time-header, body[data-layout="sports-channel-studio-v3"] .schedule-v3-channel-header { position: sticky; top: 0; z-index: 6; display: flex; align-items: center; gap: 8px; height: 70px; padding: 10px; border-bottom: 1px solid var(--line); background: #16232c; overflow: hidden; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-time-header { display: grid; align-content: center; gap: 3px; color: var(--muted); }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-time-header small, body[data-layout="sports-channel-studio-v3"] .schedule-v3-channel-header small { color: var(--muted); font-size: .64rem; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-time-now { display: inline-block; width: fit-content; padding: 2px 4px; border-radius: 3px; background: #ff5964; color: #1b1012; font-size: .58rem; font-weight: 850; line-height: 1.1; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-channel-header > strong { color: var(--accent); font-size: 1.15rem; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-channel-header > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .8rem; font-weight: 800; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-channel-header > small { margin-left: auto; white-space: nowrap; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-time-list, body[data-layout="sports-channel-studio-v3"] .schedule-v3-program-list { position: relative; background: var(--surface); }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-channel-column .schedule-v3-program-list { display: flex; flex: 1 1 auto; min-height: 0; flex-direction: column; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-program-list .schedule-v3-program:last-child { flex: 1 1 auto; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-time { display: grid; align-content: start; gap: 3px; padding: 10px 8px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .68rem; font-weight: 800; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-time strong { color: var(--ink); font-size: .68rem; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-time small { color: var(--muted); font-size: .58rem; font-weight: 700; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-program { display: grid; grid-template-columns: 45px minmax(0, 1fr); width: 100%; min-height: 56px; gap: 6px; align-items: start; padding: 9px 10px; border: 1px solid var(--line); border-left: 3px solid var(--primary); border-radius: 3px; background: var(--surface-2); color: var(--ink); text-align: left; cursor: pointer; overflow: hidden; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-program:hover, body[data-layout="sports-channel-studio-v3"] .schedule-v3-program.selected { background: color-mix(in srgb, var(--accent) 10%, var(--surface)); }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-program.current { border-left-color: var(--accent); background: color-mix(in srgb, var(--accent) 16%, var(--surface-2)); }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-program.current { border-left-color: #ff5964; background: color-mix(in srgb, #ff5964 16%, var(--surface-2)); box-shadow: inset 0 0 0 2px #ff5964, 0 0 16px rgba(255, 89, 100, .35); }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-program > time { color: var(--accent); font-size: .68rem; font-weight: 800; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-program > span { display: grid; gap: 4px; min-width: 0; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-program strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: .72rem; line-height: 1.35; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-program small { overflow: hidden; color: var(--muted); font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-now-line { position: absolute; left: 72px; right: 0; z-index: 8; border-top: 2px dashed #ff5964; pointer-events: none; }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-now-line::before { content: ''; position: absolute; left: -1px; top: -5px; width: 8px; height: 8px; border-radius: 50%; background: #ff5964; box-shadow: 0 0 10px rgba(255, 89, 100, .9); }
body[data-layout="sports-channel-studio-v3"] .schedule-v3-now-line span { position: absolute; right: 0; top: -1.2rem; padding: 2px 6px; background: #ff5964; color: #1b1012; font-size: .62rem; font-weight: 850; }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-now-line { position: absolute; left: 72px; right: 0; top: calc(var(--now-progress, 0) * 100%); z-index: 4; border-top: 2px solid var(--accent); pointer-events: none; }
body[data-layout="sports-channel-studio-v3"] .schedule-v2-now-line span { position: absolute; right: 0; top: -1.2rem; padding: 2px 6px; background: var(--accent); color: #17120d; font-size: .62rem; font-weight: 800; }
body[data-layout="sports-channel-studio-v3"] .schedule-list-view { display: grid; gap: 6px; min-width: min(100%, 760px); }
body[data-layout="sports-channel-studio-v3"] .schedule-list-item { display: grid; grid-template-columns: 72px 180px minmax(0, 1fr); gap: 12px; align-items: center; padding: 10px; border: 1px solid transparent; border-radius: 7px; background: var(--surface-2); color: var(--ink); text-align: left; cursor: pointer; }
body[data-layout="sports-channel-studio-v3"] .schedule-list-item:hover, body[data-layout="sports-channel-studio-v3"] .schedule-list-item.selected { border-color: var(--accent); }
body[data-layout="sports-channel-studio-v3"] .schedule-list-item.current { box-shadow: inset 3px 0 0 var(--accent); }
body[data-layout="sports-channel-studio-v3"] .schedule-list-item time, body[data-layout="sports-channel-studio-v3"] .schedule-list-channel, body[data-layout="sports-channel-studio-v3"] .schedule-list-title small { color: var(--muted); font-size: .72rem; }
body[data-layout="sports-channel-studio-v3"] .schedule-list-title { display: grid; gap: 3px; }
body[data-layout="sports-channel-studio-v3"] .jst-clock { display: grid; gap: 2px; margin-left: auto; padding: 8px 12px; border-left: 3px solid var(--accent); background: var(--surface); }
body[data-layout="sports-channel-studio-v3"] .jst-clock span { color: var(--muted); font-size: .58rem; letter-spacing: .12em; }
body[data-layout="sports-channel-studio-v3"] .jst-clock strong { font-size: 1.15rem; }
body[data-layout="sports-channel-studio-v3"] .bottom-ad { margin-top: 10px; border-radius: 8px; }
body[data-layout="sports-channel-studio-v3"] .catalog-section { margin-top: 26px; }
@media (max-width: 900px) { body[data-layout="sports-channel-studio-v3"] .studio-watch { grid-template-columns: 1fr; } body[data-layout="sports-channel-studio-v3"] .ad-rail { display: none; } body[data-layout="sports-channel-studio-v3"] .channel-list { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow-x: visible; } }
@media (max-width: 620px) { body[data-layout="sports-channel-studio-v3"] .studio-page { width: min(100% - 24px, 1340px); } body[data-layout="sports-channel-studio-v3"] .now-next-strip { grid-template-columns: 1fr auto; gap: 10px; } body[data-layout="sports-channel-studio-v3"] .now-next-strip > :nth-child(3) { grid-column: 1 / -1; } body[data-layout="sports-channel-studio-v3"] .preview-pill { grid-column: 2; grid-row: 1; } body[data-layout="sports-channel-studio-v3"] .schedule-actions { align-items: start; flex-direction: column; gap: 8px; } body[data-layout="sports-channel-studio-v3"] .guide-view-toolbar { flex-wrap: wrap; } body[data-layout="sports-channel-studio-v3"] .guide-scroll-hint { margin-left: 0; } body[data-layout="sports-channel-studio-v3"] .channel-list { grid-template-columns: 1fr; overflow-x: visible; } body[data-layout="sports-channel-studio-v3"] .schedule-list-item { grid-template-columns: 64px minmax(0, 1fr); } body[data-layout="sports-channel-studio-v3"] .schedule-list-channel { grid-column: 2; grid-row: 1; } body[data-layout="sports-channel-studio-v3"] .schedule-list-title { grid-column: 2; } body[data-layout="sports-channel-studio-v3"] .jst-clock { order: 2; } }

body[data-layout="sports-channel-studio-v3"] .broadcast-room-section { margin-top: 18px; padding: 18px; border-radius: 8px; box-shadow: none; }
body[data-layout="sports-channel-studio-v3"] .section-lede { max-width: 700px; margin: 7px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.7; }
body[data-layout="sports-channel-studio-v3"] .broadcast-stats { display: flex; gap: 10px; margin-left: auto; }
body[data-layout="sports-channel-studio-v3"] .broadcast-stats div { display: grid; min-width: 92px; padding: 8px 12px; border-left: 2px solid var(--accent); background: var(--surface); }
body[data-layout="sports-channel-studio-v3"] .broadcast-stats strong { font-size: 1.2rem; color: var(--ink); }
body[data-layout="sports-channel-studio-v3"] .broadcast-stats span { color: var(--muted); font-size: .65rem; }
body[data-layout="sports-channel-studio-v3"] .broadcast-filter { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 14px; }
body[data-layout="sports-channel-studio-v3"] .broadcast-filter-button { padding: 7px 11px; border: 1px solid var(--line); border-radius: 5px; background: var(--surface); color: var(--muted); font: inherit; font-size: .7rem; cursor: pointer; }
body[data-layout="sports-channel-studio-v3"] .broadcast-filter-button:hover, body[data-layout="sports-channel-studio-v3"] .broadcast-filter-button.is-active { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 14%, var(--surface)); color: var(--ink); }
body[data-layout="sports-channel-studio-v3"] .broadcast-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; max-height: 520px; overflow-x: hidden; overflow-y: scroll; padding: 2px 5px 3px 0; align-content: start; align-items: start; scrollbar-color: var(--accent) var(--surface-2); scrollbar-width: thin; }
body[data-layout="sports-channel-studio-v3"] .broadcast-card { display: grid; grid-template-columns: minmax(0, 1fr) 104px; align-self: start; height: fit-content; min-height: 0; padding: 6px; border: 1px solid var(--line); border-radius: 5px; background: var(--surface); }
body[data-layout="sports-channel-studio-v3"] .broadcast-card:hover { border-color: color-mix(in srgb, var(--accent) 65%, var(--line)); }
body[data-layout="sports-channel-studio-v3"] .broadcast-card-meta { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 4px; margin-bottom: 3px; }
body[data-layout="sports-channel-studio-v3"] .broadcast-category { color: var(--primary-ink); font-size: .52rem; font-weight: 850; letter-spacing: .04em; }
body[data-layout="sports-channel-studio-v3"] .broadcast-priority { padding: 2px 3px; border-radius: 3px; background: color-mix(in srgb, var(--accent) 12%, var(--surface)); color: var(--accent); font-size: .5rem; }
body[data-layout="sports-channel-studio-v3"] .broadcast-card h3 { margin: 0; font-size: .7rem; line-height: 1.22; }
body[data-layout="sports-channel-studio-v3"] .broadcast-operator, body[data-layout="sports-channel-studio-v3"] .broadcast-disciplines, body[data-layout="sports-channel-studio-v3"] .broadcast-program { margin: 2px 0 0; color: var(--muted); font-size: .55rem; line-height: 1.28; }
body[data-layout="sports-channel-studio-v3"] .broadcast-disciplines { color: #c5d1d9; }
body[data-layout="sports-channel-studio-v3"] .broadcast-program { margin-top: 4px; }
body[data-layout="sports-channel-studio-v3"] .broadcast-card-copy { min-width: 0; }
body[data-layout="sports-channel-studio-v3"] .broadcast-card-video { align-self: start; min-width: 0; }
body[data-layout="sports-channel-studio-v3"] .broadcast-card-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 4px; background: var(--surface-2); }
body[data-layout="sports-channel-studio-v3"] .broadcast-link { display: inline-flex; align-items: center; width: fit-content; margin-top: 4px; padding-top: 0; color: var(--primary-ink); font-size: .58rem; font-weight: 800; text-decoration: none; }
body[data-layout="sports-channel-studio-v3"] .broadcast-link:hover { text-decoration: underline; }
@media (max-width: 1180px) { body[data-layout="sports-channel-studio-v3"] .broadcast-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 900px) { body[data-layout="sports-channel-studio-v3"] .broadcast-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 620px) { body[data-layout="sports-channel-studio-v3"] .broadcast-room-section .section-heading { flex-direction: column; } body[data-layout="sports-channel-studio-v3"] .broadcast-stats { width: 100%; margin-left: 0; } body[data-layout="sports-channel-studio-v3"] .broadcast-stats div { flex: 1; } body[data-layout="sports-channel-studio-v3"] .broadcast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 520px; } body[data-layout="sports-channel-studio-v3"] .broadcast-card { grid-template-columns: minmax(0, 1fr) 82px; } }
