body.pwa-open-body {
  margin: 0;
  background: #0b1220;
  color: #e2e8f0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.pwa-open-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.pwa-open-text {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.pwa-open-fallback {
  margin: 16px 0 0;
  font-size: 14px;
}

.pwa-open-fallback a {
  color: #60a5fa;
}
