/*
 * Dark theme — matches pre-Phase-2 default appearance.
 * Applied via data-wm-theme="dark" on <html> (set before paint).
 */
[data-wm-theme="dark"] {
  --wm-color-page: #05060a;
  --wm-color-surface-0: rgba(20, 20, 35, 0.4);
  --wm-color-surface-1: rgba(20, 20, 35, 0.2);
  --wm-color-surface-elevated: rgb(20 24 38 / 72%);
  --wm-color-text: rgba(255, 255, 255, 0.92);
  --wm-color-text-muted: rgba(255, 255, 255, 0.65);
  --wm-color-border: rgba(99, 102, 241, 0.25);
  --wm-color-accent: #136df4;
  --wm-color-accent-soft: rgb(123 173 241);
  --wm-artifact-backdrop: rgba(8, 12, 29, 0.38);
  --wm-artifact-border: rgb(63 81 157 / 68%);
}
