/* [project]/app/(tenant)/overview.module.css [app-client] (css) */
.overview-module__A8H49G__header {
  gap: 8px;
  display: grid;
}

.overview-module__A8H49G__eyebrow {
  color: var(--status-info-fg);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0;
  font-size: .72rem;
  font-weight: 600;
}

.overview-module__A8H49G__title {
  color: var(--text-primary);
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.15;
}

.overview-module__A8H49G__lede {
  color: var(--text-secondary);
  max-width: 60ch;
  margin: 0;
  font-size: .95rem;
  line-height: 1.7;
}

.overview-module__A8H49G__pending {
  text-align: center;
  place-items: center;
  min-height: 320px;
  margin-block-start: 24px;
  padding: 40px 32px;
  display: grid;
}

.overview-module__A8H49G__icon {
  background: var(--status-info-bg);
  color: var(--status-info-fg);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-block-end: 20px;
  display: flex;
}

.overview-module__A8H49G__pendingTitle {
  color: var(--text-primary);
  margin: 0 0 10px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.overview-module__A8H49G__pendingBody {
  color: var(--text-secondary);
  max-width: 46ch;
  margin: 0;
  font-size: .95rem;
  line-height: 1.7;
}

.overview-module__A8H49G__links {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-block-start: 24px;
  display: flex;
}

@media (max-width: 560px) {
  .overview-module__A8H49G__pending {
    padding: 32px 20px;
  }

  .overview-module__A8H49G__links {
    width: 100%;
  }
}

/*# sourceMappingURL=app_%28tenant%29_overview_module_0p50prp.css.map*/