// mobile.jsx — Mobile versions of all 4 screens, designed at 390×844 (iPhone) const { useState: _mS, useMemo: _mM } = React; // Mobile status bar (simple, no full iOS chrome since frame handles it) function MobileChrome({ children, dark }) { // Live site: skip bezel + status bar, just render children full-bleed. if (typeof window !== 'undefined' && window.__IS_LIVE_SITE) { return