.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;padding:10px;border:1px solid var(--line);border-radius:50%;color:var(--ink);background:var(--paper);cursor:pointer;touch-action:manipulation}
.theme-toggle:hover{border-color:var(--red)}
.theme-toggle:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.theme-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.theme-toggle .theme-sun{display:none}
[data-theme="dark"] .theme-toggle .theme-moon{display:none}
[data-theme="dark"] .theme-toggle .theme-sun{display:block}
@media(min-width:921px){.nav{gap:12px}.nav-links{gap:12px}}
@media(max-width:920px){.theme-toggle{margin-left:auto}.nav>.menu{flex:0 0 44px}}
