statusBarColor and navigationBarColor are what Play Console flags, and enableEdgeToEdge() already does the same at runtime. windowLightStatusBar was hardcoded true on a DayNight theme, so the launch window got dark status-bar icons on a dark backdrop until Compose took over. Split it into a values-night variant.