.theme-toggle{display:flex;justify-content:space-around;gap:8px;padding:4px;border-radius:999px;background:var(--btn-group-bg,rgba(127,127,127,.1));-webkit-backdrop-filter:saturate(1.2) blur(6px);backdrop-filter:saturate(1.2) blur(6px)}.theme-btn{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;cursor:pointer;outline:none;transition:transform .12s ease;color:var(--fg)}.theme-btn:hover{transform:translateY(-1px)}.theme-btn:active{transform:translateY(0)}.theme-btn.is-active{background:var(--accent-bg,rgba(127,127,127,.16));box-shadow:0 0 0 1px var(--accent-stroke,rgba(127,127,127,.25)) inset}