/* F-013: Download Token Gate — 404 error page
 * Soft-luxury aesthetic: near-OLED canvas, muted ink, no orbs or motion.
 * The emptiness itself communicates "there is nothing here." */

.download-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.download-page__container {
  padding: var(--space-card);
}

.download-page__container--centered {
  max-width: var(--max-prose);
  text-align: center;
}

.download-page__heading {
  font-family: var(--font-display);
  font-size: var(--text-h1);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--color-ink);
  margin-bottom: var(--space-md);
}

.download-page__message {
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--color-ink-muted);
}
