body.light-mode {
    background: #1c1c1c !important;
    color: #e5e5e5 !important;
}

body.light-mode .card-glossy {
    background: #2b2b2b !important;
    color: #e5e5e5 !important;
    border: 1px solid #444 !important;
}

body.light-mode .text-white,
body.light-mode .text-white\/80,
body.light-mode .text-white\/60 {
    color: #e5e5e5 !important;
}

body.light-mode table {
    background: #252525 !important;
    color: #e5e5e5 !important;
}

body.light-mode th {
    background: #333333 !important;
}

body.light-mode tr:nth-child(even) {
    background: #2d2d2d !important;
}
body.light-mode .bg-gradient-to-br {
    background: linear-gradient(
        135deg,
        #151515,
        #202020,
        #2b2b2b
    ) !important;
}

body.light-mode .absolute.inset-0.bg-gradient-to-br {
    background: linear-gradient(
        135deg,
        #151515,
        #202020,
        #2b2b2b
    ) !important;
}

/* Achtergrond van de hele pagina */
body.light-mode {
    background: #1c1c1c !important;
}

/* Tailwind gradient achtergrond overschrijven */
body.light-mode .fixed.inset-0.-z-10.overflow-hidden {
    background: #1c1c1c !important;
}

body.light-mode .absolute.inset-0.bg-gradient-to-br {
    background: #1c1c1c !important;
}

/* Gloeiende blauwe/paarse bollen uitschakelen */
body.light-mode .bg-blue-500,
body.light-mode .bg-purple-500 {
    display: none !important;
}

