/* ======================================= */
/*      NUEVOS TEMAS PROFESIONALES         */
/* ======================================= */
/* --- 1. CYBERPUNK NIGHT (Oscuro Principal) --- */
[data-theme="cyberpunk-night"] { --primary-color: #00E5FF; --primary-variant: #00B8D4; --secondary-color: #9999A1; --background: #000000; --surface: #0F0F0F; --surface-variant: #1C1C1E; --on-primary: #000000; --on-background: #EAEAEA; --on-surface: #F5F5F5; --outline: #2A2A2D; --accent-event-important: #FF3860; --accent-task: #00FFA3; --accent-event-normal: #5E5CE6; }
/* --- 2. MIDNIGHT PLUM (Oscuro) --- */
[data-theme="midnight-plum"] { --primary-color: #C39DFF; --primary-variant: #9A77D9; --background: #191724; --surface: #26233A; --surface-variant: #3E3B5B; --on-background: #E0DEF4; --on-surface: #F7F7F8; --outline: #4A4668; --accent-event-important: #EB6F92; }
/* --- 3. EVERGREEN (Oscuro) --- */
[data-theme="evergreen"] { --primary-color: #37EFCB; --primary-variant: #2CA992; --background: #232A2E; --surface: #2E3940; --surface-variant: #435058; --on-background: #E6F1F1; --on-surface: #FFFFFF; --outline: #435058; --accent-event-important: #FFB86C; }
/* --- 4. PAPERWHITE (Claro) --- */
[data-theme="paperwhite"] { --primary-color: #005A9C; --primary-variant: #004070; --background: #FBFBFB; --surface: #FFFFFF; --surface-variant: #F0F0F0; --on-background: #212121; --on-surface: #111111; --outline: #DCDCDC; }
/* --- 5. CORAL SUNSET (Claro) --- */
[data-theme="coral-sunset"] { --primary-color: #FF6B6B; --primary-variant: #E55050; --background: #FFF6F0; --surface: #FFFFFF; --surface-variant: #FFEAE4; --on-background: #5D4037; --on-surface: #4E342E; --outline: #FFD8C9; }
/* --- 6. OCEAN BREEZE (Claro) --- */
[data-theme="ocean-breeze"] { --primary-color: #0096C7; --primary-variant: #0077B6; --background: #EFFBFF; --surface: #FFFFFF; --surface-variant: #E0F7FF; --on-background: #023E7D; --on-surface: #002855; --outline: #ADE8FF; }
