/* — the create-agent form. Input/button chrome now comes from the shared `ui/` form kit (`TextField`/`SelectField`/ `Button`); this file only owns the page's own layout + copy. Column, not row: with a second field (hive) added, a row layout put fields of different natural widths on one baseline and looked misaligned — mara: "make it a col". Reuses the same base16 slots (../theme.css) every other component draws from. */ .create-agent-intro { margin: 0 0 1.5em; color: var(--muted); } .create-agent-form { display: flex; flex-direction: column; align-items: flex-start; gap: 0.75em; } .create-agent-result { margin-top: 1em; } .create-agent-result-ok { color: var(--green); }