.root{position:relative;display:inline-flex;align-items:center;width:32px;height:18px;padding:2px;background:var(--border-default);border:none;border-radius:999px;cursor:pointer;transition:background .15s cubic-bezier(.25,1,.5,1)}.root[data-state=checked]{background:var(--accent)}.root[data-disabled]{opacity:.5;cursor:not-allowed}.thumb{display:block;width:14px;height:14px;background:var(--bg-elevated);border-radius:999px;box-shadow:0 1px 2px #00000026;transform:translate(0);transition:transform .15s cubic-bezier(.25,1,.5,1)}.root[data-state=checked] .thumb{transform:translate(14px)}
