.boot-wrap {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: radial-gradient(circle at 20% 20%, var(--accent-soft), var(--bg-primary));
}

.boot-card {
  width: min(320px, 100%);
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.boot-logo {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  box-shadow: var(--shadow-badge);
}

.boot-title {
  margin: 0;
  font-size: var(--font-size-title2);
  font-weight: var(--font-weight-title2);
  letter-spacing: -0.02em;
}

.boot-subtitle {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--font-size-footnote);
}
