/* Neon theme (Slice 5) - dark stage, electric accents.
   PROVISIONAL VALUES: held for the contrast-floor sign-off (the owner is
   measuring on a real projector; these may shift). Only tokens from
   src/css/themeable-tokens.json appear here - the allowlist test
   enforces that. */

html[data-skin="neon"] {
  --color-background: #4c1d95;
  --color-background-mid: #1e1b4b;
  --color-background-deep: #0f0524;

  --text-rgb: 224 255 255;

  --surface-rgb: 224 255 255;

  --color-primary: #22d3ee;
  --color-on-primary: #0f0524;
  --color-accent: #22d3ee;
  --color-accent-shadow: #db2777;
  --color-accent-2: #a855f7;
  --color-secondary: #f472b6;
  --color-focus: #67e8f9;
  --color-surface-inverse: #0f0524;

  --scrim-rgb: 15 5 36;
  --stage-scrim-rgb: 15 5 36;

  --palette-1: #22d3ee;
  --palette-2: #f472b6;
  --palette-3: #a855f7;
  --palette-4: #facc15;
  --palette-5: #4ade80;

  --gradient-cta: linear-gradient(180deg, #f472b6, #db2777);
  --gradient-primary: linear-gradient(180deg, #22d3ee, #0891b2);
  --gradient-success: linear-gradient(180deg, #4ade80, #16a34a);

  --bomb-body: #1e1b4b;
  --bomb-edge: #0f0524;
  --bomb-cap: #334155;
  --bomb-fuse: #d6b077;
  /* Slice 6.1: the danger family is FIXED SEMANTIC - danger red is the
     "time is running out" signal, not decoration. The allowlist test
     enforces this. */
}
