/* Panel derecho del login — paleta Admin Academy */
.auth-brand-panel {
  color: #ffffff;
}

.auth-brand-panel__headline {
  margin-top: 2rem;
  max-width: 32rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.auth-brand-panel__footer {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}

@media (min-width: 1280px) {
  .auth-brand-panel__headline {
    font-size: 2.25rem;
  }
}

.auth-brand-panel--gradient {
  background: linear-gradient(135deg, #1f43f3 0%, #14cde4 100%);
}

.auth-brand-panel--color {
  background-color: #1b7bed;
}

.auth-brand-panel--image {
  background-color: #293053;
}

.auth-brand-panel--image::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(41, 48, 83, 0.55);
}

.auth-brand-glow {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(255, 255, 255, 0.16), transparent),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(20, 205, 228, 0.35), transparent);
}

.auth-brand-panel--gradient::before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}

.auth-login-logo--brand {
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.15));
}

.text-brand-navy {
  color: #293053;
}

.auth-btn-primary {
  background-color: #1b7bed !important;
  box-shadow: 0 10px 25px rgba(27, 123, 237, 0.25) !important;
}

.auth-btn-primary:hover {
  background-color: #1f43f3 !important;
}

/* Accesos públicos bajo el login (pago / aspirantes) */
.auth-portal-actions__label {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #94a3b8;
}

.auth-portal-actions__grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .auth-portal-actions__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.auth-portal-btn {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 0.9rem 1rem;
  text-align: left;
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.auth-portal-btn:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  box-shadow: 0 8px 20px rgba(27, 123, 237, 0.08);
}

.auth-portal-btn__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1b7bed;
  line-height: 1.3;
}

.auth-portal-btn__hint {
  font-size: 0.7rem;
  color: #64748b;
  line-height: 1.35;
}
