Enhance PWA support with fullscreen mode and adaptive UI changes:
- Add `"fullscreen"` to `display_override` in `manifest.webmanifest`. - Introduce `isPwa` state to detect standalone/PWA mode. - Hide mobile header in PWA mode and replace with a floating menu button. - Adjust `index.html` to allow scrolling behind the status bar for better PWA UX.