/* Auto-generated theme palette — served render-blocking from
   index.html so the correct colours are applied on first paint.
   DO NOT edit manually; update via /api/settings/theme-colors. */
:root, .dark {
  --theme-bg: #0B0C0E;
  --theme-bg-secondary: #101114;
  --theme-surface: #15161A;
  --theme-border: #26282F;
  --theme-text: #F3F4F7;
  --theme-text-muted: #93969F;
  --theme-primary: #B0AB27;
  --theme-primary-hover: #0055FF;
  --theme-text-secondary: #C5C8CF;
  --theme-text-heading: #F3F4F7;
  --theme-text-link: #6A8CFF;
  --theme-icon: #F3F4F7;
}
.light {
  --theme-bg: #F6F7F9;
  --theme-bg-secondary: #FCFCFD;
  --theme-surface: #FFFFFF;
  --theme-border: #DFE2E8;
  --theme-text: #15171D;
  --theme-text-muted: #6B7280;
  --theme-primary: #7018C9;
  --theme-primary-hover: #0055FF;
  --theme-text-secondary: #4A4E5A;
  --theme-text-heading: #15171D;
  --theme-text-link: #002FA7;
  --theme-icon: #15171D;
}
