.theme-toggle{border:1px solid var(--line-strong);background:var(--paper);min-width:70px;height:36px;color:var(--text);font:inherit;cursor:pointer;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-size:11px;display:inline-flex}.theme-toggle:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.theme-toggle svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.theme-toggle .theme-toggle__dark{display:none}html[data-theme=dark] .theme-toggle .theme-toggle__dark{display:block}html[data-theme=dark] .theme-toggle .theme-toggle__light{display:none}@media (width<=820px){.theme-toggle{min-width:42px;height:40px;padding:0 10px}.theme-toggle span{display:none!important}}
