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