/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v15/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v15/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v15/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #4a4f57;
  background: #ffffff;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: #174a91;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #f09228;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 12px;
}

.top-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 74px;
  padding: 0 max(40px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid #eeeeee;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

.top-nav a {
  color: #767c85;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.top-nav a:hover {
  color: #174a91;
}

.top-nav .nav-home {
  color: #6b717a;
}

.page-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 86px;
  width: min(1180px, calc(100% - 80px));
  margin: 38px auto 64px;
}

.sidebar {
  padding-top: 16px;
}

.profile-photo {
  display: block;
  width: 210px;
  height: 210px;
  margin: 0 0 24px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #e6e8eb;
  object-fit: cover;
}

.sidebar h1 {
  margin: 0 0 6px;
  color: #4a4f57;
  font-size: 28px;
  line-height: 1.15;
}

.role {
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 700;
}

.focus {
  max-width: 230px;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 700;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-icon {
  width: 24px;
  text-align: center;
  line-height: 1;
}

.content {
  min-width: 0;
}

.intro-section {
  max-width: 920px;
  margin-bottom: 28px;
  padding-top: 2px;
  font-size: 18px;
  font-weight: 700;
}

.section-block {
  padding: 28px 0;
  border-top: 1px solid #ececec;
}

.section-block h2 {
  margin: 0 0 22px;
  color: #444a52;
  font-size: 28px;
  line-height: 1.2;
}

.section-icon {
  display: inline-block;
  width: 34px;
  margin-right: 6px;
  font-size: 24px;
  line-height: 1;
  vertical-align: -2px;
}

.section-block h3 {
  margin: 0 0 8px;
  color: #444a52;
  font-size: 20px;
  line-height: 1.3;
}

.news-list,
.compact-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.publication-item {
  display: grid;
  grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #ececec;
}

.publication-item:last-child {
  margin-bottom: 0;
}

.publication-media {
  position: relative;
  display: block;
  color: inherit;
}

.publication-media img {
  display: block;
  width: 100%;
  max-height: 230px;
  border: 1px solid #eeeeee;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
  object-fit: contain;
}

.stacked-preview {
  position: relative;
  display: block;
  min-height: 210px;
}

.stacked-preview img {
  position: absolute;
  max-height: none;
  background: #ffffff;
}

.stacked-preview .preview-back {
  top: 0;
  right: 0;
  width: 76%;
  opacity: 0.92;
}

.stacked-preview .preview-mid {
  top: 38px;
  right: 12px;
  width: 58%;
  opacity: 0.96;
}

.stacked-preview .preview-front {
  bottom: 0;
  left: 0;
  width: 92%;
}

.icml-preview {
  min-height: 255px;
}

.icml-preview .preview-back {
  top: 24px;
  right: 0;
  width: 72%;
}

.icml-preview .preview-front {
  bottom: 28px;
  width: 92%;
}

.iclr-preview {
  min-height: 315px;
}

.iclr-preview .preview-back {
  top: 24px;
  right: 0;
  width: 62%;
}

.iclr-preview .preview-mid {
  top: 70px;
  right: 16px;
  width: 48%;
}

.iclr-preview .preview-front {
  bottom: 52px;
  width: 104%;
}

.venue-tag {
  position: absolute;
  top: 10px;
  left: -8px;
  z-index: 1;
  width: fit-content;
  min-width: 104px;
  padding: 5px 14px;
  color: #ffffff;
  background: #174a91;
  font-weight: 700;
  line-height: 1;
}

.publication-body h3 {
  color: #174a91;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.links {
  color: #174a91;
  font-weight: 700;
}

.timeline-item {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ececec;
}

.education-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.education-item:last-child {
  margin-bottom: 0;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-date {
  color: #174a91;
  font-weight: 700;
}

.role-line {
  color: #555b63;
  font-weight: 700;
}

.internship-item {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #ececec;
}

.internship-item:last-child {
  margin-bottom: 0;
}

.internship-item.text-only {
  grid-template-columns: 1fr;
}

.internship-stack {
  position: relative;
  min-height: 250px;
}

.internship-media {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #eeeeee;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
  object-fit: cover;
}

.internship-stack .internship-media {
  position: absolute;
  background: #ffffff;
}

.internship-back {
  top: 0;
  right: 0;
  width: 84%;
  opacity: 0.92;
}

.internship-front {
  bottom: 0;
  left: 0;
  width: 84%;
}

.internship-placeholder {
  display: grid;
  min-height: 150px;
  place-items: center;
  border: 1px solid #e5e8ee;
  color: #174a91;
  background: #f6f8fb;
  font-size: 20px;
  font-weight: 700;
}

.site-footer {
  padding-top: 28px;
  color: #8a8f96;
  font-size: 13px;
  text-align: right;
}

.papertitle,
.name,
.one,
.two,
.fade,
span.highlight,
.colored-box {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
}

@media (max-width: 900px) {
  .top-nav {
    gap: 18px;
    min-height: auto;
    padding: 14px 20px;
    overflow-x: auto;
  }

  .top-nav a {
    font-size: 15px;
  }

  .page-shell {
    grid-template-columns: 1fr;
    gap: 32px;
    width: min(100% - 32px, 680px);
    margin-top: 24px;
  }

  .sidebar {
    text-align: center;
  }

  .profile-photo {
    width: 180px;
    height: 180px;
    margin-right: auto;
    margin-left: auto;
  }

  .focus {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-list {
    justify-items: center;
  }

  .intro-section {
    font-size: 17px;
  }

  .publication-item,
  .timeline-item,
  .internship-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .publication-media img {
    max-height: none;
  }

  .stacked-preview {
    min-height: 220px;
  }

  .icml-preview,
  .iclr-preview {
    min-height: 300px;
  }

  .internship-stack {
    min-height: 300px;
  }

  .venue-tag {
    left: 0;
  }
}
