/* DS-VIS-007 — shared semantic tokens (marketing ↔ console) */
:root {
  --dg-bg-deep: #050506;
  --dg-bg: #0a0e1a;
  --dg-bg-elevated: #0f172a;
  --dg-accent: #5e6ad2;
  --dg-accent-dim: rgba(94, 106, 210, 0.14);
  --dg-accent-glow: rgba(94, 106, 210, 0.28);
  --dg-success: #22c55e;
  --dg-warning: #f59e0b;
  --dg-danger: #ef4444;
  --dg-text: #f8fafc;
  --dg-text-muted: #94a3b8;
  --dg-text-dim: #64748b;
  --dg-border: rgba(255, 255, 255, 0.08);
  --dg-border-bright: rgba(255, 255, 255, 0.14);
}
