// profile.jsx — User profile screen (mobile + desktop) // Adds the goal/gamification/notification layer that is core to sharewise but // missing from the redesigns so far. // ╔══════════════════════════════════════════════════════════════╗ // ║ PROFILE — Mobile ║ // ╚══════════════════════════════════════════════════════════════╝ function ProfileScreen({ dark }) { const t = useTheme(dark); return (