/* Generated from the approved DESIGN.md palette; no remote resources. */
:root {
  color-scheme: dark;
  --ink: #0B0E19;
  --surface: #121727;
  --text: #F2E6CF;
  --accent: #FFCC66;
  --accent-ink: #2A1D00;
  --line: #414C68;
  --scroll-thumb: #F2E6CF;
  --scroll-track: #0B0E19;
  --scroll-hover: #FFCC66;
  --scroll-active: #FFCC66;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--ink);
  line-height: 1.65;
  scrollbar-gutter: stable;
}
* { box-sizing: border-box; scrollbar-color: var(--scroll-thumb) var(--scroll-track); scrollbar-width: auto; }
*::-webkit-scrollbar { width: 12px; height: 12px; }
*::-webkit-scrollbar-track { background: var(--scroll-track); }
*::-webkit-scrollbar-thumb { background: var(--scroll-thumb); border: 3px solid var(--scroll-track); border-radius: 8px; }
*::-webkit-scrollbar-thumb:hover { background: var(--scroll-hover); }
*::-webkit-scrollbar-thumb:active { background: var(--scroll-active); }
body { margin: 0; }
.masthead, main, footer { width: min(100% - 2.25rem, 72rem); margin-inline: auto; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.4rem; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 800; text-decoration: none; font-size: 1.4rem; }
.letter { display: inline-grid; place-items: center; width: 2.3rem; height: 2.6rem; border-radius: .375rem; color: var(--accent-ink); background: var(--accent); font-family: ui-monospace, monospace; box-shadow: inset 0 -5px 0 var(--accent-ink); }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: .25rem 1rem; }
nav a { min-height: 44px; display: inline-flex; align-items: center; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: .22em; cursor: pointer; overflow-wrap: anywhere; }
a:hover { text-decoration-thickness: 3px; }
a:active { color: var(--text); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 2px; }
a[aria-current="page"] { color: var(--text); font-weight: 750; }
.skip { position: absolute; left: 1rem; top: 1rem; padding: .6rem 1rem; background: var(--surface); transform: translateY(-200%); z-index: 2; }
.skip:focus { transform: none; }
main { padding-block: 3rem 4rem; }
.page-heading { max-width: 48rem; }
.eyebrow { font-family: ui-monospace, monospace; font-size: .85rem; margin: 0 0 1rem; }
h1 { font-size: clamp(2rem, 5vw, 3.6rem); letter-spacing: -.035em; line-height: 1.1; margin: 0 0 1.25rem; overflow-wrap: anywhere; }
.intro { font-size: 1.15rem; max-width: 42rem; }
article { max-width: 48rem; }
article section, article h2 { margin-top: 2.7rem; }
article section h2 { margin-top: 0; }
h2 { font-size: 1.45rem; line-height: 1.3; }
h3 { font-size: 1.1rem; margin-top: 1.7rem; }
p { margin-block: .8rem; }
li + li { margin-top: .45rem; }
.notice, blockquote { max-width: 48rem; padding: 1.15rem 1.3rem; margin: 2rem 0; background: var(--surface); border-left: 4px solid var(--accent); }
.notice p { margin-bottom: 0; }
footer { padding-block: 1.5rem 2rem; border-top: 1px solid var(--line); }
footer p { font-size: .85rem; }
@media (max-width: 30rem) { .masthead { align-items: flex-start; flex-direction: column; } main { padding-top: 2rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto; animation: none; transition: none; } }
@media (forced-colors: active) { * { scrollbar-color: auto; } .letter { border: 1px solid ButtonText; box-shadow: none; } }
@media print { :root { color-scheme: light; color: #000; background: #fff; } a { color: #000; } .masthead nav, .skip { display: none; } .notice, blockquote { color: #000; background: #fff; border-color: #000; } }
