// trade.jsx — Trade flow re-imagined as a bottom-sheet modal // Shows 3 stages of the modal side-by-side (composite slide), like a wizard // but visualized as a single sheet that morphs. function TradeFlow({ dark }) { const t = useTheme(dark); // We render the "stock page underneath" once and then show three sheet states // as a composite — here just the most informative one. return (