:root {
  --void: #0d0d1a;
  --deep-space: #1a1a3e;
  --body: #c8d4ff;
  --white: #ffffff;
  --modular: #8b7fd4;
  --filter-peak: #c4b8f0;
  --sequencer: #5a4fcf;
  --cosmic-blue: #2e2b6e;
  --page: min(900px, calc(100vw - 36px));
}
* { box-sizing: border-box; }
html { color-scheme: dark; background: var(--void); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--void);
  color: var(--body);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}
a { color: var(--filter-peak); text-underline-offset: 4px; }
a:hover, a:focus-visible { color: var(--white); }
:focus-visible { outline: 2px solid var(--filter-peak); outline-offset: 4px; }
.skip-link { position: fixed; top: -80px; left: 12px; z-index: 20; padding: 8px 12px; background: white; color: var(--void); }
.skip-link:focus { top: 12px; }
.masthead { border-bottom: 1px solid var(--cosmic-blue); background: var(--deep-space); }
.masthead-inner {
  width: var(--page);
  margin: auto;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; flex-direction: column; text-decoration: none; }
.brand-name { color: var(--white); font-size: clamp(1.7rem, 5vw, 2.7rem); line-height: 1.05; letter-spacing: -.04em; }
.brand-line, .planet-link, .story-meta, .source-count, .kicker, .back-link {
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.brand-line { margin-top: 7px; color: var(--body); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.planet-link { font-size: .78rem; text-decoration: none; }
.sections {
  width: var(--page);
  margin: auto;
  display: flex;
  gap: 4px 28px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.sections a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--body);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.sections a[aria-current="page"] { color: var(--white); border-bottom-color: var(--modular); }
.wire, .story-page { width: var(--page); margin: auto; }
.wire { padding: 64px 0 100px; }
.wire-header { padding-bottom: 36px; border-bottom: 2px solid var(--filter-peak); }
.kicker { margin: 0 0 5px; color: var(--filter-peak); font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { color: var(--white); line-height: 1.12; text-wrap: balance; }
.wire-header h1 { margin: 0; font-size: clamp(2.7rem, 7vw, 5rem); font-weight: 500; letter-spacing: -.05em; }
.wire-header p:last-child { max-width: 600px; margin: 14px 0 0; }
.story-row { padding: 34px 0 38px; border-bottom: 1px solid var(--cosmic-blue); }
.story-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--filter-peak); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.story-row h2 { max-width: 780px; margin: 12px 0 10px; font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 500; }
.story-row h2 a { color: var(--white); text-decoration: none; }
.story-row h2 a:hover, .story-row h2 a:focus-visible { color: var(--filter-peak); }
.story-row p { max-width: 720px; margin: 0; }
.source-count { margin-top: 14px; color: var(--modular); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.status-row { background: linear-gradient(90deg, rgba(26,26,62,.72), transparent); padding-inline: 22px; }
.story-page { padding: 60px 0 110px; }
.back-link { display: inline-block; margin-bottom: 35px; font-size: .8rem; text-decoration: none; }
.story-page h1 { max-width: 850px; margin: 15px 0 20px; font-size: clamp(2.4rem, 6vw, 4.8rem); font-weight: 500; letter-spacing: -.045em; }
.deck { max-width: 730px; margin: 0; color: var(--body); font-size: clamp(1.15rem, 2.2vw, 1.4rem); }
.summary-body { max-width: 720px; margin-top: 48px; color: var(--white); }
.summary-body p { margin: 0 0 1.25em; }
.sources { max-width: 720px; margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--cosmic-blue); }
.sources h2 { margin: 0 0 16px; font-size: 1.25rem; }
.sources ol { margin: 0; padding-left: 24px; }
.sources li { padding: 5px 0; }
.text-ad { max-width: 720px; margin-top: 50px; padding: 17px 0; border-block: 1px solid var(--cosmic-blue); font-family: ui-sans-serif, system-ui, sans-serif; font-size: .84rem; }
.text-ad::before { content: "Sponsored · "; color: var(--sequencer); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-ad a { text-decoration: none; }
.footer { width: var(--page); margin: auto; padding: 35px 0 55px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--cosmic-blue); font-family: ui-sans-serif, system-ui, sans-serif; font-size: .75rem; }
.footer p { margin: 0; }
@media (max-width: 600px) {
  body { font-size: 16px; }
  .masthead-inner { min-height: 96px; }
  .planet-link { display: none; }
  .sections { gap: 4px 22px; }
  .wire { padding-top: 42px; }
  .story-row { padding-block: 27px 30px; }
  .story-page { padding-top: 42px; }
  .footer { flex-direction: column; }
}
