/* 
   Light Mode Theme Variables & Styles 
*/

body.light-mode {
    --bg-body: #FFFFFF;
    --bg-surface: #F4F4F5;
    --text-main: #18181B;
    /* Zinc-900 */
    --text-muted: #52525B;
    /* Zinc-600 */
    --border: #E4E4E7;
    --shadow-color: rgba(0, 0, 0, 0.1);
}

/* Light Mode Specific Element Styles */
body.light-mode .stat-card {
    background: rgba(0, 0, 0, 0.03);
}

body.light-mode .stat-card .stat-sub {
    color: #000;
}