#pwa-splash {
  color: #ffffff;
  text-align: center;
}

#pwa-splash .splash-logo {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

#pwa-splash .splash-logo img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

#pwa-splash .splash-title {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

#pwa-splash .splash-loading {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  opacity: 0.9;
}

