/* ── WP PWA Builder Frontend ─────────────────────────────── */
#wpwa-splash {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#wpwa-install-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
}
/* Ensure body doesn't scroll behind splash */
body.wpwa-splash-active {
  overflow: hidden;
}
