.arcade-switch-row{display:inline-flex;align-items:center;gap:12px;font-weight:800;font-size:14px;color:var(--ink);cursor:pointer;line-height:1.2}.arcade-switch-row>*{align-self:center}.arcade-switch-row--disabled{opacity:.5;cursor:not-allowed}.arcade-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:52px;height:30px;border-radius:999px;background:var(--paper-2);border:2.5px solid var(--line);position:relative;flex:none;cursor:pointer;padding:0;transition:background .16s}.arcade-switch:focus-visible{outline:3px solid var(--brand);outline-offset:3px}.arcade-switch__thumb{position:absolute;top:2px;left:2px;width:21px;height:21px;border-radius:50%;background:var(--ink);transition:left .16s}.arcade-switch--on{background:var(--ok)}.arcade-switch--on .arcade-switch__thumb{left:24px}.arcade-switch__label{-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-scope=back] .arcade-switch{width:44px;height:25px;border:0;background:var(--line-2)}[data-scope=back] .arcade-switch__thumb{top:2.5px;left:2.5px;width:20px;height:20px;background:var(--ink-on-brand);box-shadow:0 1px 2px rgba(42,23,18,.2)}[data-scope=back] .arcade-switch--on{background:var(--ok)}[data-scope=back] .arcade-switch--on .arcade-switch__thumb{left:21.5px}[data-scope=back] .arcade-switch-row{font-weight:600;font-size:13px}