.theme-control{display:flex;align-items:center;gap:6px}
.theme-label{color:#aeb8c0;font-size:12px;font-weight:600}
.theme-switch-track{position:relative;justify-content:space-between;width:48px;height:24px;padding:0 5px;background:#f1c45f}
.theme-icon{position:relative;z-index:1;font-size:13px;line-height:1}
.theme-icon-moon,.theme-icon-sun{color:#fff}
.theme-switch-thumb{position:absolute;z-index:2;left:3px;width:18px;height:18px;background:#fff;box-shadow:0 1px 3px #0007}
:root[data-theme="light"] .theme-switch-thumb{transform:translateX(24px)!important}
:root[data-theme="dark"] .theme-switch-track,:root[data-theme="dark"] .theme-switch input:checked + .theme-switch-track{background:#35455d}
:root[data-theme="dark"] .theme-switch-thumb{transform:translateX(0)!important}
html[data-theme="light"] .theme-label{color:#586673}
@media(max-width:560px){.theme-label{font-size:11px}}
