.theme-toggle{background:none;border:none;padding:0;inline-size:2rem;block-size:2rem;aspect-ratio:1;border-radius:50%;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;outline-offset:5px;color:var(--foreground);transition:color .3s ease}.theme-toggle>svg{inline-size:100%;block-size:100%;stroke-linecap:round}.theme-toggle__expand g circle,.theme-toggle__expand g path{transform-origin:center;transition:transform calc(var(--theme-toggle__expand--duration, .5s) * .6) cubic-bezier(0,0,0,1.25)}.theme-toggle__expand g path{transition-delay:calc(var(--theme-toggle__expand--duration, .5s) * .2)}.theme-toggle--toggled .theme-toggle__expand g circle{transform:scale(1.4);transition-delay:0s}.theme-toggle--toggled .theme-toggle__expand g path{transform:scale(0);transition-delay:0s}