:root {
    /* ═══ CORES PRIMÁRIAS — tom azul-índigo profissional RH ═══ */
    --color-primary: #4F46E5;
    --color-primary-light: #6366F1;
    --color-primary-dark: #4338CA;
    --color-primary-bg: rgba(79, 70, 229, 0.06);
    --color-primary-bg-hover: rgba(79, 70, 229, 0.12);

    /* ═══ SEMÂNTICAS ═══ */
    --color-success: #059669;
    --color-success-bg: rgba(5, 150, 105, 0.08);
    --color-warning: #D97706;
    --color-warning-bg: rgba(217, 119, 6, 0.08);
    --color-danger: #DC2626;
    --color-danger-bg: rgba(220, 38, 38, 0.08);
    --color-info: #0891B2;
    --color-info-bg: rgba(8, 145, 178, 0.08);

    /* ═══ SUPERFÍCIES — mais claras e leves ═══ */
    --color-bg: #F8FAFC;
    --color-surface: #FFFFFF;
    --color-border: #E2E8F0;
    --color-border-light: #F1F5F9;

    /* ═══ TEXTOS ═══ */
    --color-text: #1E293B;
    --color-text-secondary: #64748B;
    --color-text-muted: #94A3B8;
    --color-text-inverse: #FFFFFF;

    /* ═══ SIDEBAR — azul-escuro elegante ═══ */
    --sidebar-bg: #1E1B4B;
    --sidebar-text: #C7D2FE;
    --sidebar-text-active: #FFFFFF;
    --sidebar-hover: rgba(255, 255, 255, 0.08);
    --sidebar-active: rgba(99, 102, 241, 0.25);
    --sidebar-active-border: #818CF8;
    --sidebar-width: 260px;

    /* ═══ TOPBAR ═══ */
    --topbar-height: 60px;
    --topbar-bg: var(--color-surface);
    --topbar-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);

    /* ═══ TIPOGRAFIA ═══ */
    --font-display: 'Outfit', sans-serif;
    --font-body: 'DM Sans', sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
    --text-xs: 0.75rem;
    --text-sm: 0.8125rem;
    --text-base: 0.9375rem;
    --text-lg: 1.125rem;
    --text-xl: 1.3125rem;
    --text-2xl: 1.625rem;
    --text-3xl: 2rem;

    /* ═══ ESPAÇAMENTO ═══ */
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;

    /* ═══ BORDAS ═══ */
    --radius-sm: 8px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-xl: 20px;
    --radius-full: 50%;

    /* ═══ SOMBRAS — mais suaves ═══ */
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.03);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.1);

    /* ═══ TRANSIÇÕES ═══ */
    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;

    /* ═══ Z-INDEX ═══ */
    --z-sidebar: 100;
    --z-overlay: 99;
    --z-topbar: 90;
    --z-modal: 200;
    --z-toast: 300;
    --z-loader: 400;

    /* ═══ ESCALAS ═══ */
    --schedule-morning: #6366F1;
    --schedule-afternoon: #D97706;
    --schedule-night: #7C3AED;
    --schedule-dawn: #0891B2;
    --schedule-custom: #DB2777;
}
