/* Falcon Marketing — runtime theme overrides
   Default theme (Midnight Galaxy) is defined inline in each dashboard's <style>.
   This file overlays alternate themes when [data-theme] is set on <html>. */

[data-theme="sunset"] body {
  background: #FEF7F0 !important;
  color: #1C1917 !important;
}

[data-theme="sunset"] .topbar {
  background: #264653 !important;
}

[data-theme="sunset"] .topbar-title,
[data-theme="sunset"] .topbar-sub,
[data-theme="sunset"] .back-link {
  color: #FEF7F0 !important;
}

[data-theme="sunset"] .logo-x { color: #E76F51 !important; }
[data-theme="sunset"] .logo-f { color: #F4A261 !important; }

[data-theme="sunset"] .kpi-card,
[data-theme="sunset"] .chart-card,
[data-theme="sunset"] .table-card,
[data-theme="sunset"] .dashboard-card,
[data-theme="sunset"] .filter-bar {
  background: #FFFFFF !important;
  border-color: #F0E4D7 !important;
}

[data-theme="sunset"] .kpi-value,
[data-theme="sunset"] .chart-title,
[data-theme="sunset"] .section-title,
[data-theme="sunset"] .dashboard-card-number {
  color: #E76F51 !important;
}

[data-theme="sunset"] .detail-table th {
  background: #264653 !important;
  color: #FEF7F0 !important;
}

[data-theme="sunset"] .kpi-label,
[data-theme="sunset"] .filter-bar label {
  color: #6B5D4F !important;
}

[data-theme="sunset"] .toggle-switch.active {
  background: #E76F51 !important;
}

[data-theme="sunset"] select,
[data-theme="sunset"] button {
  border-color: #F0E4D7 !important;
}
