:root {
  --bg: #020916;
  --panel: #061326;
  --panel-2: #081a34;
  --panel-3: #0a2142;
  --text: #f5f8ff;
  --muted: #91a0bc;
  --muted-2: #61718e;
  --line: rgba(102, 139, 203, .22);
  --line-soft: rgba(102, 139, 203, .12);
  --blue: #61a7ff;
  --pink: #fb1958;
  --purple: #9d39ff;
  --green: #35deb0;
  --shell: 1880px;
  --ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; padding-bottom: 58px; overflow-x: hidden; background: radial-gradient(circle at 50% -20%, #0a1e3e 0, var(--bg) 38%), var(--bg); color: var(--text); font-family: Inter, Arial, sans-serif; font-size: 15px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
body.menu-open, body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.page-shell { width: min(calc(100% - 80px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 5000; padding: 10px 14px; border-radius: 6px; background: #fff; color: #020916; font-weight: 800; transition: top .18s var(--ease); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #69b4ff; outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--line); background: rgba(2,9,22,.94); backdrop-filter: blur(16px); }
.header-inner { height: 66px; display: grid; grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr); align-items: center; }
.wordmark { justify-self: start; font-family: Manrope, Inter, sans-serif; font-size: clamp(1.45rem, 2.2vw, 2rem); letter-spacing: -.035em; white-space: nowrap; }
.wordmark strong { font-weight: 800; }
.wordmark span { font-weight: 500; }
.desktop-nav { height: 66px; display: flex; align-items: stretch; gap: clamp(24px, 3.2vw, 52px); }
.desktop-nav a { position: relative; display: flex; align-items: center; color: #9daac2; font-size: .9rem; font-weight: 600; transition: color .18s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 2px 2px 0 0; background: linear-gradient(90deg, var(--pink), var(--purple)); transform: scaleX(0); transition: transform .18s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.search-button { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.search-button svg { width: 22px; fill: none; stroke: #eef4ff; stroke-width: 2; stroke-linecap: round; }
.live-now { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border-radius: 6px; background: linear-gradient(135deg, #ff1e5b, #e60b4a); box-shadow: 0 8px 25px rgba(255,25,88,.25); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.live-now i, .live-chip i, .mini-live i, .control-live i { width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.13); }
.menu-button { display: none; width: 40px; height: 40px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: #fff; transition: .2s var(--ease); }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { padding: 10px 0 18px; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.mobile-menu:not([hidden]) { display: grid; }
.mobile-menu a, .mobile-menu button { padding: 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--panel); color: #fff; font-weight: 700; text-align: left; cursor: pointer; }
.mobile-menu button { grid-column: 1/-1; }

.hero-layout { display: grid; grid-template-columns: minmax(0, 1.95fr) minmax(360px, .95fr); gap: 28px; padding-top: 24px; }
.live-player, .up-next { height: 438px; min-width: 0; border: 1px solid var(--line); background: var(--panel); }
.live-player { display: flex; flex-direction: column; overflow: hidden; }
.player-visual { position: relative; flex: 1; min-height: 0; overflow: hidden; }
.player-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(1,5,14,.13) 56%, rgba(1,5,14,.82) 100%); pointer-events: none; }
.player-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 41%; transition: transform .45s var(--ease), filter .25s var(--ease); }
.player-visual:hover > img { transform: scale(1.015); filter: saturate(1.04); }
.live-chip { position: absolute; z-index: 3; left: 18px; top: 18px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 5px; background: var(--pink); font-size: .7rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.visual-note { position: absolute; z-index: 3; right: 10px; top: 10px; color: rgba(255,255,255,.64); font-size: .55rem; }
.lead-copy { position: absolute; z-index: 3; left: 30px; bottom: 22px; max-width: 760px; }
.programme { display: inline-block; padding: 3px 8px; margin-bottom: 3px; background: var(--pink); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.lead-copy h1 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.04; letter-spacing: -.04em; text-shadow: 0 2px 18px rgba(0,0,0,.45); }
.lead-copy p { margin: 6px 0 0; color: #b8c4d8; font-size: .93rem; }
.player-controls { height: 48px; flex: 0 0 48px; display: grid; grid-template-columns: repeat(3, auto) minmax(80px, 1fr) repeat(3, auto); align-items: center; gap: 18px; padding: 0 18px; border-top: 1px solid rgba(74,122,202,.35); background: #041020; }
.player-controls button { min-width: 22px; padding: 0; border: 0; background: transparent; color: #eaf1ff; font-size: .75rem; font-weight: 800; cursor: pointer; }
.control-live { display: inline-flex; align-items: center; gap: 7px; font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.control-live i { width: 6px; height: 6px; background: var(--pink); box-shadow: none; }
.seek { height: 3px; overflow: hidden; border-radius: 3px; background: #283b5f; }
.seek b { display: block; width: 44%; height: 100%; background: linear-gradient(90deg, #4f9fff, #9e46ff); }

.up-next { padding: 10px 14px 12px; overflow: hidden; }
.section-row-title { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.section-row-title h2 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: 1.15rem; line-height: 1.1; letter-spacing: -.02em; }
.section-row-title a { color: var(--blue); font-size: .72rem; font-weight: 600; white-space: nowrap; }
.section-row-title a:hover { color: #fff; }
.section-row-title.compact { min-height: 30px; }
.section-row-title.compact h2 { font-size: 1.1rem; }
.schedule { display: grid; gap: 4px; }
.schedule-item { position: relative; min-width: 0; min-height: 91px; display: grid; grid-template-columns: 136px minmax(0,1fr); align-items: center; gap: 13px; padding: 7px 9px; border-left: 3px solid transparent; transition: background .18s var(--ease), transform .18s var(--ease); }
.schedule-item:hover { background: rgba(32,91,180,.12); transform: translateX(-2px); }
.schedule-item.active { border-left-color: var(--pink); background: linear-gradient(90deg, rgba(13,81,180,.4), rgba(13,81,180,.18)); }
.schedule figure { position: relative; aspect-ratio: 16/9; margin: 0; overflow: hidden; border-radius: 4px; background: #10203a; }
.schedule figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .32s var(--ease); }
.schedule-item:hover img { transform: scale(1.05); }
.mini-live { position: absolute; left: 6px; top: 6px; display: inline-flex; align-items: center; gap: 5px; padding: 3px 5px; border-radius: 3px; background: var(--pink); font-size: .53rem; font-weight: 800; text-transform: uppercase; }
.mini-live i { width: 4px; height: 4px; box-shadow: none; }
.timecode { position: absolute; right: 4px; bottom: 4px; padding: 2px 4px; border-radius: 2px; background: rgba(1,5,14,.82); font-size: .53rem; font-weight: 700; }
.schedule small { display: block; color: var(--blue); font-size: .58rem; font-weight: 600; text-transform: uppercase; }
.schedule h3 { margin: 3px 0 2px; font-size: .84rem; line-height: 1.15; }
.schedule p { margin: 0; color: var(--muted); font-size: .65rem; line-height: 1.25; }

.content-row { padding-top: 23px; }
.video-grid { display: grid; gap: 18px; }
.six-up { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.video-card { min-width: 0; }
.video-card figure { position: relative; aspect-ratio: 2.55/1; margin: 8px 0 0; overflow: hidden; border: 1px solid var(--line-soft); background: var(--panel); }
.video-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .32s var(--ease), filter .25s var(--ease); }
.video-card:hover figure img { transform: scale(1.05); filter: saturate(1.08); }
.video-card figure span { position: absolute; right: 4px; bottom: 3px; padding: 1px 4px; border-radius: 2px; background: rgba(1,5,14,.84); color: #fff; font-size: .55rem; font-weight: 700; }
.video-card h3 { margin: 5px 0 2px; font-size: .82rem; line-height: 1.15; letter-spacing: -.012em; }
.video-card p { margin: 0; color: var(--muted); font-size: .63rem; line-height: 1.25; }
.compact-cards .video-card figure { aspect-ratio: 3.15/1; }
.compact-cards .video-card h3 { font-size: .75rem; }
.compact-cards .video-card p { font-size: .59rem; }

.originals { padding-bottom: 72px; }
.show-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 8px; }
.show-tile { position: relative; min-height: 94px; display: grid; grid-template-columns: 44% 1fr; align-items: stretch; padding: 0; overflow: hidden; border: 1px solid var(--line-soft); background: #061225; color: #fff; text-align: left; cursor: pointer; }
.show-tile > img { width: 100%; height: 100%; object-fit: cover; }
.show-name { position: absolute; left: 15px; top: 13px; max-width: 38%; font-size: .58rem; line-height: 1.05; text-transform: uppercase; text-shadow: 0 2px 8px #000; }
.show-name strong { display: block; font-family: Manrope; font-size: 1rem; }
.show-name small { display: block; margin-top: 3px; font-size: .48rem; text-transform: none; }
.show-copy { display: flex; flex-direction: column; justify-content: center; padding: 10px 12px; }
.show-copy strong { font-size: .74rem; }
.show-copy small { margin-top: 5px; color: var(--muted); font-size: .56rem; line-height: 1.3; }
.show-tile > i { position: absolute; right: 5px; bottom: 4px; padding: 1px 4px; background: rgba(1,5,14,.82); font-size: .5rem; font-style: normal; }
.show-tile:hover { border-color: rgba(97,167,255,.5); }

.seo-summary { max-width: 1180px; margin: -30px auto 24px; color: #65738d; font-size: .68rem; text-align: center; }
.seo-summary p { margin: 0; }

.bottom-dock { position: fixed; z-index: 1200; left: 0; right: 0; bottom: 0; height: 58px; display: grid; grid-template-columns: minmax(0,1fr) 500px; align-items: center; border-top: 1px solid var(--line); background: rgba(3,12,27,.96); backdrop-filter: blur(14px); }
.trending { min-width: 0; display: flex; align-items: center; gap: 18px; padding-left: max(40px, calc((100vw - var(--shell))/2 + 40px)); white-space: nowrap; overflow: hidden; color: #a6b2c7; font-size: .61rem; }
.trending strong { padding: 5px 13px; border-radius: 20px; background: var(--pink); color: #fff; font-size: .6rem; text-transform: uppercase; }
.trending span { color: var(--blue); }
.trending a:hover { color: #fff; }
.now-playing { height: 100%; display: grid; grid-template-columns: 52px 1fr auto auto auto; align-items: center; gap: 13px; padding-right: 24px; border-left: 1px solid var(--line); background: rgba(6,20,42,.88); }
.now-playing img { width: 52px; height: 52px; object-fit: cover; }
.now-playing span { min-width: 0; }
.now-playing small { display: block; color: var(--blue); font-size: .52rem; }
.now-playing strong { display: block; overflow: hidden; color: #dbe4f5; font-size: .65rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.now-playing button { width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: #193b68; color: #fff; font-weight: 800; cursor: pointer; }
.now-playing button:last-child { background: transparent; color: #aab7cd; font-size: 1.1rem; }

.search-dialog { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: start center; padding: 11vh 20px 20px; background: rgba(0,5,14,.86); backdrop-filter: blur(14px); }
.search-dialog[hidden] { display: none; }
.search-panel { width: min(680px, 100%); max-height: 78vh; overflow: auto; padding: 25px; border: 1px solid var(--line); border-radius: 10px; background: #07152b; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.search-head { display: flex; align-items: center; justify-content: space-between; }
.search-head h2 { margin: 0 0 20px; font-family: Manrope; font-size: 1.55rem; }
.search-head button { width: 34px; height: 34px; border: 0; background: transparent; color: #fff; font-size: 1.4rem; cursor: pointer; }
.search-panel > label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .7rem; }
.search-field { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid var(--line); background: #030b19; }
.search-field svg { width: 19px; fill: none; stroke: var(--blue); stroke-width: 2; }
.search-field input { width: 100%; padding: 13px 0; border: 0; outline: 0; background: transparent; color: #fff; }
.search-results { display: grid; gap: 6px; margin-top: 14px; }
.search-results a { padding: 10px 12px; border: 1px solid var(--line-soft); color: #dbe4f5; font-size: .78rem; }
.search-results a:hover { background: var(--panel-3); }
.search-empty { color: var(--muted); }
.toast { position: fixed; z-index: 3500; right: 18px; bottom: 72px; max-width: min(390px, calc(100% - 36px)); padding: 12px 14px; border: 1px solid rgba(97,167,255,.35); border-radius: 7px; background: #0b1b36; box-shadow: 0 20px 50px rgba(0,0,0,.45); color: #e7effd; font-size: .75rem; }
.toast[hidden] { display: none; }

@media (min-width: 2100px) {
  .live-player, .up-next { height: 500px; }
  .schedule-item { min-height: 106px; }
  .video-card h3 { font-size: .9rem; }
  .video-card p { font-size: .68rem; }
}

@media (max-width: 1300px) {
  .page-shell { width: min(calc(100% - 44px), var(--shell)); }
  .hero-layout { grid-template-columns: minmax(0, 1.7fr) minmax(330px, .9fr); gap: 18px; }
  .live-player, .up-next { height: 420px; }
  .schedule-item { grid-template-columns: 112px 1fr; min-height: 88px; }
  .schedule p { display: none; }
  .six-up { gap: 12px; }
  .video-card h3 { font-size: .75rem; }
  .video-card p { font-size: .58rem; }
  .bottom-dock { grid-template-columns: minmax(0,1fr) 420px; }
}

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .header-actions { gap: 10px; }
  .hero-layout { grid-template-columns: 1fr; }
  .live-player { height: 520px; }
  .up-next { height: auto; }
  .schedule { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; }
  .schedule-item { flex: 0 0 46%; min-height: 112px; grid-template-columns: 42% 1fr; scroll-snap-align: start; }
  .six-up { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .video-card { flex: 0 0 30%; scroll-snap-align: start; }
  .show-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .show-tile { flex: 0 0 47%; scroll-snap-align: start; }
  .bottom-dock { grid-template-columns: 1fr 360px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 54px; }
  .page-shell { width: min(calc(100% - 24px), var(--shell)); }
  .header-inner { height: 62px; }
  .wordmark { font-size: 1.18rem; }
  .search-button { display: none; }
  .live-now { min-height: 36px; padding: 0 11px; font-size: .65rem; }
  .header-actions { gap: 4px; }
  .hero-layout { width: 100%; padding-top: 0; gap: 13px; }
  .live-player, .up-next { border-inline: 0; }
  .live-player { height: auto; }
  .player-visual { aspect-ratio: 16/12; }
  .player-visual > img { object-position: center 38%; }
  .live-chip { left: 12px; top: 12px; padding: 5px 8px; }
  .visual-note { display: none; }
  .lead-copy { left: 18px; right: 18px; bottom: 18px; }
  .lead-copy h1 { font-size: clamp(1.8rem, 9vw, 2.55rem); }
  .lead-copy p { font-size: .8rem; }
  .player-controls { height: 45px; flex-basis: 45px; gap: 12px; padding-inline: 14px; }
  .player-controls button:nth-last-child(2) { display: none; }
  .up-next { padding: 10px 12px; }
  .schedule-item { flex-basis: 86%; grid-template-columns: 43% 1fr; }
  .content-row { padding-top: 20px; }
  .section-row-title h2 { font-size: 1rem; }
  .video-card { flex-basis: 73%; }
  .video-card figure { aspect-ratio: 2.25/1; }
  .compact-cards .video-card { flex-basis: 68%; }
  .compact-cards .video-card figure { aspect-ratio: 2.7/1; }
  .video-card h3 { font-size: .82rem; }
  .video-card p { font-size: .64rem; }
  .show-tile { flex-basis: 88%; min-height: 104px; }
  .originals { padding-bottom: 44px; }
  .seo-summary { margin-top: -20px; padding-inline: 10px; font-size: .62rem; }
  .bottom-dock { height: 54px; display: block; }
  .trending { display: none; }
  .now-playing { grid-template-columns: 46px minmax(0,1fr) auto auto auto; padding-right: 8px; border-left: 0; }
  .now-playing img { width: 46px; height: 46px; }
  .now-playing button { width: 28px; height: 28px; }
  .search-dialog { padding: 7vh 10px 10px; }
  .search-panel { padding: 20px 16px; }
}

@media (max-width: 380px) {
  .wordmark { font-size: 1.06rem; }
  .live-now { padding-inline: 8px; }
  .menu-button { width: 36px; }
  .video-card { flex-basis: 82%; }
  .schedule-item { flex-basis: 90%; }
}

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


/* Anna News platform extensions */
body { font-family: Inter, "Noto Sans Telugu", Arial, sans-serif; }
.story-slide .lead-copy h1,
.story-slide .lead-copy h2,
.news-card h3,
.schedule h3 { font-family: Manrope, "Noto Sans Telugu", Inter, Arial, sans-serif; }
html[lang^="te"] .article-body,
html[lang^="te"] .article-body .story-summary,
html[lang^="te"] .article-body h2,
html[lang^="te"] .read-next-inline,
html[lang^="te"] .article-faq summary,
html[lang^="te"] .article-faq p,
html[lang^="te"] .article-sources li,
html[lang^="te"] .article-disclosure { font-family: "Noto Sans Telugu", Inter, sans-serif; }
.header-inner { column-gap: 28px; }
.desktop-nav { gap: clamp(12px, 1.45vw, 24px); }
.desktop-nav a { font-size: .82rem; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; line-height: 1; }
.wordmark .brand-mark { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 8px; box-shadow: 0 5px 18px rgba(25,105,255,.18); }
.wordmark .wordmark-name { display: inline-flex; align-items: baseline; gap: .22em; white-space: nowrap; }
.footer-brand .wordmark .brand-mark { width: 42px; height: 42px; flex-basis: 42px; border-radius: 10px; }
.story-slider { position: relative; flex: 1; min-height: 0; overflow: hidden; background: #061326; cursor: grab; touch-action: pan-y pinch-zoom; user-select: none; -webkit-user-select: none; }
.story-slider.is-dragging { cursor: grabbing; }
.story-slide { --story-drag-x: 0px; position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateX(3%); transition: opacity .72s cubic-bezier(.23,1,.32,1), transform .72s cubic-bezier(.23,1,.32,1), visibility .72s; will-change: opacity, transform; }
.story-slide.active { opacity: 1; visibility: visible; transform: translateX(var(--story-drag-x)); z-index: 2; }
.story-slider.is-dragging .story-slide.active { transition: none; }
.story-slide::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(2,10,25,.62) 0%, rgba(4,18,42,.4) 42%, rgba(3,13,30,.1) 72%, rgba(1,6,16,.16) 100%); pointer-events: none; }
.story-slide::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(2,9,22,.05) 0%, rgba(2,10,24,.1) 42%, rgba(1,6,17,.58) 78%, rgba(1,5,14,.9) 100%); pointer-events: none; }
.story-slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.92) saturate(.94) contrast(1.03); pointer-events: none; -webkit-user-drag: none; transition: filter .3s cubic-bezier(.23,1,.32,1); }
.story-slide .lead-copy { bottom: 28px; padding: 12px 16px 14px; margin-left: -16px; border-radius: 10px; background: linear-gradient(90deg, rgba(2,11,27,.5), rgba(2,11,27,.12) 78%, transparent); }
.slide-badges { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 9px; }
.story-status-chip, .story-category-chip { position: static; display: inline-flex; align-items: center; min-height: 29px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 5px; color: #fff; font-size: .66rem; font-weight: 800; letter-spacing: .065em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.story-status-chip { gap: 7px; background: linear-gradient(110deg, #ff185f 0%, #d90755 54%, #7f2cff 100%); box-shadow: 0 8px 24px rgba(251,25,88,.28), inset 0 1px 0 rgba(255,255,255,.18); }
.story-status-chip i { width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.13); }
.story-category-chip { border-color: rgba(97,167,255,.48); background: linear-gradient(110deg, rgba(8,57,123,.96), rgba(28,34,91,.94)); color: #dbeaff; box-shadow: inset 0 1px 0 rgba(255,255,255,.09); }
.story-slide .lead-copy h1, .story-slide .lead-copy h2 { color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.95), 0 1px 2px rgba(0,0,0,.9); }
.story-slide .lead-copy p { display: -webkit-box; height: 5.8em; margin-top: 8px; overflow: hidden; color: #edf3fc; font-size: .9rem; line-height: 1.45; text-shadow: 0 2px 14px rgba(0,0,0,.95); -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.story-slide .slide-meta { display: flex; align-items: center; gap: 10px; margin: 8px 0 0; color: #d7e2f1; font-size: .72rem; text-shadow: 0 2px 12px rgba(0,0,0,.95); }
.story-slide .slide-meta span + span::before { content: "•"; margin-right: 10px; color: var(--blue); }
@media (min-width: 701px) {
  .story-slide .lead-copy { width: 58%; max-width: 680px; }
  .story-slide .lead-copy h1, .story-slide .lead-copy h2 { margin: 0; font-family: Inter, Arial, sans-serif; font-size: clamp(1.45rem, 2vw, 1.75rem); line-height: 1.24; letter-spacing: -.018em; }
}
@media (min-width: 701px) and (max-width: 1300px) {
  .story-slide .lead-copy p { height: 4.35em; font-size: .84rem; -webkit-line-clamp: 3; }
}
.slider-dots { position: absolute; z-index: 8; right: 18px; bottom: 15px; display: flex; gap: 7px; }
.slider-dots button { width: 22px; height: 3px; padding: 0; overflow: hidden; border: 0; border-radius: 4px; background: rgba(255,255,255,.32); text-indent: -9999px; cursor: pointer; transition: width .2s cubic-bezier(.23,1,.32,1), background .2s; }
.slider-dots button.active { width: 38px; background: var(--pink); }
.live-player.slider-player { position: relative; }
.slider-player .player-controls { position: relative; z-index: 9; }
.slider-player .visual-note { z-index: 5; }
.up-next.recent-queue .schedule-item { min-height: 80px; grid-template-columns: 104px minmax(0,1fr); cursor: pointer; }
.up-next.recent-queue .schedule-item p { display: none; }
.up-next.recent-queue .schedule-item small { text-transform: none; }
.up-next.recent-queue .schedule { gap: 1px; scrollbar-width: thin; scrollbar-color: var(--pink) #07162a; }
.up-next.recent-queue .schedule:focus-visible { outline: 2px solid var(--blue); outline-offset: -2px; }
.up-next.recent-queue .schedule::-webkit-scrollbar { width: 8px; height: 8px; }
.up-next.recent-queue .schedule::-webkit-scrollbar-track { border-radius: 8px; background: #07162a; box-shadow: inset 0 0 0 1px rgba(97,167,255,.12); }
.up-next.recent-queue .schedule::-webkit-scrollbar-thumb { border: 2px solid #07162a; border-radius: 8px; background: linear-gradient(180deg, var(--pink), var(--purple)); }
.up-next.recent-queue .schedule::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #ff4a7b, #9650ff); }
.player-controls [data-slider-toggle] { width: 26px; height: 26px; border-radius: 50%; transition: background .18s, color .18s, box-shadow .18s; }
.player-controls [data-slider-toggle]:hover, .player-controls [data-slider-toggle]:focus-visible { background: rgba(97,167,255,.16); color: #fff; }
.player-controls [data-slider-toggle][aria-pressed="true"] { background: linear-gradient(135deg, var(--pink), var(--purple)); box-shadow: 0 0 0 3px rgba(251,25,88,.16); }
.headline-ticker-set[aria-hidden="true"] .headline-ticker-link { pointer-events: none; }
.corrections-log { margin: 0 0 24px; padding: 22px 24px; border: 1px solid var(--line); border-left: 3px solid var(--pink); background: linear-gradient(135deg, rgba(9,27,55,.95), rgba(4,15,31,.98)); }
.corrections-log h2 { margin: 0 0 10px; font-size: 1.25rem; }
.corrections-log p { margin: 0; color: var(--muted); line-height: 1.7; }
.correction-record + .correction-record { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.correction-record time { color: var(--blue); font-size: .72rem; font-weight: 700; }
.site-header.nav-collapsed .header-inner { grid-template-columns: minmax(0,1fr) auto; }
.site-header.nav-collapsed .desktop-nav { display: none; }
.site-header.nav-collapsed .menu-button { display: block; }
@media (max-width: 1380px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
}
@media (min-width: 981px) {
  .up-next.recent-queue .schedule { height: calc(100% - 32px); padding-right: 7px; overflow-y: auto; overscroll-behavior-y: contain; scrollbar-gutter: stable; }
}

.headline-ticker { height: 38px; overflow: hidden; border-bottom: 1px solid var(--line); background: #04101f; }
.headline-ticker-inner { height: 100%; display: flex; align-items: stretch; padding-inline: 0; overflow: hidden; }
.headline-ticker-label { position: relative; z-index: 2; flex: 0 0 auto; display: flex; align-items: center; gap: 7px; padding: 0 17px; background: linear-gradient(110deg, #ff185f, #d90755); color: #fff; font-size: .64rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; box-shadow: 12px 0 24px rgba(2,9,22,.8); }
.headline-ticker-label::after { content: ""; position: absolute; top: 0; right: -18px; width: 18px; height: 100%; background: linear-gradient(90deg, rgba(217,7,85,.75), transparent); pointer-events: none; }
.headline-ticker-label svg { width: 14px; height: 14px; fill: currentColor; }
.headline-ticker-window { min-width: 0; flex: 1; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%); }
.headline-ticker-track { width: max-content; height: 100%; display: flex; align-items: center; animation: headlineTicker 96s linear infinite; will-change: transform; }
.headline-ticker-set { flex: 0 0 auto; display: flex; align-items: center; height: 100%; padding-right: 34px; }
.headline-ticker-link { display: inline-flex; align-items: center; color: #b9c7db; font-size: .65rem; font-weight: 650; white-space: nowrap; transition: color .18s; }
.headline-ticker-link::before { content: ""; width: 5px; height: 5px; margin: 0 13px 0 16px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px rgba(251,25,88,.1); }
.headline-ticker-link:hover, .headline-ticker-link:focus-visible { color: #fff; }
@keyframes headlineTicker { to { transform: translateX(-25%); } }

.live-scores { margin-top: 22px; padding: 14px 15px 15px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(6,19,38,.96), rgba(4,15,31,.98)); }
.live-scores + .live-scores { margin-top: 12px; }
.football-scores .live-pulse { background: var(--blue); box-shadow: 0 0 0 5px rgba(97,167,255,.12); }
.live-scores-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 11px; }
.live-scores-title { display: flex; align-items: center; gap: 10px; }
.live-scores-title h2 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: 1.02rem; }
.live-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(251,25,88,.12); }
.live-scores-tools { display: flex; align-items: center; gap: 8px; }
.score-updated { color: var(--muted); font-size: .59rem; white-space: nowrap; }
.score-tabs { display: flex; gap: 5px; }
.score-tabs button { padding: 5px 10px; border: 1px solid var(--line); border-radius: 20px; background: transparent; color: #9dacbf; font-size: .58rem; font-weight: 700; cursor: pointer; text-transform: uppercase; }
.score-tabs button.active { border-color: var(--pink); background: var(--pink); color: #fff; }
.score-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px, 1fr); gap: 10px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #24466f transparent; }
.score-card { min-width: 0; display: grid; gap: 7px; padding: 10px; border: 1px solid var(--line-soft); background: #07172d; scroll-snap-align: start; transition: border-color .18s, transform .18s; }
.score-card:hover { border-color: rgba(97,167,255,.5); transform: translateY(-2px); }
.score-status { display: flex; align-items: center; gap: 6px; color: #9caac0; font-size: .55rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.score-status span { width: 6px; height: 6px; border-radius: 50%; background: #71809a; }
.score-status.live { color: #ff5d85; }
.score-status.live span { background: var(--pink); box-shadow: 0 0 0 4px rgba(251,25,88,.12); }
.score-status.upcoming { color: var(--blue); }
.score-status.upcoming span { background: var(--blue); }
.score-status.finished { color: var(--green); }
.score-status.finished span { background: var(--green); }
.score-title { overflow: hidden; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.score-teams { display: grid; gap: 5px; }
.score-teams > div { min-width: 0; display: grid; grid-template-columns: 22px minmax(0,1fr) auto; align-items: center; gap: 7px; }
.score-teams img { width: 24px; height: 24px; border-radius: 4px; object-fit: contain; }
.score-teams img.national-flag { height: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 2px; object-fit: cover; }
.score-teams img.team-crest { padding: 1px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.045); }
.score-teams span { overflow: hidden; color: #d9e3f4; font-size: .66rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.score-teams b { color: #fff; font-size: .72rem; }
.score-card > small { overflow: hidden; color: var(--muted); font-size: .55rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.score-empty { grid-column: 1/-1; margin: 0; padding: 22px; color: var(--muted); font-size: .72rem; text-align: center; }

.home-sections { padding-bottom: 84px; }
.news-section { padding-top: 28px; }
.news-section + .news-section { margin-top: 5px; border-top: 1px solid var(--line-soft); }
.news-section-heading { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.news-section-heading h2 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: 1.18rem; letter-spacing: -.02em; }
.news-section-heading h2 span { color: var(--blue); }
.news-section-heading a { color: var(--blue); font-size: .68rem; font-weight: 700; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.news-card { min-width: 0; overflow: hidden; border: 1px solid var(--line-soft); background: #061326; transition: transform .2s cubic-bezier(.23,1,.32,1), border-color .2s; }
.news-card:hover { transform: translateY(-3px); border-color: rgba(97,167,255,.48); }
.news-card-image { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #0a1830; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s cubic-bezier(.23,1,.32,1); }
.news-card:hover .news-card-image img { transform: scale(1.035); }
.news-card-image .read-time { position: absolute; right: 8px; bottom: 7px; padding: 3px 6px; border-radius: 3px; background: rgba(1,5,14,.82); color: #fff; font-size: .56rem; font-weight: 700; }
.news-card-copy { padding: 14px 15px 16px; }
.eyebrow { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: .6rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 16px; height: 2px; background: var(--pink); }
.news-card h3 { margin: 7px 0 7px; font-family: Manrope, Inter, sans-serif; font-size: 1.03rem; line-height: 1.22; letter-spacing: -.025em; }
.news-card h3 a:hover { color: #b8d8ff; }
.news-card p { display: -webkit-box; margin: 0 0 12px; overflow: hidden; color: var(--muted); font-size: .72rem; line-height: 1.5; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.card-meta { display: flex; align-items: center; gap: 8px; color: #667895; font-size: .58rem; }
.card-meta time + span::before { content: "•"; margin-right: 8px; color: #3d5478; }

.site-footer { margin-top: 54px; border-top: 1px solid var(--line); background: #020713; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 2fr; gap: 60px; padding-block: 38px 86px; }
.footer-brand p { max-width: 460px; margin: 12px 0 0; color: var(--muted); font-size: .72rem; }
.footer-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.footer-links h3 { margin: 0 0 9px; font-size: .68rem; text-transform: uppercase; }
.footer-links a { display: block; margin: 6px 0; color: var(--muted); font-size: .68rem; }
.footer-links a:hover { color: #fff; }

.page-main { min-height: 72vh; padding-top: 36px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: var(--muted); font-size: .66rem; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs span::before { content: "/"; margin-right: 8px; color: #435473; }
.category-header { max-width: 900px; padding: 18px 0 28px; }
.category-header .eyebrow { margin-bottom: 10px; }
.category-header h1 { margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(2.25rem, 5vw, 4.5rem); line-height: .98; letter-spacing: -.055em; }
.category-header p { max-width: 720px; margin: 14px 0 0; color: var(--muted); font-size: .94rem; }
.category-count { margin-top: 13px; color: #647793; font-size: .66rem; }
.category-page .news-grid { padding-bottom: 84px; }

.article-page { padding-bottom: 100px; }
.article-header { max-width: 1080px; margin: 0 auto; padding: 22px 0 24px; }
.article-header .eyebrow { margin-bottom: 13px; }
.article-header h1 { max-width: 1030px; margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(2.5rem, 5.4vw, 5.4rem); line-height: .99; letter-spacing: -.06em; text-wrap: balance; }
.article-deck { max-width: 850px; margin: 18px 0 0; color: #b1bed2; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.52; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 18px; color: #8291aa; font-size: .68rem; }
.article-meta span + span::before, .article-meta time + span::before { content: "•"; margin-right: 10px; color: #40516e; }
.article-hero { max-width: 1320px; margin: 0 auto; }
.article-hero img { width: 100%; aspect-ratio: 16/8.2; object-fit: cover; border: 1px solid var(--line); }
.article-hero figcaption { margin-top: 6px; color: #697993; font-size: .58rem; }
.article-layout { max-width: 1120px; display: grid; grid-template-columns: minmax(0,780px) 250px; gap: 60px; margin: 36px auto 0; }
.article-body { min-width: 0; color: #d8e1f0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.04rem; line-height: 1.82; }
.article-body .story-summary { margin: 0 0 30px; padding: 20px 22px; border-left: 3px solid var(--pink); background: #07172c; font-family: Inter, sans-serif; }
.story-summary h2 { margin: 0 0 10px; font-size: .9rem; text-transform: uppercase; }
.story-summary ul { margin: 0; padding-left: 18px; }
.story-summary li { margin: 6px 0; color: #b6c4d8; font-size: .78rem; line-height: 1.5; }
.article-body h2 { margin: 38px 0 12px; color: #fff; font-family: Manrope, Inter, sans-serif; font-size: 1.65rem; line-height: 1.17; letter-spacing: -.035em; }
.article-body p { margin: 0 0 18px; }
.article-body a { color: #8dc3ff; text-decoration: underline; text-decoration-color: rgba(141,195,255,.35); text-underline-offset: 3px; }
.read-next-inline { margin: 28px 0; padding: 16px 18px; border: 1px solid var(--line); background: #061326; font-family: Inter, sans-serif; }
.read-next-inline strong { display: block; margin-bottom: 8px; color: var(--pink); font-size: .63rem; letter-spacing: .06em; text-transform: uppercase; }
.read-next-inline a { display: block; color: #fff; font-size: .82rem; font-weight: 700; text-decoration: none; }
.article-sidebar { align-self: start; position: sticky; top: 92px; }
.article-sidebar-box { padding: 17px; border: 1px solid var(--line); background: #061326; }
.article-sidebar-box + .article-sidebar-box { margin-top: 14px; }
.article-sidebar h2 { margin: 0 0 10px; font-size: .75rem; text-transform: uppercase; }
.article-sidebar p, .article-sidebar li { color: var(--muted); font-size: .66rem; line-height: 1.5; }
.article-sidebar ul { margin: 0; padding-left: 16px; }
.article-disclosure { margin-top: 34px; padding-top: 16px; border-top: 1px solid var(--line); color: #7889a3; font-family: Inter, sans-serif; font-size: .66rem; }
.article-faq, .article-sources { margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); }
.article-faq details { border-bottom: 1px solid var(--line-soft); }
.article-faq summary { padding: 14px 0; color: #fff; font-family: Inter, sans-serif; font-size: .82rem; font-weight: 700; cursor: pointer; }
.article-faq p { color: #aebbd0; font-family: Inter, sans-serif; font-size: .75rem; line-height: 1.6; }
.article-sources ol { padding-left: 20px; }
.article-sources li { margin: 8px 0; color: #95a4bc; font-family: Inter, sans-serif; font-size: .68rem; line-height: 1.45; }
.article-related { max-width: 1120px; margin: 54px auto 0; padding-top: 25px; border-top: 1px solid var(--line); }
.article-related .news-grid { margin-top: 12px; }

.information-page { padding-bottom: 92px; }
.information-header { max-width: 920px; padding: 22px 0 34px; border-bottom: 1px solid var(--line); }
.information-header .eyebrow { margin-bottom: 12px; }
.information-header h1 { max-width: 900px; margin: 0; font-family: Manrope, Inter, sans-serif; font-size: clamp(2.55rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.information-header > p { max-width: 780px; margin: 18px 0 0; color: #b2c0d4; font-size: 1.02rem; line-height: 1.6; }
.information-header time { display: block; margin-top: 16px; color: #6f819d; font-size: .66rem; }
.information-layout { max-width: 1120px; display: grid; grid-template-columns: minmax(0,780px) 260px; gap: 64px; margin-top: 38px; }
.information-body { color: #d5deed; font-family: Georgia, 'Times New Roman', serif; font-size: 1.04rem; line-height: 1.82; }
.information-body section + section { margin-top: 40px; padding-top: 5px; border-top: 1px solid var(--line-soft); }
.information-body h2 { margin: 0 0 13px; color: #fff; font-family: Manrope, Inter, sans-serif; font-size: 1.65rem; line-height: 1.18; letter-spacing: -.035em; }
.information-body p { margin: 0 0 18px; }
.information-directory { align-self: start; position: sticky; top: 94px; padding: 18px; border: 1px solid var(--line); background: #061326; }
.information-directory h2 { margin: 0 0 11px; font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.information-directory a { display: block; padding: 8px 0; border-bottom: 1px solid var(--line-soft); color: #9cb1cf; font-size: .7rem; }
.information-directory a:last-child { border-bottom: 0; }
.information-directory a:hover { color: #fff; }
.contact-panel { max-width: 1120px; display: grid; grid-template-columns: minmax(0,310px) minmax(0,1fr); gap: 48px; margin: 34px 0 44px; padding: 28px; border: 1px solid var(--line); background: linear-gradient(135deg, #07182e, #04101f); }
.contact-panel h2 { margin: 10px 0; font-family: Manrope, Inter, sans-serif; font-size: 1.7rem; }
.contact-panel > div > p { color: var(--muted); font-size: .78rem; line-height: 1.6; }
.contact-form { position: relative; }
.form-status { min-height: 22px; margin-bottom: 9px; color: #9badc7; font-size: .7rem; }
.form-status.success { color: var(--green); }
.form-status.error { color: #ff809e; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.contact-form label { display: grid; gap: 7px; color: #d8e2f1; font-size: .67rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #1c3556; border-radius: 4px; background: #031020; color: #fff; font: inherit; font-weight: 500; outline: none; }
.contact-form input, .contact-form select { min-height: 43px; padding: 0 12px; }
.contact-form textarea { padding: 12px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(97,167,255,.12); }
.form-message { margin-top: 14px; }
.form-consent { grid-template-columns: 18px 1fr; align-items: start; margin-top: 14px; color: #98a8bf !important; font-weight: 500 !important; line-height: 1.45; }
.form-consent input { width: 16px; min-height: 16px; margin-top: 2px; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { margin-top: 18px; padding: 11px 18px; border: 0; border-radius: 4px; background: var(--pink); color: #fff; font-size: .72rem; font-weight: 800; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .65; }
.live-scores-page { margin: 34px 0 44px; }
.live-scores-page .score-grid { grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: visible; }

@media (max-width: 980px) {
  .news-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .article-layout { grid-template-columns: 1fr; gap: 32px; }
  .article-sidebar { position: static; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
  .article-sidebar-box + .article-sidebar-box { margin-top: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .information-layout { grid-template-columns: 1fr; gap: 34px; }
  .information-directory { position: static; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 16px; }
  .information-directory h2 { grid-column: 1/-1; }
  .contact-panel { grid-template-columns: 1fr; gap: 24px; }
  .live-scores-page .score-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .wordmark { gap: 6px; }
  .wordmark .brand-mark { width: 27px; height: 27px; flex-basis: 27px; border-radius: 6px; }
  .footer-brand .wordmark .brand-mark { width: 36px; height: 36px; flex-basis: 36px; border-radius: 8px; }
  .headline-ticker { height: 36px; }
  .headline-ticker-label { padding-inline: 12px; font-size: .58rem; }
  .headline-ticker-label svg { width: 12px; height: 12px; }
  .headline-ticker-link { font-size: .61rem; }
  .story-slider { height: min(106vw,430px); min-height: 390px; aspect-ratio: auto; }
  .story-slide .lead-copy { left: 12px; right: 12px; bottom: 18px; width: auto; max-width: none; margin-left: 0; padding: 10px 12px 12px; }
  .slide-badges { gap: 6px; margin-bottom: 8px; }
  .story-status-chip, .story-category-chip { min-height: 27px; padding: 5px 8px; font-size: .58rem; }
  .story-slide .lead-copy h1, .story-slide .lead-copy h2 { font-size: clamp(1.65rem,7.4vw,2rem); line-height: 1; }
  .story-slide .lead-copy p { height: 2.8em; font-size: .8rem; line-height: 1.4; -webkit-line-clamp: 2; }
  .slider-dots { right: 12px; bottom: 12px; }
  .slider-dots button { width: 15px; }
  .slider-dots button.active { width: 27px; }
  .up-next.recent-queue .schedule-item { flex-basis: 84%; }
  .live-scores { width: 100%; margin-top: 13px; border-inline: 0; }
  .live-scores-head { align-items: stretch; flex-direction: column; gap: 11px; }
  .live-scores-tools { align-items: center; justify-content: space-between; flex-direction: row; }
  .score-grid { grid-auto-columns: 82%; }
  .news-grid { grid-template-columns: 1fr; gap: 14px; }
  .home-sections { padding-bottom: 54px; }
  .news-card { display: grid; grid-template-columns: 40% 1fr; }
  .news-card-image { height: 100%; aspect-ratio: auto; }
  .news-card-copy { padding: 11px 12px; }
  .news-card h3 { font-size: .88rem; }
  .news-card p { -webkit-line-clamp: 2; font-size: .66rem; }
  .category-header { padding-top: 8px; }
  .category-header h1 { font-size: 2.65rem; }
  .category-page .news-grid { padding-bottom: 50px; }
  .article-page { width: 100%; padding-inline: 12px; }
  .article-header { padding-top: 10px; }
  .article-header h1 { font-size: 2.35rem; }
  .article-deck { font-size: .95rem; }
  .article-hero { margin-inline: -12px; }
  .article-hero img { aspect-ratio: 16/10; border-inline: 0; }
  .article-layout { margin-top: 25px; }
  .article-body { font-size: .98rem; line-height: 1.72; }
  .article-body h2 { font-size: 1.35rem; }
  .article-sidebar { grid-template-columns: 1fr; }
  .article-related .news-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(2,1fr); }
  .information-page { width: 100%; padding-inline: 14px; }
  .information-header { padding-top: 8px; }
  .information-header h1 { font-size: 2.6rem; }
  .information-header > p { font-size: .94rem; }
  .information-body { font-size: .98rem; line-height: 1.72; }
  .information-body h2 { font-size: 1.35rem; }
  .information-directory { grid-template-columns: 1fr; }
  .contact-panel { padding: 19px 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .live-scores-page { width: calc(100% + 28px); margin-inline: -14px; }
  .live-scores-page .score-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .story-slide { transition: none; }
  .headline-ticker-window { overflow-x: auto; mask-image: none; }
  .headline-ticker-track { animation: none; }
  .headline-ticker-set[aria-hidden="true"] { display: none; }
}
