.pwa-startup-fallback {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: max(24px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
  background: #f6f6f2;
  color: #17201d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pwa-startup-fallback__panel {
  width: min(100%, 420px);
  padding: 32px;
  border: 1px solid #d7ddd8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgb(22 36 31 / 10%);
}

.pwa-startup-fallback__mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 6px;
  background: #123b31;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.pwa-startup-fallback__eyebrow {
  margin: 24px 0 8px;
  color: #23735e;
  font-size: 12px;
  font-weight: 800;
}

.pwa-startup-fallback h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
}

.pwa-startup-fallback p:not(.pwa-startup-fallback__eyebrow) {
  margin: 12px 0 24px;
  color: #65706b;
  font-size: 15px;
  line-height: 1.7;
}

.pwa-startup-fallback__action {
  width: 100%;
  min-height: 46px;
  border: 1px solid #123b31;
  border-radius: 6px;
  background: #123b31;
  color: #ffffff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.pwa-startup-fallback__action:focus-visible {
  outline: 3px solid #86baa9;
  outline-offset: 3px;
}
