/* Prevent narrow screens from scrolling sideways and keep mint copy readable. */
html, body { max-width: 100%; overflow-x: hidden; }
.mint-copy { max-width: 620px; margin: 0 auto; }
.form-message { min-height: 1.5em; margin: 12px 0; font-weight: 700; }
.form-message.success { color: #72e5b2; }
.form-message.error { color: #ff9b90; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.follow-gate { max-width: 520px; margin: 26px auto 16px; }
.follow-button { display: block; padding: 15px; background: #4ed6d4; color: #120e20; text-decoration: none; font: 9px/1.55 'Press Start 2P', monospace; }
.follow-confirm { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 16px; color: #e9e2ec; font-size: 13px; cursor: pointer; }
.follow-confirm input { width: 18px; height: 18px; accent-color: #4ed6d4; }
.mint input:disabled, .mint button:disabled { cursor: not-allowed; opacity: .45; }

@media (max-width: 820px) {
  .mint h2 { font-size: 24px; line-height: 1.55; }
  .mint-copy { font-size: 15px; }
}
