input[type=range].accent-darkgray{appearance:none;height:4px;border-radius:2px;outline:none;--range-progress:0%;background:linear-gradient(to right,#374151 0,#374151 var(--range-progress),#e5e7eb var(--range-progress),#e5e7eb 100%)}input[type=range].accent-darkgray::-webkit-slider-thumb{appearance:none;width:12px;height:12px;border-radius:50%;background:#374151;cursor:pointer}input[type=range].accent-darkgray::-webkit-slider-thumb:hover{background:#111827}input[type=range].accent-darkgray::-webkit-slider-runnable-track{background:#0000}input[type=range].accent-darkgray::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#374151;cursor:pointer}input[type=range].accent-darkgray::-moz-range-progress{height:4px;background-color:#374151;border-radius:2px}input[type=range].accent-darkgray::-moz-range-track{height:4px;background-color:#e5e7eb;border-radius:2px}input[type=range].accent-darkgray::-ms-thumb{width:12px;height:12px;border-radius:50%;background:#374151;cursor:pointer}input[type=range].accent-darkgray::-ms-fill-lower{background:#374151;border-radius:2px}input[type=range].accent-darkgray::-ms-fill-upper{background:#e5e7eb;border-radius:2px}