.theme-toggle{width:38px;height:38px;color:var(--text-dim);cursor:pointer;background:0 0;border:1px solid transparent;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;font-size:13px;line-height:1;transition:border-color .18s ease-out,background-color .18s ease-out,color .18s ease-out,transform .18s ease-out;display:inline-flex}.theme-toggle i.icon{color:currentColor;justify-content:center;align-items:center;width:auto;margin:0;display:inline-flex}.theme-toggle i.icon svg{display:block}.theme-toggle:hover{border-color:color-mix(in srgb,var(--border)72%,transparent);background:var(--surface-alt);color:var(--text)}.theme-toggle:active{transform:translateY(1px)scale(.985)}
