input[type=range]{appearance:none;accent-color:#4f46e5;border-radius:3px;outline:none;width:100%;height:4px}input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border:2px solid #1e293b;border-radius:50%;width:14px;height:14px;transition:transform .2s,background .15s;box-shadow:0 1px 4px #00000040}input[type=range]::-moz-range-thumb{cursor:pointer;background:#fff;border:2px solid #1e293b;border-radius:50%;width:14px;height:14px;transition:transform .2s,background .15s;box-shadow:0 1px 4px #00000040}input[type=range]::-ms-thumb{cursor:pointer;background:#fff;border:2px solid #1e293b;border-radius:50%;width:14px;height:14px;transition:transform .2s,background .15s;box-shadow:0 1px 4px #00000040}input[type=range]::-webkit-slider-thumb:hover{background:#f1f5f9}input[type=range]::-webkit-slider-thumb:active{background:#e2e8f0;transform:scale(1.15)}
