.auth-shell {
  background-image:
    linear-gradient(90deg, rgba(2, 33, 22, 0.38) 0%, rgba(2, 33, 22, 0.12) 55%, rgba(2, 33, 22, 0.22) 100%),
    url("/assets/home-login-bg.png");
  background-position: center;
  background-size: cover;
}

.auth-hero {
  background: linear-gradient(90deg, rgba(2, 32, 21, 0.42), transparent);
}

.auth-card {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.32);
}

@media (max-width: 800px) {
  .auth-shell {
    background-position: 42% center;
  }
}
