/* Auth page specific styles */
.auth-body {
  background: linear-gradient(135deg, #1a1f2e 0%, #2d3561 50%, #1a1f2e 100%);
  position: relative;
  overflow: hidden;
}

.auth-bg {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(99,102,241,.15) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(139,92,246,.12) 0%, transparent 60%);
  pointer-events: none;
}

.auth-wrapper { position: relative; z-index: 1; }

.auth-card {
  width: 100%;
  max-width: 440px;
  border-radius: 1.25rem !important;
  background: rgba(255,255,255,.97);
}

.auth-logo {
  max-height: 72px;
  max-width: 220px;
  object-fit: contain;
}

.auth-logo-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 1rem;
  background: linear-gradient(135deg, #0d6efd, #6f42c1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
