.UiSwitch{align-items:center;background:#fff;border:1px solid #eceff4;border-radius:10px;cursor:pointer;display:grid;gap:9px;grid-template-columns:auto minmax(0,1fr);min-height:42px;min-width:0;padding:8px 10px;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.UiSwitch:hover:not(.UiSwitch--disabled){background:#fffaf8;border-color:#ea55553d}.UiSwitch:focus-within .UiSwitch__control{box-shadow:0 0 0 3px #ea55551f}.UiSwitch--compact{background:transparent;border:0;min-height:0;padding:0}.UiSwitch--compact:hover:not(.UiSwitch--disabled){background:transparent;border-color:transparent}.UiSwitch--control-end{grid-template-columns:minmax(0,1fr) auto}.UiSwitch--control-end .UiSwitch__control{order:2}.UiSwitch--control-end .UiSwitch__copy{order:1}.UiSwitch--disabled{cursor:not-allowed;opacity:.62}.UiSwitch__input{height:1px;opacity:0;pointer-events:none;position:absolute;width:1px}.UiSwitch__control{background:#d1d5db;border-radius:999px;height:20px;position:relative;transition:background-color .18s ease,box-shadow .18s ease;width:34px}.UiSwitch__control:after{background:#fff;border-radius:999px;box-shadow:0 2px 6px #1118272e;content:"";height:16px;left:2px;position:absolute;top:2px;transition:transform .18s ease;width:16px}.UiSwitch__input:checked+.UiSwitch__control{background:var(--danger-color)}.UiSwitch__input:checked+.UiSwitch__control:after{transform:translate(14px)}.UiSwitch__copy{display:flex;flex-direction:column;gap:2px;min-width:0}.UiSwitch__description,.UiSwitch__title{margin:0}.UiSwitch__title{color:#111827;font-size:13px;font-weight:600;line-height:1.25}.UiSwitch__description{color:#6b7280;font-size:12px;line-height:1.3;overflow-wrap:anywhere}
