body[data-theme-style="dark"] {
    min-height: 100vh;
    margin: 0;
    
    /* Background shorthand */
    background: 
        radial-gradient(ellipse 900px 520px at 10% -20%, rgba(139, 92, 246, .14), transparent),
        radial-gradient(ellipse 900px 520px at 90% 10%, rgba(96, 165, 250, .12), transparent),
        rgb(11, 15, 26) !important;

    background-color: rgb(11, 15, 26) !important;
    background-attachment: fixed; /* Rimuovi se causa problemi su mobile */
}

[data-theme-style="dark"] .card-body {background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; --bg-soft: #0f1524; --shadow: 0 14px 40px rgba(0, 0, 0, .35); --line: rgba(255, 255, 255, .08); --shadow: 0 14px 40px rgba(0, 0, 0, .35); border-radius: 12px;}

[data-theme-style="dark"] .bg-blue-900 {background-color: transparent !important; background: linear-gradient(160deg, rgba(139, 92, 246, .18), rgba(236, 72, 153, .18), rgba(96, 165, 250, .18));
    border: 1px solid var(--line);
    box-shadow: 0 8px 22px rgba(139, 92, 246, .25);}

[data-theme-style="dark"] .text-white {color: #ffffff !important;}