.switch.svelte-1ocqhgk{position:relative;background-color:var(--current-bg-color, #ccc);border-radius:4px;cursor:pointer;transition:background-color .3s ease;outline:none;-webkit-user-select:none;user-select:none;width:60px;height:32px;--thumb-offset: 28px;--margin: 2px;--switch-width: 60px;--switch-height: 32px;--thumb-height: 28px;--scale: 1;width:calc(var(--switch-width) * var(--scale));height:calc(var(--switch-height) * var(--scale))}.switch.vertical.svelte-1ocqhgk{width:calc(var(--switch-height) * var(--scale));height:calc(var(--switch-width) * var(--scale))}.switch.svelte-1ocqhgk:focus-visible{outline:none;box-shadow:0 0 0 3px #4299e180}.switch.disabled.svelte-1ocqhgk{opacity:.5;cursor:not-allowed}.thumb.svelte-1ocqhgk{position:absolute;background-color:var(--current-thumb-color, white);border-radius:4px;top:2px;left:2px;transition:transform .3s ease;box-shadow:0 2px 4px #0003;border:1px solid var(--current-thumb-border-color, transparent);width:calc(var(--thumb-height) * var(--scale));height:calc(var(--thumb-height) * var(--scale));top:calc(var(--margin) * var(--scale));left:calc(var(--margin) * var(--scale));display:flex;align-items:center;justify-content:center}.switch.vertical.svelte-1ocqhgk .thumb:where(.svelte-1ocqhgk){left:50%;transform:translate(-50%);top:calc(var(--margin) * var(--scale))}.thumb.svelte-1euotkj{position:absolute;background-color:var(--current-thumb-color, white);border-radius:4px;top:2px;left:2px;transition:transform .3s ease;box-shadow:0 2px 4px #0003;border:1px solid var(--current-thumb-border-color, transparent);width:calc(var(--thumb-height) * var(--scale));height:calc(var(--thumb-height) * var(--scale));top:calc(var(--margin) * var(--scale));left:calc(var(--margin) * var(--scale));display:flex;align-items:center;justify-content:center}.multi-switch-container.svelte-1euotkj{display:inline-block;position:relative;--multi-switch-width: 92px;--step-offset: 30px;--margin: 2px;--thumb-height: 28px;--switch-height: 32px;--step-spacing: 2px;--scale: 1;--steps: 3}.multi-switch-container.svelte-1euotkj:not(.block-labels) .label-single.label-position-top:where(.svelte-1euotkj){bottom:calc(100% + 10px * var(--scale));left:50%;transform:translate(-50%)}.multi-switch-container.svelte-1euotkj:not(.block-labels) .label-single.label-position-bottom:where(.svelte-1euotkj){top:calc(100% + 10px * var(--scale));left:50%;transform:translate(-50%)}.multi-switch-container.svelte-1euotkj:not(.block-labels) .label-single.label-position-left:where(.svelte-1euotkj){right:calc(100% + 10px * var(--scale));top:50%;transform:translateY(-50%)}.multi-switch-container.svelte-1euotkj:not(.block-labels) .label-single.label-position-right:where(.svelte-1euotkj){left:calc(100% + 10px * var(--scale));top:50%;transform:translateY(-50%)}.multi-switch-container.svelte-1euotkj:not(.block-labels) .labels-container.label-position-left:where(.svelte-1euotkj){right:calc(100% + 10px * var(--scale));left:auto}.multi-switch-container.svelte-1euotkj:not(.block-labels) .labels-container.label-position-right:where(.svelte-1euotkj){left:calc(100% + 10px * var(--scale))}.multi-switch-container.block-labels.svelte-1euotkj{display:inline-flex;align-items:center;gap:calc(10px * var(--scale, 1))}.multi-switch-container.block-labels.svelte-1euotkj:has(.label-single.label-position-top:where(.svelte-1euotkj)),.multi-switch-container.block-labels.svelte-1euotkj:has(.label-single.label-position-bottom:where(.svelte-1euotkj)){flex-direction:column}.multi-switch-container.block-labels.svelte-1euotkj:has(.label-single.label-position-left:where(.svelte-1euotkj)),.multi-switch-container.block-labels.svelte-1euotkj:has(.label-single.label-position-right:where(.svelte-1euotkj)),.multi-switch-container.block-labels.svelte-1euotkj:has(.labels-container.label-position-left:where(.svelte-1euotkj)),.multi-switch-container.block-labels.svelte-1euotkj:has(.labels-container.label-position-right:where(.svelte-1euotkj)){flex-direction:row}.labels-container.svelte-1euotkj{position:absolute;top:0;display:flex;flex-direction:column;padding:calc(var(--margin) * var(--scale)) 0;gap:calc(var(--step-spacing) * var(--scale));white-space:nowrap}.labels-container.block-mode.svelte-1euotkj{position:static;padding:0;height:auto;display:flex;flex-direction:column;gap:calc(var(--step-spacing) * var(--scale));white-space:normal}.labels-container.block-mode.svelte-1euotkj .label:where(.svelte-1euotkj){height:calc(var(--thumb-height) * var(--scale));display:flex;align-items:center}.labels-container.svelte-1euotkj .label:where(.svelte-1euotkj){height:calc(var(--thumb-height) * var(--scale));display:flex;align-items:center;transition:opacity .3s ease;opacity:.6}.labels-container.svelte-1euotkj .label.active:where(.svelte-1euotkj){opacity:1;font-weight:700}.labels-container.svelte-1euotkj .label.clickable:where(.svelte-1euotkj){cursor:pointer;transition:opacity .3s ease,background-color .3s ease}.labels-container.svelte-1euotkj .label.clickable:where(.svelte-1euotkj):hover{opacity:.8;background-color:#0000000d;border-radius:4px}.labels-container.svelte-1euotkj .label.clickable.active:where(.svelte-1euotkj):hover{opacity:1;background-color:#0000001a}.label-single.svelte-1euotkj{position:absolute;transition:all .3s ease;white-space:nowrap}.label-single.block-mode.svelte-1euotkj{position:static;transform:none}.multi-switch.svelte-1euotkj{position:relative;background-color:#ccc;border-radius:4px;cursor:pointer;transition:background-color .3s ease;outline:none;-webkit-user-select:none;user-select:none;display:inline-block}.multi-switch.svelte-1euotkj:has(.step-segment.active:where(.svelte-1euotkj)){background-color:var(--current-bg-color, #ccc)}.multi-switch.svelte-1euotkj{width:calc((var(--thumb-height) * var(--steps) + var(--margin) * 2 + var(--step-spacing) * (var(--steps) - 1)) * var(--scale));height:calc(var(--switch-height) * var(--scale));--step-offset: calc((var(--thumb-height) + var(--step-spacing)) * var(--scale))}.multi-switch.svelte-1euotkj:focus-visible{outline:none;box-shadow:0 0 0 3px #4299e180}.multi-switch.disabled.svelte-1euotkj{opacity:.5;cursor:not-allowed}.multi-switch.vertical.svelte-1euotkj{width:calc(var(--switch-height) * var(--scale));height:calc((var(--thumb-height) * var(--steps) + var(--margin) * 2 + var(--step-spacing) * (var(--steps) - 1)) * var(--scale))}.multi-switch.svelte-1euotkj .thumb:where(.svelte-1euotkj){position:absolute;background-color:var(--current-thumb-color, white);border-radius:4px;top:calc(var(--margin) * var(--scale));left:calc(var(--margin) * var(--scale));transition:all .3s ease;box-shadow:0 2px 4px #0003;z-index:10;border:1px solid var(--current-thumb-border-color, transparent);width:calc(var(--thumb-height) * var(--scale));height:calc(var(--thumb-height) * var(--scale));display:flex;align-items:center;justify-content:center}.multi-switch.vertical.svelte-1euotkj .thumb:where(.svelte-1euotkj){left:50%;transform:translate(-50%);top:calc(var(--margin) * var(--scale))}.multi-switch.svelte-1euotkj .step-segment:where(.svelte-1euotkj){position:absolute;background-color:var(--step-bg-color, rgba(0, 0, 0, .1));border-radius:4px;transition:background-color .3s ease;z-index:1;border:1px solid var(--step-border-color, transparent);width:calc(var(--thumb-height) * var(--scale));height:calc((var(--switch-height) - var(--margin) * 2) * var(--scale));top:calc(var(--margin) * var(--scale));left:calc((var(--margin) + (var(--thumb-height) + var(--step-spacing)) * var(--step-index)) * var(--scale))}.multi-switch.svelte-1euotkj .step-segment.active:where(.svelte-1euotkj){background-color:var(--step-bg-color, rgba(0, 0, 0, .2))}.multi-switch.vertical.svelte-1euotkj .step-segment:where(.svelte-1euotkj){width:calc((var(--switch-height) - var(--margin) * 2) * var(--scale));height:calc(var(--thumb-height) * var(--scale));left:calc(var(--margin) * var(--scale));top:calc((var(--margin) + (var(--thumb-height) + var(--step-spacing)) * var(--step-index)) * var(--scale))}
