
/* v33.4.45 — Member Login Dark & Light Mode */
:root{color-scheme:dark}
html[data-member-auth-theme="light"]{color-scheme:light}
.v33445-theme-toggle{
 position:fixed;top:18px;right:22px;z-index:1000;display:flex;align-items:center;gap:5px;
 padding:5px;border:1px solid rgba(111,164,208,.36);border-radius:999px;background:rgba(5,24,42,.88);
 box-shadow:0 10px 30px rgba(0,0,0,.18);backdrop-filter:blur(12px)
}
.v33445-theme-toggle button{width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;cursor:pointer;background:transparent;color:#8fb7d9}
.v33445-theme-toggle button.is-active{background:#fff;color:#0c76dc;box-shadow:0 3px 12px rgba(0,0,0,.18)}
.v33445-theme-toggle .v33445-moon.is-active{background:#0d3152;color:#fff}
html[data-member-auth-theme="light"] body.v33443-recovery,
html[data-member-auth-theme="light"] body.v33442-member-login{background:#edf5fc!important;color:#10243a!important}
html[data-member-auth-theme="light"] .r43-shell,
html[data-member-auth-theme="light"] .m42-shell{background:#edf5fc!important}
html[data-member-auth-theme="light"] .r43-side,
html[data-member-auth-theme="light"] .m42-login-panel{background:radial-gradient(circle at 50% 30%,#fff,#edf5fc 72%)!important}
html[data-member-auth-theme="light"] .r43-card,
html[data-member-auth-theme="light"] .m42-card{background:rgba(255,255,255,.98)!important;border-color:#c7dcec!important;box-shadow:0 28px 70px rgba(34,75,110,.14)!important;color:#10243a!important}
html[data-member-auth-theme="light"] .r43-card h2,
html[data-member-auth-theme="light"] .m42-card h1,
html[data-member-auth-theme="light"] .m42-card h2{color:#10243a!important}
html[data-member-auth-theme="light"] .r43-assoc,
html[data-member-auth-theme="light"] .m42-assoc{color:#1478cc!important}
html[data-member-auth-theme="light"] .r43-info,
html[data-member-auth-theme="light"] .r43-help,
html[data-member-auth-theme="light"] .m42-help{background:#f1f8fe!important;border-color:#c4deef!important;color:#416681!important}
html[data-member-auth-theme="light"] .r43-label,
html[data-member-auth-theme="light"] .m42-label{color:#17314a!important}
html[data-member-auth-theme="light"] .r43-input,
html[data-member-auth-theme="light"] .m42-input{background:#fff!important;border-color:#aacce5!important}
html[data-member-auth-theme="light"] .r43-input input,
html[data-member-auth-theme="light"] .m42-input input{color:#10243a!important}
html[data-member-auth-theme="light"] .r43-input input::placeholder,
html[data-member-auth-theme="light"] .m42-input input::placeholder{color:#7894aa!important}
html[data-member-auth-theme="light"] .r43-back,
html[data-member-auth-theme="light"] .m42-secondary{color:#176eb5!important;border-color:#9fc7e5!important;background:#fff!important}
html[data-member-auth-theme="light"] .r43-divider:before,
html[data-member-auth-theme="light"] .r43-divider:after{background:#c8dce9!important}
html[data-member-auth-theme="light"] .r43-divider,
html[data-member-auth-theme="light"] .r43-expire{color:#67859c!important}
html[data-member-auth-theme="light"] .r43-footer,
html[data-member-auth-theme="light"] .m42-footer{background:#e5f0f8!important;border-color:#cadce9!important;color:#607b91!important}
html[data-member-auth-theme="light"] .v33445-theme-toggle{background:rgba(255,255,255,.94);border-color:#c8dce9}
@media(max-width:900px){.v33445-theme-toggle{top:12px;right:12px}}
