.progress input[type=range]{--seek-progress:0%;appearance:none;cursor:pointer;background:0 0;width:100%;height:14px;margin:0;padding:0}.progress input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--orange) 0 var(--seek-progress), #42433e var(--seek-progress) 100%);border-radius:999px;height:3px}.progress input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;border:0;border-radius:50%;width:10px;height:10px;margin-top:-3.5px;box-shadow:0 0 0 3px #ffffff18}.progress input[type=range]::-moz-range-track{background:#42433e;border-radius:999px;height:3px}.progress input[type=range]::-moz-range-progress{background:var(--orange);border-radius:999px;height:3px}.progress input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:50%;width:10px;height:10px}.progress input[type=range]:focus-visible{outline:2px solid var(--lime);outline-offset:3px}.progress input[type=range]:disabled{cursor:default;opacity:.55}
