/* ENTRETENIMIENTO TOLIMA · Autores y columnistas v8.8 */

.et-authors-page,
.et-author-profile-page{
  padding:38px 0 74px;
  background:
    radial-gradient(circle at 88% 0%,rgba(255,10,122,.035),transparent 31rem),
    linear-gradient(180deg,#fff 0,#f8fafc 100%);
}

.et-authors-hero{
  max-width:890px;
  padding:18px 0 32px;
}

.et-authors-hero>span,
.et-author-role,
.et-author-section-head>div>span{
  display:block;
  color:#ff0a7a;
  font-size:.67rem;
  font-weight:850;
  letter-spacing:.095em;
}

.et-authors-hero h1{
  margin:7px 0 10px;
  color:#0c274a;
  font-size:clamp(2.15rem,4vw,4rem);
  line-height:1.02;
  letter-spacing:-.04em;
}

.et-authors-hero p{
  max-width:720px;
  margin:0;
  color:#6d7d91;
  font-size:.87rem;
  line-height:1.7;
}

.et-authors-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:15px;
}

.et-author-card{
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:15px;
  padding:17px;
  border:1px solid #e0e6ef;
  border-radius:17px;
  background:#fff;
  box-shadow:0 10px 30px rgba(13,39,73,.04);
}

.et-author-card-avatar{
  width:92px;
  height:112px;
  overflow:hidden;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(145deg,#0c326a,#184f94);
  text-decoration:none;
}

.et-author-card-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.et-author-card-avatar span{
  font-size:1.75rem;
  font-weight:900;
}

.et-author-card-copy{
  min-width:0;
}

.et-author-card h2{
  margin:4px 0 7px;
  font-size:1rem;
  line-height:1.15;
}

.et-author-card h2 a{
  color:#183552;
  text-decoration:none;
}

.et-author-card p{
  display:-webkit-box;
  margin:0;
  overflow:hidden;
  color:#6d7b8d;
  font-size:.71rem;
  line-height:1.55;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

.et-author-card-stats{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}

.et-author-card-stats span{
  color:#8190a2;
  font-size:.62rem;
}

.et-author-card-stats strong{
  color:#173e72;
  font-size:.74rem;
}

.et-author-card-link{
  display:inline-flex;
  margin-top:10px;
  color:#174f8d;
  font-size:.67rem;
  font-weight:800;
  text-decoration:none;
}

.et-authors-empty{
  padding:32px;
  border:1px dashed #ccd8e6;
  border-radius:15px;
  text-align:center;
  background:#fbfcfe;
}

.et-authors-empty strong{
  color:#223c5a;
}

.et-authors-empty p{
  margin:6px 0 0;
  color:#7d8998;
  font-size:.75rem;
}

/* Perfil individual */
.et-author-breadcrumb{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:18px;
  color:#8995a5;
  font-size:.67rem;
}

.et-author-breadcrumb a{
  color:#506982;
  text-decoration:none;
}

.et-author-breadcrumb strong{
  color:#274766;
}

.et-author-profile-hero{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:28px;
  align-items:center;
  padding:24px;
  border:1px solid #e0e6ef;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 38px rgba(13,39,73,.045);
}

.et-author-profile-avatar{
  aspect-ratio:4/5;
  overflow:hidden;
  display:grid;
  place-items:center;
  border-radius:17px;
  color:#fff;
  background:linear-gradient(145deg,#0a2d61,#174d8f);
}

.et-author-profile-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.et-author-profile-avatar span{
  font-size:3rem;
  font-weight:900;
}

.et-author-profile-copy h1{
  margin:6px 0 9px;
  color:#0d2d54;
  font-size:clamp(2rem,4vw,3.7rem);
  line-height:1;
  letter-spacing:-.04em;
}

.et-author-profile-copy>p{
  max-width:820px;
  margin:0;
  color:#607188;
  font-size:.82rem;
  line-height:1.7;
}

.et-author-profile-stats{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:19px;
}

.et-author-profile-stats span{
  min-width:118px;
  display:grid;
  gap:3px;
  padding:10px 12px;
  border:1px solid #e4e9f0;
  border-radius:11px;
  color:#758397;
  background:#f9fbfd;
  font-size:.64rem;
}

.et-author-profile-stats strong{
  color:#143f75;
  font-size:1rem;
}

.et-author-publications{
  margin-top:26px;
}

.et-author-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}

.et-author-section-head h2{
  margin:5px 0 0;
  color:#183552;
  font-size:1.28rem;
}

.et-author-section-head>a{
  color:#19518f;
  font-size:.7rem;
  font-weight:800;
  text-decoration:none;
}

.et-author-publication-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.et-author-publication-card{
  min-width:0;
  padding:0 0 13px;
  border:1px solid #e1e7ef;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 22px rgba(13,39,73,.035);
}

.et-author-publication-image{
  aspect-ratio:16/10;
  display:grid;
  place-items:center;
  overflow:hidden;
  color:#53677e;
  background:#eef2f6;
  text-decoration:none;
  font-size:.64rem;
  font-weight:800;
  letter-spacing:.05em;
}

.et-author-publication-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.et-author-publication-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:10px 11px 0;
}

.et-author-publication-meta a{
  color:#ff0a7a;
  font-size:.58rem;
  font-weight:850;
  text-decoration:none;
}

.et-author-publication-meta time{
  color:#8a96a6;
  font-size:.58rem;
}

.et-author-publication-card h3{
  margin:7px 11px 0;
  font-size:.83rem;
  line-height:1.32;
}

.et-author-publication-card h3 a{
  color:#1f354f;
  text-decoration:none;
}

.et-author-publication-card>p{
  display:-webkit-box;
  margin:7px 11px 0;
  overflow:hidden;
  color:#718094;
  font-size:.68rem;
  line-height:1.5;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.et-author-publication-type{
  display:inline-flex;
  margin:10px 11px 0;
  padding:4px 7px;
  border-radius:999px;
  color:#45617e;
  background:#f0f4f8;
  font-size:.56rem;
  font-weight:780;
}

.et-author-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid #e4e9f0;
}

.et-author-pagination a{
  color:#174f8d;
  font-size:.7rem;
  font-weight:800;
  text-decoration:none;
}

.et-author-pagination span{
  color:#8490a0;
  font-size:.67rem;
}

@media(max-width:1120px){
  .et-authors-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .et-author-publication-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:820px){
  .et-author-profile-hero{
    grid-template-columns:170px minmax(0,1fr);
  }

  .et-author-publication-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  .et-authors-page,
  .et-author-profile-page{
    padding-top:24px;
  }

  .et-authors-grid{
    grid-template-columns:1fr;
  }

  .et-author-card{
    grid-template-columns:82px minmax(0,1fr);
  }

  .et-author-card-avatar{
    width:82px;
    height:100px;
  }

  .et-author-profile-hero{
    grid-template-columns:1fr;
    padding:17px;
  }

  .et-author-profile-avatar{
    width:128px;
    aspect-ratio:1/1;
    border-radius:50%;
  }

  .et-author-profile-stats{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .et-author-profile-stats span{
    min-width:0;
  }

  .et-author-section-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .et-author-publication-grid{
    grid-template-columns:1fr;
  }
}
