Catalog of every card type and variant/state that can appear in the Relationship Map main column. Built off v6's card styles so visuals match the live prototype exactly.
Useful for spec'ing edge cases, designing post-action states, and pressure-testing the card system as it grows. New states and variants should land here first as a reference point before being wired into the live page.
A connector has raised their hand to make an intro. Highest-signal — the user just needs to accept, decline, or reply to a question. Placed at the top of the main column when present. CSS class: .offer-card.
Connectors with rated strong or very strong relationships into the target. The user picks: queue the intro for the Concierge, do it themselves, or save the connector to the deal team for later. CSS class: .lead-card.
Former Employee. Their context is often the most valuable signal — they know the org from the inside.Connectors who have a verified or likely path into the target — the agent's working set. Stack-style rows (not cards), ranked by combined strength + relationships at the account. CSS class: .dt-row.
Third-degree paths and unverified candidates the agent is still working on. Smaller, denser cards rendered in a responsive grid. The user generally doesn't act on these — they get promoted up to the deal team or leads as the agent gets more data. CSS class: .ext-card.
When a section has no content yet (early states of the walkthrough), the section either hides entirely or renders an empty-state placeholder. The state-machine in v4/v5/v6 toggles these via renderSections().
.v4-section-hidden { display: none; })