/* 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: 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;
}

:root {
  --text: #1d1d1f;
  --muted: #68686d;
  --link: #0b6fcb;
  --link-hover: #b96714;
  --ink-soft: #303036;
  --line: rgba(29, 29, 31, 0.12);
  --surface: rgba(255, 255, 255, 0.56);
  --paper: rgba(255, 255, 255, 0.48);
  --page-bg: #f8f8f6;
  --glass-border: rgba(255, 255, 255, 0.88);
  --glass-highlight: rgba(255, 255, 255, 0.92);
  --shadow-soft: 0 18px 42px rgba(20, 32, 46, 0.08);
  --shadow-lift: 0 26px 64px rgba(20, 32, 46, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(244, 248, 255, 0.86) 0%, rgba(248, 248, 246, 0.8) 42%, rgba(255, 250, 242, 0.72) 100%),
    linear-gradient(115deg, rgba(11, 111, 203, 0.1) 0%, transparent 28%),
    linear-gradient(245deg, rgba(240, 146, 40, 0.09) 0%, transparent 34%),
    var(--page-bg);
  font-family: -apple-system, BlinkMacSystemFont, 'Lato', Verdana, Helvetica, sans-serif;
  font-size: 15.5px;
  line-height: 1.6;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0%, rgba(11, 111, 203, 0.055) 22%, transparent 44%),
    linear-gradient(250deg, transparent 10%, rgba(240, 146, 40, 0.05) 48%, transparent 72%);
  content: "";
}

body.lightbox-open {
  overflow: hidden;
}

button {
  font: inherit;
  text-align: center;
}

a {
  color: var(--link);
  text-decoration: none;
  transition: color 160ms ease;
}

a:focus,
a:hover {
  color: var(--link-hover);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
}

.chinese-name {
  display: inline-block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 18px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.15;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
}

.page {
  width: min(calc(100% - 40px), 920px);
  margin: 0 auto;
  padding: 52px 0 76px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 44px;
  align-items: center;
  padding: 10px 0 46px;
}

.intro-text p {
  margin-bottom: 12px;
}

.intro-text,
.item-content {
  min-width: 0;
}

.kicker {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.email {
  color: var(--muted);
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.profile-photo {
  width: 210px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--glass-border);
  box-shadow: 0 24px 58px rgba(20, 32, 46, 0.13);
  overflow: hidden;
}

.profile-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: zoom-in;
  background: transparent;
  border: 0;
  border-radius: inherit;
  color: inherit;
  overflow: hidden;
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.5) translateY(10%);
  transform-origin: center;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 420ms ease;
}

.profile-photo:hover img,
.profile-photo:focus-within img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.56) translateY(10%);
}

.profile-trigger:focus-visible {
  outline: 2px solid rgba(11, 111, 203, 0.28);
  outline-offset: -5px;
}

.section {
  padding: 32px 0;
  border-top: 1px solid var(--line);
}

.section > p {
  max-width: 790px;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 16px;
}

.publications {
  padding-top: 34px;
}

.item {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.34) 58%, rgba(239, 247, 255, 0.34)),
    var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.34),
    var(--shadow-soft);
  backdrop-filter: blur(30px) saturate(1.45);
  -webkit-backdrop-filter: blur(30px) saturate(1.45);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.item + .item {
  margin-top: 14px;
}

.item::before {
  position: absolute;
  inset: 1px;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.22), transparent 42%);
  border-radius: 7px;
  content: "";
}

.item > * {
  position: relative;
  z-index: 1;
}

.item:hover {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.42),
    var(--shadow-lift);
  transform: translateY(-2px);
}

.item-media {
  display: grid;
  width: 240px;
  aspect-ratio: 4 / 3;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36));
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 rgba(255, 255, 255, 0.38);
  color: var(--muted);
  overflow: hidden;
}

.image-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: zoom-in;
  background: transparent;
  border: 0;
  color: inherit;
  overflow: hidden;
}

.image-trigger[data-media="video"] {
  cursor: pointer;
}

.item-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 520ms ease;
}

.item:hover .image-trigger img,
.item:focus-within .image-trigger img,
.item.is-action-visible .image-trigger img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.08);
}

.image-trigger:focus-visible {
  outline: 2px solid rgba(11, 111, 203, 0.28);
  outline-offset: -4px;
}

.media-action {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  color: rgba(255, 255, 255, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(18, 24, 32, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 5px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 8px 22px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(1.45);
  -webkit-backdrop-filter: blur(18px) saturate(1.45);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.5),
    0 0 10px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  transition: opacity 220ms ease, transform 220ms ease;
}

.item:hover .media-action,
.item:focus-within .media-action,
.item.is-action-visible .media-action {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.meta {
  margin-bottom: 8px;
  color: var(--muted);
}

.authors {
  margin-bottom: 14px;
  color: #344054;
  font-size: 12.5px;
  line-height: 1.45;
}

.authors strong {
  color: var(--text);
}

.venue {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 0;
  color: #475467;
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.venue-name {
  min-width: 0;
  overflow: hidden;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.venue-tag {
  display: inline;
  min-height: 0;
  flex: 0 0 auto;
  padding: 0;
  color: #154f8c;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.venue-tag::after {
  margin-left: 10px;
  color: rgba(71, 84, 103, 0.5);
  content: "/";
  font-weight: 500;
}

.item-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.links a,
.item-links a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  color: #154f8c;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.32)),
    rgba(235, 245, 255, 0.22);
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 rgba(255, 255, 255, 0.34),
    0 8px 20px rgba(23, 114, 208, 0.11);
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.links a:hover,
.links a:focus,
.item-links a:hover,
.item-links a:focus {
  color: #9a530f;
  border-color: rgba(240, 146, 40, 0.42);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 rgba(255, 255, 255, 0.42),
    0 10px 24px rgba(240, 146, 40, 0.13);
  transform: translateY(-1px);
}

.links a:focus,
.item-links a:focus {
  outline: 2px solid rgba(11, 111, 203, 0.22);
  outline-offset: 3px;
}

.item-links a:not(:last-child)::after {
  content: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(244, 248, 255, 0.14), rgba(255, 250, 242, 0.14)),
    rgba(248, 248, 246, 0.18);
  backdrop-filter: blur(4px) saturate(1.04);
  -webkit-backdrop-filter: blur(4px) saturate(1.04);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.image-lightbox[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox:focus {
  outline: 0;
}

.lightbox-panel {
  position: relative;
  display: grid;
  width: min(760px, calc(100vw - 64px));
  max-height: calc(100vh - 112px);
  place-items: center;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 rgba(255, 255, 255, 0.38),
    0 28px 70px rgba(20, 32, 46, 0.16);
  backdrop-filter: blur(26px) saturate(1.42);
  -webkit-backdrop-filter: blur(26px) saturate(1.42);
  transform: scale(0.76) translateY(18px);
  transform-origin: center;
  transition: transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.image-lightbox[aria-hidden="false"] .lightbox-panel {
  transform: scale(1) translateY(0);
}

.lightbox-panel img,
.lightbox-panel video {
  display: block;
  width: 100%;
  max-height: min(62vh, 560px);
  object-fit: contain;
  border-radius: 6px;
}

.lightbox-panel [hidden] {
  display: none;
}

.lightbox-panel video {
  background: #111;
  outline: 0;
}

@media (max-width: 640px) {
  .page {
    width: min(calc(100% - 24px), 820px);
    padding-top: 30px;
  }

  .intro {
    grid-template-columns: minmax(0, 1fr) 118px;
    column-gap: 16px;
    row-gap: 18px;
    align-items: start;
  }

  .intro-text {
    display: contents;
  }

  .kicker {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
    align-self: end;
  }

  h1 {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-break: normal;
    font-size: 31px;
  }

  .email {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 0;
  }

  .profile-photo {
    grid-column: 2;
    grid-row: 1 / 4;
    width: min(118px, 30vw);
    justify-self: end;
    align-self: center;
  }

  .intro-text > p:not(.kicker):not(.email),
  .links {
    grid-column: 1 / -1;
  }

  .links {
    margin-top: 0;
  }

  .item {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .item-content {
    display: contents;
  }

  .item-media {
    grid-column: 1;
    grid-row: 1;
    width: 108px;
    align-self: start;
    justify-self: start;
    margin-top: 2px;
    border-radius: 6px;
  }

  .media-action {
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 24px;
    padding: 5px 6px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
      rgba(18, 24, 32, 0.46);
    border-width: 1px 0 0;
    border-radius: 0 0 5px 5px;
    font-size: 10px;
  }

  .venue {
    grid-column: 1 / -1;
    grid-row: 2;
    align-items: flex-start;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 8px;
  }

  .venue-name {
    font-size: 14px;
  }

  .venue-tag {
    font-size: 14px;
  }

  h3 {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .authors {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .item-links {
    grid-column: 1 / -1;
    grid-row: 4;
    gap: 6px;
  }

  .item-links a {
    min-height: 30px;
    padding: 6px 11px;
    font-size: 12px;
  }

  .venue-name {
    white-space: normal;
  }

  .image-lightbox {
    padding: 20px;
  }

  .lightbox-panel {
    width: calc(100vw - 40px);
    max-height: calc(100vh - 104px);
    padding: 10px;
  }

  .lightbox-panel img {
    max-height: min(58vh, 520px);
  }

}
