/* Tema di Base: DARK/NEON (Default) */
[data-theme="dark"] {
    --theme-bg-base: #0d1117; /* Sfondo body (Molto scuro) */
    --theme-surface-base: #1f2a37; /* Superficie card/header (Chiaro rispetto al body) */
    --theme-card-content-bg: #f5f5f5; /* NUOVO: Sfondo contenuto card (Bianco/Grigio chiaro) */
    --theme-card-content-text: #0d1117; /* NUOVO: Testo scuro per il contrasto */
    --theme-accent-base: #00ffff; /* Colore Neon primario (Cyan) */
    --theme-text-base: #e4e4e4; /* Testo chiaro */
    --theme-text-base-rgb: 228, 228, 228; /* RGB per opacità */
    --theme-button-bg-base: #008888;
}

/* Tema: HALLOWEEN */
[data-theme="halloween"] {
    --theme-bg-base: #1a0033; /* Viola scuro / Quasi nero */
    --theme-surface-base: #331a4d;
    --theme-card-content-bg: #ffe0b2; /* NUOVO: Arancione molto chiaro */
    --theme-card-content-text: #1a0033; /* NUOVO: Testo scuro */
    --theme-accent-base: #ff9900; /* Arancione zucca */
    --theme-text-base: #ffcc99; /* Arancione pallido */
    --theme-text-base-rgb: 255, 204, 153;
    --theme-button-bg-base: #993300;
}

/* Tema: CHRISTMAS */
[data-theme="christmas"] {
    --theme-bg-base: #4a0000; /* Rosso scuro/vinoso */
    --theme-surface-base: #7a0000;
    --theme-card-content-bg: #d4e7d4; /* NUOVO: Verde chiaro */
    --theme-card-content-text: #4a0000; /* NUOVO: Testo scuro */
    --theme-accent-base: #00ff00; /* Verde Neon */
    --theme-text-base: #ffffff; /* Bianco neve */
    --theme-text-base-rgb: 255, 255, 255;
    --theme-button-bg-base: #cc0000;
}
