/* Theme Toggle - Hidden (Light Only Theme) */

/* Hide all theme toggle buttons */
#themeToggle.theme-toggle,
.floating-theme-toggle,
.theme-toggle,
.mobile-toggle-btn,
[data-theme-toggle],
.dark-mode-toggle,
.light-mode-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Force Light Theme Everywhere */
body,
body.dark-mode,
body.dark-theme,
body.light-mode,
body.light-theme {
    background-color: #f8fafc !important;
    color: #0f172a !important;
}

/* Ensure cards are always light */
.card,
.balance-card {
    background: #ffffff !important;
    color: #0f172a !important;
}