.SliderRoot{position:relative;display:flex;align-items:center;-webkit-user-select:none;user-select:none;touch-action:none;width:100%;min-width:100px;height:16px}.SliderTrack{position:relative;flex-grow:1;height:2px}.SliderRange,.SliderTrack{background-color:#c9cdd3;border-radius:9999px}.SliderRange{position:absolute;height:100%}.SliderThumb{display:block;width:16px;height:16px;background-color:#b2a1f0;border-radius:8px}.SliderThumb:focus{outline:none}.SliderMarks,.SliderTicks{position:absolute;display:flex;justify-content:space-between;width:100%}.SliderTick{width:8px;height:8px;background-color:#c9cdd3;border-radius:4px}.SliderMarks{top:24px}.SliderMark{font-size:13px;color:#30333f}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)}