/* Dex Arcana rebuild — §2 theme tokens only. */
html[data-theme="arcana"] {
  --da-bg: #0a1220;           /* deep metallic blue-black */
  --da-bg-elevated: #121c30;
  --da-surface: #1a2740;
  --da-metal-blue: #3d7ad6;
  --da-metal-blue-hi: #7eb0ff;
  --da-metal-blue-lo: #1e3a6e;
  --da-metal-orange: #e87a2a;
  --da-metal-orange-hi: #ffb068;
  --da-metal-orange-lo: #8a4010;
  --da-ink: #e8eef8;
  --da-ink-soft: #a8b4c8;
  --da-mute: #6a768c;
  --da-danger: #c04040;
  --da-ok: #3a8a58;
  --da-focus-ring: #ffb068;
}
