body {
  margin: 0;
  min-height: 100vh;
  font-family: 'SF Pro', 'Segoe UI', Arial, sans-serif;
  background: #000000;
  color: #ffffff;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 20px 48px;
  box-sizing: border-box;
}

.title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 12px;
  background: linear-gradient(148.99deg, #ffe8c4 27.36%, #ffce83 98.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.description {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #bebebe;
  max-width: 360px;
  margin: 0 0 28px;
}

.open-app-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 48px;
  border-radius: 8px;
  background: #f7d6a3;
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.open-app-button:disabled,
.open-app-button.hidden {
  display: none;
}

.hint {
  margin-top: 16px;
  font-size: 14px;
  color: #888888;
  text-align: center;
  max-width: 360px;
}
