/* Synagen brand tokens for seo-dashboard */
:root {
  --dash-primary: #0dcaf0;
  --dash-secondary: #42f4c8;
  --dash-accent: #5B86CB;
  --dash-bg: #0a0e1a;
  --dash-surface: #111827;
  --dash-border: rgba(13, 202, 240, 0.2);
  --dash-text: #e2e8f0;
  --dash-text-muted: #64748b;
  --dash-success: #42f4c8;
  --dash-warning: #f59e0b;
  --dash-danger: #ef4444;
}
