.cl-checkbox{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;padding:0;background:var(--background-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text-inverse);cursor:pointer;outline:none;transition:background .12s ease,border-color .12s ease}.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{display:grid;place-content:center}
