html[data-theme="dark"] { color-scheme: dark; }
html[data-theme="light"] { color-scheme: light; }
.theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-width: 42px;
    min-height: 40px;
    padding: .4rem .7rem;
    border: 1px solid #77818e;
    border-radius: 8px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.25;
}
.theme-toggle:focus-visible { outline: 3px solid #2684ff; outline-offset: 2px; }
.theme-icon { flex-shrink: 0; }
.theme-icon-moon { display: none; }
html[data-theme="light"] .theme-icon-sun { display: none; }
html[data-theme="light"] .theme-icon-moon { display: block; }
.theme-toggle-floating { position: fixed; top: 12px; right: 12px; z-index: 1040; }
html[data-theme="dark"] .theme-toggle { color: #f4f6f9; background: #343a40; }
html[data-theme="light"] body,
html[data-theme="light"] .content-wrapper {
    background: #f2f4f8 !important;
    color: #202b3a !important;
}
html[data-theme="light"] .main-header,
html[data-theme="light"] .main-sidebar,
html[data-theme="light"] .main-footer,
html[data-theme="light"] .card,
html[data-theme="light"] .modal-content,
html[data-theme="light"] .dropdown-menu {
    background-color: #fff !important;
    color: #202b3a !important;
    border-color: #d5dce5;
}
html[data-theme="light"] .card-header,
html[data-theme="light"] .card-footer { background-color: #f8fafc; border-color: #d5dce5; }
html[data-theme="light"] .content-wrapper .bg-black,
html[data-theme="light"] .content-wrapper .bg-dark,
html[data-theme="light"] .main-header .bg-dark {
    background-color: #fff !important;
    color: #202b3a !important;
}
html[data-theme="light"] .topbar-links,
html[data-theme="light"] .main-header .nav-link,
html[data-theme="light"] .main-sidebar .brand-link,
html[data-theme="light"] .main-sidebar .nav-link,
html[data-theme="light"] .main-sidebar .nav-header,
html[data-theme="light"] .main-sidebar .nav-header b { color: #334155 !important; }
html[data-theme="light"] .main-sidebar .nav-link.active { color: #fff !important; }
html[data-theme="light"] .form-control,
html[data-theme="light"] .input-group-text,
html[data-theme="light"] .custom-select {
    color: #202b3a !important;
    background-color: #fff !important;
    border-color: #aab6c5 !important;
}
html[data-theme="light"] .form-control::placeholder { color: #657185; }
html[data-theme="light"] .table { color: #202b3a; }
html[data-theme="light"] .table td,
html[data-theme="light"] .table th { border-color: #d5dce5 !important; }
html[data-theme="light"] .text-warning { color: #896000 !important; }
html[data-theme="light"] .player-container .text-white:not(.bg-danger):not(.bg-primary):not(.bg-success):not(.bg-warning),
html[data-theme="light"] .player-container .winnings,
html[data-theme="light"] .player-container .draw-winnings { color: #202b3a !important; }
html[data-theme="light"] .player-container .bet-header,
html[data-theme="light"] .player-container .bet-header * { color: #fff !important; }
html[data-theme="light"] .btn-outline-warning { color: #896000 !important; border-color: #a77600; }
html[data-theme="light"] .btn-outline-warning:hover { color: #202b3a !important; background-color: #ffc107; }
html[data-theme="light"] .dropdown-item { color: #202b3a; }
html[data-theme="light"] .dropdown-item:hover { background-color: #edf2f7; }
html[data-theme="light"] .swal2-popup { background: #fff; color: #202b3a; }
html[data-theme="light"] .swal2-title,
html[data-theme="light"] .swal2-html-container { color: #202b3a !important; }
html[data-theme="light"] .theme-toggle { color: #202b3a; background: #fff; }
html[data-theme="light"] #clock,
html[data-theme="light"] #date,
html[data-theme="light"] #username { text-shadow: none; }
@media (max-width: 575.98px) {
    .main-header .theme-toggle-label { display: none; }
    .main-header .theme-toggle { padding: .35rem; }
}
