/* Floating theme button */
/* Floating theme button */
#themeToggle.theme-toggle,
.floating-theme-toggle {
    display: none !important;
}

#themeToggle.theme-toggle:hover {
    transform: scale(1.1);
}

/* Dark mode styles */
body.dark-theme {
    background-color: #0e1117;
    color: #e6e6e6;
}

body.dark-theme .card,
body.dark-theme .balance-card {
    background: #161b22;
    color: #e6e6e6;
}