#sv-theme-toggle{--toggle-height:32px;--toggle-width:96px;--ball-size:calc(var(--toggle-height) - 4px);--icon-size:calc(var(--ball-size)/2);align-items:center;background-color:#404040;border-radius:999px;cursor:pointer;display:inline-flex;height:var(--toggle-height);justify-content:space-between;position:relative;width:var(--toggle-width)}#sv-theme-toggle svg{height:14px;width:14px}.sv-icon-container{align-items:center;display:flex;fill:#d1d5db;font-size:var(--icon-size);height:var(--toggle-height);justify-content:center;width:var(--toggle-height)}#sv-theme-ball,.sv-icon-container{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}#sv-theme-ball{border:2px solid #fff;border-radius:999px;height:var(--ball-size);left:2px;padding:2px;position:absolute;top:2px;width:var(--ball-size)}#sv-theme-toggle.sv-light #sv-theme-ball{transform:translateX(0)}#sv-theme-toggle.sv-auto #sv-theme-ball{transform:translateX(calc(var(--toggle-width)/2 - var(--ball-size)/2 - 2px))}#sv-theme-toggle.sv-dark #sv-theme-ball{transform:translateX(calc(var(--toggle-width) - var(--ball-size) - 4px))}#sv-theme-toggle.sv-light #sv-sun{fill:#eab308}#sv-theme-toggle.sv-auto #sv-auto{fill:#3b82f6}#sv-theme-toggle.sv-dark #sv-moon{fill:#a855f7}