:root {
  --ink: #10182b;
  --muted: #687187;
  --line: #e3e8f1;
  --surface: #ffffff;
  --wash: #f4f7fb;
  --navy: #0b1222;
  --navy-2: #101a30;
  --blue: #347ff4;
  --indigo: #6657f8;
  --cyan: #5ed7ff;
  --green: #2fd19a;
  --red: #ff4b63;
  --shadow: 0 18px 55px rgba(20, 35, 67, .1);
  --radius: 18px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--wash); }
body, button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 15px; border-radius: 8px; color: #fff; background: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 50; height: 72px; color: #fff; background: rgba(11, 18, 34, .96); border-bottom: 1px solid rgba(255, 255, 255, .07); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 21px; font-weight: 820; letter-spacing: -.04em; }
.brand > span:last-child > span { color: var(--cyan); }
.brand-symbol { position: relative; width: 31px; height: 25px; border: 2px solid #6981ff; border-radius: 7px; box-shadow: inset 0 0 15px rgba(84, 160, 255, .18); }
.brand-symbol::before, .brand-symbol::after { content: ""; position: absolute; top: -5px; width: 7px; height: 2px; background: #6981ff; border-radius: 4px; }
.brand-symbol::before { left: 7px; transform: rotate(42deg); }
.brand-symbol::after { right: 7px; transform: rotate(-42deg); }
.brand-symbol span { position: absolute; width: 0; height: 0; left: 11px; top: 6px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid #fff; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: #aeb7ca; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; }
.desktop-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -25px; height: 2px; background: linear-gradient(90deg, var(--cyan), #6781ff); }
.header-actions { display: flex; align-items: center; margin-left: 14px; }
.theme-toggle { width: 40px; height: 40px; display: grid; place-items: center; margin-right: 8px; padding: 0; color: #c9d3e6; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.theme-toggle:hover { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); transform: translateY(-1px); }
.theme-toggle svg { width: 17px; height: 17px; }
.theme-icon-sun { display: none; }
[data-theme="dark"] .theme-icon-sun { display: block; }
[data-theme="dark"] .theme-icon-moon { display: none; }
.header-search { height: 40px; display: inline-flex; align-items: center; gap: 9px; padding: 0 15px; color: #e7ecf6; border: 1px solid rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .05); border-radius: 10px; font-size: 13px; font-weight: 650; transition: background .2s, border-color .2s; }
.header-search:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .2); }
.header-search svg { width: 17px; height: 17px; color: #9daccc; }
.menu-button { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-button span { width: 21px; height: 2px; border-radius: 2px; background: #fff; }
.mobile-nav { position: absolute; left: 0; right: 0; top: 72px; padding: 12px 20px 18px; background: #10192b; border-bottom: 1px solid rgba(255, 255, 255, .1); box-shadow: 0 20px 35px rgba(0, 0, 0, .25); }
.mobile-nav a { display: block; padding: 13px 8px; color: #d7deeb; font-weight: 650; border-bottom: 1px solid rgba(255, 255, 255, .06); }

.hero { position: relative; min-height: 630px; overflow: hidden; color: #fff; background: linear-gradient(118deg, #0b1222 0%, #101a31 53%, #101733 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 82%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(92, 166, 255, .45), transparent); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 650px; height: 650px; right: -220px; top: -270px; background: radial-gradient(circle, rgba(95, 79, 250, .22), rgba(95, 79, 250, 0) 66%); }
.hero-glow-two { width: 430px; height: 430px; left: 28%; bottom: -340px; background: radial-gradient(circle, rgba(51, 175, 255, .13), transparent 68%); }
.hero-grid { position: relative; z-index: 1; min-height: 630px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; padding-top: 34px; padding-bottom: 40px; }
.hero-copy { padding: 12px 0 0; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; color: #5e7fff; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: #9fb9ff; margin-bottom: 22px; }
.live-dot { width: 7px; height: 7px; flex: 0 0 auto; display: inline-block; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255, 75, 99, .13); animation: live-pulse 2s ease-out infinite; }
@keyframes live-pulse { 0%, 60%, 100% { box-shadow: 0 0 0 3px rgba(255,75,99,.13); } 30% { box-shadow: 0 0 0 7px rgba(255,75,99,0); } }
.hero h1 { margin: 0; font-size: clamp(48px, 5vw, 73px); line-height: .99; letter-spacing: -.063em; font-weight: 820; }
.hero h1 span { background: linear-gradient(90deg, #5ecfff 0%, #7295ff 47%, #8f72ff 100%); -webkit-background-clip: text; color: transparent; }
.hero-copy > p { max-width: 530px; margin: 25px 0 0; color: #aeb9cf; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 31px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border-radius: 11px; border: 1px solid transparent; font-size: 14px; font-weight: 760; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #357ef5, #6757f7); box-shadow: 0 12px 25px rgba(65, 105, 244, .28); }
.button-primary:hover { box-shadow: 0 16px 32px rgba(65, 105, 244, .38); }
.button-primary svg { width: 18px; }
.button-quiet { color: #dfe5f2; background: rgba(255, 255, 255, .055); border-color: rgba(255, 255, 255, .12); }
.button-quiet:hover { background: rgba(255,255,255,.1); }
.button-secondary { color: #355ee5; background: #fff; border-color: #dce4f3; box-shadow: 0 8px 22px rgba(34, 57, 96, .08); }
.play-icon { width: 21px; height: 21px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; position: relative; }
.play-icon::after { content: ""; position: absolute; left: 8px; top: 6px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid #fff; }
.hero-stats { display: flex; gap: 38px; margin: 39px 0 0; }
.hero-stats div { display: grid; gap: 3px; }
.hero-stats dt { color: #fff; font-size: 21px; font-weight: 800; letter-spacing: -.04em; }
.hero-stats dd { margin: 0; color: #7f8da7; font-size: 11px; font-weight: 660; text-transform: uppercase; letter-spacing: .06em; }

.hero-preview { position: relative; min-height: 460px; display: grid; place-items: center; perspective: 1200px; }
.preview-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(112, 134, 255, .14); }
.preview-orbit-one { width: 500px; height: 500px; }
.preview-orbit-two { width: 390px; height: 390px; border-color: rgba(95, 208, 255, .11); }
.preview-window { position: relative; width: min(100%, 530px); border: 1px solid rgba(255,255,255,.13); background: rgba(14, 23, 43, .84); border-radius: 18px; box-shadow: 0 35px 90px rgba(0,0,0,.38), 0 0 65px rgba(65, 94, 227, .1); overflow: hidden; transform: rotateY(-4deg) rotateX(1deg); backdrop-filter: blur(12px); }
.preview-topbar { height: 43px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 14px; background: rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.08); }
.preview-topbar > span { display: flex; gap: 6px; }
.preview-topbar > span i { width: 7px; height: 7px; border-radius: 50%; background: #3a4660; }
.preview-topbar strong { color: #aab6cc; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.preview-topbar em { justify-self: end; display: flex; align-items: center; gap: 6px; color: #ff8798; font-size: 9px; font-weight: 800; font-style: normal; }
.preview-topbar .live-dot { width: 5px; height: 5px; }
.preview-screen { position: relative; height: 245px; overflow: hidden; background: linear-gradient(125deg, #24365c 0%, #172746 42%, #29305b 100%); }
.preview-screen::before { content: ""; position: absolute; width: 250px; height: 250px; right: -50px; top: -80px; border-radius: 50%; background: rgba(104, 74, 241, .24); filter: blur(25px); }
.preview-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,14,27,.55), transparent 65%), linear-gradient(0deg, rgba(8,14,27,.8), transparent 45%); }
.preview-noise { position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at 15% 20%, #fff 0 1px, transparent 1.4px), radial-gradient(circle at 75% 45%, #fff 0 1px, transparent 1.4px); background-size: 31px 31px, 41px 41px; }
.preview-program { position: absolute; z-index: 2; left: 22px; bottom: 44px; display: flex; align-items: center; gap: 13px; }
.preview-network { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #327ff5, #6b50f1); border-radius: 11px; font-size: 13px; font-weight: 900; letter-spacing: -.03em; box-shadow: 0 10px 25px rgba(41, 75, 210, .3); }
.preview-program div { display: grid; gap: 4px; }
.preview-program small { color: #71d8ff; font-size: 8px; letter-spacing: .14em; font-weight: 800; }
.preview-program strong { color: #fff; font-size: 16px; }
.preview-controls { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 14px; display: flex; align-items: center; gap: 10px; }
.preview-play { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid #fff; }
.preview-track { position: relative; flex: 1; height: 3px; background: rgba(255,255,255,.25); border-radius: 4px; }
.preview-track i { display: block; width: 70%; height: 100%; background: linear-gradient(90deg, #4ccfff, #6970ff); border-radius: inherit; }
.preview-volume { width: 11px; height: 11px; border: 1px solid #fff; border-radius: 2px; }
.preview-live { color: #ff7187; font-size: 8px; font-weight: 900; }
.preview-expand { width: 10px; height: 10px; border: 1px dashed #fff; }
.preview-guide { padding: 8px 15px 12px; }
.preview-row { min-height: 50px; display: grid; grid-template-columns: 35px 1fr auto; gap: 10px; align-items: center; padding: 7px 3px; border-bottom: 1px solid rgba(255,255,255,.06); }
.preview-row:last-child { border: 0; }
.preview-row > span { width: 34px; height: 34px; display: grid; place-items: center; color: #dce7ff; background: #202c45; border-radius: 8px; font-size: 8px; font-weight: 850; }
.preview-row p { margin: 0; display: grid; gap: 3px; }
.preview-row p:empty { width: 55%; height: 19px; border-radius: 5px; background: rgba(255,255,255,.07); }
.preview-row p strong { font-size: 11px; color: #e7ecf7; }
.preview-row p small { font-size: 9px; color: #74839e; }
.preview-row > i { color: #ff6d83; font-size: 7px; font-style: normal; font-weight: 800; }
.floating-badge { position: absolute; z-index: 4; display: grid; grid-template-columns: auto 1fr; column-gap: 8px; align-items: center; padding: 11px 14px; color: #fff; background: rgba(19, 29, 52, .95); border: 1px solid rgba(255,255,255,.11); border-radius: 12px; box-shadow: 0 18px 45px rgba(0,0,0,.27); backdrop-filter: blur(10px); }
.floating-badge strong { font-size: 11px; }
.floating-badge small { grid-column: 2; color: #7887a3; font-size: 8px; }
.floating-badge-live { left: -14px; top: 82px; }
.floating-badge-quality { right: -5px; bottom: 50px; }
.floating-badge-quality strong { grid-row: 1 / span 2; width: 33px; height: 33px; display: grid; place-items: center; color: #6ee3ff; background: rgba(78, 189, 255, .1); border-radius: 8px; }

.section-heading h2 { margin: 10px 0 10px; font-size: clamp(30px, 3.2vw, 43px); line-height: 1.12; letter-spacing: -.048em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 34px; }
.text-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; color: #425fbe; font-size: 13px; font-weight: 750; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.spotlight { background: #fff; }
.spotlight-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.featured-card { position: relative; min-height: 275px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; color: #fff; background: #15233f; border-radius: 17px; overflow: hidden; box-shadow: 0 13px 30px rgba(17, 32, 65, .13); transition: transform .25s, box-shadow .25s; }
.featured-card:hover { transform: translateY(-6px); box-shadow: 0 21px 42px rgba(17, 32, 65, .2); }
.featured-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(255,255,255,.2), transparent 32%), linear-gradient(160deg, transparent 28%, rgba(3,9,22,.83) 88%); }
.featured-card::after { content: ""; position: absolute; width: 145px; height: 145px; right: -38px; top: 30px; border-radius: 44% 56% 60% 40%; border: 28px solid rgba(255,255,255,.055); transform: rotate(30deg); }
.featured-card.category-news { background: linear-gradient(145deg, #1c3c69, #16233d); }
.featured-card.category-sports { background: linear-gradient(145deg, #234b57, #122b39); }
.featured-card.category-movies { background: linear-gradient(145deg, #4b286c, #201d45); }
.featured-card.category-entertainment { background: linear-gradient(145deg, #49306d, #1f2848); }
.featured-card.category-kids { background: linear-gradient(145deg, #1c5873, #172e54); }
.featured-number { position: absolute; right: 16px; top: 9px; color: rgba(255,255,255,.06); font-size: 65px; font-weight: 900; line-height: 1; }
.featured-live { position: absolute; z-index: 2; left: 15px; top: 14px; display: flex; gap: 7px; align-items: center; padding: 6px 8px; background: rgba(5,10,20,.37); border: 1px solid rgba(255,255,255,.1); border-radius: 6px; font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.featured-live .live-dot { width: 5px; height: 5px; }
.featured-card .featured-mark { position: absolute; z-index: 2; left: 50%; top: 35%; transform: translate(-50%, -50%); width: 68px !important; height: 68px !important; color: #24406f !important; background: rgba(255,255,255,.94) !important; border: 1px solid rgba(255,255,255,.6); border-radius: 18px !important; box-shadow: 0 10px 24px rgba(3,9,22,.16); font-size: 15px !important; backdrop-filter: blur(5px); }
.featured-card .featured-mark img { max-width: 76%; max-height: 76%; }
.featured-copy { position: relative; z-index: 2; display: grid; }
.featured-copy small { color: #aebedb; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.featured-copy strong { margin-top: 4px; overflow: hidden; text-overflow: ellipsis; font-size: 15px; white-space: nowrap; }
.featured-copy em { margin-top: 12px; color: #9eb4e6; font-size: 10px; font-style: normal; font-weight: 650; }
.featured-copy b { margin-left: 4px; color: #fff; }
.featured-skeleton { min-height: 275px; border-radius: 17px; background: linear-gradient(110deg, #eef2f8 18%, #f7f9fc 35%, #eef2f8 52%); background-size: 200% 100%; animation: shimmer 1.3s linear infinite; }

.directory { background: var(--wash); }
.directory-heading { text-align: center; }
.directory-tools { margin-top: 35px; display: flex; flex-direction: column; align-items: center; gap: 23px; }
.channel-search { width: min(100%, 610px); height: 54px; display: flex; align-items: center; gap: 12px; padding: 0 15px 0 18px; background: #fff; border: 1px solid #dfe5ef; border-radius: 13px; box-shadow: 0 9px 28px rgba(29, 48, 84, .07); transition: border-color .2s, box-shadow .2s; }
.channel-search:focus-within { border-color: #7e99ed; box-shadow: 0 0 0 4px rgba(73,116,240,.09), 0 12px 30px rgba(29,48,84,.08); }
.channel-search svg { width: 20px; color: #8894a8; }
.channel-search input { flex: 1; min-width: 0; height: 100%; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.channel-search input::placeholder { color: #9aa4b6; }
.channel-search kbd { padding: 3px 8px; color: #8993a4; background: #f1f4f8; border: 1px solid #e0e5ec; border-radius: 6px; font: 600 11px/1.4 inherit; }
.category-tabs { max-width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.category-tabs button { min-height: 38px; padding: 0 16px; color: #657087; background: #fff; border: 1px solid #e0e5ef; border-radius: 9px; font-size: 12px; font-weight: 700; cursor: pointer; transition: all .18s; }
.category-tabs button:hover { color: #3658bf; border-color: #a9bbef; }
.category-tabs button.is-active { color: #fff; background: linear-gradient(135deg, #3a7cec, #6758ee); border-color: transparent; box-shadow: 0 7px 16px rgba(68, 99, 226, .19); }
.directory-summary { min-height: 40px; display: flex; align-items: center; justify-content: space-between; margin-top: 39px; }
.directory-summary p { margin: 0; color: #7b8699; font-size: 12px; }
.directory-summary p strong { color: #222d43; }
.favorites-filter { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; color: #7b8598; background: transparent; border: 0; border-radius: 8px; font-size: 11px; font-weight: 700; cursor: pointer; }
.favorites-filter svg { width: 15px; }
.favorites-filter:hover, .favorites-filter.is-active { color: #7752db; background: #eeeafd; }
.favorites-filter.is-active svg { fill: currentColor; }
.channel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.channel-card { position: relative; min-width: 0; background: #fff; border: 1px solid #e3e8f1; border-radius: 13px; box-shadow: 0 5px 15px rgba(23, 42, 76, .035); transition: transform .18s, border-color .18s, box-shadow .18s; }
.channel-card:hover { z-index: 2; transform: translateY(-3px); border-color: #c9d4ea; box-shadow: 0 13px 25px rgba(23,42,76,.09); }
.channel-card-main { min-height: 92px; display: flex; align-items: center; gap: 11px; padding: 12px 40px 12px 12px; }
.network-mark { position: relative; width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; color: #3d5eae; background: #eef3fd; border: 1px solid #dfe7f7; border-radius: 11px; font-size: 10px; font-weight: 900; letter-spacing: -.025em; text-align: center; }
.network-mark img { position: relative; z-index: 1; max-width: 82%; max-height: 82%; object-fit: contain; filter: drop-shadow(0 2px 3px rgba(23,36,64,.1)); }
.network-fallback { display: none; padding: 3px; line-height: 1.05; }
.network-mark.is-fallback .network-fallback { display: block; }
.network-mark.is-fallback img { display: none; }
.category-news .network-mark, .network-mark.category-news { color: #2a67c7; background: #eaf3ff; border-color: #d5e8ff; }
.category-sports .network-mark, .network-mark.category-sports { color: #087866; background: #e6f8f3; border-color: #d0eee7; }
.category-entertainment .network-mark, .network-mark.category-entertainment { color: #6945ba; background: #f1ecfc; border-color: #e5dcf8; }
.category-movies .network-mark, .network-mark.category-movies { color: #a04272; background: #f9ebf3; border-color: #f1dae8; }
.category-kids .network-mark, .network-mark.category-kids { color: #b76e10; background: #fff4dc; border-color: #f5e7c5; }
.category-lifestyle .network-mark, .network-mark.category-lifestyle { color: #427031; background: #eef7e8; border-color: #dfefd6; }
.network-mark[data-logo-tone="light"] { background: linear-gradient(145deg, #25334b, #0a1220) !important; border-color: #354662 !important; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.network-mark[data-logo-tone="dark"], .network-mark[data-logo-tone="contained-light"] { background: linear-gradient(145deg, #fff, #edf2f8) !important; border-color: #dce4ef !important; box-shadow: inset 0 1px 0 #fff; }
.network-mark[data-logo-tone="color"] { background: linear-gradient(145deg, #f8faff, #e9eff8) !important; border-color: #d9e2ef !important; box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
.network-mark[data-logo-tone="contained-dark"] { background: linear-gradient(145deg, #202c40, #0a111d) !important; border-color: #334159 !important; box-shadow: inset 0 1px 0 rgba(255,255,255,.07); }
.network-mark[data-logo-tone="light"] img, .network-mark[data-logo-tone="contained-dark"] img { filter: drop-shadow(0 1px 2px rgba(0,0,0,.55)); }
.network-mark[data-logo-tone="dark"] img, .network-mark[data-logo-tone="color"] img, .network-mark[data-logo-tone="contained-light"] img { filter: drop-shadow(0 2px 3px rgba(23,36,64,.14)); }
.channel-copy { min-width: 0; display: grid; gap: 3px; }
.channel-copy strong { overflow: hidden; color: #242e42; font-size: 12px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.channel-copy small { color: #96a0b1; font-size: 9px; font-weight: 650; }
.channel-program { display: block; overflow: hidden; margin-top: 2px; color: #707c91; font-size: 9px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.channel-program b { color: #ef5268; font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }
.channel-program time { color: #9ba5b7; }
.channel-program.is-loading { color: #aab3c1; }
.watch-indicator { display: none; align-items: center; gap: 5px; color: #ef5268; font-size: 8px; font-weight: 750; }
.watch-indicator .live-dot { width: 5px; height: 5px; }
.watch-indicator em { font-style: normal; }
.card-arrow { position: absolute; right: 13px; top: 50%; color: #adb7c7; font-size: 16px; transform: translateY(-50%); transition: color .18s, transform .18s; }
.channel-card:hover .card-arrow { color: #4e6fd5; transform: translate(2px, -50%); }
.card-favorite { position: absolute; z-index: 3; right: 7px; top: 6px; width: 26px; height: 26px; display: grid; place-items: center; padding: 0; color: #bac2cf; background: transparent; border: 0; border-radius: 7px; cursor: pointer; opacity: 0; transition: opacity .18s, color .18s, background .18s; }
.channel-card:hover .card-favorite, .card-favorite:focus-visible, .card-favorite.is-favorite { opacity: 1; }
.card-favorite:hover { color: #7952d8; background: #f0ecfa; }
.card-favorite.is-favorite { color: #7752d8; }
.card-favorite.is-favorite svg { fill: currentColor; }
.card-favorite svg { width: 14px; }
.channel-skeleton { height: 82px; border: 1px solid #e9edf3; border-radius: 13px; background: linear-gradient(110deg, #eef2f7 18%, #fafbfc 35%, #eef2f7 52%); background-size: 200% 100%; animation: shimmer 1.3s linear infinite; }
@keyframes shimmer { to { background-position-x: -200%; } }
.empty-state { max-width: 450px; margin: 45px auto 0; text-align: center; }
.empty-icon { position: relative; width: 58px; height: 45px; display: inline-block; border: 2px solid #c5cfdd; border-radius: 10px; }
.empty-icon::after { content: ""; position: absolute; left: 21px; top: 13px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid #aab6c9; }
.empty-state h3 { margin: 17px 0 5px; font-size: 18px; }
.empty-state p { margin: 0 0 17px; color: var(--muted); font-size: 13px; }

.how-it-works { color: #fff; background: #0d1527; }
.centered-heading { text-align: center; }
.centered-heading p { color: #8490a6; }
.kicker-light { color: #75b9ff; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 48px 0 0; padding: 0; list-style: none; }
.steps::before { content: ""; position: absolute; left: 16%; right: 16%; top: 44px; border-top: 1px dashed rgba(118, 152, 226, .25); }
.steps li { position: relative; min-height: 230px; padding: 33px 28px 28px; text-align: center; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; }
.steps li > span { position: absolute; top: 14px; right: 16px; color: rgba(255,255,255,.09); font-size: 30px; font-weight: 900; }
.step-icon { position: relative; z-index: 1; width: 68px; height: 68px; margin: 0 auto 24px; background: linear-gradient(145deg, #20325a, #19233d); border: 1px solid rgba(126, 159, 233, .17); border-radius: 18px; box-shadow: 0 13px 30px rgba(0,0,0,.2); }
.step-icon::before, .step-icon::after { content: ""; position: absolute; }
.step-search::before { width: 20px; height: 20px; left: 19px; top: 17px; border: 2px solid #72c8ff; border-radius: 50%; }
.step-search::after { width: 11px; height: 2px; left: 37px; top: 40px; background: #72c8ff; transform: rotate(45deg); }
.step-select::before { left: 19px; top: 17px; width: 28px; height: 23px; border: 2px solid #8b82ff; border-radius: 5px; }
.step-select::after { left: 30px; top: 25px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid #fff; }
.step-watch::before { left: 16px; top: 19px; width: 34px; height: 25px; border: 2px solid #5ed6bc; border-radius: 6px; }
.step-watch::after { left: 29px; top: 26px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid #5ed6bc; }
.steps h3 { margin: 0 0 8px; font-size: 16px; }
.steps p { margin: 0; color: #8895ab; font-size: 12px; line-height: 1.6; }

.site-footer { color: #a0abbd; background: #080e1a; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-top: 58px; padding-bottom: 45px; }
.footer-brand p { max-width: 360px; margin: 17px 0 0; color: #667187; font-size: 12px; line-height: 1.7; }
.footer-grid nav { display: grid; align-content: start; gap: 10px; }
.footer-grid nav strong { margin-bottom: 5px; color: #d8dfeb; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid nav a { width: max-content; color: #758197; font-size: 11px; }
.footer-grid nav a:hover { color: #fff; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #4e596c; border-top: 1px solid rgba(255,255,255,.06); font-size: 10px; }

/* Watch page */
.watch-body { color: #e8edf7; background: #090f1d; }
.watch-header { background: #080e1a; }
.watch-main { min-height: calc(100vh - 130px); padding: 22px 0 0; background: radial-gradient(circle at 50% -30%, rgba(73, 95, 211, .16), transparent 36%), #0a111f; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin: 1px 0 20px; color: #68758d; font-size: 10px; }
.breadcrumbs a:hover { color: #c4cede; }
.breadcrumbs strong { max-width: 300px; overflow: hidden; color: #9ca8bb; text-overflow: ellipsis; white-space: nowrap; }
.watch-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 18px; align-items: start; }
.watch-primary { min-width: 0; }
.player-card { overflow: hidden; background: #03060b; border: 1px solid #1c273b; border-radius: 16px; box-shadow: 0 25px 75px rgba(0,0,0,.35); }
.player-stage { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #020408; }
#player, #player > .tvnow-oplayer, #player > .tvnow-oplayer > div, #player video { width: 100%; height: 100%; display: block; background: #000; }
#player video { object-fit: contain; }
#player svg { fill: currentColor; stroke: none; stroke-linecap: initial; stroke-linejoin: initial; stroke-width: initial; }
#player [aria-label="Error Overlay"] { display: none !important; }
.player-loading { position: absolute; z-index: 12; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: #dce5f6; background: radial-gradient(circle at center, rgba(30, 45, 76, .45), rgba(2,4,8,.92) 56%); pointer-events: none; }
.player-loading strong { margin-top: 6px; font-size: 13px; }
.player-loading small { color: #718098; font-size: 10px; }
.loading-ring { width: 38px; height: 38px; border: 3px solid rgba(108, 136, 210, .2); border-top-color: #6087ff; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.player-retry { position: absolute; z-index: 15; inset: 0; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: #dce5f6; background: radial-gradient(circle at center, rgba(55, 29, 58, .42), rgba(2,4,8,.94) 58%); border: 0; cursor: pointer; }
.player-retry strong { margin-top: 5px; font-size: 14px; }
.player-retry small { color: #8d9ab0; font-size: 10px; }
.retry-icon { position: relative; width: 39px; height: 39px; border: 2px solid #7687aa; border-radius: 50%; }
.retry-icon::before { content: ""; position: absolute; width: 10px; height: 10px; right: -2px; top: 3px; border-top: 3px solid #7687aa; border-right: 3px solid #7687aa; transform: rotate(14deg); }
.player-statusbar { height: 35px; display: flex; align-items: center; gap: 9px; padding: 0 13px; color: #6f7d93; background: #0d1423; border-top: 1px solid #192338; font-size: 9px; }
.status-live { display: inline-flex; align-items: center; gap: 7px; color: #ff6a80; font-weight: 850; letter-spacing: .08em; }
.status-live .live-dot { width: 5px; height: 5px; }
.status-quality { margin-left: auto; color: #536077; font-weight: 700; }
.watch-title-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 3px 9px; }
.watch-identity { min-width: 0; display: flex; align-items: center; gap: 14px; }
.network-mark-large { width: 56px; height: 56px; border-radius: 13px; }
.watch-identity > div:last-child { min-width: 0; }
.watch-identity .category-label { color: #7183a2; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.watch-identity h1 { margin: 3px 0 4px; overflow: hidden; color: #f2f5fa; font-size: clamp(20px, 2.2vw, 27px); line-height: 1.1; letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; }
.watch-identity p { margin: 0; color: #657288; font-size: 10px; }
.watch-actions { display: flex; gap: 7px; }
.icon-button { min-height: 37px; display: inline-flex; align-items: center; gap: 7px; padding: 0 11px; color: #8e9ab0; background: #111a2a; border: 1px solid #202b3f; border-radius: 9px; font-size: 10px; font-weight: 700; cursor: pointer; }
.icon-button:hover, .icon-button.is-active { color: #cbd7f1; border-color: #35476a; background: #162239; }
.icon-button.is-active svg { color: #a88cff; fill: currentColor; }
.icon-button svg { width: 14px; }
.program-guide { margin-top: 24px; padding: 21px; color: #172138; background: #fff; border: 1px solid #e0e6f0; border-radius: 15px; box-shadow: 0 10px 30px rgba(23,42,76,.055); }
.program-guide-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.program-guide-heading h2 { margin: 4px 0 0; font-size: 18px; letter-spacing: -.025em; }
.guide-timezone { color: #8994a6; font-size: 9px; }
.program-list { display: grid; gap: 6px; }
.program-row { position: relative; min-height: 55px; display: grid; grid-template-columns: 56px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 9px 12px; overflow: hidden; background: #f7f9fc; border: 1px solid #edf0f5; border-radius: 9px; }
.program-row.is-now { background: #f0f4ff; border-color: #d8e1fc; }
.program-row > time { color: #68758b; font-size: 10px; font-weight: 750; }
.program-row.is-now > time { color: #4c6fe5; text-transform: uppercase; }
.program-row > div { min-width: 0; display: grid; gap: 3px; }
.program-row strong { overflow: hidden; color: #283349; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.program-row span { overflow: hidden; color: #8994a7; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.program-row > small { color: #929daf; font-size: 9px; }
.program-row > i { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #e1e7f5; }
.program-row > i b { display: block; height: 100%; background: linear-gradient(90deg, #347ff4, #6859f5); }
.program-skeleton { height: 55px; border: 1px solid #edf0f5; border-radius: 9px; background: linear-gradient(110deg, #eef2f7 18%, #fafbfc 35%, #eef2f7 52%); background-size: 200% 100%; animation: shimmer 1.3s linear infinite; }
.program-empty { min-height: 88px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: #68758b; text-align: center; background: #f7f9fc; border: 1px dashed #dbe2ed; border-radius: 10px; }
.program-empty strong { color: #344057; font-size: 12px; }
.program-empty span { font-size: 10px; }
.channel-rail { height: min(612px, calc(100vh - 116px)); overflow: hidden; display: flex; flex-direction: column; background: #0e1728; border: 1px solid #1d293e; border-radius: 15px; }
.rail-heading { display: flex; justify-content: space-between; align-items: end; padding: 18px 16px 12px; }
.rail-heading .kicker { font-size: 8px; }
.rail-heading h2 { margin: 4px 0 0; color: #e5ebf6; font-size: 15px; letter-spacing: -.02em; }
.rail-heading a { color: #7592ed; font-size: 9px; font-weight: 700; }
.rail-search { height: 37px; display: flex; align-items: center; gap: 8px; margin: 0 12px 10px; padding: 0 11px; color: #66738a; background: #09111f; border: 1px solid #1b273b; border-radius: 8px; }
.rail-search:focus-within { border-color: #405c9e; }
.rail-search svg { width: 14px; }
.rail-search input { min-width: 0; flex: 1; padding: 0; color: #d4dcec; background: transparent; border: 0; outline: 0; font-size: 10px; }
.rail-list { flex: 1; min-height: 0; overflow-y: auto; padding: 0 7px 9px; scrollbar-width: thin; scrollbar-color: #2b3851 transparent; }
.rail-channel { display: grid; grid-template-columns: 39px minmax(0,1fr) auto; gap: 9px; align-items: center; min-height: 57px; padding: 7px 8px; border-radius: 9px; transition: background .16s; }
.rail-channel:hover, .rail-channel.is-current { background: #162237; }
.rail-channel.is-current { box-shadow: inset 2px 0 #577af4; }
.rail-channel .network-mark { width: 38px; height: 38px; border-radius: 8px; font-size: 8px; }
.rail-channel > span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
.rail-channel strong { overflow: hidden; color: #ced6e6; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.rail-channel small { color: #5f6c82; font-size: 8px; }
.rail-channel em { display: flex; align-items: center; gap: 5px; color: #7a879b; font-size: 7px; font-style: normal; text-transform: uppercase; }
.rail-channel em .live-dot { width: 4px; height: 4px; }
.watch-more { padding-top: 72px; padding-bottom: 80px; }
.watch-more .section-heading h2 { color: #eef2f9; font-size: 28px; }
.watch-more .kicker { color: #6f8be8; }
.watch-more .text-link { color: #8098e9; }
.watch-more .channel-card { background: #0f1828; border-color: #1e2a3e; box-shadow: none; }
.watch-more .channel-card:hover { border-color: #354967; background: #121e32; }
.watch-more .channel-copy strong { color: #d8dfeb; }
.watch-more .channel-copy small { color: #67748a; }
.watch-more .card-arrow { color: #53627b; }
.watch-more .network-mark { border-color: #25344d; filter: saturate(.75) brightness(.8); }
.compact-footer .footer-bottom a { color: #6d7b93; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; padding: 11px 16px; color: #eaf0fb; background: rgba(20,30,49,.96); border: 1px solid #33415a; border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.4); font-size: 11px; font-weight: 700; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Theme variants */
[data-theme="light"] .watch-body { color: var(--ink); background: var(--wash); }
[data-theme="light"] .watch-header { background: rgba(11,18,34,.97); }
[data-theme="light"] .watch-main { background: radial-gradient(circle at 50% -25%, rgba(87,119,255,.09), transparent 34%), var(--wash); }
[data-theme="light"] .breadcrumbs { color: #929cad; }
[data-theme="light"] .breadcrumbs a:hover { color: #3e557f; }
[data-theme="light"] .breadcrumbs strong { color: #657188; }
[data-theme="light"] .player-card { border-color: #dce3ee; box-shadow: 0 22px 65px rgba(28,43,72,.16); }
[data-theme="light"] .player-statusbar { color: #69758a; background: #fff; border-top-color: #e2e7ef; }
[data-theme="light"] .status-quality { color: #8b95a6; }
[data-theme="light"] .watch-identity h1 { color: #172138; }
[data-theme="light"] .watch-identity .category-label { color: #657aa5; }
[data-theme="light"] .watch-identity p { color: #7c8799; }
[data-theme="light"] .icon-button { color: #657188; background: #fff; border-color: #dce3ed; }
[data-theme="light"] .icon-button:hover, [data-theme="light"] .icon-button.is-active { color: #3857ae; border-color: #b8c7ea; background: #f2f5fc; }
[data-theme="light"] .channel-rail { background: #fff; border-color: #dfe5ef; box-shadow: 0 10px 30px rgba(23,42,76,.055); }
[data-theme="light"] .rail-heading h2 { color: #202b42; }
[data-theme="light"] .rail-heading a { color: #4f6ed1; }
[data-theme="light"] .rail-search { color: #8994a7; background: #f5f7fa; border-color: #e1e6ee; }
[data-theme="light"] .rail-search:focus-within { border-color: #8ea5e5; }
[data-theme="light"] .rail-search input { color: #263148; }
[data-theme="light"] .rail-channel:hover, [data-theme="light"] .rail-channel.is-current { background: #f0f4fc; }
[data-theme="light"] .rail-channel strong { color: #354056; }
[data-theme="light"] .rail-channel small { color: #8c97a9; }
[data-theme="light"] .rail-channel em { color: #8792a5; }
[data-theme="light"] .watch-more .section-heading h2 { color: #172138; }
[data-theme="light"] .watch-more .text-link { color: #4d6ac7; }
[data-theme="light"] .watch-more .channel-card { background: #fff; border-color: #e1e6ef; box-shadow: 0 5px 15px rgba(23,42,76,.035); }
[data-theme="light"] .watch-more .channel-card:hover { border-color: #c9d4ea; background: #fff; }
[data-theme="light"] .watch-more .channel-copy strong { color: #242e42; }
[data-theme="light"] .watch-more .channel-copy small { color: #96a0b1; }
[data-theme="light"] .watch-more .network-mark { border-color: #dfe7f7; filter: none; }

[data-theme="dark"] { --ink: #e7edf8; --muted: #8b98ad; --line: #202b3f; --surface: #111a2a; --wash: #0a111f; color-scheme: dark; }
[data-theme="dark"] body:not(.watch-body) { color: var(--ink); background: var(--wash); }
[data-theme="dark"] .spotlight { background: #0d1527; }
[data-theme="dark"] .directory { background: #0a111f; }
[data-theme="dark"] .channel-search { background: #111a2a; border-color: #243149; box-shadow: none; }
[data-theme="dark"] .channel-search input { color: #e4eaf5; }
[data-theme="dark"] .channel-search kbd { color: #8390a6; background: #172236; border-color: #2a3850; }
[data-theme="dark"] .category-tabs button { color: #909db1; background: #111a2a; border-color: #263249; }
[data-theme="dark"] .category-tabs button:hover { color: #c4d1ef; border-color: #405582; }
[data-theme="dark"] .category-tabs button.is-active { color: #fff; border-color: transparent; }
[data-theme="dark"] .directory-summary p { color: #8490a4; }
[data-theme="dark"] .directory-summary p strong { color: #e2e8f3; }
[data-theme="dark"] .favorites-filter { color: #8d99ac; }
[data-theme="dark"] .favorites-filter:hover, [data-theme="dark"] .favorites-filter.is-active { color: #b8a6ff; background: #201d39; }
[data-theme="dark"] .channel-card { background: #111a2a; border-color: #202d43; box-shadow: none; }
[data-theme="dark"] .channel-card:hover { border-color: #354967; box-shadow: 0 13px 25px rgba(0,0,0,.2); }
[data-theme="dark"] .channel-copy strong { color: #dce3ef; }
[data-theme="dark"] .channel-copy small { color: #758198; }
[data-theme="dark"] .channel-program { color: #8a96aa; }
[data-theme="dark"] .channel-program time { color: #6f7c91; }
[data-theme="dark"] .card-arrow { color: #596980; }
[data-theme="dark"] .card-favorite:hover { background: #25213e; }
[data-theme="dark"] .button-secondary { color: #c6d3f4; background: #141f32; border-color: #293750; }
[data-theme="dark"] .channel-skeleton, [data-theme="dark"] .featured-skeleton { border-color: #202c40; background: linear-gradient(110deg, #111a29 18%, #192337 35%, #111a29 52%); background-size: 200% 100%; }

[data-theme="dark"] .program-guide { color: #e5ebf6; background: #0e1728; border-color: #1d293e; box-shadow: none; }
[data-theme="dark"] .guide-timezone { color: #69778e; }
[data-theme="dark"] .program-row { background: #101b2d; border-color: #1d2a40; }
[data-theme="dark"] .program-row.is-now { background: #15223a; border-color: #293e68; }
[data-theme="dark"] .program-row > time { color: #7f8da3; }
[data-theme="dark"] .program-row.is-now > time { color: #83a2ff; }
[data-theme="dark"] .program-row strong { color: #d8e0ed; }
[data-theme="dark"] .program-row span, [data-theme="dark"] .program-row > small { color: #718097; }
[data-theme="dark"] .program-row > i { background: #24324a; }
[data-theme="dark"] .program-skeleton { border-color: #1d2a40; background: linear-gradient(110deg, #101a2a 18%, #182338 35%, #101a2a 52%); background-size: 200% 100%; }
[data-theme="dark"] .program-empty { color: #7b899f; background: #101a2a; border-color: #2a3850; }
[data-theme="dark"] .program-empty strong { color: #d4dceb; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .floating-badge-live { left: -3px; }
  .spotlight-grid { grid-template-columns: repeat(3, 1fr); }
  .featured-card:nth-child(n+4) { min-height: 220px; }
  .channel-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .watch-layout { grid-template-columns: minmax(0,1fr) 290px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 30px, 680px); }
  .desktop-nav, .header-search span { display: none; }
  .header-actions { margin-left: auto; }
  .header-search { width: 40px; justify-content: center; padding: 0; }
  .menu-button { display: flex; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding-top: 75px; padding-bottom: 70px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-stats { justify-content: center; }
  .hero-preview { width: min(100%, 590px); min-height: 420px; margin-inline: auto; }
  .preview-window { transform: none; }
  .section { padding: 72px 0; }
  .spotlight-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-card { min-height: 240px !important; }
  .channel-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps { gap: 12px; }
  .steps li { padding-inline: 16px; }
  .watch-layout { grid-template-columns: 1fr; }
  .channel-rail { height: 520px; }
}

@media (max-width: 590px) {
  .shell { width: calc(100% - 24px); }
  .site-header { height: 64px; }
  .mobile-nav { top: 64px; }
  .brand { font-size: 19px; }
  .brand-symbol { width: 29px; height: 23px; }
  .hero-grid { padding-top: 60px; padding-bottom: 56px; }
  .hero h1 { font-size: 45px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; max-width: 300px; }
  .hero-stats { gap: 24px; }
  .hero-stats dt { font-size: 18px; }
  .hero-preview { min-height: 325px; }
  .preview-window { border-radius: 13px; }
  .preview-screen { height: 180px; }
  .preview-guide { display: none; }
  .floating-badge { display: none; }
  .section { padding: 58px 0; }
  .section-heading h2 { font-size: 31px; }
  .heading-row { align-items: start; flex-direction: column; }
  .spotlight-grid { display: flex; overflow-x: auto; margin-right: -12px; padding-right: 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .featured-card, .featured-skeleton { min-width: 215px; min-height: 255px !important; scroll-snap-align: start; }
  .directory-tools { align-items: stretch; }
  .category-tabs { justify-content: start; flex-wrap: nowrap; margin-right: -12px; padding-right: 12px; overflow-x: auto; scrollbar-width: none; }
  .category-tabs button { flex: 0 0 auto; }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-card-main { min-height: 88px; }
  .card-favorite { opacity: 1; right: 8px; top: 6px; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .steps li { min-height: 205px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 15px 0; }
  .watch-main { padding-top: 14px; }
  .breadcrumbs { margin-bottom: 12px; }
  .player-card { margin-inline: -12px; border-left: 0; border-right: 0; border-radius: 0; }
  .player-statusbar { padding-inline: 10px; }
  .watch-title-row { align-items: flex-start; flex-direction: column; padding-top: 16px; }
  .watch-actions { width: 100%; }
  .icon-button { flex: 1; justify-content: center; }
  .watch-identity h1 { font-size: 20px; }
  .program-guide { margin-top: 18px; padding: 16px 12px; }
  .program-guide-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .program-row { grid-template-columns: 46px minmax(0,1fr) auto; gap: 8px; padding-inline: 9px; }
  .channel-rail { height: 480px; }
  .watch-more { padding-top: 55px; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
