/* 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 {
  background: #fff;
}

body {
  margin: 0;
  color: #333;
  background: #fff;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

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

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

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

p {
  margin: 0 0 12px;
}

h1,
h2,
h3 {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
}

h2 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

.page {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(190px, 0.8fr);
  gap: 30px;
  align-items: center;
  padding: 36px 16px 28px;
}

.intro-copy {
  min-width: 0;
}

.name {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
}

.profile-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 7px;
  margin: 18px 0 0;
  text-align: center;
}

.coming-soon {
  color: #777;
}

.profile-photo {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.profile-photo img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.section {
  margin-bottom: 30px;
  padding: 0 16px;
}

.publication-list {
  display: grid;
  gap: 8px;
}

.publication {
  display: grid;
  grid-template-columns: minmax(168px, calc(23% + 18px)) minmax(0, 77%);
  gap: 18px;
  align-items: center;
  padding: 10px 0;
}

.publication-thumbnail {
  display: block;
  min-width: 0;
  padding-left: 18px;
}

.publication-thumbnail img {
  display: block;
  width: 100%;
  height: 145px;
  object-fit: contain;
}

.publication-details {
  min-width: 0;
  overflow-wrap: anywhere;
}

.papertitle {
  font-size: 14px;
  font-weight: 700;
}

.authors,
.venue,
.paper-links {
  margin: 3px 0 0;
}

.paper-links {
  line-height: 1.3;
}

.author-note {
  margin: 8px 0 0;
  color: #666;
  font-size: 13px;
}

.entry {
  padding: 5px 0 2px;
}

.entry-heading {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
}

.entry-date {
  flex: 0 0 auto;
  color: #555;
}

.entry p {
  margin: 2px 0 0;
}

.entry-detail {
  color: #666;
}

.award-list {
  display: grid;
  gap: 13px;
}

.award {
  padding: 0;
}

.footer {
  padding: 4px 16px 30px;
  color: #777;
  font-size: 12px;
  text-align: right;
}

@media (max-width: 650px) {
  .page {
    padding: 0 14px;
  }

  .intro {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 10px 30px;
  }

  .profile-photo img {
    max-width: 180px;
  }

  .publication {
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: start;
    padding: 12px 0;
  }

  .publication-thumbnail {
    width: min(100%, 260px);
    margin-inline: auto;
    padding-left: 0;
  }

  .publication-thumbnail img {
    height: 150px;
  }
}

@media (max-width: 420px) {
  .page {
    padding: 0 10px;
  }

  .section {
    padding: 0 8px;
  }

  .intro {
    padding-right: 8px;
    padding-left: 8px;
  }

  .name {
    font-size: 30px;
  }

  .entry-heading {
    display: block;
  }

  .entry-date {
    display: block;
    margin-top: 2px;
  }

  .footer {
    padding-right: 8px;
    padding-left: 8px;
    text-align: left;
  }
}
