.auth-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
  min-height: calc(100vh - 80px);
}

.auth-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 2rem;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.auth-card h1 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.auth-link {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.cf-turnstile {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
