.index-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8fafc;
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.index-hero {
  text-align: center;
  margin-bottom: 2rem;
}

.index-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #2563eb, #1e40af);
  box-shadow: 0 10px 15px -3px rgb(59 130 246 / 0.25);
  margin-bottom: 1rem;
}

.index-hero__icon .material-symbols-outlined {
  color: #fff;
  font-size: 1.875rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.index-hero__title {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.025em;
}

.index-hero__subtitle {
  margin: 0.25rem 0 0;
  color: #64748b;
  font-size: 0.875rem;
  font-weight: 500;
}
