/* ===============================
   Auth-specific styling
================================ */

.auth-bg {
  background:
    radial-gradient(
      600px circle at top center,
      rgba(62, 166, 255, 0.08),
      transparent 70%
    ),
    #0b0f14;
}

.auth-card {
  background-color: #0f141c;
  border: 1px solid #1f2937;
}

.auth-link {
  color: #3ea6ff;
  transition: color 0.15s ease;
}

.auth-link:hover {
  color: #6fc1ff;
  text-decoration: underline;
}
