.page-splash .ios-screen {
  background: var(--screen-bg);
}

.splash-screen {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 54px 24px 40px;
  box-sizing: border-box;
  cursor: pointer;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(217, 255, 0, 0.12) 0%, transparent 55%),
    var(--screen-bg);
}

.splash-brand {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.splash-logo {
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
  border-radius: 22px;
  background: var(--brand-muted);
  border: 1px solid rgba(217, 255, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  box-shadow: 0 12px 40px rgba(217, 255, 0, 0.12);
}

.splash-logo__svg {
  width: 46px;
  height: 46px;
  display: block;
}

.splash-brand h1 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.splash-brand p {
  margin: 0;
  font-size: 14px;
  color: var(--text-secondary);
}

.splash-footer {
  margin: 0;
  font-size: 11px;
  color: #4b5563;
  letter-spacing: 0.06em;
}

.splash-footer strong {
  color: var(--brand);
  font-weight: 900;
}
