/* 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: #0E0E0C;
  --theme-bg-secondary: #0E0E0C;
  --theme-app-header: #0B1120;
  --theme-app-sidebar: #0B1120;
  --theme-app-body: #0B0C0E;
  --theme-surface: #242429;
  --theme-border: #323D48;
  --theme-dashboard-card: #111827;
  --theme-dashboard-card-elevated: #1A1D26;
  --theme-dashboard-card-border: #263142;
  --theme-dashboard-card-hover: #182033;
  --theme-text: #F3F4F7;
  --theme-text-muted: #D3D6D9;
  --theme-primary: #CC730C;
  --theme-primary-hover: #0055FF;
  --theme-text-secondary: #EDEDED;
  --theme-text-heading: #F3F4F7;
  --theme-text-link: #0866FF;
  --theme-icon: #F3F4F7;
}
.light {
  --theme-bg: #F2F4F7;
  --theme-bg-secondary: #FCFCFD;
  --theme-app-header: #FCFCFD;
  --theme-app-sidebar: #F6F7F9;
  --theme-app-body: #F6F7F9;
  --theme-surface: #FFFFFF;
  --theme-border: #DFE2E8;
  --theme-dashboard-card: #FFFFFF;
  --theme-dashboard-card-elevated: #F8FAFC;
  --theme-dashboard-card-border: #DFE2E8;
  --theme-dashboard-card-hover: #EEF2FF;
  --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;
}
