Description
When the app is saved to the Android home screen as a PWA, the status bar area defaults to a white background while the system icons remain white, leaving only dark text (like battery percentage) visible.
Technical Cause: The PWA theme_color meta tag in the app header is not updating dynamically to match the dark theme background color on Android devices.
