/*
 * Optional academic homepage treatment.
 * Remove this stylesheet link from index.html to restore the base presentation.
 */

.academic-home .home-main {
  max-width: 748px;
}

@media (min-width: 641px) {
  .academic-home .project-card {
    gap: 20px;
    padding: 10px 0;
  }

  .academic-home section > h2 + .project-card {
    padding-top: 4px;
  }

  .academic-home .project-img {
    width: 180px;
    height: 120px;
  }

  .academic-home .harness-evolution {
    overflow: hidden;
  }

  .academic-home .harness-evolution-inner {
    flex: none;
    transform: scale(0.84);
    transform-origin: center bottom;
  }
}

.academic-home .work-section > h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.academic-home .project-authors {
  color: var(--muted);
  font-size: 13px;
  font-style: italic;
}

.academic-home .project-authors .author-self {
  color: var(--foreground);
  text-decoration: underline;
  text-decoration-color: var(--light);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.academic-home .pub-venue {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 3px;
  background: #1e4f7a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.academic-home .project-links {
  gap: 8px;
}

.academic-home .project-link {
  color: #2563a6;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.academic-home .project-link:hover {
  color: #174879;
  opacity: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.academic-home .project-link::before {
  content: "[";
}

.academic-home .project-link::after {
  content: "]";
}

.academic-home .project-link + .project-link::before {
  content: "[";
  margin-right: 0;
}

.academic-home .see-all {
  padding-left: 0;
}

@media (max-width: 640px) {
  .academic-home .work-section > h2 {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
