:root {
  --live-bg: #07182c;
  --live-panel: #0e2948;
  --live-panel-soft: #f6f1e8;
  --live-text: #10233f;
  --live-muted: #5c6878;
  --live-border: #d5dce5;
  --live-accent: #b40000;
  --live-gold: #d59a32;
  --live-ok: #0c7a54;
}

.live-news-page {
  background: #f3efe7;
  color: var(--live-text);
}

.live-news-hero {
  background:
    radial-gradient(circle at 90% 15%, rgba(213, 154, 50, .2), transparent 32%),
    linear-gradient(135deg, #061426 0%, #0c2a4e 70%, #321f1a 100%);
  color: #fff;
  border-bottom: 3px solid var(--live-gold);
}

.live-news-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.live-news-hero__inner {
  padding: clamp(38px, 6vw, 78px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 34px;
  align-items: center;
}

.live-news-kicker {
  margin: 0 0 8px;
  color: #ffd88a;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .78rem;
}

.live-news-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5.8vw, 5.4rem);
  line-height: .98;
}

.live-news-hero__lead {
  max-width: 820px;
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.65;
  color: #e5edf8;
}

.live-news-hero__status {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 22px;
  backdrop-filter: blur(8px);
}

.live-news-hero__status strong,
.live-news-hero__status span {
  display: block;
}

.live-news-hero__status strong {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 7px;
}

.live-news-hero__status span {
  color: #cdd9e8;
  line-height: 1.5;
}

.live-dot {
  display: inline-block;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: #da1b25;
  margin-right: .45rem;
  box-shadow: 0 0 0 6px rgba(218, 27, 37, .18);
  vertical-align: .05rem;
}

.live-main {
  padding: 34px 0 70px;
}

.live-video-card,
.news-column,
.live-explainer,
.live-source-panel {
  background: #fff;
  border: 1px solid var(--live-border);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(13, 35, 64, .08);
}

.live-video-card {
  overflow: hidden;
  margin-bottom: 28px;
}

.live-video-card__head {
  padding: 20px 22px 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.live-video-card__head h2 {
  margin: 0 0 6px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  color: #0b294d;
}

.live-video-card__head p {
  margin: 0;
  color: var(--live-muted);
}

.live-video-state {
  padding: 6px 10px;
  border-radius: 999px;
  background: #e8edf4;
  color: #233b5e;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.live-video-state.is-live {
  background: #ffe4e5;
  color: #9d1017;
}

.live-video-state.is-upcoming {
  background: #fff0ce;
  color: #7d5310;
}

.live-player-stage {
  position: relative;
  min-height: 360px;
  aspect-ratio: 16 / 9;
  background: #07182c;
  overflow: hidden;
}

.live-player-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .72;
}

.live-player-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 12, 24, .08), rgba(4, 12, 24, .78));
  pointer-events: none;
}

.live-player-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.live-player-overlay__box {
  max-width: 700px;
  color: #fff;
}

.live-player-overlay__box h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.6rem);
}

.live-player-overlay__box p {
  color: #dbe5f1;
  line-height: 1.6;
  margin: 0 auto 18px;
}

.live-player-button,
.news-control,
.live-link-button {
  appearance: none;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.live-player-button {
  background: #fff;
  color: #0b294d;
  padding: 13px 20px;
}

.live-player-button:hover,
.live-player-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,.26);
}

.live-player-stage iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  inset: 0;
  z-index: 4;
}

.live-video-card__foot {
  padding: 15px 22px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  color: var(--live-muted);
  font-size: .92rem;
}

.live-video-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.live-link-button {
  background: #e9eff7;
  color: #0c315c;
  padding: 9px 13px;
}

.live-link-button:hover,
.live-link-button:focus-visible {
  background: #dce8f5;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.news-column {
  overflow: hidden;
  min-width: 0;
}

.news-column__head {
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--live-border);
  background: #f9fbfd;
  position: sticky;
  top: 0;
  z-index: 3;
}

.news-column__head h2 {
  margin: 0 0 6px;
  color: #0b294d;
  font-size: 1.45rem;
}

.news-column__head p {
  margin: 0;
  color: var(--live-muted);
  line-height: 1.45;
}

.news-toolbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
  align-items: center;
}

.news-control {
  padding: 8px 11px;
  background: #e8eef6;
  color: #183a62;
  font-size: .86rem;
}

.news-control[aria-pressed="true"] {
  background: #183a62;
  color: #fff;
}

.news-new-count {
  margin-left: auto;
  font-size: .82rem;
  font-weight: 800;
  color: var(--live-accent);
}

.news-stream {
  height: min(68vh, 760px);
  min-height: 520px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  background: #eef2f6;
  padding: 14px;
}

.news-item {
  display: block;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d8dfe7;
  border-radius: 14px;
  padding: 14px 15px;
  margin-bottom: 11px;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.news-item:hover,
.news-item:focus-visible {
  border-color: #8da5be;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(9, 32, 57, .09);
  outline: none;
}

.news-item.is-new {
  border-left: 5px solid var(--live-accent);
}

.news-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  color: #667384;
  font-size: .78rem;
  margin-bottom: 7px;
}

.news-item__source {
  font-weight: 800;
  color: #0c315c;
}

.news-item__category {
  border-radius: 999px;
  background: #edf2f8;
  color: #37536f;
  padding: 2px 7px;
}

.news-item h3 {
  margin: 0 0 7px;
  font-size: 1.03rem;
  line-height: 1.32;
  color: #10233f;
}

.news-item p {
  margin: 0;
  color: #4c5969;
  line-height: 1.5;
  font-size: .91rem;
}

.news-empty,
.news-loading {
  background: #fff;
  border: 1px dashed #abb8c6;
  border-radius: 13px;
  padding: 24px;
  text-align: center;
  color: var(--live-muted);
}

.news-status-line {
  padding: 10px 14px;
  border-top: 1px solid var(--live-border);
  font-size: .78rem;
  color: #687484;
  background: #fbfcfd;
}

.live-explainer,
.live-source-panel {
  padding: 24px;
  margin-top: 26px;
}

.live-explainer h2,
.live-source-panel h2 {
  color: #0b294d;
  margin-top: 0;
}

.live-explainer p,
.live-source-panel p {
  line-height: 1.7;
}

.live-source-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.live-source-links a {
  display: block;
  border: 1px solid var(--live-border);
  border-radius: 12px;
  padding: 13px;
  text-decoration: none;
  color: #0d3159;
  background: #f8fafc;
}

.live-source-links a:hover,
.live-source-links a:focus-visible {
  background: #eef4fa;
  border-color: #94abc2;
}

.live-inline-gateway {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 0;
  background: linear-gradient(135deg, #0a2748, #152f4e 70%, #4a281f);
  border: 1px solid rgba(213,154,50,.6);
  border-radius: 16px;
  color: #fff;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  box-shadow: 0 14px 30px rgba(3,19,36,.18);
}

.live-inline-gateway h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(1.25rem, 2.5vw, 1.85rem);
}

.live-inline-gateway p {
  margin: 0;
  color: #dce6f1;
  line-height: 1.55;
}

.live-inline-gateway a {
  display: inline-flex;
  padding: 11px 15px;
  border-radius: 9px;
  background: #fff;
  color: #0b294d;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.channel-actions,
.journey-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.channel-actions a,
.journey-actions a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  padding: 9px 13px;
  border-radius: 9px;
  background: #0d3159;
  color: #fff;
  font-weight: 800;
}

.channel-actions a.secondary,
.journey-actions a.secondary {
  background: #edf2f7;
  color: #173a60;
  border: 1px solid #cfd8e3;
}

.seo-section.is-clickable {
  position: relative;
}

.seo-section.is-clickable > .section-link-overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 1;
}

.seo-section.is-clickable > *:not(.section-link-overlay) {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.seo-section.is-clickable .channel-actions,
.seo-section.is-clickable .journey-actions,
.seo-section.is-clickable .channel-actions *,
.seo-section.is-clickable .journey-actions * {
  pointer-events: auto;
}

@media (max-width: 900px) {
  .live-news-hero__inner,
  .news-grid,
  .live-source-links {
    grid-template-columns: 1fr;
  }

  .news-stream {
    height: 620px;
  }

  .live-inline-gateway {
    grid-template-columns: 1fr;
  }

  .live-inline-gateway a {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .live-news-shell {
    width: min(100% - 18px, 1240px);
  }

  .live-news-hero__inner {
    padding: 30px 0 38px;
  }

  .live-player-stage {
    min-height: 260px;
  }

  .live-video-card__head,
  .live-video-card__foot {
    display: block;
  }

  .live-video-state {
    display: inline-block;
    margin-top: 12px;
  }

  .live-video-card__links {
    margin-top: 12px;
  }

  .news-stream {
    height: 570px;
    min-height: 440px;
    padding: 9px;
  }

  .live-inline-gateway {
    width: min(100% - 18px, 1180px);
    padding: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
