/* ============================================================ RESTO SUITE — PITCH SUMMARY DASHBOARD (step 03) READ-ONLY. Synthesizes plan.idea + plan.financials into a one-page investor/lender summary. Collects no inputs, writes nothing. Never crashes on partial data. ============================================================ */ function PitchMeta({ items }) { const parts = items.filter(Boolean); if (!parts.length) return null; return (
{t("pitch.emptyBase")} {missing === "both" ? t("pitch.emptyBoth") : missing === "idea" ? t("pitch.emptyIdea") : t("pitch.emptyFin")}
{l}
)} {dash(idea.usp) && (