/* ==================== TEMA DARK - VARIABILI COLORE ==================== */
/* Solo variabili colore per tema dark */

body.theme-dark {
    /* Colori principali (toni scuri/blu) */
    --celeste: #8dd1f0;
    --celeste-dark: #6bb8d9;
    --celeste-darker: #4a9bc2;
    --celeste-deep: #3a8bb2;
    --white: #e8f4f8;
    
    /* Colori testo */
    --text-primary: #e8f4f8;
    --text-secondary: #a0b8c8;
    --text-light: #8a9ba8;
    --text-lighter: #6b7a88;
    
    /* Colori bordi */
    --border-color: rgba(141, 209, 240, 0.25);
    
    /* Glow effects (toni scuri) */
    --glow-soft: 0 0 30px rgba(141, 209, 240, 0.15), 0 4px 25px rgba(0, 0, 0, 0.5), inset 0 0 30px rgba(141, 209, 240, 0.05);
    --glow-medium: 0 0 40px rgba(141, 209, 240, 0.2), 0 8px 35px rgba(0, 0, 0, 0.6), inset 0 0 40px rgba(141, 209, 240, 0.08);
    --glow-strong: 0 0 60px rgba(141, 209, 240, 0.25), 0 12px 50px rgba(0, 0, 0, 0.7), inset 0 0 50px rgba(141, 209, 240, 0.1);
    --glow-intense: 0 0 80px rgba(141, 209, 240, 0.3), 0 15px 60px rgba(0, 0, 0, 0.8), inset 0 0 60px rgba(141, 209, 240, 0.15);
    
    /* Background */
    --bg-primary: rgba(255, 255, 255, 0.12);
    --bg-secondary: rgba(255, 255, 255, 0.08);
    
    /* Background body */
    background: linear-gradient(180deg, #0a0a1a 0%, #1a1a2e 35%, #16213e 65%, #0f3460 100%);
    background-attachment: fixed;
    color: var(--text-primary);
}
