/* ASROSAINTEK Dynamic Editorial Team Manager */
.asro-editorial {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #0f172a;
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 0 45px;
}
.asro-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b1f3a;
  margin: 0 0 10px;
}
.asro-desc {
  max-width: 860px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.asro-section { margin-bottom: 38px; }
.asro-section-title {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 19px;
  font-weight: 800;
  color: #123c7c;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 18px;
}
.asro-section-title:before {
  content: "";
  width: 7px;
  height: 26px;
  background: linear-gradient(180deg, #2563eb, #06b6d4);
  border-radius: 10px;
}
.asro-leader-wrap { max-width: 780px; margin: 0 auto; }
.asro-chief-wrap { max-width: 920px; margin: 0 auto; }
.asro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.asro-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 20px;
  padding: 24px 26px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(15, 23, 42, .08);
  transition: .25s ease;
}
.asro-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #1d4ed8, #06b6d4);
}
.asro-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, .13);
}
.asro-card.pimpinan {
  background: linear-gradient(135deg, #ffffff 0%, #fff8ed 100%);
  border-color: #fed7aa;
}
.asro-card.chief {
  background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
  border-color: #bcd7ff;
}
.asro-card.secretary {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}
.asro-photo {
  width: 118px;
  height: 118px;
  flex: 0 0 118px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #eaf2ff;
  background: linear-gradient(135deg, #dbeafe, #e0f2fe);
  box-shadow: 0 8px 20px rgba(37, 99, 235, .16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.asro-grid .asro-photo {
  width: 92px;
  height: 92px;
  flex-basis: 92px;
}
.asro-photo img { width: 100%; height: 100%; object-fit: cover; }
.asro-initial {
  font-size: 28px;
  font-weight: 800;
  color: #1d4ed8;
}
.asro-info { flex: 1; min-width: 0; }
.asro-role {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1d4ed8;
  background: #eff6ff;
  padding: 7px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.asro-card.pimpinan .asro-role {
  color: #c2410c;
  background: #fff7ed;
}
.asro-name {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 7px;
  line-height: 1.25;
}
.asro-grid .asro-name { font-size: 19px; }
.asro-affiliation {
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 16px;
}
.asro-grid .asro-affiliation { font-size: 14px; }
.asro-affiliation a { color: #334155; text-decoration: none; }
.asro-affiliation a:hover { color: #2563eb; }
.asro-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.asro-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: #0f172a;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  transition: .2s ease;
}
.asro-grid .asro-links a { font-size: 12px; padding: 7px 12px; }
.asro-links a:hover { transform: translateY(-2px); opacity: .92; }
.asro-links a[href*="sinta"] { background: #ef4444; color: #fff; border-color: #ef4444; }
.asro-links a[href*="scopus"] { background: #f97316; color: #fff; border-color: #f97316; }
.asro-links a[href*="orcid"] { background: #a3e635; color: #1e293b; border-color: #a3e635; }
.asro-links a[href*="scholar"] { background: #3b82f6; color: #fff; border-color: #3b82f6; }
.asro-reviewer-box {
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  border: 1px solid #dbe3ef;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}
.asro-reviewer-note {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 18px;
}
.asro-reviewer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.asro-reviewer-list li {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
}
.asro-reviewer-list li a {
  color: #0f172a;
  text-decoration: none;
}
.asro-reviewer-list li a:hover { color: #2563eb; }
.asro-reviewer-list span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}
@media (max-width: 768px) {
  .asro-title { font-size: 26px; }
  .asro-grid,
  .asro-reviewer-list { grid-template-columns: 1fr; }
  .asro-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 18px;
  }
  .asro-links { justify-content: center; }
  .asro-name { font-size: 21px; }
}
