/* ============================
   TEMAS DE EMPRESA
   Se cargan después de base.css y sobrescriben variables globales.
   ============================ */

html[data-brand-theme="azul_naranja"][data-theme="light"],
body[data-brand-theme="azul_naranja"][data-theme="light"] {
  --color-bg: #f4f7fb;
  --color-surface: #ffffff;
  --color-surface-soft: #f8fbff;
  --color-text: #1f2937;
  --color-text-soft: #5b6472;
  --color-border: rgba(15, 61, 145, 0.14);
  --color-primary: #0f3d91;
  --color-primary-strong: #082a66;
  --color-primary-soft: #3b82f6;
  --color-secondary: #f97316;
  --color-secondary-soft: #fb923c;
  --color-accent: #ffb703;
  --gradient-main: linear-gradient(135deg, #082a66 0%, #0f3d91 38%, #f97316 100%);
  --gradient-sidebar: linear-gradient(180deg, #082a66 0%, #0f3d91 58%, #f97316 100%);
  --gradient-auth: linear-gradient(145deg, #082a66 0%, #0f3d91 45%, #fb923c 100%);
  --gradient-hero: linear-gradient(160deg, #0a224f 0%, #123f93 56%, #f97316 100%);
}

html[data-brand-theme="azul_naranja"][data-theme="dark"],
body[data-brand-theme="azul_naranja"][data-theme="dark"] {
  --color-primary: #60a5fa;
  --color-secondary: #fb923c;
  --color-accent: #ffd166;
  --gradient-sidebar: linear-gradient(180deg, #0b1220 0%, #13233d 56%, #7c2d12 100%);
  --gradient-auth: linear-gradient(145deg, #0b1220 0%, #13233d 45%, #9a3412 100%);
}

html[data-brand-theme="rojo_blanco"][data-theme="light"],
body[data-brand-theme="rojo_blanco"][data-theme="light"] {
  --color-bg: #f7f7f8;
  --color-bg-alt: #eceff3;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-text: #222831;
  --color-text-soft: #687181;
  --color-border: rgba(153, 27, 27, 0.16);
  --color-border-strong: rgba(153, 27, 27, 0.28);
  --color-primary: #b91c1c;
  --color-primary-strong: #7f1d1d;
  --color-primary-soft: #ef4444;
  --color-secondary: #334155;
  --color-secondary-soft: #64748b;
  --color-accent: #dc2626;
  --color-table-head-bg: #fff1f2;
  --color-table-row-hover: rgba(185, 28, 28, 0.055);
  --color-sidebar-hover: rgba(255, 255, 255, 0.13);
  --color-sidebar-active: #fecaca;
  --gradient-main: linear-gradient(135deg, #7f1d1d 0%, #b91c1c 45%, #f8fafc 100%);
  --gradient-sidebar: linear-gradient(180deg, #111827 0%, #7f1d1d 58%, #b91c1c 100%);
  --gradient-auth: linear-gradient(145deg, #111827 0%, #7f1d1d 48%, #ef4444 100%);
  --gradient-hero: linear-gradient(160deg, #111827 0%, #7f1d1d 58%, #b91c1c 100%);
  --focus-ring: 0 0 0 0.2rem rgba(185, 28, 28, 0.20);
}

html[data-brand-theme="rojo_blanco"][data-theme="dark"],
body[data-brand-theme="rojo_blanco"][data-theme="dark"] {
  --color-primary: #f87171;
  --color-primary-strong: #dc2626;
  --color-primary-soft: #fecaca;
  --color-secondary: #cbd5e1;
  --color-secondary-soft: #94a3b8;
  --color-accent: #fca5a5;
  --color-border-strong: rgba(248, 113, 113, 0.28);
  --gradient-sidebar: linear-gradient(180deg, #0f172a 0%, #450a0a 58%, #991b1b 100%);
  --gradient-auth: linear-gradient(145deg, #0f172a 0%, #450a0a 48%, #991b1b 100%);
  --gradient-hero: linear-gradient(160deg, #111827 0%, #450a0a 58%, #991b1b 100%);
}

html[data-brand-theme="verde"][data-theme="light"],
body[data-brand-theme="verde"][data-theme="light"] {
  --color-bg: #f1f8f4;
  --color-bg-alt: #e5f3ea;
  --color-primary: #047857;
  --color-primary-strong: #065f46;
  --color-primary-soft: #10b981;
  --color-secondary: #0f766e;
  --color-secondary-soft: #2dd4bf;
  --color-accent: #84cc16;
  --color-border: rgba(4, 120, 87, 0.15);
  --color-border-strong: rgba(4, 120, 87, 0.26);
  --color-table-head-bg: #ecfdf5;
  --color-table-row-hover: rgba(4, 120, 87, 0.06);
  --color-sidebar-active: #bbf7d0;
  --gradient-main: linear-gradient(135deg, #064e3b 0%, #047857 45%, #84cc16 100%);
  --gradient-sidebar: linear-gradient(180deg, #052e2b 0%, #065f46 58%, #047857 100%);
  --gradient-auth: linear-gradient(145deg, #052e2b 0%, #065f46 45%, #84cc16 100%);
  --gradient-hero: linear-gradient(160deg, #052e2b 0%, #065f46 58%, #84cc16 100%);
}

html[data-brand-theme="verde"][data-theme="dark"],
body[data-brand-theme="verde"][data-theme="dark"] {
  --color-primary: #34d399;
  --color-primary-strong: #059669;
  --color-primary-soft: #a7f3d0;
  --color-secondary: #2dd4bf;
  --color-accent: #bef264;
  --gradient-sidebar: linear-gradient(180deg, #0b1220 0%, #052e2b 58%, #065f46 100%);
  --gradient-auth: linear-gradient(145deg, #0b1220 0%, #052e2b 45%, #047857 100%);
}

html[data-brand-theme="gris"][data-theme="light"],
body[data-brand-theme="gris"][data-theme="light"] {
  --color-bg: #f3f4f6;
  --color-bg-alt: #e5e7eb;
  --color-surface: #ffffff;
  --color-surface-soft: #f9fafb;
  --color-primary: #374151;
  --color-primary-strong: #111827;
  --color-primary-soft: #6b7280;
  --color-secondary: #64748b;
  --color-secondary-soft: #94a3b8;
  --color-accent: #0ea5e9;
  --color-border: rgba(55, 65, 81, 0.14);
  --color-border-strong: rgba(55, 65, 81, 0.26);
  --color-table-head-bg: #f3f4f6;
  --color-table-row-hover: rgba(55, 65, 81, 0.055);
  --color-sidebar-active: #e5e7eb;
  --gradient-main: linear-gradient(135deg, #111827 0%, #374151 50%, #94a3b8 100%);
  --gradient-sidebar: linear-gradient(180deg, #111827 0%, #1f2937 56%, #374151 100%);
  --gradient-auth: linear-gradient(145deg, #111827 0%, #1f2937 48%, #64748b 100%);
  --gradient-hero: linear-gradient(160deg, #111827 0%, #1f2937 58%, #64748b 100%);
}

html[data-brand-theme="gris"][data-theme="dark"],
body[data-brand-theme="gris"][data-theme="dark"] {
  --color-primary: #cbd5e1;
  --color-primary-strong: #94a3b8;
  --color-primary-soft: #e2e8f0;
  --color-secondary: #38bdf8;
  --color-accent: #38bdf8;
  --gradient-sidebar: linear-gradient(180deg, #020617 0%, #111827 58%, #1f2937 100%);
  --gradient-auth: linear-gradient(145deg, #020617 0%, #111827 48%, #334155 100%);
}

html[data-brand-theme="morado"][data-theme="light"],
body[data-brand-theme="morado"][data-theme="light"] {
  --color-bg: #f6f3ff;
  --color-bg-alt: #ede9fe;
  --color-primary: #6d28d9;
  --color-primary-strong: #4c1d95;
  --color-primary-soft: #8b5cf6;
  --color-secondary: #be185d;
  --color-secondary-soft: #ec4899;
  --color-accent: #f59e0b;
  --color-border: rgba(109, 40, 217, 0.16);
  --color-border-strong: rgba(109, 40, 217, 0.28);
  --color-table-head-bg: #f5f3ff;
  --color-table-row-hover: rgba(109, 40, 217, 0.06);
  --color-sidebar-active: #ddd6fe;
  --gradient-main: linear-gradient(135deg, #4c1d95 0%, #6d28d9 48%, #be185d 100%);
  --gradient-sidebar: linear-gradient(180deg, #2e1065 0%, #4c1d95 58%, #7e22ce 100%);
  --gradient-auth: linear-gradient(145deg, #2e1065 0%, #4c1d95 45%, #be185d 100%);
  --gradient-hero: linear-gradient(160deg, #2e1065 0%, #4c1d95 58%, #be185d 100%);
}

html[data-brand-theme="morado"][data-theme="dark"],
body[data-brand-theme="morado"][data-theme="dark"] {
  --color-primary: #c4b5fd;
  --color-primary-strong: #8b5cf6;
  --color-primary-soft: #ddd6fe;
  --color-secondary: #f472b6;
  --color-accent: #fbbf24;
  --gradient-sidebar: linear-gradient(180deg, #0b1220 0%, #2e1065 58%, #581c87 100%);
  --gradient-auth: linear-gradient(145deg, #0b1220 0%, #2e1065 45%, #831843 100%);
}
