.switch-root{all:unset;width:32px;height:18px;border-radius:9999px;position:relative;cursor:pointer;transition:background-color .2s;display:inline-block;border:none;padding:0}.switch-root.checked{background-color:#1d4ed8}.switch-root.unchecked{background-color:#e5e7eb}.switch-thumb{display:block;width:14px;height:14px;background-color:#fff;border-radius:9999px;transition:transform .2s;will-change:transform}.switch-root.checked .switch-thumb{transform:translate(16px)}.switch-root.unchecked .switch-thumb{transform:translate(2px)}
