:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #111315;
  color: #f4f3ee;
}

* { box-sizing: border-box; }

body { margin: 0; min-width: 320px; background: #111315; }

.topbar {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: max(10px, env(safe-area-inset-top)) 18px 10px;
  border-bottom: 1px solid #2d3236;
}

.brand { display: inline-flex; align-items: center; gap: 9px; color: inherit; text-decoration: none; font-weight: 750; }
.brand img { width: 29px; height: 29px; object-fit: contain; }
.reader-label { color: #a9b6bd; font-size: 13px; }

main { width: min(100%, 760px); margin: 0 auto; padding: 28px 18px calc(34px + env(safe-area-inset-bottom)); }
.loading, .empty { color: #a9b6bd; padding-top: 28vh; text-align: center; }

.eyebrow { margin: 0 0 14px; color: #55c5ff; font-size: 13px; font-weight: 700; }
.article-title { margin: 0; font-size: clamp(28px, 8vw, 46px); line-height: 1.08; letter-spacing: 0; }
.lead { margin: 18px 0 0; color: #d4d9d5; font-size: 18px; line-height: 1.45; }
.source { display: inline-block; margin-top: 18px; color: #a9b6bd; font-size: 14px; }
.source a { color: #55c5ff; }

.media-strip { display: grid; gap: 12px; margin: 28px 0 36px; }
.media-strip img, .media-strip video { width: 100%; max-height: 520px; object-fit: contain; background: #1b1f21; border-radius: 6px; }

.section { padding: 27px 0; border-top: 1px solid #2d3236; }
.section h2 { margin: 0 0 13px; font-size: 20px; line-height: 1.2; }
.section p { margin: 0 0 15px; color: #e2e4df; font-size: 17px; line-height: 1.55; white-space: pre-line; }
.section p:last-child { margin-bottom: 0; }

@media (min-width: 700px) {
  main { padding-top: 48px; }
  .article-title { font-size: 46px; }
}
