/* Dark mode is default in this design */
/* This file can be used for light mode if needed */

.light-mode {
    --bg: #F8FAFC;
    --card-bg: #FFFFFF;
    --text: #1E293B;
    --text-secondary: #64748B;
    --border: #E2E8F0;
}

.light-mode .content-card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}