body {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff;
}

a {
  color: #1772d0;
  text-decoration: none;
}

a:hover {
  color: #f09228;
}

p.name {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.papertitle {
  font-size: 15px;
  font-weight: 700;
  color: #1772d0;
}

.papertitle:hover {
  color: #f09228;
}

strong {
  font-weight: 700;
}

h2 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}

.item {
  margin-bottom: 8px;
  font-size: 15px;
}

.pub-row td {
  padding: 10px 8px;
  vertical-align: middle;
}

.pub-row:hover {
  background-color: #f5f5f5;
}

.pub-row img, .pub-row svg {
  border-radius: 4px;
  width: 100%;
  max-width: 300px;
}

.internship-badge {
  font-size: 12px;
  color: #1772d0;
  background: rgba(23, 114, 208, 0.08);
  border: 1px solid rgba(23, 114, 208, 0.2);
  padding: 2px 8px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 4px;
}

.research-highlights {
  font-size: 15px;
  line-height: 1.7;
}

.research-highlights h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 12px 0 4px 0;
  color: #333;
}

.research-highlights ul {
  margin: 0;
  padding-left: 18px;
}

.research-highlights li {
  margin-bottom: 3px;
}

.venue-badge {
  color: #cb0606;
  font-weight: bold;
}

.links {
  font-size: 14px;
}

.links a {
  margin-right: 2px;
}

.desc {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

.toggle-links {
  font-size: 13px;
  font-weight: normal;
}

.toggle-links a {
  cursor: pointer;
}

.note {
  font-size: 13px;
  color: gray;
}

footer {
  text-align: center;
  padding: 20px;
  font-size: 12px;
  color: #999;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .pub-row td:first-child {
    display: none;
  }
  p.name {
    font-size: 26px;
  }
}
