{screen}
)}
// Top-level app shell + tweaks panel const { useState, useEffect } = React; // Bumped on every meaningful update so we can see what's live in the preview. // Convention: x.y.z — patch on tweaks, minor on new screens/sections, major on // a wholesale UX shift. const APP_VERSION = 'v1.10.0'; const APP_VERSION_DATE = '3 May 2026'; const VersionBadge = () => (