/* NexerIQ Mail brand tokens - Vector Pulse */
:root {
  color-scheme: light dark;
  --nqm-brand-navy: #0F172A;
  --nqm-brand-blue: #2563EB;
  --nqm-sky-accent: #38BDF8;
  --nqm-slate: #64748B;
  --nqm-surface-light: #F8FAFC;
  --nqm-surface-dark: #0B1220;
  --nqm-success: #16A34A;
  --nqm-info: #0EA5E9;
  --nqm-warning: #F59E0B;
  --nqm-danger: #DC2626;

  --nqm-bg: #F8FAFC;
  --nqm-surface: #FFFFFF;
  --nqm-surface-subtle: #F1F5F9;
  --nqm-text: #0F172A;
  --nqm-text-muted: #64748B;
  --nqm-border: #E2E8F0;
  --nqm-primary: #2563EB;
  --nqm-primary-contrast: #FFFFFF;
  --nqm-focus-ring: rgba(37, 99, 235, .35);
}

[data-theme="dark"], [data-bs-theme="dark"] {
  --nqm-bg: #0B1220;
  --nqm-surface: #111827;
  --nqm-surface-subtle: #172033;
  --nqm-text: #F8FAFC;
  --nqm-text-muted: #94A3B8;
  --nqm-border: #1E293B;
  --nqm-primary: #60A5FA;
  --nqm-primary-contrast: #0B1220;
  --nqm-focus-ring: rgba(96, 165, 250, .40);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]):not([data-bs-theme="light"]) {
    --nqm-bg: #0B1220;
    --nqm-surface: #111827;
    --nqm-surface-subtle: #172033;
    --nqm-text: #F8FAFC;
    --nqm-text-muted: #94A3B8;
    --nqm-border: #1E293B;
    --nqm-primary: #60A5FA;
    --nqm-primary-contrast: #0B1220;
    --nqm-focus-ring: rgba(96, 165, 250, .40);
  }
}
