.range-container.svelte-y44jw9{--handle-width:8px;--handle-height:24px;--active-height:6px;--inactive-height:4px;--gap:7px;--fill-color:var(--color-action,#3c71dd);--track-bg:var(--color-bg-muted,#ccc);width:100%;font-size:var(--control-font-1,1rem);flex-direction:column;gap:.5em;display:flex}.range-container.svelte-y44jw9.dense{gap:.25em}.range-container.svelte-y44jw9.comfortable{gap:.75em}.range-container.svelte-y44jw9 .error-text:where(.svelte-y44jw9){color:var(--color-error,#d32f2f);font-size:.8em}.range-container.svelte-y44jw9.size-0{--handle-width:6px;--handle-height:20px;--active-height:4px;--inactive-height:4px;--gap:6px;font-size:var(--control-font-0,.875rem)}.range-container.svelte-y44jw9.size-1{--handle-width:8px;--handle-height:24px;--active-height:6px;--inactive-height:4px;--gap:7px;font-size:var(--control-font-1,1rem)}.range-container.svelte-y44jw9.size-2{--handle-width:10px;--handle-height:28px;--active-height:7px;--inactive-height:4px;--gap:9px;font-size:var(--control-font-2,1.125rem)}.range-container.svelte-y44jw9.size-3{--handle-width:12px;--handle-height:32px;--active-height:8px;--inactive-height:5px;--gap:10px;font-size:var(--control-font-3,1.25rem)}label.svelte-y44jw9{color:var(--color-text,inherit);font-weight:500;line-height:1.4}.range-wrapper.svelte-y44jw9{height:var(--handle-height);cursor:pointer;align-items:center;display:flex;position:relative}.track-segment.svelte-y44jw9{pointer-events:none;border-radius:999px;position:absolute;top:50%;transform:translateY(-50%)}.track-segment.active.svelte-y44jw9{height:var(--active-height);background:var(--fill-color);transition:left .1s,width .1s,height .2s,box-shadow .2s}.track-segment.inactive.svelte-y44jw9{height:var(--inactive-height);background:var(--track-bg);transition:left .1s,width .1s,right .1s,height .2s}.dragging.svelte-y44jw9 .track-segment.active:where(.svelte-y44jw9){box-shadow:0 0 8px rgb(from var(--fill-color) r g b / .35);transition:height .2s,box-shadow .2s}.dragging.svelte-y44jw9 .track-segment.inactive:where(.svelte-y44jw9){transition:height .2s}.range-container.svelte-y44jw9:not(.disabled):hover .track-segment.active:where(.svelte-y44jw9){height:calc(var(--active-height) + 2px)}.range-container.svelte-y44jw9:not(.disabled):hover .track-segment.inactive:where(.svelte-y44jw9){height:calc(var(--inactive-height) + 2px)}input.svelte-y44jw9{width:100%;height:var(--handle-height);appearance:none;pointer-events:none;z-index:2;background:0 0;outline:none;margin:0;padding:0;position:absolute}input.svelte-y44jw9::-webkit-slider-runnable-track{height:var(--active-height);background:0 0;border:none}input.svelte-y44jw9::-moz-range-track{height:var(--active-height);background:0 0;border:none}input.svelte-y44jw9::-webkit-slider-thumb{appearance:none;width:var(--handle-width);height:var(--handle-height);cursor:pointer;pointer-events:auto;margin-top:calc((var(--active-height) - var(--handle-height)) / 2);background:0 0;border:none}input.svelte-y44jw9::-moz-range-thumb{width:var(--handle-width);height:var(--handle-height);cursor:pointer;pointer-events:auto;background:0 0;border:none}input.svelte-y44jw9:focus-visible::-webkit-slider-thumb{outline:2px solid var(--color-border-active,currentColor);outline-offset:2px;border-radius:calc(var(--handle-width) / 2)}input.svelte-y44jw9:focus-visible::-moz-range-thumb{outline:2px solid var(--color-border-active,currentColor);outline-offset:2px;border-radius:calc(var(--handle-width) / 2)}input.svelte-y44jw9:disabled{cursor:not-allowed}input.svelte-y44jw9:disabled::-webkit-slider-thumb{cursor:not-allowed}input.svelte-y44jw9:disabled::-moz-range-thumb{cursor:not-allowed}.handle.svelte-y44jw9{width:var(--handle-width);height:var(--handle-height);border-radius:calc(var(--handle-width) / 2);background:var(--fill-color);pointer-events:none;z-index:2;transition:left .1s,transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .15s;position:absolute;top:50%;transform:translate(-50%,-50%)}.range-container.svelte-y44jw9:not(.disabled) .handle.hovering:where(.svelte-y44jw9){box-shadow:0 0 0 8px rgb(from var(--fill-color) r g b / .12);transform:translate(-50%,-50%)scale(1.5,1.3)}.range-container.svelte-y44jw9:not(.disabled) .handle.dragging:where(.svelte-y44jw9){box-shadow:0 0 0 12px rgb(from var(--fill-color) r g b / .18);transform:translate(-50%,-50%)scale(1.5,1.15)}.handle.dragging.svelte-y44jw9{transition:box-shadow .15s}.disabled.svelte-y44jw9 .handle:where(.svelte-y44jw9){background:var(--color-action-disabled,#b3b3b3)}.disabled.svelte-y44jw9{opacity:.5}.ticks.svelte-y44jw9{pointer-events:none;z-index:3;position:absolute;inset:0}.tick.svelte-y44jw9{background:var(--fill-color);opacity:.6;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;transform:translate(-50%,-50%)}.tick.active.svelte-y44jw9{background:var(--color-action-text,white);opacity:.6}.tick-label.svelte-y44jw9{top:calc(var(--handle-height) / 2 + 6px);color:var(--color-text-muted,inherit);white-space:nowrap;font-size:.75em;position:absolute;left:50%;transform:translate(-50%)}.value-tooltip.svelte-y44jw9{background:var(--color-action-active,#2662d9);color:var(--color-action-text,white);white-space:nowrap;pointer-events:none;z-index:3;opacity:0;visibility:hidden;border-radius:4px;padding:2px 8px;font-size:.8em;font-weight:600;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;bottom:calc(100% + 8px);transform:translate(-50%)translateY(4px)}.value-tooltip.visible.svelte-y44jw9{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.value-tooltip.svelte-y44jw9:after{content:"";border:4px solid #0000;border-top-color:var(--color-action-active,#2662d9);position:absolute;top:100%;left:50%;transform:translate(-50%)}.value-display.svelte-y44jw9{color:var(--color-text-muted,inherit);font-variant-numeric:tabular-nums;justify-content:space-between;font-size:.85em;display:flex}.has-tick-labels.svelte-y44jw9 .range-wrapper:where(.svelte-y44jw9){margin-bottom:1.5em}.range-container.vertical.svelte-y44jw9{width:fit-content;height:var(--range-height,200px);align-items:center;overflow:visible}.range-container.vertical.svelte-y44jw9 .range-wrapper:where(.svelte-y44jw9){width:var(--range-height,200px);transform-origin:0 0;transform:rotate(-90deg)translate(-100%)}.range-container.vertical.svelte-y44jw9 .value-tooltip:where(.svelte-y44jw9){top:calc(100% + 8px);bottom:auto;transform:translate(-50%)translateY(-4px)rotate(90deg)translate(18px)}.range-container.vertical.svelte-y44jw9 .value-tooltip:where(.svelte-y44jw9).visible{transform:translate(-50%)translateY(0)rotate(90deg)translate(10px)}.range-container.vertical.svelte-y44jw9 .value-tooltip:where(.svelte-y44jw9):after{border-top-color:#0000;border-right-color:var(--color-action-active,#2662d9);top:50%;left:auto;right:100%;transform:translateY(-50%)}.range-container.vertical.svelte-y44jw9 .tick-label:where(.svelte-y44jw9){transform:translate(-50%)rotate(90deg)}
