.auth-body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f1ea;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  color: #1a1a1a;
}

.auth-card {
  width: min(100%, 28rem);
  margin: 1.5rem;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.auth-title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.auth-lead {
  margin: 0 0 1.5rem;
  color: #555;
  line-height: 1.5;
}

.auth-footer {
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.5;
  text-align: center;
}

.auth-footer a {
  color: #1a56db;
  font-weight: 500;
  text-decoration: none;
}

.auth-footer a:hover {
  text-decoration: underline;
}
