/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./components/LandingPortal.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* Container Layout */
.LandingPortal_container__v4ye3 {
  width: 100%;
  max-width: 100%;
  background: radial-gradient(circle at 10% 10%, rgba(66, 176, 167, 0.16), transparent 40%),
              radial-gradient(circle at 90% 20%, rgba(30, 58, 138, 0.10), transparent 45%),
              linear-gradient(180deg, #f8fbfc 0%, #f4f6f8 50%, #f2f5f7 100%);
  min-height: 100vh;
  color: #1e293b;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  position: relative;
  overflow-x: hidden;
}

.LandingPortal_container__v4ye3::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.25;
  z-index: 0;
}

.LandingPortal_container__v4ye3 > * { position: relative; z-index: 1; }

/* LOADING OVERLAY - Single source of truth */
.LandingPortal_loadingOverlay___KoIG {
  position: fixed;
  inset: 0;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  animation: LandingPortal_fadeIn__sfIOT 0.2s ease-in-out;
}

@keyframes LandingPortal_fadeIn__sfIOT { from { opacity: 0; } to { opacity: 1; } }

/* HEADER */
.LandingPortal_header__VuEdj { 
  width: 100%; 
  background: #1e3a8a; 
  color: #fff; 
  padding: 1.5rem 2rem; 
  border-bottom: 4px solid #42b0a7; 
}

/* STATS SECTION */
.LandingPortal_statsWrapper__l5jzy { 
  width: 100%; 
  padding: 1.2rem 2rem; 
  display: flex; 
  justify-content: center; 
}

.LandingPortal_stats__asph3 { 
  width: 100%; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center; 
  gap: 18px; 
}

.LandingPortal_statCard__slm_9 { 
  flex: 1 1 220px; 
  min-width: 220px; 
  max-width: 340px; 
  background: #ffffff; 
  border-radius: 16px; 
  padding: 24px 20px; 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  gap: 8px; 
  border: 1px solid #e5e7eb; 
  box-shadow: 0 6px 18px rgba(0,0,0,0.06); 
  transition: all 0.25s ease; 
}

/* MODULES SECTION */
.LandingPortal_main__WmGdG { 
  width: 100%; 
  padding: 0 2rem 3rem; 
}

.LandingPortal_modulesHeader__kDthB { 
  text-align: center; 
  font-size: 1.35rem; 
  font-weight: 800; 
  letter-spacing: 0.08em; 
  color: #1e3a8a; 
  margin-bottom: 2rem; 
  text-transform: uppercase; 
}

.LandingPortal_grid__31_sP { 
  width: 100%; 
  display: grid; 
  grid-template-columns: repeat(4, minmax(250px, 1fr)); 
  gap: 1.5rem; 
}

.LandingPortal_card__7r9sw { 
  background: #fff; 
  border-radius: 14px; 
  padding: 1.5rem; 
  border: 1px solid #dbe4ec; 
  box-shadow: 0 8px 20px rgba(0,0,0,0.05); 
  display: flex; 
  flex-direction: column; 
  text-decoration: none; 
  color: inherit; 
  transition: all 0.25s ease; 
}

.LandingPortal_card__7r9sw:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1200px) { 
  .LandingPortal_grid__31_sP { grid-template-columns: repeat(2, 1fr); } 
}

@media (max-width: 768px) { 
  .LandingPortal_grid__31_sP { grid-template-columns: 1fr; } 
  .LandingPortal_stats__asph3 { flex-direction: column; align-items: center; }
  .LandingPortal_statCard__slm_9 { width: 100%; max-width: 420px; }
  .LandingPortal_header__VuEdj, .LandingPortal_main__WmGdG, .LandingPortal_statsWrapper__l5jzy { padding: 1rem; }
}

