/* LuJuBO Family · Perfil Docente · Blue Obsidian */
:root{
  --doc-bg:#030712;
  --doc-bg-2:#07111f;
  --doc-surface:rgba(8,20,42,.94);
  --doc-surface-2:rgba(12,31,63,.94);
  --doc-border:rgba(96,165,250,.20);
  --doc-border-strong:rgba(59,130,246,.48);
  --doc-text:#f8fafc;
  --doc-muted:#a7b5ca;
  --doc-primary:#2563eb;
  --doc-primary-strong:#1d4ed8;
  --doc-primary-bright:#60a5fa;
  --doc-primary-soft:rgba(37,99,235,.14);
  --doc-info:#38bdf8;
  --doc-success:#22c55e;
  --doc-warning:#f59e0b;
  --doc-danger:#ef4444;
  --doc-radius:18px;
  --doc-shadow:0 22px 54px rgba(0,0,0,.38);
}

.docente-premium-shell{
  position:relative;
  isolation:isolate;
  max-width:1280px;
  margin:0 auto 42px;
  padding:30px;
  border:1px solid var(--doc-border);
  border-radius:26px;
  background:
    radial-gradient(circle at 8% 0%, rgba(37,99,235,.19), transparent 34%),
    radial-gradient(circle at 100% 15%, rgba(14,165,233,.08), transparent 29%),
    linear-gradient(145deg, rgba(7,17,31,.985), rgba(3,7,18,.985));
  box-shadow:var(--doc-shadow), inset 0 1px 0 rgba(255,255,255,.025);
  overflow:hidden;
}
.docente-premium-shell::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:linear-gradient(rgba(96,165,250,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(96,165,250,.025) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 74%);
}

.docente-premium-hero{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  padding:4px 2px 24px;
  border-bottom:1px solid var(--doc-border);
  margin-bottom:26px;
}
.docente-premium-kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.38rem .75rem;
  border:1px solid rgba(59,130,246,.38);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(37,99,235,.16),rgba(30,64,175,.08));
  color:#93c5fd;
  font-size:.76rem;
  font-weight:750;
  letter-spacing:.11em;
  text-transform:uppercase;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.docente-premium-title{
  margin:12px 0 5px;
  color:var(--doc-text);
  font-size:clamp(1.7rem,3vw,2.35rem);
  font-weight:820;
  letter-spacing:-.035em;
  text-shadow:0 1px 18px rgba(37,99,235,.12);
}
.docente-premium-subtitle{margin:0;color:var(--doc-muted);font-size:.98rem}
.docente-cycle-badge{
  min-width:190px;
  padding:12px 15px;
  border:1px solid var(--doc-border);
  border-radius:15px;
  background:linear-gradient(145deg,rgba(8,23,48,.84),rgba(3,12,27,.86));
  color:var(--doc-muted);
  text-align:right;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.docente-cycle-badge strong{display:block;color:#93c5fd;font-size:1rem}

.docente-premium-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.docente-premium-card{
  position:relative;
  min-height:148px;
  padding:19px;
  border:1px solid var(--doc-border);
  border-radius:var(--doc-radius);
  background:linear-gradient(145deg,rgba(13,35,72,.91),rgba(5,17,39,.95));
  box-shadow:0 10px 26px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.02);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
  overflow:hidden;
}
.docente-premium-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,#60a5fa,#1d4ed8 70%,transparent);
  opacity:.58;
  transition:opacity .18s ease;
}
.docente-premium-card::after{
  content:"";
  position:absolute;
  width:118px;height:118px;
  right:-52px;top:-55px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(37,99,235,.16),transparent 67%);
  pointer-events:none;
}
.docente-premium-card:hover{
  transform:translateY(-3px);
  border-color:var(--doc-border-strong);
  background:linear-gradient(145deg,rgba(17,47,96,.96),rgba(6,22,49,.98));
  box-shadow:0 17px 36px rgba(0,0,0,.32),0 0 0 1px rgba(37,99,235,.05);
}
.docente-premium-card:hover::before{opacity:1}
.docente-card-icon{
  width:46px;height:46px;
  display:grid;place-items:center;
  margin-bottom:17px;
  border:1px solid rgba(96,165,250,.34);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(37,99,235,.19),rgba(29,78,216,.08));
  color:#7db7ff;
  font-size:1.35rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.docente-premium-card h6{margin:0 0 5px;color:var(--doc-text);font-size:.96rem;font-weight:730}
.docente-premium-card p{margin:0;color:var(--doc-muted);font-size:.8rem;line-height:1.4}
.docente-card-link{display:block;text-decoration:none!important;color:inherit}
.docente-card-link:focus-visible{outline:3px solid rgba(96,165,250,.35);outline-offset:3px;border-radius:var(--doc-radius)}
.docente-card-external{position:absolute;right:14px;bottom:12px;color:#7892b8;font-size:.78rem}

.docente-premium-modal .modal-content{
  color:var(--doc-text);
  border:1px solid var(--doc-border-strong);
  border-radius:20px;
  background:linear-gradient(145deg,#0d2348,#050f22);
  box-shadow:0 28px 70px rgba(0,0,0,.55);
}
.docente-premium-modal .modal-title{color:#93c5fd}
.docente-premium-modal .form-label{color:#dbeafe}
.docente-premium-modal .form-control{
  color:var(--doc-text);
  background:#061229;
  border-color:var(--doc-border);
}
.docente-premium-modal .form-control:focus{border-color:var(--doc-primary-bright);box-shadow:0 0 0 .2rem rgba(37,99,235,.18)}
.docente-premium-modal .btn-outline-secondary{color:#bfdbfe;border-color:rgba(96,165,250,.26);background:#081934}
.docente-premium-modal .btn-outline-secondary:hover{color:#fff;border-color:#3b82f6;background:#12336a}
.btn-docente-primary{
  background:linear-gradient(135deg,#3b82f6,#1d4ed8);
  border:1px solid rgba(147,197,253,.18);
  color:#fff;
  font-weight:800;
  box-shadow:0 8px 22px rgba(29,78,216,.28);
}
.btn-docente-primary:hover{filter:brightness(1.08);color:#fff}
.swal2-container{z-index:20000!important}

@media (max-width:1050px){.docente-premium-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:780px){
  .docente-premium-shell{padding:22px 18px;border-radius:20px}
  .docente-premium-hero{align-items:flex-start;flex-direction:column}
  .docente-cycle-badge{text-align:left;min-width:0;width:100%}
  .docente-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:520px){.docente-premium-grid{grid-template-columns:1fr}.docente-premium-card{min-height:126px}}
@media (prefers-reduced-motion:reduce){.docente-premium-card{transition:none}.docente-premium-card:hover{transform:none}}
