/* ================================
   AUTH CSS – LOGIN & SIGNUP
================================ */

.auth-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card {
  width: 100%;
  max-width: 420px;
  padding: 2rem;
}

.auth-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}

.auth-subtitle {
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.auth-form-group {
  margin-bottom: 1rem;
}

.auth-footer {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}

.auth-footer a {
  color: #4f46e5;
  font-weight: 500;
}

.auth-footer a:hover {
  text-decoration: underline;
}
