/* ===== LIGHT THEME (Default Daytime) ===== */
/* This is the base theme - no overrides needed since styles.css is already light */
[data-theme="light"] {
    --theme-bg: #ffffff;
    --theme-text: #1a1a2e;
    --theme-card-bg: #ffffff;
    --theme-section-alt: #f8f9fa;
}
