:root{--bg:#ffffff;--text:#1f2933;--muted:#5b6b7c;--faint:#8a97a6;--navy:#1E3A5F;--navy-2:#2B5C8A;--navy-tint:#E4ECF5;--navy-tint-2:#F3F6FA;--border:#e3e8ef;--bar:#1E3A5F;--bar-text:#ffffff;--bar-muted:#C9DAEE;--heading:#1E3A5F;--link:#2B5C8A;--badge-bg:#E4ECF5;--badge-text:#1E3A5F}:root[data-theme=dark]{--bg:#0f172a;--text:#e5e9f0;--muted:#a9b6c6;--faint:#7f8da0;--navy:#A9C4E4;--navy-2:#8FB3DC;--navy-tint:#1E3A5F;--navy-tint-2:#152036;--border:#263247;--bar:#0b1220;--bar-text:#e5e9f0;--bar-muted:#A9C4E4;--heading:#A9C4E4;--link:#8FB3DC;--badge-bg:#1E3A5F;--badge-text:#C9DAEE}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0f172a;--text:#e5e9f0;--muted:#a9b6c6;--faint:#7f8da0;--navy:#A9C4E4;--navy-2:#8FB3DC;--navy-tint:#1E3A5F;--navy-tint-2:#152036;--border:#263247;--bar:#0b1220;--bar-text:#e5e9f0;--bar-muted:#A9C4E4;--heading:#A9C4E4;--link:#8FB3DC;--badge-bg:#1E3A5F;--badge-text:#C9DAEE}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans CJK SC",sans-serif;font-size:17px;line-height:1.7}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.skip{position:absolute;left:-999px;top:0}.skip:focus{left:16px;top:64px;background:var(--bg);padding:6px 10px;border:1px solid var(--border);z-index:10}.topbar{background:var(--bar);color:var(--bar-text);position:sticky;top:0;z-index:5}.topbar-inner{max-width:1080px;margin:0 auto;padding:0 24px;height:54px;display:flex;align-items:center}.brand{margin-right:auto;color:var(--bar-text);font-weight:650;font-size:17px;letter-spacing:.01em}.brand:hover{text-decoration:none;opacity:.9}.topnav{display:flex;align-items:center;gap:20px}.nav-sep{width:1px;height:18px;background:rgba(255,255,255,.28)}.topnav a{color:var(--bar-muted);font-size:15px}.topnav a:hover{color:var(--bar-text);text-decoration:none}.theme-toggle{margin-left:20px;background:0 0;border:1px solid rgba(255,255,255,.35);color:var(--bar-text);width:34px;height:30px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.theme-toggle:hover{border-color:rgba(255,255,255,.7)}.theme-toggle svg{width:17px;height:17px;fill:currentColor}.theme-toggle .i-moon{display:none}:root[data-theme=dark] .theme-toggle .i-sun{display:none}:root[data-theme=dark] .theme-toggle .i-moon{display:inline}.layout{max-width:1080px;margin:0 auto;padding:40px 24px 48px;display:grid;grid-template-columns:272px minmax(0,1fr);gap:52px;align-items:start}.side{position:sticky;top:78px}.avatar{width:200px;height:200px;border-radius:50%;object-fit:cover;display:block;border:4px solid var(--navy-tint)}.side h1{font-size:30px;line-height:1.2;margin:18px 0 0;color:var(--heading);font-weight:700;letter-spacing:-.01em}.alt-name{font-size:18px;color:var(--muted);margin-top:2px}.tagline{margin:10px 0 0;font-size:14.5px;color:var(--muted);line-height:1.5}.tagline div{padding:1px 0}.tagline div:first-child{color:var(--text);font-weight:500}.side-title::after{display:none}.side-title{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--faint);margin:22px 0 8px;border:0;padding:0;font-weight:600}.contacts{list-style:none;margin:0;padding:0}.contacts li{margin:0}.contacts a{display:flex;align-items:center;gap:10px;padding:6px 0;color:var(--text);font-size:15px}.contacts a:hover{color:var(--navy-2);text-decoration:none}.contacts svg{width:17px;height:17px;fill:var(--navy);flex:none}.contacts a:hover svg{fill:var(--navy-2)}.content{min-width:0}section{margin-bottom:40px}section:first-child{margin-top:4px}h2{font-size:22px;margin:0 0 14px;color:var(--heading);font-weight:700;position:relative;padding-bottom:8px}h2::after{content:"";position:absolute;left:0;bottom:0;width:44px;height:3px;background:var(--navy);border-radius:2px}h3{font-size:17px;margin:0}p{margin:0 0 10px;text-wrap:pretty}strong{font-weight:650;color:var(--text)}a strong{color:inherit}.cv-desc strong,.pub-tldr strong{color:var(--navy)}.cv-desc,.pub-tldr,li{text-wrap:pretty}.pub-title,h1,h2{text-wrap:balance}.nowrap{white-space:nowrap}.hint{color:var(--muted);font-size:15px}ul.interests{margin:0;padding-left:20px}ul.interests li::marker{color:var(--navy)}ul.news{list-style:none;margin:0;padding:0}ul.news li{display:flex;gap:16px;padding:5px 0}ul.news time{flex:none;min-width:96px;white-space:nowrap;color:var(--navy-2);font-weight:600;font-variant-numeric:tabular-nums;font-size:14.5px;padding-top:2px}.pub{padding:20px 0 22px;border-bottom:1px solid var(--border)}.pub--side{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;align-items:start}.pub--side .pub-figure{margin:4px 0 0}.pub--big{display:block;max-width:900px}.pub--big .pub-figure{margin-bottom:16px}.pub-figcap{font-size:14px;color:var(--muted);margin:-2px 0 8px}.h2-link{font-size:14px;font-weight:600;margin-left:12px;vertical-align:2px}.topnav a.active{color:var(--bar-text);text-decoration:underline;text-underline-offset:6px}.wide{max-width:1080px;margin:0 auto;padding:32px 24px 48px}.crumbs{font-size:14px;color:var(--muted);margin:0 0 6px}.page-title{font-size:30px;color:var(--heading);margin:0 0 6px;font-weight:700}.pub:last-of-type{border-bottom:0}.pub-figure{display:block;cursor:zoom-in}.pub-figure img{width:100%;height:auto;display:block;border-radius:10px;border:1px solid var(--border);background:#fff}.lightbox[hidden]{display:none}.lightbox{position:fixed;inset:0;z-index:50;background:rgba(8,15,30,.9);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;cursor:zoom-out}.lightbox img{max-width:min(96vw,1600px);max-height:82vh;width:auto;height:auto;border-radius:8px;background:#fff;cursor:default}.lightbox-caption{color:#c9daee;font-size:14px;max-width:900px;text-align:center;margin:14px 0 0}.lightbox-close{position:absolute;top:14px;right:18px;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:0 0;color:#fff;font-size:26px;line-height:1;cursor:pointer}.pub-title{color:var(--text)}.pub-authors{margin-top:4px;font-size:15px;color:var(--muted);display:flex;flex-wrap:wrap;column-gap:.35em;row-gap:0}.pub-authors strong{color:var(--navy);font-weight:700}.pub-note{font-size:13px;color:var(--faint)}.pub-venue{margin-top:4px;font-size:15px;display:flex;flex-wrap:wrap;column-gap:10px;row-gap:2px}.pub-venue .unit{white-space:nowrap}.venue{font-weight:600;color:var(--navy)}.badge{display:inline-block;background:var(--navy);color:#fff;padding:1px 9px;border-radius:6px;font-size:13px;font-weight:600;vertical-align:1px}:root[data-theme=dark] .badge{background:var(--badge-bg);color:var(--badge-text)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-toggle .i-sun{display:none}:root:not([data-theme=light]) .theme-toggle .i-moon{display:inline}:root:not([data-theme=light]) .badge{background:var(--badge-bg);color:var(--badge-text)}}.status{color:var(--muted)}.status::before{content:"· ";color:var(--faint)}.pub-venue .unit:first-child+.status::before{content:"· "}.pub-tldr{margin:8px 0 6px;font-size:15.5px}.pub-links a{display:inline-block;margin-right:14px;font-size:14px;padding:2px 0;font-weight:600}.pub-links a::before{content:"↗ ";color:var(--faint);font-weight:400}ul.cv,ul.honors,ul.notes{list-style:none;margin:0;padding:0}.cv-item{padding:10px 0;border-bottom:1px dashed var(--border)}.cv-item:last-child{border-bottom:0}.cv-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.cv-org{font-weight:600;color:var(--navy)}.cv-org a{color:inherit}.cv-period{color:var(--faint);font-size:15px;white-space:nowrap}.cv-role{color:var(--muted);font-size:15px}.cv-desc{margin:4px 0 0;font-size:15.5px}ul.honors li{padding:2px 0}ul.notes li{display:flex;justify-content:space-between;gap:16px;padding:6px 0;border-bottom:1px dashed var(--border)}ul.notes time{color:var(--faint);font-size:14px;white-space:nowrap;font-variant-numeric:tabular-nums}.more{font-weight:600}.foot{max-width:1080px;margin:0 auto;padding:16px 24px 40px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--faint);font-size:14px;border-top:1px solid var(--border)}@media (max-width:860px){.layout{grid-template-columns:1fr;gap:28px;padding-top:28px}.side{position:static;text-align:center}.avatar{margin:0 auto;width:170px;height:170px}.contacts{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 18px}.contacts a{padding:4px 0}.side-title{margin-top:16px}}@media (max-width:600px){body{font-size:16px}.topbar-inner{padding:10px 16px;height:auto;flex-wrap:wrap;row-gap:2px}.topnav{order:3;width:100%;gap:14px;flex-wrap:wrap;margin-top:6px}.topnav a{font-size:14px}.theme-toggle{order:2;margin-left:12px}.layout{padding-left:16px;padding-right:16px}ul.news li{flex-direction:column;gap:0}ul.news time{width:auto}.pub--side{grid-template-columns:1fr;gap:12px}.wide{padding-left:16px;padding-right:16px}}@media print{.more,.topbar{display:none}body{font-size:12pt}.layout{display:block}}.notfound{text-align:center;padding-top:64px;padding-bottom:80px}.notfound .code{font-size:72px;font-weight:800;color:var(--navy);margin:0;letter-spacing:.04em;line-height:1}.notfound .page-title{margin:8px 0 18px}.notfound p{max-width:560px;margin:0 auto 10px}.notfound-links{list-style:none;padding:0;margin:24px auto 0;max-width:560px}.notfound-links li{padding:6px 0;font-weight:600}