button{all:unset}.SwitchRoot{width:51px;height:31px;background:linear-gradient(84deg,#a4aebe,#aab1c3);border-radius:16px;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.SwitchRoot[data-state=checked]{background:#494949}.SwitchThumb{display:flex;justify-content:center;align-items:center;width:24px;height:24px;background:#fefeff;border-radius:50%;transition:transform .1s;transform:translateX(4px);will-change:transform}.SwitchThumb[data-state=checked]{transform:translateX(24px);background:linear-gradient(228deg,#fff,#eef1f4)}.SwitchThumbIcon{width:10px;height:10px;border-radius:50%}.SwitchThumbIcon[data-state=checked]{background:linear-gradient(142deg,#2fb8ff,#50e797)}