function Sidebar({ active = 'instock', onSelect, planId, branchLimit, branchUser }) { const Item = ({ id, label, icon = '📋', activeId, onClick }) => ( { e.preventDefault(); onClick?.(id); try { location.hash = '#' + id; } catch {} }} > {icon} {label} ); const SectionTitle = ({ title, icon }) => (