input[type=range]{appearance:none;accent-color:#3b82f6;background:#e6e6e6;border-radius:3px;outline:none;width:100%;height:4px}input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#3b82f6;border-radius:50%;width:8px;height:8px;transition:transform .2s;box-shadow:0 1px 3px #0006,inset 0 0 1px #fffc}input[type=range]::-moz-range-thumb{cursor:pointer;background:#3b82f6;border-radius:50%;width:8px;height:8px;transition:transform .2s;box-shadow:0 1px 3px #0006,inset 0 0 1px #fffc}input[type=range]::-ms-thumb{cursor:pointer;background:#3b82f6;border-radius:50%;width:8px;height:8px;transition:transform .2s;box-shadow:0 1px 3px #0006,inset 0 0 1px #fffc}input[type=range]::-webkit-slider-thumb:hover{background:#2563eb}input[type=range]::-webkit-slider-thumb:active{background:#1d4ed8;transform:scale(1.1)}
