/* ============================================================
   Theme: hawley-midnight (DARK) — davidhawley.co.uk default arm.
   Deep blue-navy page, single gold accent (near-complementary to the
   blue, so it stays crisp). Set on :root so it is the no-flash default,
   and on [data-theme="dark"] so the edge A/B can select it explicitly.
   Contract: theme-contract.md. Rationale: DESIGN-SYSTEM.md.
   ============================================================ */

:root,
[data-theme="dark"] {
  --bg: #0B1626;
  --surface: #132034;
  --surface-2: #17263D;
  --line: #20314C;
  --line-strong: #2A3E5E;

  --fg: #DDE5F0;
  --muted: hsl(215 25% 80%);   /* raised to L80% — was #8194AC (L59%), read as disabled */
  --subtle: hsl(215 18% 66%);
  --faint: #3A506F;

  --accent: #ECAE49;           /* gold */
  --accent-hover: #F4C266;
  --accent-2: #ECAE49;
  --on-accent: #2A1E05;        /* dark brown on gold, ~8.5:1 */
  --focus: #ECAE49;

  --success: #6BBE7B;
  --danger: #E4736B;
  --attention: #ECAE49;

  --shadow-2: 0 8px 30px rgba(5, 10, 18, 0.45);
  --shadow-3: 0 24px 80px rgba(5, 10, 18, 0.6);
}
