.auth-page {
  min-height: 50vh;
}

.auth-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 2rem 1.75rem;
}

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

.auth-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: var(--dark, #1a1a2e);
}

.auth-subtitle {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-light, #6b7280);
  line-height: 1.5;
}

.auth-alert {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.auth-google-wrap {
  margin-bottom: 0.25rem;
}

.btn-google-auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.65rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1f2937;
  background: #fff;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.btn-google-auth:hover {
  background: #f9fafb;
  border-color: #9ca3af;
  color: #111827;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.btn-google-icon {
  display: inline-flex;
  flex-shrink: 0;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.25rem 0;
  color: #9ca3af;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.auth-form .form-label {
  font-weight: 600;
  font-size: 0.875rem;
}

.auth-submit {
  padding: 0.7rem 1rem;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 0.25rem;
}

.auth-footer-text {
  text-align: center;
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  color: var(--text-light, #6b7280);
}

.auth-footer-text a {
  font-weight: 600;
}
