/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page_page__ZU32B {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% -10%, rgba(42, 82, 148, 0.45), transparent 45%),
    radial-gradient(circle at 85% 18%, rgba(21, 50, 96, 0.35), transparent 42%),
    linear-gradient(180deg, #001435 0%, #0b1f4d 55%, #f3f5fb 100%);
  color: #121826;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 96px;
}

.page_splash__KQ_Xr {
  position: fixed;
  inset: 0;
  background: #001435;
  display: grid;
  place-items: center;
  gap: 12px;
  z-index: 1000;
  color: #fff;
  text-align: center;
}

.page_splashImage__gd82M {
  width: min(420px, 80vw);
  height: min(620px, 70vh);
  background: url("/images/splash.jpg") center/contain no-repeat;
}

.page_installOverlay__8dzcY {
  position: fixed;
  inset: 0;
  background: rgba(0, 20, 53, 0.7);
  display: grid;
  place-items: center;
  z-index: 1100;
  padding: 24px;
}

.page_installCard__8LcW1 {
  width: min(420px, 100%);
  background: #ffffff;
  border-radius: 20px;
  padding: 16px;
  display: grid;
  gap: 12px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.page_installImage__KoAd0 {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
}

.page_installImage__KoAd0 img {
  object-fit: contain;
}

.page_installActions__tsV0p {
  display: grid;
  gap: 10px;
}

.page_installPrimary__gfKV8 {
  border: none;
  background: #1f7aeb;
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 600;
}

.page_installSecondary__tbO6e {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #334155;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 600;
}

.page_hero__SKW6o {
  width: min(1100px, 100%);
  padding: 32px 20px 24px;
  color: #f8fafc;
  position: relative;
}

.page_hero__SKW6o::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 18, 40, 0.95), rgba(23, 32, 60, 0.92));
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  z-index: -1;
}

.page_heroBar__BLjBK {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.page_iconButton__l8erm {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(186, 170, 130, 0.35);
  color: inherit;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  position: relative;
}

.page_iconButton__l8erm svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.page_badge__s34Is {
  position: absolute;
  top: -6px;
  left: -6px;
  background: #e45858;
  color: #fff;
  border-radius: 999px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
}

.page_heroLogo__lsLxJ {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  border: 2px solid rgba(210, 181, 120, 0.7);
  background: radial-gradient(circle, rgba(227, 203, 153, 0.25), rgba(10, 18, 40, 0.9));
  font-weight: 600;
  letter-spacing: 4px;
}

.page_heroText__g5S3T {
  margin-top: 18px;
  text-align: center;
}

.page_heroText__g5S3T h1 {
  font-size: 28px;
  margin-bottom: 6px;
}

.page_heroText__g5S3T p {
  font-size: 18px;
  color: rgba(226, 232, 240, 0.9);
  margin-bottom: 4px;
}

.page_heroText__g5S3T span {
  font-size: 15px;
  color: rgba(203, 213, 225, 0.8);
}

.page_countdownCard__hkDQ1 {
  margin: 20px auto 0;
  background: #fff;
  color: #131b2c;
  border-radius: 18px;
  padding: 18px 20px;
  width: min(520px, 100%);
  box-shadow: 0 18px 42px rgba(17, 25, 40, 0.22);
  border: 1px solid rgba(220, 200, 160, 0.35);
}

.page_countdownTitle__SMFtX {
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.page_countdownItems__qT6lA {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  text-align: center;
  direction: ltr;
}

.page_countdownItems__qT6lA strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.page_countdownItems__qT6lA span {
  font-size: 12px;
  color: #8a6f4d;
}

.page_content__kDoxQ {
  width: min(1100px, 100%);
  padding: 16px 20px 0;
}

.page_statCard__VGdKs {
  background: #fbf7fb;
  border-radius: 14px;
  padding: 18px 12px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(17, 25, 40, 0.08);
  border: 1px solid rgba(220, 200, 160, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page_statIcon__ceyrx {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #fff9f2;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  color: #d19a3b;
  box-shadow: inset 0 0 0 1px #f0e1c2;
}

.page_statIcon__ceyrx svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.page_statCard__VGdKs h3 {
  font-size: 16px;
  color: #1f2937;
  margin-bottom: 6px;
}

.page_statCard__VGdKs span {
  color: #8a6f4d;
}

.page_inviteAction__7UkU2 {
  border: none;
  background: #1f2a44;
  color: #f8f0e6;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  white-space: nowrap;
}

.page_stats__L5b4y {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.page_statsSingle__r7URl {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.page_statsSingle__r7URl .page_statCard__VGdKs {
  width: min(280px, 100%);
}

.page_section__61PEw {
  margin-top: 8px;
  background: #f7f1f6;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 26px rgba(17, 25, 40, 0.08);
  border: 1px solid rgba(220, 200, 160, 0.35);
  animation: page_fadeUp__mbBxU 0.6s ease both;
}

.page_sectionHeader__a4Fw5 {
  text-align: right;
  margin-bottom: 18px;
}

.page_sectionHeader__a4Fw5 h2 {
  font-size: 22px;
  margin-bottom: 6px;
}

.page_sectionHeader__a4Fw5 p {
  color: #7a6b6b;
}

.page_grid__f5Kdy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.page_categoryCard__8vOUo {
  background: #fff;
  border-radius: 16px;
  padding: 18px 14px;
  text-align: center;
  border: 2px dashed #d9c6a5;
  display: grid;
  gap: 10px;
  justify-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page_categoryIcon__oswku {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #fff4e8;
  display: grid;
  place-items: center;
  color: #1f2a44;
  position: relative;
  overflow: hidden;
}

.page_categoryIcon__oswku svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.page_categoryIcon__oswku img {
  object-fit: contain;
}

.page_categoryCard__8vOUo h4 {
  font-size: 15px;
  color: #1f2937;
}

.page_categoryAction__1OTB8 {
  border: none;
  background: #1f2a44;
  color: #f8f0e6;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
}

.page_drawerOverlay__zyKIm {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 20;
}

.page_drawerOverlayOpen__rY3YQ {
  opacity: 1;
  pointer-events: auto;
}

.page_drawer__FYK83 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 12px 14px 28px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  box-shadow: 0 -18px 40px rgba(15, 23, 42, 0.2);
  z-index: 30;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 100dvh;
}

.page_drawerOpen__pSC9m {
  transform: translateY(0);
}

.page_drawerHandle__714NM {
  width: 64px;
  height: 6px;
  border-radius: 999px;
  background: #e2e8f0;
  margin: 0 auto 12px;
}

.page_drawerHeader__F5HFE {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.page_drawerHeader__F5HFE h3 {
  font-size: 16px;
  color: #1f2a44;
}

.page_drawerTabs__qaDk5 {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.page_drawerTabs__qaDk5::-webkit-scrollbar {
  height: 4px;
}

.page_drawerTabs__qaDk5::-webkit-scrollbar-thumb {
  background: rgba(31, 42, 68, 0.2);
  border-radius: 999px;
}

.page_drawerTab__asSlz {
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #1f2a44;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
}

.page_drawerTabActive__0ORw2 {
  background: #1f2a44;
  color: #f8f0e6;
  border-color: #1f2a44;
}

.page_drawerClose__5abhG {
  border: none;
  background: #f1f5f9;
  color: #1f2a44;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1;
}

.page_drawerList__LwVts {
  list-style: none;
  display: grid;
  gap: 10px;
  grid-auto-rows: max-content;
  align-content: start;
  flex: 1 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-bottom: 8px;
  padding-inline: 2px;
}

.page_emptyState__Zyc7X {
  text-align: center;
  color: #64748b;
  background: #f8fafc;
  border-radius: 12px;
  padding: 12px;
  border: 1px dashed rgba(148, 163, 184, 0.5);
}

.page_drawerFilters__SVaiD {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 8px 0 14px;
}

.page_filterLabel__9aQiI {
  font-size: 12px;
  color: #1f2a44;
}

.page_filterButtons__v0GIi {
  display: flex;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  justify-content: center;
  overflow-x: auto;
  padding-bottom: 4px;
}

.page_filterButton__k8N4Y {
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: #eef2f7;
  color: #1f2a44;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-family: "YekanBakh", Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

.page_filterButton_all__ZgVJ_ {
  background: #eef2f7;
}

.page_filterButton_intro__XFj1x {
  background: #ffffff;
}

.page_filterButton_visit__idH40 {
  background: linear-gradient(135deg, #fff7e8, #f8e2c4);
}

.page_filterButton_contract__SawVz {
  background: linear-gradient(135deg, #e9fff2, #c8f1d7);
}

.page_filterButtonActive__26hIa {
  border-color: #94a3b8;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.45);
}

.page_drawerItem__b7PjQ {
  border-radius: 18px;
  padding: 18px 18px;
  min-height: 112px;
  color: #0f172a;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(100, 116, 139, 0.28);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page_providerMeta__9Q20n {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  justify-content: start;
  min-width: 0;
}

.page_providerLogo__O6OZj {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #1f2a44;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
}

.page_providerText__39ff3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  flex: 1 1;
  min-width: 0;
  text-align: right;
  width: 100%;
  direction: ltr;
}

.page_providerRow__ZMRRk {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  width: 100%;
  text-align: right;
}

.page_providerCategory__ELm5C {
  font-size: 13px;
  color: rgba(15, 23, 42, 0.65);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page_providerName__p1akK {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.page_providerSubLine__EiE4Y {
  margin-inline-end: 8px;
}

.page_providerDiscount__MLcdc {
  font-size: 11px;
  color: #b45309;
  background: rgba(251, 191, 36, 0.2);
  padding: 2px 8px;
  border-radius: 999px;
}

.page_providerAction__S2Hwr {
  justify-self: flex-end;
  align-self: center;
  border: none;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(135deg, #1f2a44, #2f4167);
  color: #f8fafc;
  white-space: nowrap;
  box-shadow: 0 8px 16px rgba(31, 42, 68, 0.22);
}

.page_providerActions__vtxDy {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.page_providerLink__E3H04 {
  color: #1f2a44;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.page_status_none__cCcxh {
  background: #ffffff;
}

.page_status_referral__7P6L9 {
  background: linear-gradient(135deg, #fff7e8, #f8e2c4);
}

.page_status_visited__Yqqfm {
  background: linear-gradient(135deg, #e9fff2, #c8f1d7);
}

@media (hover: hover) and (pointer: fine) {
  .page_drawerItem__b7PjQ:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
  }
}

.page_bottomNav__t_Men {
  position: fixed;
  bottom: 18px;
  inset-inline: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.page_bottomBar__NkeZm {
  width: min(520px, calc(100% - 32px));
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 999px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px 16px;
  border: 1px solid rgba(214, 196, 166, 0.7);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
  pointer-events: auto;
  position: relative;
  -webkit-mask:
    radial-gradient(circle 42px at 50% -2px, transparent 98%, #000 100%),
    linear-gradient(#000, #000);
  -webkit-mask-composite: source-in;
  -webkit-mask:
    radial-gradient(circle 42px at 50% -2px, transparent 98%, #000 100%),
    linear-gradient(#000, #000);
          mask:
    radial-gradient(circle 42px at 50% -2px, transparent 98%, #000 100%),
    linear-gradient(#000, #000);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}


.page_navItem__K5ZCd {
  background: transparent;
  border: none;
  display: grid;
  gap: 6px;
  justify-items: center;
  color: #1f2a44;
  font-size: 12px;
  transition: color 0.2s ease;
  font-family: "YekanBakh", Arial, Helvetica, sans-serif;
}

.page_navIcon__8EdMs {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: transparent;
  color: #4b5563;
  box-shadow: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.page_navItemActive__puB0a {
  color: #0f172a;
  font-weight: 600;
}

.page_navItemActive__puB0a .page_navIcon__8EdMs {
  color: #1f2a44;
  transform: translateY(-2px);
}

.page_fab__scsdH {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  background: #f45c7b;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px rgba(244, 92, 123, 0.35);
  pointer-events: auto;
  z-index: 1;
}

.page_fab__scsdH svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.page_stats__L5b4y > :nth-child(1) {
  animation: page_fadeUp__mbBxU 0.5s ease 0.05s both;
}

.page_stats__L5b4y > :nth-child(2) {
  animation: page_fadeUp__mbBxU 0.5s ease 0.12s both;
}

.page_stats__L5b4y > :nth-child(3) {
  animation: page_fadeUp__mbBxU 0.5s ease 0.18s both;
}

.page_grid__f5Kdy > :nth-child(1) {
  animation: page_fadeUp__mbBxU 0.5s ease 0.08s both;
}

.page_grid__f5Kdy > :nth-child(2) {
  animation: page_fadeUp__mbBxU 0.5s ease 0.14s both;
}

.page_grid__f5Kdy > :nth-child(3) {
  animation: page_fadeUp__mbBxU 0.5s ease 0.2s both;
}

.page_grid__f5Kdy > :nth-child(4) {
  animation: page_fadeUp__mbBxU 0.5s ease 0.26s both;
}

.page_grid__f5Kdy > :nth-child(5) {
  animation: page_fadeUp__mbBxU 0.5s ease 0.32s both;
}

.page_grid__f5Kdy > :nth-child(6) {
  animation: page_fadeUp__mbBxU 0.5s ease 0.38s both;
}

@keyframes page_fadeUp__mbBxU {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .page_statCard__VGdKs:hover,
  .page_categoryCard__8vOUo:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(17, 25, 40, 0.16);
  }

  .page_categoryCard__8vOUo:hover {
    border-color: #b08a55;
  }

  .page_statCard__VGdKs:hover .page_statIcon__ceyrx,
  .page_categoryCard__8vOUo:hover .page_categoryIcon__oswku {
    transform: scale(1.05);
  }

  .page_navItem__K5ZCd:hover {
    color: #9a6a20;
  }

  .page_navItem__K5ZCd:hover .page_navIcon__8EdMs {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(34, 63, 128, 0.32);
  }

  .page_fab__scsdH:hover {
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 18px 36px rgba(34, 63, 128, 0.4);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page_section__61PEw,
  .page_stats__L5b4y > *,
  .page_grid__f5Kdy > * {
    animation: none;
  }

  .page_statCard__VGdKs,
  .page_categoryCard__8vOUo,
  .page_navItem__K5ZCd,
  .page_navIcon__8EdMs {
    transition: none;
  }
}

.page_navIcon__8EdMs svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

@media (max-width: 900px) {
  .page_stats__L5b4y {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page_grid__f5Kdy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .page_hero__SKW6o {
    padding: 24px 16px 20px;
  }

  .page_heroLogo__lsLxJ {
    width: 96px;
    height: 96px;
  }

  .page_heroText__g5S3T h1 {
    font-size: 22px;
  }

  .page_stats__L5b4y {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page_grid__f5Kdy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page_section__61PEw {
    padding: 16px;
  }

  .page_inviteCard__PZka3 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .page_stats__L5b4y {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .page_grid__f5Kdy {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

