.car-switch{display:flex;align-items:center;gap:1rem;font-size:1rem;justify-content:center;margin-bottom:1rem}.car-switch span{-webkit-user-select:none;user-select:none}.switch{position:relative;display:inline-block;width:55px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background:var(--bg-linear-gradient);border-radius:28px;transition:background .3s}.slider:before{content:"";position:absolute;height:22px;width:22px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .3s}.switch input:checked+.slider:before{transform:translate(27px)}
