<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 1rem 1rem 1rem;
  max-width: 950px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.avatar-rect {
  width: 160px;
  height: auto;
  object-fit: cover;
  margin-right: 2rem;
}

main {
  max-width: 950px;
  margin: 0 auto;
  padding: 1rem;
  padding-bottom: 1rem;
}

section {
  margin-bottom: 2rem;
}

h2 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.3rem;
  color: #222;
}

ul {
  padding-left: 1.2rem;
}



.venue-short {
  font-weight: bold;
  font-style: italic;
}


.award-inline {
  color: #d62728;
  font-style: italic;
}

footer {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin-top: 3rem;
  padding-bottom: 2rem;
}

@media (max-width: 600px) {
  .header-flex {
    flex-direction: column;
    text-align: center;
  }

  .avatar-rect {
    width: 80%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}

.highlight {
  color: #0c0c0c;
  text-decoration: underline;
}

.bule-tag {
  color: #1f77b4;
  /* 浅蓝色，与 matplotlib 默认蓝色一致 */
}


.award {
  font-size: 0.92em;
  color: #d62728;
  font-style: italic;
}

.authors {
  font-size: 0.92em;
  color: #555;
}

.venue-full {
  font-size: 0.92em;
  color: #777;
}

#paper-list li {
  line-height: 1.35em;
}
</pre></body></html>