/* Extracted inline <style> block, ADR-0063 / CODE-01. Content-addressed: the same
   block on another page links this same file. Linked exactly where the block was, so
   source order — and therefore the cascade — is unchanged. Do not hand-edit. */

/* Dark-mode legibility: red text/links need the bright accent on a dark ground —
   #c5311d only reaches ~3:1 there. Bright red for ink, bright gold for the second.
   These tokens are text-only (buttons use --accent), so this is safe. */
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){--ink-accent:#ff6a52;--ink-accent2:#e0a636}
}
:root[data-theme="dark"]{--ink-accent:#ff6a52;--ink-accent2:#e0a636}
