/* Use the landing-page atmosphere consistently across every full-screen surface. */
#menuScreen,
#appShell,
#completionScreen,
#deliveryFlow,
#settingsPanel {
  background:
    radial-gradient(circle at 50% 43%, rgba(43, 46, 44, 0.42), rgba(0, 0, 0, 0) 31%),
    rgba(4, 5, 5, 0.4) !important;
}

/* Delivery opens above the menu, so its final paint layer must be opaque. */
#deliveryFlow {
  background:
    radial-gradient(circle at 50% 43%, rgba(43, 46, 44, 0.42), rgba(0, 0, 0, 0) 31%),
    #040505 !important;
}
