.cl-checkbox{background:var(--background-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:16px;height:16px;color:var(--text-inverse);cursor:pointer;outline:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .12s,border-color .12s;display:inline-flex}.cl-checkbox[data-state=checked],.cl-checkbox[data-state=indeterminate]{background:var(--brand-green-medium);border-color:var(--brand-green-medium)}.cl-checkbox:focus-visible{outline:2px solid var(--brand-green-medium);outline-offset:2px}.cl-checkbox:disabled{cursor:not-allowed;opacity:.5}.cl-checkbox-indicator.svelte-2i3onf{place-content:center;display:grid}
