:root{--blue:#315b91;--link:#224b8d;--ink:#000;--muted:#000;--line:#c9c9c9}
*{box-sizing:border-box}html{background:#eee;scroll-behavior:smooth;scroll-padding-top:24px}body{font-family:Georgia,'Times New Roman','Songti SC',serif;font-size:16px;line-height:1.65;color:var(--ink);margin:30px auto;max-width:1060px;background:white;padding:48px 64px 26px}a{color:var(--link);text-decoration:none;text-underline-offset:3px}a:hover{text-decoration:underline}a:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.skip-link{position:absolute;left:16px;top:-60px;background:white;padding:8px}.skip-link:focus{top:12px}p{margin:0 0 15px}.profile-header{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:48px;align-items:center;margin-bottom:25px}.profile-header h1{font-size:32px;line-height:1.3;color:var(--blue);margin:0 0 24px;font-weight:700}.chinese-name{font-size:.84em;font-weight:500;white-space:nowrap}.profile-header .position{font-size:19px;border:0;margin:0 0 12px;padding:0;color:#333}.profile-header p{margin-bottom:16px}.profile-header .email{margin-bottom:8px}.profile-links{font-size:15px;line-height:1.9}.portrait{width:180px;height:240px;object-fit:cover;object-position:center top}.section-nav{display:flex;flex-wrap:wrap;gap:8px 24px;padding:14px 0;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;font-size:14px;margin-bottom:31px}section{margin-bottom:32px}section>h2{color:var(--blue);font-size:24px;font-weight:700;border-bottom:1px solid var(--line);line-height:1.4;padding-bottom:5px;margin:0 0 18px}.publication-note{font-size:14px;color:var(--muted);margin:0 0 24px}.publication{margin:0 0 30px;display:grid;grid-template-columns:minmax(0,1fr);column-gap:30px;align-items:center;min-width:0}.publication.has-image{grid-template-columns:220px minmax(0,1fr)}.paper-image{display:block;max-width:220px;width:100%;height:148px;object-fit:contain}.paper-details{min-width:0}.paper-details h3{font-size:16px;line-height:1.5;font-weight:700;margin:0 0 5px}.paper-details h3 a{color:#222}.paper-details h3 a:hover{color:var(--link)}.paper-details p{font-size:15px;line-height:1.6;margin:0 0 4px;overflow-wrap:break-word}.paper-details .venue{font-style:italic}.paper-links a{font-weight:400}.archive-link{font-size:14px}.page-footer{border-top:1px solid #ddd;padding-top:15px;margin-top:38px;display:flex;justify-content:space-between;gap:18px;font-size:12px;color:var(--muted)}.page-footer a{color:var(--muted)}
@media(max-width:1100px){body{margin:20px 28px;padding:38px 42px}.profile-header{gap:32px}.publication.has-image{grid-template-columns:200px minmax(0,1fr)}}
@media(max-width:720px){body{margin:0;padding:30px 24px 22px}.profile-header{grid-template-columns:minmax(0,1fr) 126px;gap:22px;align-items:start}.portrait{width:126px;height:168px}.profile-header h1{font-size:27px;margin-bottom:15px}.chinese-name{display:block;font-size:21px;margin-top:5px}.profile-header .position{font-size:17px}.profile-header p{font-size:14px}.profile-links{font-size:14px}.publication.has-image{grid-template-columns:160px minmax(0,1fr);gap:22px}.paper-image{max-width:160px;height:130px}.section-nav{gap:7px 19px}}
@media(max-width:480px){body{padding:26px 20px 20px}.profile-header{grid-template-columns:minmax(0,1fr) 92px;gap:16px}.portrait{width:92px;height:123px}.profile-header h1{font-size:24px}.chinese-name{font-size:20px}.profile-header .position{font-size:16px}.profile-header p{overflow-wrap:anywhere}.profile-links{grid-column:1/-1}section>h2{font-size:22px}.publication.has-image{grid-template-columns:1fr;gap:12px}.paper-image{width:220px;max-width:100%;height:145px}.paper-details h3{font-size:16px}.section-nav{font-size:14px;gap:6px 18px}.page-footer{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Blue identifies clickable links; all other text is black. */
.profile-header h1,.profile-header .position,section>h2{color:var(--ink)}
a:link,a:visited,a:hover,a:active,.paper-details h3 a,.paper-details h3 a:hover,.page-footer a{color:var(--link)}
.paper-details .venue{font-family:inherit;font-style:normal}
.publication-year{font-size:19px;line-height:1.4;margin:26px 0 21px;color:var(--ink)}

/* Balanced rows with full, uncropped figures and centered text. */
.publication{margin-bottom:20px;align-items:center}
.publication.has-image{grid-template-columns:260px minmax(0,1fr)}
.paper-image{width:100%;max-width:260px;height:auto;max-height:184px;object-fit:contain}
@media(max-width:1100px){
  .publication.has-image{grid-template-columns:220px minmax(0,1fr)}
  .paper-image{max-width:220px;height:auto;max-height:164px}
}
@media(max-width:640px){
  .publication.has-image{grid-template-columns:minmax(0,1fr);gap:14px}
  .paper-image{width:260px;max-width:100%;height:auto;max-height:184px;justify-self:center}
}
