/* Synagen brand tokens for seo-dashboard — mirrors dashboard-tokens.css v1.4.0 */
:root {
  --dash-primary:      #0dcaf0;
  --dash-secondary:    #42f4c8;
  --dash-accent:       #5B86CB;
  --dash-bg:           #0a0e1a;
  --dash-surface:      rgba(13,202,240,0.04);
  --dash-border:       rgba(13,202,240,0.14);
  --dash-border2:      rgba(13,202,240,0.32);
  --dash-text:         #e2e8f0;
  --dash-text-muted:   #64748b;
  --dash-text-bright:  #ffffff;
  --dash-success:      #42f4c8;
  --dash-warning:      #f59e0b;
  --dash-danger:       #ef4444;
  /* Canonical font stacks (dashboard-tokens.css v1.9.0) */
  --dash-body:         'Outfit','Segoe UI',system-ui,-apple-system,sans-serif;
  --dash-heading:      'Outfit','Segoe UI',system-ui,-apple-system,sans-serif;
  --dash-mono:         'JetBrains Mono','Cascadia Code','Fira Code',ui-monospace,monospace;
  /* Spacing scale */
  --dash-space-4: 16px;
  --dash-space-6: 24px;
  --dash-radius:  12px;
  --dash-radius-lg: 16px;
  --dash-blur:    14px;
}
