* { box-sizing: border-box; }
html { background: var(--ink); color: var(--white); }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.app-view h1[tabindex="-1"]:focus { outline: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 200; background: var(--yellow); color: var(--ink); padding: 12px 18px; border-radius: 12px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.js .app-view:not(.is-active) { display: none; }
.app-view { min-height: 100svh; padding-top: calc(var(--header-h) + 22px); }
.eyebrow { margin: 0 0 18px; color: var(--yellow); font-size: 12px; font-weight: 850; line-height: 1.4; letter-spacing: .2em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 999px; padding: 13px 22px; text-decoration: none; font-size: 14px; font-weight: 850; letter-spacing: .02em; }
.button--primary { background: var(--yellow); color: #18120a; box-shadow: 0 12px 44px rgba(255,198,47,.22); }
.button--primary:hover { background: #ffd45b; transform: translateY(-2px); }
.button--ghost { border-color: var(--line); background: rgba(8,10,18,.25); color: var(--white); }
.button--ghost:hover { border-color: rgba(255,255,255,.5); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--yellow); text-decoration: none; font-weight: 800; }
.text-link:hover { gap: 17px; }
.chapter-shell { width: min(calc(100% - 48px), 1360px); margin: 0 auto; padding: 72px 0 110px; }
.chapter-shell--wide { width: min(calc(100% - 48px), var(--max)); }
.noscript-notice { margin: calc(var(--header-h) + 24px) auto 0; width: min(calc(100% - 40px), 1200px); background: var(--yellow); color: var(--ink); padding: 16px 20px; border-radius: 12px; font-weight: 750; }
.proposal-footer { display: flex; justify-content: space-between; gap: 24px; padding: 18px 28px; border-top: 1px solid var(--line); color: #7f8695; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
@media (max-width: 760px) {
  :root { --header-h: 64px; }
  .chapter-shell, .chapter-shell--wide { width: min(calc(100% - 30px), var(--max)); padding-top: 48px; }
  .proposal-footer { flex-direction: column; }
}
