* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fafafa;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

header {
  text-align: center;
  margin-bottom: 40px;
}

.avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
  border: 3px solid #ddd;
}

h1 {
  font-size: 2em;
  font-weight: 600;
  color: #1a1a1a;
}

.subtitle {
  font-size: 1.1em;
  color: #666;
  margin-top: 4px;
}

.email {
  font-size: 0.95em;
  color: #888;
  margin-top: 4px;
}

section {
  margin-bottom: 36px;
}

h2 {
  font-size: 1.3em;
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: 2px solid #eee;
  padding-bottom: 6px;
  margin-bottom: 16px;
}

a {
  color: #2a7ae2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 6px;
}

.entry {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
}

.school {
  color: #666;
}

.dates {
  color: #888;
  font-size: 0.9em;
  white-space: nowrap;
}

.pub {
  margin-bottom: 18px;
}

.pub-title {
  font-weight: 600;
  font-size: 1.05em;
}

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

.pub-venue {
  color: #888;
  font-size: 0.9em;
}

.pub-links {
  font-size: 0.9em;
  margin-top: 2px;
}

.pub-links a {
  margin-right: 10px;
  font-family: monospace;
}

.contact-list {
  list-style: none;
  padding-left: 0;
}

footer {
  text-align: center;
  color: #aaa;
  font-size: 0.85em;
  margin-top: 40px;
}

.award-period {
  font-weight: 600;
  font-size: 0.95em;
  color: #666;
  margin-top: 12px;
  margin-bottom: 4px;
}
