/* — rendered inside a `Dialog` from `AgentsPage`, one panel wide (no second info column — this form has no "what this creates" explanation worth a whole sibling card the way `CreateAgentForm` does, just the one-line note already in the JSX). Column layout + `.link-matrix-account-result-ok` mirror `CreateAgentForm.css`'s `.create-agent-form`/`.create-agent-result-ok` exactly — same shape, kept as its own file rather than sharing that one since "form" here means a different component's layout, not a generic kit primitive (see that file's own top comment on why `ui/form-field` stays the only truly shared piece). */ .link-matrix-account-form { display: flex; flex-direction: column; align-items: flex-start; gap: 0.75em; margin-top: 1em; } .link-matrix-account-result-ok { margin-top: 1em; color: var(--green); }