.navbar-brand .timlee {
  font-weight: 700;
}

.quarto-title-meta-heading {
  font-weight: normal !important;
  font-variant: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.quarto-listing .listing-field-name {
  font-weight: normal !important;
  font-variant: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}


.pub-title { font-weight: 600; margin-bottom: 0.15rem; }
.pub-coauthors { margin-bottom: 0.15rem; }
.pub-venue { color: #777; margin-bottom: 0.35rem; }

.paper-links { display: inline-flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 0.35rem; }
.paper-btn {
  padding: 0.15rem 0.5rem;
  border: 1px solid currentColor;
  border-radius: 0.35rem;
  text-decoration: none;
  font-size: 0.9rem;
}

.pub-abstract { display: none; margin-top: 0.35rem; }
.pub-abstract.is-open { display: block; }

.pub-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.research-section {
  margin-top: 2.5rem;
}

.research-page {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.research-paper {
  margin-bottom: 1.75rem;
}

.research-paper-title {
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.research-paper-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}

.research-paper-coauthors {
  color: #444;
}

.research-paper-coauthors a {
  color: inherit;
  text-decoration: underline;
}

.research-paper-venue {
  color: #666;
  font-size: 0.95rem;
}

.research-paper-buttons {
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.research-paper-btn {
  appearance: none;
  border: 1px solid #b8c8e8;
  background: transparent;
  border-radius: 0.35rem;
  color: #2a5db0;
  cursor: pointer;
  font-size: 0.84rem;
  line-height: 1.2;
  padding: 0.14rem 0.45rem;
  text-decoration: none;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.research-paper-btn:hover,
.research-paper-btn:focus-visible {
  background: #eef4ff;
  border-color: #8aa8df;
  color: #1f4f9c;
}

.research-paper-abstract {
  display: none;
  margin-top: 0.55rem;
  max-width: 70ch;
  color: #333;
}

.research-paper-abstract.is-open {
  display: block;
}
