@layer lsv.base, lsv.components;@layer lsv.components{.switch_row__s8YcG{display:flex;align-items:center;justify-content:space-between;gap:var(--lsv-space-4);min-height:var(--lsv-touch-min)}.switch_label__mDcD2{display:flex;flex-direction:column;gap:2px;cursor:pointer}.switch_control__xVWaY{position:relative;flex:none;display:inline-flex}.switch_input__fxOhy{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.switch_input__fxOhy:disabled{cursor:not-allowed}.switch_track__GIKme{width:48px;height:28px;padding:3px;background:var(--lsv-color-border-strong);transition:background-color var(--lsv-duration-fast) var(--lsv-easing-standard)}.switch_thumb__vx67a,.switch_track__GIKme{display:block;border-radius:var(--lsv-radius-full)}.switch_thumb__vx67a{width:22px;height:22px;background:var(--lsv-color-surface-card);box-shadow:var(--lsv-elevation-raised);transition:transform var(--lsv-duration-fast) var(--lsv-easing-standard)}.switch_input__fxOhy:checked+.switch_track__GIKme{background:var(--lsv-color-brand-primary)}.switch_input__fxOhy:checked+.switch_track__GIKme .switch_thumb__vx67a{transform:translateX(20px)}.switch_input__fxOhy:focus-visible+.switch_track__GIKme{box-shadow:var(--lsv-focus-ring)}.switch_row__s8YcG[data-disabled] .switch_track__GIKme{background:var(--lsv-color-border-disabled)}.switch_row__s8YcG[data-disabled] .switch_label__mDcD2,.switch_row__s8YcG[data-disabled] .switch_label__mDcD2 *{color:var(--lsv-color-text-disabled);cursor:not-allowed}}