body.waitlist-launch { padding-bottom: 0; }
.waitlist-header .nav-wrap { display: flex; justify-content: space-between; gap: 20px; }
.waitlist-nav { display: flex; align-items: center; gap: 24px; }
.waitlist-header .wordmark { flex-shrink: 0; }
.waitlist-header .waitlist-nav .button { white-space: nowrap; min-height: 48px; }
.waitlist-footer { margin-top: 0; }
.waitlist-load-error { max-width: 1200px; margin: 20px auto; padding: 16px 24px; background: var(--surface, #edf6fc); border: 1px solid currentColor; border-radius: 14px; }
@media (max-width: 600px) {
  .waitlist-nav { gap: 10px; }
  .waitlist-nav > .nav-link { display: none; }
  .waitlist-header .nav-wrap { gap: 8px; padding: 12px 18px; }
  .waitlist-header .waitlist-nav .button { font-size: 13px; padding: 10px 13px; min-height: 44px; }
  .waitlist-header .waitlist-nav .button .icon { display: none; }
  .waitlist-header .wordmark { font-size: 29px; }
  .waitlist-nav .theme-toggle { width: 36px; height: 36px; }
  .waitlist-footer .footer-bottom { gap: 12px; }
}
