
.themeSwitch{height:42px;display:flex;align-items:center;gap:3px;padding:3px;border-radius:11px;background:#071225;border:1px solid rgba(139,151,190,.23);box-shadow:inset 0 1px rgba(255,255,255,.02)}
.themeSwitch button{width:35px;height:34px;border:0;border-radius:8px;background:transparent;color:#78859f;display:grid;place-items:center;cursor:pointer;transition:.16s}
.themeSwitch button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.themeSwitch button.active{color:#f2c86e;background:linear-gradient(145deg,rgba(224,177,91,.16),rgba(104,83,173,.08));box-shadow:inset 0 0 0 1px rgba(225,180,94,.18)}
.themeSwitch .themeSun.active{color:#d89c27;background:rgba(255,205,90,.13)}
.appShell.antonijaTheme .themeSwitch{background:#fff!important;border-color:#e1e4ef!important}
.appShell.antonijaTheme .themeSwitch button{color:#9aa0b1!important}.appShell.antonijaTheme .themeSwitch .themeSun.active{color:#8a65e8!important;background:#eeeaff!important}.appShell.antonijaTheme .themeSwitch .themeMoon.active{color:#6f5bd5!important;background:#f1effc!important}
.themeLabelTip{position:absolute;opacity:0;pointer-events:none;transform:translateY(4px);font-size:9px;white-space:nowrap;padding:5px 7px;border-radius:7px;background:rgba(7,17,38,.90);color:#d9e0eb;border:1px solid rgba(140,153,191,.22);top:47px;left:50%;translate:-50% 0;transition:.15s}.themeSwitch{position:relative}.themeSwitch:hover .themeLabelTip{opacity:1;transform:none}
.appShell.antonijaTheme .themeLabelTip{background:rgba(255,255,255,.90);color:#50596e;border-color:#e0e2ec}
