/* [project]/src/app/home.module.css [app-client] (css) */
.home-module__Hx0lNG__page {
  max-width: 52rem;
  margin: 0 auto;
  padding: 4rem 1.5rem 6rem;
  line-height: 1.6;
}

.home-module__Hx0lNG__header {
  border-bottom: 1px solid var(--rule);
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
}

.home-module__Hx0lNG__wordmark {
  letter-spacing: -.02em;
  margin: 0 0 .35rem;
  font-size: 2.5rem;
  font-weight: 650;
}

.home-module__Hx0lNG__tagline {
  color: var(--muted);
  margin: 0;
  font-size: 1.15rem;
}

.home-module__Hx0lNG__lead {
  margin-bottom: 3rem;
  font-size: 1.05rem;
}

.home-module__Hx0lNG__features {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.75rem 2rem;
  margin-bottom: 3.5rem;
  display: grid;
}

.home-module__Hx0lNG__feature h2 {
  margin: 0 0 .35rem;
  font-size: 1rem;
}

.home-module__Hx0lNG__feature p {
  color: var(--muted);
  margin: 0;
  font-size: .95rem;
}

.home-module__Hx0lNG__status {
  border: 1px solid var(--rule);
  border-radius: 6px;
  margin-bottom: 3rem;
  padding: 1rem 1.25rem;
  font-size: .95rem;
}

.home-module__Hx0lNG__status p {
  margin: 0;
}

.home-module__Hx0lNG__footer {
  border-top: 1px solid var(--rule);
  color: var(--muted);
  padding-top: 1.5rem;
  font-size: .9rem;
}

.home-module__Hx0lNG__footer nav a {
  white-space: nowrap;
  margin-right: 1.25rem;
}

.home-module__Hx0lNG__disclaimer {
  margin-top: 1.25rem;
}

.home-module__Hx0lNG__page {
  --muted: #5a5a5a;
  --rule: #e2e2e2;
}

@media (prefers-color-scheme: dark) {
  .home-module__Hx0lNG__page {
    --muted: #a0a0a0;
    --rule: #333;
  }
}

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