.theme-toggle{display:inline-flex;align-items:center;gap:1px;padding:2px;border:1px solid var(--line);border-radius:999px;background:var(--bg-2);min-height:34px;min-width:96px}.theme-opt{display:grid;place-items:center;width:30px;height:28px;border:0;border-radius:999px;background:none;color:var(--text-dim);cursor:pointer;transition:background .18s var(--ease),color .18s var(--ease)}.theme-opt:hover{color:var(--text-strong)}.theme-opt.is-on{background:var(--base);color:#ffffff}@media (max-width:899px){.site-head .theme-toggle{display:none}}