.avatar-editor-slider{-webkit-appearance:none;appearance:none;width:100%;height:1.25rem;background:transparent;cursor:pointer;--_progress:calc(var(--avatar-slider-progress, 0) * 100%)}.avatar-editor-slider:disabled{cursor:not-allowed;opacity:.5}.avatar-editor-slider:focus-visible{outline:none}.avatar-editor-slider:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px rgba(213,132,0,.45)}.avatar-editor-slider:focus-visible::-moz-range-thumb{box-shadow:0 0 0 3px rgba(213,132,0,.45)}.avatar-editor-slider::-webkit-slider-runnable-track{height:4px;border-radius:9999px;background:linear-gradient(to right,var(--teal-300) 0,var(--teal-300) var(--_progress),var(--grayscale-700) var(--_progress),var(--grayscale-700) 100%)}.avatar-editor-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:16px;width:16px;border-radius:9999px;background:var(--grayscale-100);border:2px solid var(--grayscale-900);margin-top:-6px;cursor:grab;transition:background-color .15s ease,transform .1s ease}.avatar-editor-slider::-webkit-slider-thumb:hover{background:var(--grayscale-200)}.avatar-editor-slider:active::-webkit-slider-thumb{cursor:grabbing;transform:scale(.96)}.avatar-editor-slider::-moz-range-track{height:4px;border-radius:9999px;background:var(--grayscale-700)}.avatar-editor-slider::-moz-range-progress{height:4px;border-radius:9999px;background:var(--orange-500)}.avatar-editor-slider::-moz-range-thumb{height:16px;width:16px;border-radius:9999px;background:var(--grayscale-100);border:2px solid var(--grayscale-900);cursor:grab;transition:background-color .15s ease,transform .1s ease}.avatar-editor-slider::-moz-range-thumb:hover{background:var(--grayscale-200)}.avatar-editor-slider:active::-moz-range-thumb{cursor:grabbing;transform:scale(.96)}