.pwa-launch-screen {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 32%, rgba(103, 189, 208, .20), transparent 34%),
    linear-gradient(155deg, #223f55 0%, #172b3c 54%, #102638 100%);
  color: #f4f9fb;
  opacity: 1;
  transition: opacity .34s ease, visibility .34s ease;
}
.pwa-launch-screen.is-closing { opacity: 0; visibility: hidden; }
.pwa-launch-content { display: grid; width: min(330px, 88vw); justify-items: center; text-align: center; }
.pwa-launch-logo {
  width: 126px;
  height: 126px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 32px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .28);
}
.pwa-launch-logo img { display: block; width: 100%; height: 100%; border-radius: 24px; }
.pwa-launch-content h1 { margin: 22px 0 0; font-size: 1.65rem; line-height: 1.1; letter-spacing: -.025em; }
.pwa-launch-content > p { margin: 7px 0 0; color: #bdd2df; font-size: .78rem; }
.pwa-launch-meta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #b4c9d6;
  font-size: .67rem;
}
.pwa-launch-version { padding: 4px 8px; border-radius: 999px; background: rgba(255, 255, 255, .10); color: #fff; font-weight: 760; }
@media (prefers-reduced-motion: reduce) { .pwa-launch-screen { transition: none; } }

/* Kanttuuri 3.0.93 */
.pwa-launch-screen {
  background:
    radial-gradient(circle at 50% 29%, rgba(114, 194, 170, .20), transparent 34%),
    radial-gradient(circle at 82% 76%, rgba(184, 130, 53, .13), transparent 26%),
    linear-gradient(155deg, #1c5147 0%, #173b36 52%, #112923 100%);
}
.pwa-launch-logo {
  border-color: rgba(255, 253, 248, .22);
  background: rgba(255, 253, 248, .09);
  box-shadow: 0 22px 58px rgba(5, 24, 20, .34);
}
.pwa-launch-content > p,
.pwa-launch-meta { color: #c1d8cf; }
