
body {
  font-family: system-ui, sans-serif;
  margin:0;
  background:#f6f6f6;
}

.page-shell{
  max-width:1100px;
  margin:auto;
  padding:40px;
  background:white;
}

.masthead{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:30px;
  border-bottom:2px solid black;
  padding-bottom:20px;
}

.section-nav{
  margin-top:20px;
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.cv-section{
  margin-top:40px;
}

.pub-item{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:15px;
  margin-bottom:12px;
}

.pub-year{
  font-weight:bold;
  color:#666;
}

.card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:15px;
}

.card{
  border:1px solid #ddd;
  border-radius:8px;
  padding:15px;
  background:#fafafa;
}

.thesis-item {
  padding: 0.6rem 0;
  border-bottom: 1px solid #eee;
}

.thesis-item p {
  margin: 0;
}
