/* FASE 85.2 - Legibilidad alumnos / fondos azules */
.admin-explorer a,
.admin-explorer .ae-small-link,
.admin-explorer .ae-history summary,
.admin-explorer td a,
.admin-explorer .table a,
.alumno-ficha a,
.af-wrap a{
  color:#bfdbfe!important;
  -webkit-text-fill-color:#bfdbfe!important;
  text-decoration:none!important;
  font-weight:800!important;
}
.admin-explorer .ae-table td,
.admin-explorer .ae-table td *,
.admin-explorer .ae-card,
.admin-explorer .ae-card *:not(input):not(select):not(option):not(textarea):not(button),
.af-wrap,
.af-wrap *:not(input):not(select):not(option):not(textarea):not(button){
  text-shadow:none!important;
}
.admin-explorer .ae-table td,
.admin-explorer .ae-table td div,
.admin-explorer .ae-table td span:not(.ae-badge),
.admin-explorer .ae-table td strong{
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
}
.admin-explorer .ae-input,
.admin-explorer .ae-select,
.admin-explorer input,
.admin-explorer select,
.af-wrap .af-input,
.af-wrap input,
.af-wrap select,
.af-wrap textarea{
  background:#ffffff!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  border-color:rgba(37,99,235,.45)!important;
}
.admin-explorer input::placeholder,
.af-wrap input::placeholder{
  color:#64748b!important;
  -webkit-text-fill-color:#64748b!important;
}
.admin-explorer .btn,
.admin-explorer .btn-secondary,
.af-wrap .btn,
.af-wrap .btn-secondary{
  -webkit-text-fill-color:initial!important;
}
/* Nombres clickeables en listados oscuros: evita azul sobre azul. */
.table td a[href*="alumno"],
.mobile-table-scroll td a[href*="alumno"],
.card td a[href*="alumno"]{
  color:#fef3c7!important;
  -webkit-text-fill-color:#fef3c7!important;
  font-weight:900!important;
}

/* FASE 85.3 - contraste definitivo alumnos / docente / admin */
.stu-name,
.students-table .stu-name,
.students-table td,
.students-table td a:not(.table-btn),
.af-table td,
.ae-table td,
.ae-student strong,
.alumno-nombre,
.student-name{
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
  text-shadow:0 1px 2px rgba(0,0,0,.35);
}
.students-table th,
.ae-table th,
.af-table th{
  color:#dbeafe!important;
  -webkit-text-fill-color:#dbeafe!important;
}
.students-table .muted,
.ae-muted,
.af-note{
  color:#cbd5e1!important;
  -webkit-text-fill-color:#cbd5e1!important;
}
