/* [project]/components/siteChrome.module.css [app-client] (css) */
.siteChrome-module__nmu6Ya__srOnly {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.siteChrome-module__nmu6Ya__topbar {
  z-index: 40;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffaf2c2;
  border: 1px solid #18312814;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: min(1180px, 100% - 32px);
  margin-inline: auto;
  padding: 18px 22px;
  display: flex;
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  box-shadow: 0 12px 35px #18312812;
}

.siteChrome-module__nmu6Ya__brand {
  align-items: center;
  gap: 14px;
  min-width: 0;
  display: inline-flex;
}

.siteChrome-module__nmu6Ya__brandMark {
  color: #fff;
  background: linear-gradient(135deg, #1d7a52 0%, #e1b856 100%);
  border-radius: 14px;
  place-items: center;
  width: 44px;
  height: 44px;
  font-size: 1.2rem;
  font-weight: 700;
  display: grid;
  box-shadow: 0 12px 24px #1d7a5238;
}

.siteChrome-module__nmu6Ya__menuToggle {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #1d7a52 0%, #e1b856 100%);
  border: 0;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  display: none;
  box-shadow: 0 12px 24px #1d7a5238;
}

.siteChrome-module__nmu6Ya__menuToggle:hover {
  filter: brightness(1.03);
}

.siteChrome-module__nmu6Ya__menuToggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #1d7a5259, 0 12px 24px #1d7a5238;
}

.siteChrome-module__nmu6Ya__menuToggle i {
  font-size: 1.45rem;
  line-height: 1;
}

.siteChrome-module__nmu6Ya__brandName {
  font-size: 1.05rem;
  font-weight: 700;
}

.siteChrome-module__nmu6Ya__brandSub {
  color: var(--portal-text-soft);
  font-size: .92rem;
}

.siteChrome-module__nmu6Ya__nav {
  color: var(--portal-text-soft);
  align-items: center;
  gap: 18px;
  display: inline-flex;
}

.siteChrome-module__nmu6Ya__nav a:hover {
  color: var(--portal-accent-strong);
}

.siteChrome-module__nmu6Ya__navCta {
  color: #fff;
  background: linear-gradient(135deg, #1d7a52 0%, #0f5d3d 100%);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 0 14px 30px #1d7a5233;
}

.siteChrome-module__nmu6Ya__navCta:hover {
  color: #fff;
  transform: translateY(-1px);
}

.siteChrome-module__nmu6Ya__mobileOverlay {
  z-index: 100;
  padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom))
    max(24px, env(safe-area-inset-left));
  background: linear-gradient(135deg, #1d7a52 0%, #e1b856 100%);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0;
}

.siteChrome-module__nmu6Ya__mobileOverlayClose {
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  color: #fff;
  cursor: pointer;
  background: #ffffff29;
  border: 0;
  border-radius: 14px;
  place-items: center;
  width: 48px;
  height: 48px;
  display: grid;
  position: absolute;
}

.siteChrome-module__nmu6Ya__mobileOverlayClose:hover {
  background: #ffffff3d;
}

.siteChrome-module__nmu6Ya__mobileOverlayClose i {
  font-size: 1.35rem;
}

.siteChrome-module__nmu6Ya__mobileNav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  display: flex;
}

.siteChrome-module__nmu6Ya__mobileNavItem {
  color: #fff;
  text-align: center;
  background: #ffffff1f;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 0 22px;
  font-size: 1.05rem;
  font-weight: 700;
  display: flex;
}

.siteChrome-module__nmu6Ya__mobileNavItem:hover {
  background: #fff3;
}

.siteChrome-module__nmu6Ya__mobileNavCta {
  background: #0f5d3d8c;
  border-color: #ffffff47;
  margin-top: 8px;
}

.siteChrome-module__nmu6Ya__mobileNavCta:hover {
  background: #0f5d3dad;
}

.siteChrome-module__nmu6Ya__footer {
  background: linear-gradient(135deg, #1d7a52 0%, #e1b856 100%);
  border-radius: 32px 32px 0 0;
  margin: 44px calc(50% - 50vw) 0;
  padding: 28px 24px;
  box-shadow: 0 18px 40px #1d7a522e;
}

.siteChrome-module__nmu6Ya__footerLinks {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 24px;
  margin-bottom: 18px;
  display: flex;
}

.siteChrome-module__nmu6Ya__footerLinks a {
  color: #fff;
  font-weight: 600;
}

.siteChrome-module__nmu6Ya__footerLinks a:hover {
  color: #ffffffdb;
}

.siteChrome-module__nmu6Ya__footerCopyright {
  text-align: center;
  color: #fff;
  letter-spacing: .02em;
  margin: 0;
  font-size: .96rem;
  font-weight: 700;
}

@media (max-width: 720px) {
  .siteChrome-module__nmu6Ya__topbar {
    gap: 14px;
    width: min(100%, 100% - 24px);
    padding: 14px 16px;
  }

  .siteChrome-module__nmu6Ya__brandMark {
    display: none;
  }

  .siteChrome-module__nmu6Ya__menuToggle {
    display: inline-flex;
  }

  .siteChrome-module__nmu6Ya__brandSub {
    display: none;
  }

  .siteChrome-module__nmu6Ya__brandName {
    font-size: .98rem;
  }

  .siteChrome-module__nmu6Ya__nav {
    gap: 10px;
    margin-left: auto;
  }

  .siteChrome-module__nmu6Ya__nav a:not(.siteChrome-module__nmu6Ya__navCta) {
    display: none;
  }

  .siteChrome-module__nmu6Ya__navCta {
    white-space: nowrap;
    min-height: 44px;
    padding: 0 16px;
    font-size: .92rem;
  }

  .siteChrome-module__nmu6Ya__footer {
    border-radius: 26px 26px 0 0;
    margin: 36px calc(50% - 50vw) 0;
    padding: 24px 18px;
  }
}

/* [project]/app/state.module.css [app-client] (css) */
.state-module__4kP2gq__screen {
  place-items: center;
  min-height: 100vh;
  padding: 24px;
  display: grid;
}

.state-module__4kP2gq__screenWithSiteChrome {
  padding-top: 120px;
}

.state-module__4kP2gq__card {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  text-align: center;
  background: #fffaf2d6;
  border: 1px solid #1831281a;
  border-radius: 32px;
  width: min(100%, 620px);
  padding: 32px;
  box-shadow: 0 24px 70px #1831281f;
}

.state-module__4kP2gq__eyebrow {
  color: #12573b;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #1d7a521f;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  font-size: .84rem;
  font-weight: 700;
  display: inline-flex;
}

.state-module__4kP2gq__title {
  letter-spacing: -.06em;
  margin: 20px 0 14px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: .98;
}

.state-module__4kP2gq__text {
  max-width: 44ch;
  color: var(--portal-text-soft);
  margin: 0 auto;
  font-size: 1.02rem;
  line-height: 1.8;
}

.state-module__4kP2gq__errorCode {
  color: var(--portal-text-soft);
  background: #1831280f;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin: 18px 0 4px;
  padding: 7px 12px;
  font-size: .88rem;
  font-weight: 600;
  display: inline-flex;
}

.state-module__4kP2gq__spinnerWrap {
  justify-items: center;
  gap: 14px;
  margin: 28px 0 6px;
  display: grid;
}

.state-module__4kP2gq__spinner {
  width: 3.75rem;
  height: 3.75rem;
  color: var(--portal-accent);
}

.state-module__4kP2gq__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
  display: flex;
}

.state-module__4kP2gq__actionPrimary, .state-module__4kP2gq__actionSecondary {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 18px;
  font-weight: 600;
  display: inline-flex;
}

.state-module__4kP2gq__actionPrimary {
  color: #fff;
  background: linear-gradient(135deg, #1d7a52 0%, #12573b 100%);
}

.state-module__4kP2gq__actionSecondary {
  background: #ffffffb8;
  border: 1px solid #1831281f;
}

@media (max-width: 640px) {
  .state-module__4kP2gq__card {
    border-radius: 24px;
    padding: 26px 18px;
  }

  .state-module__4kP2gq__actions {
    flex-direction: column;
  }

  .state-module__4kP2gq__screenWithSiteChrome {
    padding-top: 132px;
  }
}

/*# sourceMappingURL=_0i7fpr4._.css.map*/