/* whitepaper.css — /whitepaper page chrome (loaded with prose.css). */

/* ── Whitepaper page (/whitepaper) ─────────────────────────────── */

/* The whitepaper wears the same Layout as the landing — same topbar,
   same footer — but the main column is constrained to a reading
   width and the typography is tuned for body prose. */
.whitepaper {
  max-width: 740px;
  margin: 0 auto;
  padding: var(--size-9) var(--size-5) var(--size-9);
}

.whitepaper-head {
  margin-bottom: var(--size-6);
  border-bottom: 1px solid var(--rule-soft);
  padding-bottom: var(--size-4);
}

.whitepaper-head .eyebrow {
  font-family: var(--font-display);
  font-size: var(--font-size-0);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 var(--size-2);
}

.whitepaper-source {
  margin: 0;
  color: var(--fg-muted);
  font-size: var(--font-size-1);
}

/* Typography scope for the rendered markdown. Kept minimal: dark
   reading column, generous line height, code blocks aligned with the
   rest of the design system. */
