/* [project]/src/components/ui/demo-notice.module.css [app-client] (css) */
.demo-notice-module__jC7VeG__notice {
  color: #654600;
  background: var(--yellow-100);
  border-bottom: 1px solid #f0d475;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  min-height: 32px;
  padding: 6px 18px;
  font-size: .72rem;
  line-height: 1.4;
  display: flex;
}

.demo-notice-module__jC7VeG__notice svg {
  flex: none;
  margin-top: 1px;
}

.demo-notice-module__jC7VeG__notice p {
  margin: 0;
}

@media (max-width: 620px) {
  .demo-notice-module__jC7VeG__notice {
    justify-content: flex-start;
    align-items: center;
    min-height: 40px;
    padding-inline: 12px;
    font-size: .75rem;
  }
}

/* [project]/src/components/ui/app-logo.module.css [app-client] (css) */
.app-logo-module__ALPVKa__logo {
  color: var(--navy-950);
  align-items: center;
  gap: 9px;
  display: inline-flex;
}

.app-logo-module__ALPVKa__mark {
  width: 42px;
  height: 48px;
  color: var(--yellow-500);
  filter: drop-shadow(0 4px 7px #062b4d1f);
  flex: none;
  display: block;
}

.app-logo-module__ALPVKa__markBase {
  fill: var(--teal-600);
}

.app-logo-module__ALPVKa__wordmark {
  line-height: 1;
  display: grid;
}

.app-logo-module__ALPVKa__name {
  white-space: nowrap;
  letter-spacing: -.055em;
  align-items: baseline;
  gap: 5px;
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  display: flex;
}

.app-logo-module__ALPVKa__name em {
  color: var(--teal-600);
  letter-spacing: -.08em;
  font-family: Segoe Script, Bradley Hand, cursive;
  font-size: 1.33em;
  font-weight: 600;
  line-height: .8;
}

.app-logo-module__ALPVKa__wordmark small {
  color: var(--muted);
  letter-spacing: .005em;
  margin-top: 4px;
  font-size: .59rem;
  font-weight: 600;
  line-height: 1.23;
}

.app-logo-module__ALPVKa__compact .app-logo-module__ALPVKa__mark {
  width: 36px;
  height: 41px;
}

.app-logo-module__ALPVKa__compact .app-logo-module__ALPVKa__name {
  font-size: 1.15rem;
}

.app-logo-module__ALPVKa__inverse {
  color: #fff;
}

.app-logo-module__ALPVKa__inverse .app-logo-module__ALPVKa__wordmark small {
  color: #ffffffbd;
}

.app-logo-module__ALPVKa__inverse .app-logo-module__ALPVKa__name em {
  color: #52d8ce;
}

@media (max-width: 420px) {
  .app-logo-module__ALPVKa__mark {
    width: 36px;
    height: 41px;
  }

  .app-logo-module__ALPVKa__name {
    font-size: 1.13rem;
  }

  .app-logo-module__ALPVKa__wordmark small {
    display: none;
  }
}

/* [project]/src/components/ui/site-header.module.css [app-client] (css) */
.site-header-module__Z2xzGq__header {
  z-index: 40;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fffffff7;
  border-bottom: 1px solid #e7eef4;
  position: relative;
  box-shadow: 0 2px 14px #072e4e0a;
}

.site-header-module__Z2xzGq__inner {
  align-items: center;
  gap: 18px;
  min-height: 82px;
  display: flex;
}

.site-header-module__Z2xzGq__brandLink {
  border-radius: 10px;
  flex: none;
  display: inline-flex;
}

.site-header-module__Z2xzGq__nav {
  min-width: 0;
  color: var(--navy-950);
  white-space: nowrap;
  align-items: center;
  gap: clamp(13px, 1.25vw, 22px);
  margin-left: auto;
  font-size: clamp(.7rem, .74vw, .81rem);
  font-weight: 600;
  display: flex;
}

.site-header-module__Z2xzGq__nav a {
  padding: 12px 0;
  transition: color .16s;
  position: relative;
}

.site-header-module__Z2xzGq__nav a:after {
  content: "";
  background: var(--blue-600);
  border-radius: 999px;
  height: 2px;
  transition: right .16s, left .16s;
  position: absolute;
  bottom: 4px;
  left: 50%;
  right: 50%;
}

.site-header-module__Z2xzGq__nav a:hover, .site-header-module__Z2xzGq__nav a:focus-visible, .site-header-module__Z2xzGq__nav .site-header-module__Z2xzGq__current {
  color: var(--blue-700);
}

.site-header-module__Z2xzGq__nav a:hover:after, .site-header-module__Z2xzGq__nav a:focus-visible:after, .site-header-module__Z2xzGq__nav .site-header-module__Z2xzGq__current:after {
  left: 0;
  right: 0;
}

.site-header-module__Z2xzGq__actions {
  align-items: center;
  gap: 10px;
  display: flex;
}

.site-header-module__Z2xzGq__place {
  color: var(--navy-900);
  white-space: nowrap;
  background: #f5f8fb;
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.site-header-module__Z2xzGq__place svg {
  color: var(--navy-900);
}

.site-header-module__Z2xzGq__login, .site-header-module__Z2xzGq__cta {
  white-space: nowrap;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  font-size: .75rem;
  font-weight: 700;
  transition: border-color .16s, box-shadow .16s, transform .16s, background .16s;
  display: inline-flex;
}

.site-header-module__Z2xzGq__login {
  border: 1.5px solid var(--blue-700);
  color: var(--navy-900);
  background: #fff;
  padding: 8px 16px;
}

.site-header-module__Z2xzGq__login:hover {
  border-color: var(--navy-900);
  box-shadow: 0 5px 14px #0866c51f;
}

.site-header-module__Z2xzGq__cta {
  color: var(--navy-950);
  background: var(--yellow-500);
  padding: 9px 17px;
  box-shadow: 0 7px 18px #ffbf1938;
}

.site-header-module__Z2xzGq__cta:hover {
  background: var(--yellow-400);
  transform: translateY(-1px);
}

.site-header-module__Z2xzGq__mobileMenu {
  margin-left: auto;
  display: none;
  position: relative;
}

.site-header-module__Z2xzGq__mobileMenu summary {
  border: 1px solid var(--line);
  width: 44px;
  height: 44px;
  color: var(--navy-950);
  cursor: pointer;
  background: #fff;
  border-radius: 11px;
  place-items: center;
  list-style: none;
  display: grid;
}

.site-header-module__Z2xzGq__mobileMenu summary::-webkit-details-marker {
  display: none;
}

.site-header-module__Z2xzGq__mobileMenu[open] summary {
  color: var(--blue-700);
  background: var(--blue-50);
  border-color: #0866c559;
}

.site-header-module__Z2xzGq__mobilePanel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  width: min(310px, 100vw - 24px);
  padding: 14px;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  box-shadow: 0 18px 50px #062b4d2e;
}

.site-header-module__Z2xzGq__mobilePlace {
  color: var(--muted);
  background: var(--blue-50);
  border-radius: 9px;
  align-items: center;
  gap: 7px;
  margin: 0 4px 8px;
  padding: 8px 9px;
  font-size: .78rem;
  font-weight: 600;
  display: flex;
}

.site-header-module__Z2xzGq__mobilePanel nav {
  display: grid;
}

.site-header-module__Z2xzGq__mobilePanel nav a {
  color: var(--navy-950);
  border-radius: 9px;
  padding: 10px 12px;
  font-size: .86rem;
  font-weight: 600;
}

.site-header-module__Z2xzGq__mobilePanel nav a:hover, .site-header-module__Z2xzGq__mobilePanel nav a:focus-visible {
  color: var(--blue-700);
  background: var(--blue-50);
}

.site-header-module__Z2xzGq__mobileLogin, .site-header-module__Z2xzGq__mobileCta {
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  padding: 10px 12px;
  font-size: .84rem;
  font-weight: 700;
  display: flex;
}

.site-header-module__Z2xzGq__mobileLogin {
  border: 1px solid var(--blue-700);
  color: var(--blue-700);
}

.site-header-module__Z2xzGq__mobileCta {
  color: var(--navy-950);
  background: var(--yellow-500);
}

@media (max-width: 1180px) {
  .site-header-module__Z2xzGq__inner {
    gap: 13px;
  }

  .site-header-module__Z2xzGq__nav {
    gap: 13px;
    font-size: .7rem;
  }

  .site-header-module__Z2xzGq__login {
    padding-inline: 13px;
  }

  .site-header-module__Z2xzGq__cta {
    padding-inline: 14px;
  }
}

@media (max-width: 1060px) {
  .site-header-module__Z2xzGq__actions .site-header-module__Z2xzGq__place {
    display: none;
  }
}

@media (max-width: 960px) {
  .site-header-module__Z2xzGq__nav, .site-header-module__Z2xzGq__actions {
    display: none;
  }

  .site-header-module__Z2xzGq__mobileMenu {
    display: block;
  }
}

@media (max-width: 590px) {
  .site-header-module__Z2xzGq__inner {
    min-height: 60px;
  }
}

/* [project]/src/components/ui/site-footer.module.css [app-client] (css) */
.site-footer-module__VGNFWW__footer {
  color: #ffffffc7;
  background: radial-gradient(circle at 86% -20%, #0876df47, #0000 34%), linear-gradient(135deg, #052b4c, #063f6d 66%, #07365c);
  margin-top: auto;
  padding: 34px 0 16px;
  position: relative;
  overflow: hidden;
}

.site-footer-module__VGNFWW__footer:before {
  content: "";
  background: linear-gradient(90deg, var(--yellow-500), var(--teal-600), var(--blue-600));
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.site-footer-module__VGNFWW__grid {
  grid-template-columns: minmax(220px, 1.45fr) repeat(4, minmax(125px, .86fr));
  gap: clamp(28px, 3.8vw, 58px);
  display: grid;
  position: relative;
}

.site-footer-module__VGNFWW__brand > a {
  border-radius: 10px;
  display: inline-flex;
}

.site-footer-module__VGNFWW__brand p {
  max-width: 260px;
  margin: 16px 0 15px;
  font-size: .78rem;
  line-height: 1.55;
}

.site-footer-module__VGNFWW__demoBadge {
  color: #ffffffbd;
  background: #ffffff0f;
  border: 1px solid #ffffff26;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 6px 9px;
  font-size: .68rem;
  font-weight: 600;
  display: inline-flex;
}

.site-footer-module__VGNFWW__column {
  align-content: start;
  justify-items: start;
  gap: 7px;
  font-size: .76rem;
  line-height: 1.35;
  display: grid;
}

.site-footer-module__VGNFWW__column h2 {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: .8rem;
}

.site-footer-module__VGNFWW__column a {
  border-radius: 4px;
  align-items: center;
  gap: 5px;
  transition: color .15s, transform .15s;
  display: inline-flex;
}

.site-footer-module__VGNFWW__column a:hover, .site-footer-module__VGNFWW__column a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.site-footer-module__VGNFWW__column > span {
  align-items: flex-start;
  gap: 6px;
  display: flex;
}

.site-footer-module__VGNFWW__contactAction {
  color: #5ce08b;
  font-size: .82rem;
  font-weight: 700;
}

.site-footer-module__VGNFWW__contactAction svg {
  color: #39d875;
}

.site-footer-module__VGNFWW__contact > span {
  margin-top: 3px;
}

.site-footer-module__VGNFWW__location {
  color: #fff;
  font-weight: 600;
  align-items: center !important;
  margin-top: 8px !important;
}

.site-footer-module__VGNFWW__location svg {
  flex: none;
}

.site-footer-module__VGNFWW__paymentNotice {
  color: #ffffffc2;
  background: #ffffff0f;
  border: 1px solid #ffffff24;
  border-radius: 12px;
  align-items: flex-start;
  gap: 10px;
  margin-top: 30px;
  padding: 12px 14px;
  display: flex;
  position: relative;
}

.site-footer-module__VGNFWW__paymentNotice svg {
  color: #5ce08b;
  flex: none;
  margin-top: 1px;
}

.site-footer-module__VGNFWW__paymentNotice p {
  margin: 0;
  font-size: .7rem;
  line-height: 1.55;
}

.site-footer-module__VGNFWW__paymentNotice strong {
  color: #fff;
}

.site-footer-module__VGNFWW__bottom {
  color: #ffffffa8;
  border-top: 1px solid #ffffff21;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  margin-top: 16px;
  padding-top: 16px;
  font-size: .66rem;
  display: grid;
  position: relative;
}

.site-footer-module__VGNFWW__bottom a {
  text-underline-offset: 2px;
  border-radius: 3px;
  -webkit-text-decoration: underline #ffffff47;
  text-decoration: underline #ffffff47;
}

.site-footer-module__VGNFWW__bottom a:hover, .site-footer-module__VGNFWW__bottom a:focus-visible {
  color: #fff;
  text-decoration-color: currentColor;
}

.site-footer-module__VGNFWW__bottom span:nth-child(2) {
  text-align: center;
}

.site-footer-module__VGNFWW__bottom span:last-child {
  text-align: right;
}

@media (max-width: 1020px) {
  .site-footer-module__VGNFWW__grid {
    grid-template-columns: 1.25fr repeat(2, .8fr);
  }

  .site-footer-module__VGNFWW__grid > :nth-child(4), .site-footer-module__VGNFWW__grid > :nth-child(5) {
    padding-top: 4px;
  }
}

@media (max-width: 760px) {
  .site-footer-module__VGNFWW__footer {
    padding-top: 27px;
  }

  .site-footer-module__VGNFWW__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px 18px;
  }

  .site-footer-module__VGNFWW__brand {
    grid-column: 1 / -1;
  }

  .site-footer-module__VGNFWW__brand p {
    max-width: 460px;
  }

  .site-footer-module__VGNFWW__bottom {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 14px;
    padding-top: 12px;
  }

  .site-footer-module__VGNFWW__paymentNotice {
    margin-top: 18px;
  }

  .site-footer-module__VGNFWW__bottom span, .site-footer-module__VGNFWW__bottom span:nth-child(2), .site-footer-module__VGNFWW__bottom span:last-child {
    text-align: left;
  }
}

@media (max-width: 470px) {
  .site-footer-module__VGNFWW__footer {
    padding-top: 23px;
  }

  .site-footer-module__VGNFWW__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .site-footer-module__VGNFWW__brand {
    flex-wrap: wrap;
    grid-column: 1 / -1;
    align-items: center;
    gap: 9px 12px;
    display: flex;
  }

  .site-footer-module__VGNFWW__brand p {
    display: none;
  }

  .site-footer-module__VGNFWW__column {
    gap: 5px;
    font-size: .75rem;
  }

  .site-footer-module__VGNFWW__column h2 {
    margin-bottom: 3px;
    font-size: .8rem;
  }

  .site-footer-module__VGNFWW__column a {
    min-height: 32px;
    padding-block: 6px;
  }

  .site-footer-module__VGNFWW__grid > :nth-child(4) {
    display: none;
  }

  .site-footer-module__VGNFWW__contact {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .site-footer-module__VGNFWW__contact h2 {
    grid-column: 1 / -1;
  }

  .site-footer-module__VGNFWW__contactAction, .site-footer-module__VGNFWW__contact > span {
    margin: 0 !important;
  }

  .site-footer-module__VGNFWW__paymentNotice {
    gap: 8px;
    margin-top: 15px;
    padding: 10px 11px;
  }

  .site-footer-module__VGNFWW__bottom {
    gap: 8px;
    font-size: .75rem;
  }

  .site-footer-module__VGNFWW__bottom a {
    align-items: center;
    min-height: 32px;
    display: inline-flex;
  }

  .site-footer-module__VGNFWW__paymentNotice p {
    font-size: .75rem;
    line-height: 1.45;
  }

  .site-footer-module__VGNFWW__bottom {
    font-size: .75rem;
  }
}

/* [project]/src/app/system-pages.module.css [app-client] (css) */
.system-pages-module__yUmP1W__systemPage {
  text-align: center;
  align-content: center;
  justify-items: center;
  width: min(100% - 32px, 620px);
  min-height: 58vh;
  margin: 0 auto;
  padding: 80px 0;
  display: grid;
}

.system-pages-module__yUmP1W__code {
  color: var(--blue-600);
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.system-pages-module__yUmP1W__systemPage h1 {
  max-width: 560px;
  margin-bottom: 14px;
  font-size: clamp(2rem, 6vw, 3.3rem);
}

.system-pages-module__yUmP1W__systemPage p {
  max-width: 520px;
  color: var(--muted);
  margin-bottom: 27px;
}

.system-pages-module__yUmP1W__systemPage a, .system-pages-module__yUmP1W__systemPage button {
  color: var(--navy-950);
  background: var(--yellow-500);
  border: 0;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 700;
}

.system-pages-module__yUmP1W__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  display: flex;
}

.system-pages-module__yUmP1W__actions button {
  color: #fff;
  background: var(--blue-700);
}

.system-pages-module__yUmP1W__loading {
  min-height: 55vh;
  color: var(--muted);
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.system-pages-module__yUmP1W__loading span {
  border: 3px solid var(--blue-100);
  border-top-color: var(--blue-600);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  animation: .8s linear infinite system-pages-module__yUmP1W__spin;
}

@keyframes system-pages-module__yUmP1W__spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=src_0-tcbmg._.css.map*/