:root {
  --brand: #0d3878;
  --brand-dark: #08265a;
  --brand-light: #1a4d9c;
  --cyan: #00b4e5;
  --cyan-dark: #008cb8;
  --accent: #e51c2a;
  --accent-dark: #b8141f;
  --ink: #0c1421;
  --ink-soft: #424d5a;
  --muted: #8a95a3;
  --line: #e4e8ec;
  --bg: #ffffff;
  --bg-soft: #f4f6fa;
  --bg-dark: #0a1530;
  --radius: 4px;
  --shadow-sm: 0 1px 2px rgba(12,20,33,.06);
  --shadow: 0 4px 18px rgba(12,20,33,.1);
  --shadow-lg: 0 12px 40px rgba(12,20,33,.18);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { margin: 0 0 .5em; font-weight: 800; letter-spacing: -.015em; line-height: 1.15; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 1.25rem; }

/* HEADER */
.site-header { background: #fff; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 0 var(--line); }
.topbar { background: linear-gradient(90deg, #061a40 0%, #0a2350 100%); color: #c8d4e8; font-size: 12.5px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: .55rem 1.25rem; gap: 1rem; flex-wrap: wrap; }
.topbar-date { text-transform: capitalize; }
.topbar-links { display: flex; gap: 1.1rem; align-items: center; }
.topbar-links a { transition: color .15s; }
.topbar-links a:hover { color: #fff; }
.topbar-links .admin-link { color: #fff; padding: .25rem .75rem; background: var(--accent); border-radius: 2px; font-weight: 600; font-size: 11.5px; }
.topbar-links .admin-link:hover { background: var(--accent-dark); }

.masthead { background: #fff; border-bottom: 1px solid var(--line); }
.masthead-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; gap: 2rem; }

.logo-img { display: block; }
.logo-img img { height: 56px; width: auto; }

.masthead-right { display: flex; align-items: center; gap: 1rem; }
.live-button {
  display: inline-flex; align-items: center; gap: .55rem;
  background: var(--accent); color: #fff !important;
  padding: .65rem 1.2rem; border-radius: 3px;
  font-weight: 800; font-size: 13px; letter-spacing: .06em;
  box-shadow: 0 4px 14px rgba(229,28,42,.35);
  transition: background .15s, transform .15s, box-shadow .15s;
}
.live-button:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(229,28,42,.5); color: #fff !important; }
.live-dot { width: 8px; height: 8px; background: #fff; border-radius: 50%; animation: livePulse 1.2s infinite; }
@keyframes livePulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255,255,255,.7); } 70% { opacity: .6; box-shadow: 0 0 0 6px rgba(255,255,255,0); } }

.search { display: flex; align-items: center; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: .3rem .3rem .3rem 1rem; min-width: 280px; transition: border-color .15s, box-shadow .15s; }
.search:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(13,56,120,.1); }
.search input { flex: 1; border: 0; background: transparent; outline: none; font: inherit; font-size: 14px; padding: .35rem 0; }
.search button { border: 0; background: var(--brand); color: #fff; border-radius: 999px; width: 34px; height: 34px; display: grid; place-items: center; cursor: pointer; transition: background .15s; }
.search button:hover { background: var(--cyan); }

.primary-nav { background: linear-gradient(180deg, var(--brand) 0%, var(--brand-dark) 100%); }
.nav-inner { overflow-x: auto; -ms-overflow-style: none; scrollbar-width: none; }
.nav-inner::-webkit-scrollbar { display: none; }
.primary-nav ul { display: flex; gap: 0; list-style: none; margin: 0; padding: 0; min-width: max-content; }
.primary-nav a {
  display: inline-block; padding: .9rem 1.1rem; font-weight: 600; font-size: 13.5px;
  color: rgba(255,255,255,.85); border-bottom: 3px solid transparent;
  transition: color .15s, background .15s, border-color .15s; white-space: nowrap;
}
.primary-nav a:hover { color: #fff; background: rgba(255,255,255,.08); }
.primary-nav a.active { color: #fff; background: rgba(255,255,255,.12); border-bottom-color: var(--cyan); }

/* BREAKING NEWS TICKER */
.breaking-bar { background: var(--accent); color: #fff; overflow: hidden; }
.breaking-inner { display: flex; align-items: center; gap: 1rem; padding: .6rem 1.25rem; }
.breaking-label {
  background: rgba(0,0,0,.3); padding: .25rem .7rem; font-size: 11px; font-weight: 800;
  letter-spacing: .08em; border-radius: 2px; flex-shrink: 0;
}
.breaking-ticker { flex: 1; overflow: hidden; position: relative; mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent); }
.breaking-track { display: inline-flex; gap: 1.5rem; white-space: nowrap; animation: ticker 60s linear infinite; font-size: 13.5px; font-weight: 500; }
.breaking-track:hover { animation-play-state: paused; }
.breaking-track a:hover { text-decoration: underline; }
.breaking-sep { opacity: .55; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }

/* MAIN */
.site-main { padding-bottom: 4rem; min-height: 60vh; }
.section { margin-top: 3rem; }
.section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; padding-bottom: .5rem; border-bottom: 3px solid var(--brand); }
.section-head h2 { font-size: 1.6rem; margin: 0; color: var(--ink); }
.section-head.light h2 { color: #fff; }
.section-head.light { border-bottom-color: var(--cyan); }
.see-all { font-size: 13px; font-weight: 700; color: var(--brand); transition: color .15s; }
.see-all:hover { color: var(--cyan); }
.see-all.light { color: var(--cyan); }
.see-all.light:hover { color: #fff; }

.page-head { margin: 1.5rem 0; padding-bottom: 1rem; border-bottom: 3px solid var(--brand); }
.page-head h1 { font-size: 2.25rem; margin: 0; }
.page-head p { color: var(--ink-soft); margin: .5rem 0 0; }

/* ============= BIG LIVE HERO ============= */
.hero-live { background: linear-gradient(180deg, #0a1530 0%, #0d2046 100%); padding: 1.5rem 0 2.5rem; margin-bottom: 1rem; }
.hero-live-grid { display: grid; grid-template-columns: 1fr 340px; gap: 1.5rem; align-items: start; }

.big-player { background: #000; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow-lg); }
.big-player-frame { aspect-ratio: 16 / 9; position: relative; background: #000; }
.big-player-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.big-player-bar {
  background: linear-gradient(90deg, #0d2046, #143a78);
  color: #fff; padding: 1rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.bp-info { display: flex; align-items: center; gap: .85rem; flex-wrap: wrap; }
.bp-badge {
  display: inline-flex; align-items: center; gap: .45rem;
  background: var(--accent); padding: .4rem .75rem;
  font-size: 11.5px; font-weight: 800; letter-spacing: .08em; border-radius: 2px;
}
.bp-channel { font-weight: 800; font-size: 15px; color: var(--cyan); letter-spacing: .02em; }
.bp-sep { opacity: .5; }
.bp-text { font-size: 13.5px; opacity: .9; }
.bp-btn {
  background: rgba(255,255,255,.1); color: #fff !important;
  padding: .55rem 1rem; border-radius: 3px; font-size: 13px; font-weight: 600;
  border: 1px solid rgba(255,255,255,.15); transition: background .15s, border-color .15s;
}
.bp-btn:hover { background: var(--cyan); border-color: var(--cyan); color: #fff !important; }

.hero-aside {
  background: rgba(255,255,255,.04); border-radius: 6px; padding: 1.25rem;
  backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.08);
}
.aside-head { margin-bottom: 1rem; padding-bottom: .65rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.aside-now {
  display: inline-flex; align-items: center; gap: .5rem;
  color: var(--cyan); font-size: 11.5px; font-weight: 800; letter-spacing: .1em;
}
.aside-now .live-dot { background: var(--accent); }
.aside-item {
  display: grid; grid-template-columns: 72px 1fr; gap: .75rem;
  padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.05);
  transition: transform .15s;
}
.aside-item:last-child { border-bottom: 0; }
.aside-item:hover { transform: translateX(2px); }
.aside-thumb { aspect-ratio: 1 / 1; border-radius: 3px; overflow: hidden; background: #1a2540; }
.aside-thumb img { width: 100%; height: 100%; object-fit: cover; }
.aside-thumb-ph { width: 100%; height: 100%; background: linear-gradient(135deg, var(--brand), var(--cyan-dark)); }
.aside-body { min-width: 0; color: #fff; }
.aside-cat { display: block; color: var(--cyan); font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .2rem; }
.aside-body h4 { font-size: 13.5px; margin: 0 0 .3rem; line-height: 1.35; color: #fff; }
.aside-body time { font-size: 11px; opacity: .6; }
.aside-item:hover h4 { color: var(--cyan); }

/* ============= FEATURED ============= */
.featured-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 1.25rem; }
.feat-big {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 6px;
  background: #000; display: block;
}
.feat-big img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.feat-big:hover img { transform: scale(1.04); }
.feat-overlay {
  position: absolute; inset: 0; padding: 1.75rem;
  background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.4) 50%, transparent);
  display: flex; flex-direction: column; justify-content: flex-end; color: #fff;
}
.feat-cat {
  display: inline-block; align-self: flex-start;
  background: var(--accent); color: #fff;
  padding: .25rem .7rem; font-size: 10.5px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em; border-radius: 2px; margin-bottom: .65rem;
}
.feat-overlay h2 { font-size: 1.6rem; line-height: 1.15; margin: 0 0 .5rem; color: #fff; max-width: 90%; }
.feat-overlay p { font-size: 14px; opacity: .92; margin: 0 0 .65rem; max-width: 80%; }
.feat-overlay time { font-size: 12px; opacity: .75; }

.feat-side { display: grid; gap: .75rem; }
.feat-small { display: grid; grid-template-columns: 130px 1fr; gap: .85rem; align-items: stretch; background: #fff; border-radius: 4px; padding: .25rem; border: 1px solid var(--line); transition: border-color .15s, transform .15s; }
.feat-small:hover { border-color: var(--brand); transform: translateX(2px); }
.feat-small-img { aspect-ratio: 4 / 3; border-radius: 3px; overflow: hidden; background: var(--bg-soft); }
.feat-small-img img { width: 100%; height: 100%; object-fit: cover; }
.feat-small-body { padding: .35rem .25rem .35rem 0; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.feat-small .feat-cat { background: transparent; color: var(--accent); padding: 0; margin-bottom: .2rem; font-size: 10px; }
.feat-small-body h3 { font-size: .92rem; margin: 0 0 .25rem; line-height: 1.3; }
.feat-small-body time { font-size: 11px; color: var(--muted); }

/* ============= CARDS ============= */
.card { background: #fff; transition: transform .15s; }
.card-media { display: block; position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--bg-soft); border-radius: 4px; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card:hover .card-media img { transform: scale(1.05); }
.card-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--brand-dark), var(--brand)); display: grid; place-items: center; }
.card-placeholder span { color: var(--cyan); font-weight: 900; letter-spacing: .12em; opacity: .35; font-size: 2rem; }
.card-body { padding: .85rem 0 0; }
.card-category { display: inline-block; color: var(--accent); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .4rem; }
.card-title { font-size: 1rem; line-height: 1.3; margin: 0 0 .4rem; font-weight: 700; }
.card-title a:hover { color: var(--brand); }
.card-excerpt { font-size: 13px; color: var(--ink-soft); margin: 0 0 .5rem; line-height: 1.5; }
.card-meta { font-size: 11.5px; color: var(--muted); }
.badge-live { position: absolute; top: .65rem; left: .65rem; background: var(--accent); color: #fff; font-size: 10px; font-weight: 800; padding: .25rem .55rem; border-radius: 2px; letter-spacing: .08em; z-index: 2; }

/* ============= PROGRAMS BAND ============= */
.programs-band {
  margin-top: 3.5rem;
  background: linear-gradient(180deg, #0a1530 0%, #08265a 100%);
  padding: 3rem 0;
  position: relative;
}
.programs-band::before, .programs-band::after {
  content: ''; position: absolute; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}
.programs-band::before { top: 0; }
.programs-band::after { bottom: 0; }

.programs-grid { gap: 1.25rem; }
.program-card { display: block; background: #fff; border-radius: 6px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.program-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.program-cover { aspect-ratio: 4 / 3; overflow: hidden; background: var(--bg-soft); position: relative; }
.program-cover img { width: 100%; height: 100%; object-fit: cover; }
.program-cover::after {
  content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity .2s;
  background: linear-gradient(135deg, rgba(0,180,229,.3), rgba(13,56,120,.5));
}
.program-card:hover .program-cover::after { opacity: 1; }
.program-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--brand), var(--cyan-dark)); display: grid; place-items: center; color: #fff; font-size: 3rem; font-weight: 900; opacity: .9; }
.program-body { padding: 1rem; }
.program-body h3 { font-size: 1.05rem; margin: 0 0 .35rem; }
.program-body p { font-size: 13px; color: var(--ink-soft); margin: 0 0 .5rem; line-height: 1.45; }
.program-body small { font-size: 11.5px; color: var(--muted); }

/* ============= EPISODES ============= */
.episode-card { display: block; background: #fff; border-radius: 4px; transition: transform .15s; }
.episode-card:hover { transform: translateY(-2px); }
.episode-cover { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 4px; background: #000; }
.episode-cover img { width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: opacity .2s, transform .3s; }
.episode-card:hover .episode-cover img { opacity: 1; transform: scale(1.03); }
.episode-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #1a2a3e, #0a1a2e); }
.play-icon {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 58px; height: 58px; background: rgba(229,28,42,.95); color: #fff;
  display: grid; place-items: center; border-radius: 50%; font-size: 1.2rem; padding-left: 4px;
  transition: transform .15s, background .15s; box-shadow: 0 4px 20px rgba(0,0,0,.5);
}
.episode-card:hover .play-icon { transform: translate(-50%, -50%) scale(1.12); background: var(--accent); }
.duration { position: absolute; bottom: .55rem; right: .55rem; background: rgba(0,0,0,.85); color: #fff; padding: .2rem .5rem; font-size: 11px; font-weight: 600; border-radius: 2px; }
.episode-body { padding: .75rem 0 0; }
.ep-program { display: inline-block; font-size: 11px; color: var(--cyan-dark); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .3rem; }
.episode-body h4 { font-size: .95rem; margin: 0 0 .3rem; line-height: 1.3; }
.episode-body time { font-size: 11.5px; color: var(--muted); }

/* ============= LIVE FULL PAGE ============= */
.live-page { padding-top: 1.5rem; }
.live-page-head h1 { display: flex; align-items: center; gap: .65rem; font-size: 1.85rem; color: var(--accent); }
.live-page-head h1 .live-dot { background: var(--accent); width: 14px; height: 14px; }
.live-page-head p { color: var(--ink-soft); margin: .25rem 0 1.25rem; }
.live-fullplayer { aspect-ratio: 16 / 9; background: #000; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow-lg); }
.live-fullplayer iframe { width: 100%; height: 100%; border: 0; }
.live-actions { margin: 1.25rem 0; display: flex; gap: .65rem; flex-wrap: wrap; }

/* ============= SCHEDULE ============= */
.schedule-list { display: flex; flex-direction: column; gap: .35rem; }
.schedule-list.big .schedule-row { padding: .9rem 1.1rem; font-size: 15px; }
.schedule-row { display: flex; align-items: center; gap: 1rem; padding: .7rem .9rem; border-radius: 4px; background: var(--bg-soft); transition: background .15s; border-left: 3px solid transparent; }
.schedule-row:hover { background: #e7eef5; border-left-color: var(--cyan); }
.schedule-time { font-weight: 800; color: var(--brand); min-width: 110px; font-variant-numeric: tabular-nums; }
.schedule-title { display: flex; align-items: center; gap: .75rem; font-weight: 500; }
.sched-thumb { width: 38px; height: 38px; border-radius: 3px; object-fit: cover; }

.day-tabs { display: flex; gap: .35rem; margin: 1rem 0 1.5rem; overflow-x: auto; padding-bottom: .35rem; }
.day-tabs a { padding: .6rem 1.1rem; background: var(--bg-soft); border-radius: 999px; font-weight: 600; font-size: 13px; white-space: nowrap; transition: background .15s; }
.day-tabs a:hover { background: #e7eef5; }
.day-tabs a.active { background: var(--brand); color: #fff; }
.day-tabs a.today { box-shadow: 0 0 0 2px var(--accent); }

/* ============= PROGRAM PAGE ============= */
.program-hero { display: grid; grid-template-columns: 320px 1fr; gap: 2rem; margin: 1.5rem 0 2.5rem; align-items: start; }
.program-hero-image { aspect-ratio: 4 / 3; border-radius: 6px; overflow: hidden; background: var(--bg-soft); box-shadow: var(--shadow); }
.program-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.program-hero-text .badge { display: inline-block; background: var(--accent); color: #fff; font-size: 11px; font-weight: 800; padding: .3rem .7rem; border-radius: 2px; letter-spacing: .08em; margin-bottom: .85rem; }
.program-hero-text h1 { font-size: 2.4rem; margin: 0 0 .5rem; }
.program-tagline { font-size: 1.15rem; color: var(--brand); margin: 0 0 1rem; font-weight: 600; }
.program-desc { line-height: 1.7; margin: 0 0 1.25rem; }
.program-meta { display: flex; gap: 2rem; font-size: 14px; color: var(--ink-soft); flex-wrap: wrap; }
.program-meta strong { color: var(--ink); }

/* ============= EPISODE PAGE ============= */
.episode-page { padding-top: 1rem; }
.episode-player { aspect-ratio: 16 / 9; background: #000; border-radius: 6px; overflow: hidden; margin-bottom: 1.5rem; box-shadow: var(--shadow); }
.episode-player iframe { width: 100%; height: 100%; border: 0; }
.episode-header { max-width: 780px; }
.episode-header h1 { font-size: 1.85rem; margin: .5rem 0 .75rem; }

/* ============= GRIDS ============= */
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.section-split { display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; align-items: start; }
.latest { min-width: 0; }
.sidebar { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 200px; }
.sidebar-block { background: var(--bg-soft); border-radius: 6px; padding: 1.25rem; }
.sidebar-block h3 { font-size: 1.05rem; margin: 0 0 1rem; padding-bottom: .65rem; border-bottom: 2px solid var(--brand); }

.popular-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1rem; }
.popular-list li { display: flex; gap: .85rem; align-items: flex-start; }
.popular-list .rank { font-size: 1.6rem; font-weight: 900; color: var(--cyan); line-height: 1; min-width: 1.6rem; }
.popular-list a { font-size: 13.5px; font-weight: 600; line-height: 1.35; display: block; }
.popular-list a:hover { color: var(--brand); }
.popular-list small { display: block; color: var(--muted); margin-top: .25rem; font-size: 11.5px; }

/* ============= ARTICLE PAGE ============= */
.article-page { max-width: 800px; margin: 1.5rem auto 0; padding: 0 1.25rem; }
.article-header { margin-bottom: 1.5rem; }
.article-category { display: inline-block; color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.article-header h1 { font-size: 2.4rem; line-height: 1.15; margin: 0 0 .75rem; }
.article-subtitle { font-size: 1.2rem; color: var(--ink-soft); margin: 0 0 1rem; line-height: 1.5; }
.article-meta { font-size: 13px; color: var(--muted); padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.article-cover { margin: 0 0 2rem; }
.article-cover img { width: 100%; border-radius: 6px; box-shadow: var(--shadow); }
.article-body { font-size: 1.08rem; line-height: 1.75; color: #1f2730; }
.article-body p { margin: 0 0 1.25em; }
.article-body h2, .article-body h3 { margin: 1.5em 0 .75em; color: var(--brand); }
.article-body img { border-radius: 4px; margin: 1em 0; }
.article-body a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.article-body blockquote { margin: 1.5em 0; padding: 1em 1.5em; border-left: 4px solid var(--accent); background: var(--bg-soft); font-style: italic; }
.article-body ul, .article-body ol { padding-left: 1.5em; }

.article-share { margin: 2.5rem 0; display: flex; gap: .65rem; align-items: center; flex-wrap: wrap; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-share span { font-weight: 600; font-size: 14px; margin-right: .5rem; }
.article-share a { padding: .5rem 1rem; background: var(--bg-soft); border-radius: 999px; font-size: 13px; font-weight: 600; transition: background .15s, color .15s; }
.article-share a:hover { background: var(--brand); color: #fff; }

/* ============= PAGINATION ============= */
.pagination { margin-top: 3rem; display: flex; justify-content: center; align-items: center; gap: 1.5rem; font-size: 14px; }
.pagination a { padding: .65rem 1.25rem; background: var(--bg-soft); border-radius: 4px; font-weight: 600; }
.pagination a:hover { background: var(--brand); color: #fff; }
.pagination span { color: var(--muted); }

/* ============= EMPTY STATE ============= */
.empty-state { padding: 4rem 1rem; text-align: center; color: var(--ink-soft); }

/* ============= ABOUT ============= */
.about-page .about-content { max-width: 800px; }
.about-page .lead { font-size: 1.2rem; color: var(--ink-soft); line-height: 1.6; }
.about-page h2 { margin-top: 2rem; color: var(--brand); font-size: 1.4rem; padding-bottom: .35rem; border-bottom: 2px solid var(--cyan); display: inline-block; }
.about-page ul { padding-left: 1.5em; line-height: 1.85; }
.about-actions { margin-top: 2rem; display: flex; gap: .75rem; }

.btn { display: inline-block; padding: .8rem 1.6rem; font-weight: 600; border-radius: 4px; border: 0; cursor: pointer; font: inherit; transition: background .15s, transform .15s, box-shadow .15s; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 4px 14px rgba(13,56,120,.25); }
.btn-primary:hover { background: var(--cyan); color: #fff; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,180,229,.35); }
.btn-secondary { background: var(--bg-soft); color: var(--ink); }
.btn-secondary:hover { background: var(--line); color: var(--ink); }

/* ============= FOOTER ============= */
.site-footer { background: linear-gradient(180deg, #061a40 0%, #020c20 100%); color: #c8d4e8; margin-top: 5rem; position: relative; }
.site-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--brand), var(--cyan), var(--accent)); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; padding: 3.5rem 1.25rem 2rem; }
.footer-logo { display: inline-block; margin-bottom: 1rem; }
.footer-logo img { height: 50px; width: auto; filter: brightness(1.05); }
.footer-brand p { color: #8a95a3; font-size: 14px; line-height: 1.7; }
.footer-socials { margin-top: 1rem; display: flex; gap: .5rem; flex-wrap: wrap; }
.footer-socials a { padding: .4rem .9rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 999px; font-size: 12.5px; transition: background .15s, border-color .15s; }
.footer-socials a:hover { background: var(--cyan); border-color: var(--cyan); color: #fff; }
.site-footer h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .55rem; }
.site-footer a { color: #c8d4e8; font-size: 13.5px; transition: color .15s; }
.site-footer a:hover { color: var(--cyan); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 1.25rem 0; }
.footer-bottom > .container { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: #8a95a3; }

/* ============= RESPONSIVE ============= */
@media (max-width: 1100px) {
  .hero-live-grid { grid-template-columns: 1fr; }
  .hero-aside { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem 1rem; }
  .aside-head { grid-column: 1 / -1; }
  .featured-grid { grid-template-columns: 1fr; }
  .feat-side { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .section-split { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-head h1 { font-size: 1.7rem; }
  .article-header h1 { font-size: 1.7rem; }
  .program-hero { grid-template-columns: 1fr; }
  .program-hero-image { max-width: 320px; }
  .feat-overlay h2 { font-size: 1.25rem; }
  .feat-side { grid-template-columns: 1fr; }
  .hero-aside { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .topbar-date { display: none; }
  .topbar-inner { padding: .4rem .85rem; }
  .topbar-links { gap: .65rem; }
  .masthead-inner { flex-direction: column; gap: .75rem; align-items: stretch; padding: .85rem 1rem; }
  .logo-img img { height: 44px; margin: 0 auto; }
  .masthead-right { justify-content: space-between; width: 100%; gap: .5rem; }
  .search { min-width: 0; flex: 1; }
  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 1rem 1rem; }
  .footer-bottom > .container { flex-direction: column; gap: .5rem; padding: 0 1rem; }
  .section-head h2 { font-size: 1.2rem; }
  .program-meta { gap: .75rem; flex-direction: column; }
  .breaking-label { font-size: 10px; padding: .2rem .5rem; }
  .big-player-bar { padding: .85rem 1rem; flex-direction: column; align-items: stretch; }
  .bp-info { flex-direction: column; align-items: flex-start; gap: .35rem; }
  .feat-small { grid-template-columns: 100px 1fr; }
}
