/* [project]/components/admin/admin.module.css [app-client] (css) */
.admin-module__r4bRMW__shell {
  color: #14213d;
  background: radial-gradient(circle at 0 0, #0d6efd1f, #0000 26%), radial-gradient(circle at 100% 0, #1987541f, #0000 20%), linear-gradient(#f4f7fb 0%, #eef3f9 100%);
  min-height: 100vh;
}

.admin-module__r4bRMW__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.admin-module__r4bRMW__hero {
  color: #f8fbff;
  background: linear-gradient(135deg, #0b4282f5, #082c57eb);
  border: 1px solid #ffffff1f;
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 24px 60px #0e203d29;
}

.admin-module__r4bRMW__heroMuted {
  color: #f8fbffc2;
}

.admin-module__r4bRMW__navRow {
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.25rem;
  display: flex;
}

.admin-module__r4bRMW__navLink {
  color: #0b427f;
  background: #ffffffeb;
  border: 1px solid #0b428214;
  border-radius: 999px;
  align-items: center;
  gap: .6rem;
  padding: .7rem 1rem;
  transition: transform .18s, box-shadow .18s, border-color .18s;
  display: flex;
  box-shadow: 0 10px 24px #0b428214;
}

.admin-module__r4bRMW__navLink:hover {
  border-color: #0b42822e;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px #0b42821f;
}

.admin-module__r4bRMW__navLinkActive {
  color: #fff;
  background: #0b427f;
}

.admin-module__r4bRMW__sectionCard {
  background: #ffffffeb;
  border: 1px solid #14213d14;
  border-radius: 1.25rem;
  box-shadow: 0 18px 42px #14213d14;
}

.admin-module__r4bRMW__metricCard {
  background: linear-gradient(#fff 0%, #f7fafe 100%);
  border: 1px solid #14213d0f;
  border-radius: 1rem;
  box-shadow: 0 12px 28px #14213d0f;
}

.admin-module__r4bRMW__metricValue {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
}

.admin-module__r4bRMW__metricHint {
  color: #62708a;
  font-size: .95rem;
}

.admin-module__r4bRMW__metricIcon {
  color: #0d6efd;
  background: #0d6efd1f;
  border-radius: .9rem;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.2rem;
  display: inline-flex;
}

.admin-module__r4bRMW__breakdownList {
  gap: .9rem;
  display: grid;
}

.admin-module__r4bRMW__breakdownRow {
  gap: .35rem;
  display: grid;
}

.admin-module__r4bRMW__breakdownMeta {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: .95rem;
  display: flex;
}

.admin-module__r4bRMW__searchInput {
  min-width: 0;
}

.admin-module__r4bRMW__pageCard {
  background: linear-gradient(#fff 0%, #f8fbff 100%);
  border: 1px solid #14213d14;
  border-radius: 1.25rem;
  min-height: 100%;
  padding: 1.25rem;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 16px 40px #14213d14;
}

.admin-module__r4bRMW__pageCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px #14213d1f;
}

.admin-module__r4bRMW__pageCardIcon {
  color: #198754;
  background: #1987541f;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  display: inline-flex;
}

.admin-module__r4bRMW__emptyState {
  text-align: center;
  color: #62708a;
  background: #f8fbffeb;
  border: 1px dashed #14213d29;
  border-radius: 1rem;
  padding: 2rem 1.25rem;
}

.admin-module__r4bRMW__paginationRow {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.admin-module__r4bRMW__chatFrame {
  gap: 1rem;
  display: grid;
}

.admin-module__r4bRMW__loadingShell {
  background: radial-gradient(circle at 0 0, #0d6efd29, #0000 24%), radial-gradient(circle at 100% 100%, #19875433, #0000 26%), linear-gradient(#f4f7fb 0%, #edf3fb 100%);
  place-items: center;
  min-height: 100vh;
  padding: 1.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.admin-module__r4bRMW__loadingOrb, .admin-module__r4bRMW__loadingOrbSecondary {
  filter: blur(8px);
  opacity: .72;
  border-radius: 999px;
  position: absolute;
}

.admin-module__r4bRMW__loadingOrb {
  background: radial-gradient(circle, #0d6efd3d 0%, #0d6efd00 70%);
  width: 18rem;
  height: 18rem;
  top: -3rem;
  left: -4rem;
}

.admin-module__r4bRMW__loadingOrbSecondary {
  background: radial-gradient(circle, #19875433 0%, #19875400 72%);
  width: 20rem;
  height: 20rem;
  bottom: -4rem;
  right: -5rem;
}

.admin-module__r4bRMW__loadingCard {
  z-index: 1;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: linear-gradient(#fffffff2, #f6faffeb);
  border: 1px solid #ffffffb3;
  border-radius: 1.75rem;
  justify-items: center;
  gap: 1.35rem;
  width: min(100%, 34rem);
  padding: 2.2rem 1.6rem;
  display: grid;
  position: relative;
  box-shadow: 0 28px 60px #14213d1f;
}

.admin-module__r4bRMW__loadingLogoFrame {
  background: linear-gradient(135deg, #0b427f14, #19875429);
  border-radius: 1.6rem;
  place-items: center;
  width: 6rem;
  height: 6rem;
  display: grid;
  box-shadow: inset 0 1px #ffffffb8, 0 16px 34px #0b427f1f;
}

.admin-module__r4bRMW__loadingLogo {
  width: auto;
  max-width: 4.3rem;
  height: auto;
  max-height: 4.3rem;
}

.admin-module__r4bRMW__loadingSpinnerRing {
  background: #ffffffe6;
  border-radius: 999px;
  place-items: center;
  width: 4.75rem;
  height: 4.75rem;
  display: grid;
  box-shadow: inset 0 1px #ffffffe6, 0 12px 30px #0d6efd1f;
}

.admin-module__r4bRMW__loadingSpinner {
  color: #198754;
  border-width: .3rem;
  width: 2.35rem;
  height: 2.35rem;
}

.admin-module__r4bRMW__loadingEyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #0b427f;
  margin-bottom: .5rem;
  font-size: .78rem;
  font-weight: 700;
}

.admin-module__r4bRMW__loadingTitle {
  color: #14213d;
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 700;
}

.admin-module__r4bRMW__loadingDescription {
  color: #5c6b86;
  max-width: 28rem;
  margin: .8rem auto 0;
  font-size: 1rem;
  line-height: 1.65;
}

.admin-module__r4bRMW__chatScroller {
  background: linear-gradient(#f1f5f9e6, #fffffff2);
  border: 1px solid #14213d14;
  border-radius: 1rem;
  max-height: 65vh;
  padding: 1rem;
  overflow-y: auto;
}

.admin-module__r4bRMW__messageRow {
  margin-bottom: .9rem;
  display: flex;
}

.admin-module__r4bRMW__messageOutgoing {
  justify-content: flex-end;
}

.admin-module__r4bRMW__messageBubble {
  border-radius: 1rem;
  max-width: min(75%, 36rem);
  padding: .85rem 1rem;
  box-shadow: 0 12px 24px #14213d14;
}

.admin-module__r4bRMW__messageIncoming .admin-module__r4bRMW__messageBubble {
  background: #fff;
  border: 1px solid #14213d14;
}

.admin-module__r4bRMW__messageOutgoing .admin-module__r4bRMW__messageBubble {
  color: #fff;
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
}

.admin-module__r4bRMW__messageMeta {
  opacity: .72;
  font-size: .8rem;
}

.admin-module__r4bRMW__modalBackdrop {
  background: #0b182d8f;
}

.admin-module__r4bRMW__skeleton {
  background: linear-gradient(90deg, #dce3eed1, #f4f7fcf5, #dce3eed1) 0 0 / 220% 100%;
  animation: 1.25s linear infinite admin-module__r4bRMW__shimmer;
  position: relative;
  overflow: hidden;
}

@keyframes admin-module__r4bRMW__shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -20% 0;
  }
}

@media (max-width: 768px) {
  .admin-module__r4bRMW__inner {
    padding: 1rem .85rem 2rem;
  }

  .admin-module__r4bRMW__loadingCard {
    border-radius: 1.4rem;
    padding: 1.8rem 1.15rem;
  }

  .admin-module__r4bRMW__loadingLogoFrame {
    border-radius: 1.35rem;
    width: 5.3rem;
    height: 5.3rem;
  }

  .admin-module__r4bRMW__hero {
    border-radius: 1.2rem;
    padding: 1.15rem;
  }

  .admin-module__r4bRMW__messageBubble {
    max-width: 88%;
  }
}

/*# sourceMappingURL=components_admin_admin_module_0mmxhcp.css.map*/