.aviso-exito {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  margin-bottom: 1.2rem;
  border-radius: 10px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #86efac;
  font-size: 0.9rem;
  line-height: 1.5;
  animation: slideInError 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.aviso-exito svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #4ade80;
}

.enlace-login {
  text-align: center;
  margin-top: 1.4rem;
  font-size: 0.88rem;
  color: #9090b8;
}

.enlace-login a {
  color: #a78bfa;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.enlace-login a:hover {
  color: #c4b5fd;
}

.formulario-nueva-pwd {
  background: linear-gradient(180deg, #121220, #0d0d18);
  padding: 2.5rem 2.8rem;
  border-radius: 16px;
  width: 100%;
  max-width: 440px;
  box-shadow:
    0 0 40px rgba(120, 70, 255, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  margin: 60px auto;
}

.icono-key {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.icono-key svg {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 0 14px rgba(139, 92, 246, 0.6));
}

.titulo-nueva-pwd {
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: "Orbitron", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}

.subtitulo-nueva-pwd {
  color: #9090b8;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}

.indicador-fuerza {
  margin-top: 0.5rem;
  display: flex;
  gap: 4px;
  height: 4px;
}

.indicador-fuerza .barra {
  flex: 1;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease;
}

.req-pwd {
  font-size: 0.8rem;
  color: #6060a8;
  margin-top: 0.4rem;
}

.formulario-recuperacion {
  background: linear-gradient(180deg, #121220, #0d0d18);
  padding: 2.5rem 2.8rem;
  border-radius: 16px;
  width: 100%;
  max-width: 440px;
  box-shadow:
    0 0 40px rgba(120, 70, 255, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  margin: 60px auto;
}

.icono-lock {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.icono-lock svg {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 0 14px rgba(139, 92, 246, 0.6));
}

.titulo-recuperacion {
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: "Orbitron", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}

.subtitulo-recuperacion {
  color: #9090b8;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}

.tarjeta-error {
  background: linear-gradient(180deg, #121220, #0d0d18);
  padding: 2.5rem 2.8rem;
  border-radius: 16px;
  width: 100%;
  max-width: 440px;
  box-shadow:
    0 0 40px rgba(239, 68, 68, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  margin: 60px auto;
  text-align: center;
}

.icono-error-grande {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  display: block;
  filter: drop-shadow(0 0 12px rgba(239, 68, 68, 0.5));
}

.titulo-error-token {
  color: #fca5a5;
  font-family: "Orbitron", sans-serif;
  font-size: 1.15rem;
  margin-bottom: 0.8rem;
}

.texto-error-token {
  color: #9090b8;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
