/* ============================================
   EmpanelCRM — Theme System
   Matches EmpanelJMS visual language
   ============================================ */

:root {
    --theme-primary: #1e40af;
    --theme-secondary: #3b82f6;
    --theme-gradient-start: #1e3a8a;
    --theme-gradient-end: #3b82f6;
    --theme-accent: #93c5fd;
    --theme-primary-light: rgba(30, 64, 175, 0.1);
    --theme-primary-medium: rgba(30, 64, 175, 0.2);
    --theme-text-on-primary: #ffffff;
    --nav-width-expanded: 260px;
    --nav-width-collapsed: 66px;
}

body[data-theme="purple"] {
    --theme-primary: #7c3aed;
    --theme-secondary: #a78bfa;
    --theme-gradient-start: #6d28d9;
    --theme-gradient-end: #a78bfa;
    --theme-accent: #c4b5fd;
    --theme-primary-light: rgba(124,58,237,0.1);
    --theme-primary-medium: rgba(124,58,237,0.2);
}

body[data-theme="teal"] {
    --theme-primary: #0d9488;
    --theme-secondary: #14b8a6;
    --theme-gradient-start: #0f766e;
    --theme-gradient-end: #2dd4bf;
    --theme-accent: #5eead4;
    --theme-primary-light: rgba(13,148,136,0.1);
    --theme-primary-medium: rgba(13,148,136,0.2);
}

body[data-theme="green"] {
    --theme-primary: #16a34a;
    --theme-secondary: #22c55e;
    --theme-gradient-start: #15803d;
    --theme-gradient-end: #4ade80;
    --theme-primary-light: rgba(22,163,74,0.1);
    --theme-primary-medium: rgba(22,163,74,0.2);
}
