
:root {
  color-scheme: light;
  --ink: #1f2933;
  --ink-strong: #111827;
  --muted: #64717f;
  --muted-2: #8a97a6;
  --line: #d9e1e8;
  --line-strong: #b9c7d3;
  --paper: #fbfcfd;
  --panel: #ffffff;
  --panel-warm: #fffaf2;
  --accent: #0f766e;
  --accent-2: #b45309;
  --accent-3: #2f5f9f;
  --link: #0b5cad;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% -8%, rgba(15, 118, 110, 0.10), transparent 30rem),
    linear-gradient(180deg, #f7faf9 0, var(--paper) 420px);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: var(--link); text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }

.shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 28px;
  align-items: end;
  padding: 14px 0 18px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.masthead h1,
.detail h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(2.15rem, 4vw, 3.25rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.detail h1 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.lede {
  max-width: 580px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.rss-link,
.rss-text-link,
.actions a,
.top-nav a,
.filter-button,
.command-search input,
.controls input,
.controls select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.92rem;
}

.rss-link:hover,
.rss-text-link:hover,
.actions a:hover,
.top-nav a:hover,
.filter-button:hover {
  border-color: var(--line-strong);
  background: #f6faf9;
}

.site-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  white-space: nowrap;
}

.search-panel {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(185, 199, 211, 0.78);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(31, 41, 51, 0.08);
  backdrop-filter: blur(14px);
}

.command-search {
  display: grid;
  gap: 6px;
}

.command-search span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.command-search input {
  width: 100%;
  min-height: 44px;
  justify-content: start;
  padding: 10px 13px;
  border-color: #c8d5df;
  font: inherit;
  font-size: 0.98rem;
}

.command-search input:focus {
  outline: 3px solid rgba(15, 118, 110, 0.16);
  border-color: #6fa59e;
}

.search-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.78rem;
}

.search-meta strong {
  color: var(--ink-strong);
}

.search-meta .rss-link {
  min-height: 28px;
  margin-left: auto;
  padding: 4px 8px;
  font-size: 0.78rem;
}

.rss-text-link {
  min-height: 0;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--link);
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.rss-text-link:hover {
  background: transparent;
  color: #084987;
}

.briefing {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.95fr);
  gap: 14px;
  align-items: stretch;
  padding: 18px 0 14px;
}

.spotlight {
  display: grid;
  grid-template-columns: minmax(180px, 0.52fr) minmax(0, 1fr);
  gap: 18px;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f7fbfa 100%);
  box-shadow: 0 18px 50px rgba(31, 41, 51, 0.08);
}

.spotlight-art {
  min-height: 100%;
  background: #e6edf2;
}

.spotlight-art img,
.spotlight-art .art-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-copy {
  min-width: 0;
  padding: 24px 22px 20px 0;
  align-self: center;
}

.spotlight h2 {
  max-width: 680px;
  margin: 0 0 10px;
  color: var(--ink-strong);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.spotlight h2 a {
  color: inherit;
  text-decoration: none;
}

.spotlight-meta {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.94rem;
}

.spotlight-signal {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.45;
}

.radar-panel {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  min-width: 0;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.metric-grid div,
.lab-meter,
.signal-queue {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.metric-grid div {
  padding: 11px 10px;
}

.metric-grid strong {
  display: block;
  color: var(--ink-strong);
  font-size: 1.35rem;
  line-height: 1;
}

.metric-grid span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lab-meter,
.signal-queue {
  padding: 12px;
}

.panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.meter-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 24px;
  gap: 8px;
  align-items: center;
  margin: 8px 0;
  font-size: 0.84rem;
}

.meter-row span {
  overflow: hidden;
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meter-row div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf2f5;
}

.meter-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-3));
}

.meter-row b {
  color: var(--muted);
  font-size: 0.78rem;
  text-align: right;
}

.signal-queue {
  display: grid;
  align-content: start;
}

.signal-item {
  display: grid;
  gap: 2px;
  padding: 9px 0;
  border-top: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.signal-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.signal-item span,
.signal-item em {
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
}

.signal-item strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink-strong);
  font-size: 0.9rem;
  line-height: 1.24;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.controls {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(150px, 0.8fr));
  gap: 10px;
  align-items: end;
  margin: 4px 0 0;
  padding: 12px 0 9px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 252, 253, 0.94);
  backdrop-filter: blur(12px);
}

.controls label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.controls label span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.controls input,
.controls select {
  width: 100%;
  min-height: 36px;
  justify-content: start;
  color: var(--ink);
  font: inherit;
}

.controls input {
  padding: 8px 11px;
}

.filters {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.filter-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.filter-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.filter-buttons::-webkit-scrollbar {
  display: none;
}

.filter-button {
  flex: 0 0 auto;
  cursor: pointer;
  color: var(--muted);
  font: inherit;
  min-height: 34px;
  padding: 6px 11px;
  border-radius: 999px;
}

.filter-button span {
  color: var(--muted);
  font-size: 0.78rem;
}

.filter-button.active {
  color: var(--ink);
  border-color: #8ebbb4;
  background: #eef8f5;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 710px) minmax(280px, 1fr);
  gap: 38px;
  align-items: start;
  padding-top: 14px;
}

.episode-list {
  display: grid;
  gap: 10px;
  padding: 0;
}

.pagination {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(202, 214, 224, 0.98);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(31, 41, 51, 0.035);
}

.pagination[hidden] {
  display: none !important;
}

.pagination button {
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
}

.pagination button:hover:not(:disabled) {
  border-color: var(--line-strong);
  background: #f6faf9;
}

.pagination button:disabled {
  cursor: default;
  opacity: 0.48;
}

.page-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.page-buttons button[aria-current="page"] {
  border-color: #8ebbb4;
  background: #eef8f5;
  color: var(--ink-strong);
  font-weight: 760;
}

.page-gap {
  align-self: center;
  color: var(--muted);
  font-size: 0.78rem;
}

.pagination p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.episode-card {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 118px;
  padding: 15px 16px 15px 14px;
  background:
    linear-gradient(90deg, rgba(15, 118, 110, 0.035), transparent 26%),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(202, 214, 224, 0.98);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(31, 41, 51, 0.05), 0 10px 28px rgba(31, 41, 51, 0.025);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.episode-card::before {
  position: absolute;
  inset: 8px auto 8px -1px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--accent-3));
  content: "";
  opacity: 0.28;
}

.episode-card:hover {
  border-color: rgba(142, 187, 180, 0.9);
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(31, 41, 51, 0.10);
}

.episode-card:hover::before {
  opacity: 1;
}

.episode-card[hidden] {
  display: none !important;
}

.art,
.detail-art {
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #e6edf2;
}

.episode-body {
  min-width: 0;
}

.art img,
.detail-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.art-fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #dce8e5, #f2e7d7);
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  color: var(--muted);
  font-size: 0.76rem;
}

.meta-row span:not(:last-child)::after {
  content: "·";
  color: #9aa6b2;
  margin-left: 8px;
}

.episode-card h2 {
  margin: 0;
  font-size: 1.07rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--ink-strong);
}

.episode-card:hover h2 {
  color: var(--link);
}

.source-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 8px;
  overflow: hidden;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.source-main {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.source-main strong {
  color: #586472;
  font-weight: 650;
}

.source-details {
  flex: 0 0 auto;
}

.source-details::before {
  content: "·";
  color: #9aa6b2;
  margin-right: 8px;
}

.source-line a {
  color: var(--link);
  text-decoration: none;
}

.side-rail {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.rail-card {
  border: 1px solid rgba(202, 214, 224, 0.98);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 28px rgba(31, 41, 51, 0.04);
}

.rss-card {
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.09), transparent 58%),
    rgba(255, 255, 255, 0.92);
}

.rss-card .eyebrow {
  margin-bottom: 7px;
  font-size: 0.68rem;
}

.rss-card a {
  color: var(--ink-strong);
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.25;
  text-decoration: none;
}

.rss-card .follow-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.rss-card .follow-link span {
  font-size: 0.9em;
  line-height: 1;
}

.rss-card a:hover {
  color: var(--link);
}

.rail-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 10px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rail-list {
  display: grid;
}

.rail-item {
  display: grid;
  gap: 4px;
  padding: 11px 14px;
  border-top: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.rail-item strong {
  color: var(--ink-strong);
  font-size: 0.88rem;
  line-height: 1.25;
}

.rail-item span {
  color: var(--muted);
  font-size: 0.78rem;
}

.rail-item:hover {
  background: #f7fbfa;
}

.people,
.summary,
.signal {
  margin: 2px 0;
  color: var(--muted);
}

.people {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.people strong {
  color: var(--ink);
}

.signal {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.35;
}

.summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.88rem;
  line-height: 1.38;
}

.status-pill,
.notice {
  color: var(--muted);
  background: #eef4f8;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
}

.status-pill {
  display: inline-block;
  margin: 14px 0 8px;
  font-size: 0.9rem;
}

.notice.error {
  color: #8a2f24;
  background: #fff1ee;
  border-color: #f0c4bc;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 7px 0;
}

.tags,
.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.tags span,
.topic-tags span {
  border: 1px solid #cbd9d5;
  color: #0f5f58;
  background: #eef8f5;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 0.82rem;
}

.topic-tags span {
  color: #48525d;
  border-color: #d8e0e7;
  background: #f5f7f9;
}

.actions,
.top-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.actions a {
  min-height: 34px;
  padding: 7px 10px;
  white-space: nowrap;
  font-size: 0.88rem;
}

.external-icon {
  line-height: 1;
  font-size: 0.95em;
}

.top-nav {
  justify-content: flex-start;
  padding: 4px 0 0;
  margin-bottom: 16px;
}

.top-nav a {
  min-height: 34px;
  padding: 7px 11px;
  color: var(--muted);
  background: transparent;
}

.top-nav a::before {
  content: "←";
  font-size: 1.05em;
  line-height: 1;
}

.detail {
  padding-bottom: 48px;
}

.detail-hero {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px;
  align-items: start;
  margin-top: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 62%, var(--panel-warm) 100%);
  box-shadow: 0 18px 50px rgba(31, 41, 51, 0.08);
}

.detail-hero .tags {
  margin: 14px 0 18px;
}

.detail-hero .actions {
  padding-top: 2px;
}

.detail-art {
  box-shadow: 0 14px 34px rgba(31, 41, 51, 0.14);
}

.brief-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
  margin-top: 18px;
  padding: 0;
}

.brief-main,
.brief-facts {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.brief-main {
  padding: 20px;
}

.brief-facts {
  padding: 18px;
}

.brief-main h2,
.brief-facts h2 {
  margin: 14px 0 10px;
  font-size: 1rem;
}

.brief-signal {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.45;
}

.brief-main ul,
.content-block ul {
  padding-left: 1.2rem;
}

.brief-main li,
.content-block li {
  margin: 0 0 0.48rem;
}

.brief-facts {
  border-left: 1px solid var(--line);
}

.brief-facts dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.brief-facts dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.brief-facts dd {
  margin: 2px 0 0;
}

.content-block {
  max-width: 920px;
  margin: 18px 0 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.content-block h2 {
  margin: 0 0 12px;
  color: var(--ink-strong);
  font-size: 1.28rem;
}

.transcript {
  color: #303b45;
  max-width: 900px;
  background: #ffffff;
}

.transcript-sentence {
  max-width: 76ch;
  margin: 0 0 0.72rem;
  font-size: 0.98rem;
  line-height: 1.62;
}

.empty {
  padding: 42px 0;
  color: var(--muted);
}

@media (max-width: 720px) {
  .shell { width: min(100% - 24px, 1120px); padding-top: 18px; }
  .masthead {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 8px;
  }
  .masthead h1 { font-size: 2.05rem; }
  .lede { font-size: 0.94rem; }
  .site-actions { margin-top: 14px; }
  .rss-link { margin-top: 18px; }
  .search-panel { padding: 10px; }
  .command-search { gap: 4px; }
  .command-search input {
    min-height: 38px;
    padding: 7px 10px;
    font-size: 0.9rem;
  }
  .search-meta {
    display: block;
    margin-top: 6px;
  }
  .search-meta span:not(:first-child) {
    display: none;
  }
  .briefing { grid-template-columns: 1fr; padding-top: 14px; }
  .spotlight {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
  }
  .spotlight-art { min-height: 100%; }
  .spotlight-copy { padding: 14px 12px 14px 0; }
  .spotlight .eyebrow { margin-bottom: 6px; font-size: 0.68rem; }
  .spotlight h2 { font-size: 1.2rem; line-height: 1.08; }
  .spotlight-meta { font-size: 0.82rem; }
  .spotlight-signal {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.9rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .spotlight .topic-tags { display: none; }
  .metric-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .metric-grid div { padding: 9px 8px; }
  .metric-grid strong { font-size: 1.05rem; }
  .metric-grid span { font-size: 0.62rem; }
  .signal-queue { display: none; }
  .meter-row { grid-template-columns: 88px minmax(0, 1fr) 22px; }
  .controls { grid-template-columns: 1fr 1fr; gap: 8px; top: 0; }
  .controls .search-box { grid-column: 1 / -1; }
  .filters {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 2px;
    padding: 10px 0;
  }
  .filter-buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .filter-buttons::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .content-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 10px;
  }
  .side-rail {
    position: static;
    order: 2;
  }
  .episode-list { gap: 8px; padding-top: 0; }
  .pagination {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 10px;
    padding: 9px;
  }
  .page-buttons {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .pagination [data-page-prev] {
    grid-column: 1;
    grid-row: 2;
  }
  .pagination [data-page-next] {
    grid-column: 2;
    grid-row: 2;
  }
  .pagination p {
    grid-row: 3;
  }
  .episode-card {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 11px;
    min-height: 92px;
    padding: 10px 11px 10px 10px;
  }
  .art {
    width: 60px;
    height: 60px;
    justify-self: start;
  }
  .episode-card h2 { font-size: 0.95rem; }
  .source-line {
    max-height: 1.35em;
    font-size: 0.78rem;
  }
  .source-title,
  .newest-card {
    display: none;
  }
  .people { font-size: 0.86rem; }
  .signal { font-size: 0.88rem; }
  .summary {
    display: -webkit-box;
    -webkit-line-clamp: 1;
  }
  .tags { gap: 5px; margin: 7px 0; }
  .tags span { font-size: 0.78rem; padding: 2px 7px; }
  .actions {
    flex-wrap: wrap;
    gap: 6px;
  }
  .actions a { flex: 1 1 calc(50% - 6px); min-width: 0; padding: 7px 8px; font-size: 0.83rem; }
  .detail-hero .actions a { justify-content: center; }
  .top-nav { margin-bottom: 12px; }
  .detail-hero { grid-template-columns: 1fr; gap: 16px; padding: 14px; }
  .detail-art { max-width: 180px; }
  .brief-grid { grid-template-columns: 1fr; gap: 18px; }
  .brief-main,
  .brief-facts,
  .content-block { padding: 16px; }
  .brief-facts { border-left: 1px solid var(--line); }
  .transcript-sentence { font-size: 0.94rem; }
}
