.theme-toggle{border:1px solid var(--border);width:40px;height:40px;color:var(--fg-muted);background:0 0;border-radius:999px;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.theme-toggle:hover{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-soft)}.theme-toggle svg{width:18px;height:18px}
