:root{color-scheme:light;--ink: #172033;--text: #2e3a4d;--muted: #66758a;--light: #8b98aa;--paper: #f7f9fc;--surface: #ffffff;--surface-soft: #eef3f8;--line: #d8e0ea;--line-strong: #b9c7d8;--blue-ink: #102a43;--blue: #153e75;--blue-soft: #1d4e89;--blue-rgb: 21, 62, 117;--accent: #8a6f2a;--button-ink: #ffffff;--header-bg: rgba(247, 249, 252, .92);--header-border: rgba(216, 224, 234, .92);--control-bg: var(--surface);--control-bg-hover: var(--surface-soft);--shadow: 0 16px 34px rgba(16, 42, 67, .08);--max-width: 960px;--header-height: 68px}:root[data-theme=dark]{color-scheme:dark;--ink: #e7edf7;--text: #c8d4e5;--muted: #9cafc5;--light: #8296ad;--paper: #061524;--surface: #0d2034;--surface-soft: #112a45;--line: #233c58;--line-strong: #365775;--blue-ink: #dcecff;--blue: #8fb9e8;--blue-soft: #b7d4f2;--blue-rgb: 143, 185, 232;--accent: #c2a85f;--button-ink: #061524;--header-bg: rgba(6, 21, 36, .92);--header-border: rgba(55, 87, 117, .6);--control-bg: var(--surface);--control-bg-hover: var(--surface-soft);--shadow: 0 18px 40px rgba(0, 0, 0, .28)}:root[data-theme-changing=true] *,:root[data-theme-changing=true] *:before,:root[data-theme-changing=true] *:after{transition:none!important}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;font-family:"Source Sans 3",Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--paper);line-height:1.7;overflow-x:clip;-webkit-font-smoothing:antialiased}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-soft)}a:focus-visible,button:focus-visible{outline:3px solid rgba(var(--blue-rgb),.24);outline-offset:3px}img{display:block;max-width:100%}button,textarea{font:inherit}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--ink);font-family:Georgia,Times New Roman,"Noto Serif SC",serif;font-weight:600;letter-spacing:0}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:fixed;top:0;right:0;left:0;max-width:100vw;overflow:hidden;z-index:20;border-bottom:1px solid var(--header-border);background:var(--header-bg);backdrop-filter:blur(12px)}.site-nav{width:min(var(--max-width),calc(100% - 32px));min-height:var(--header-height);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;overflow:visible}.brand{display:inline-flex;align-items:center;color:var(--ink);font-family:Georgia,Times New Roman,"Noto Serif SC",serif;font-size:1.12rem;font-weight:600;white-space:nowrap}.brand:hover{color:var(--blue)}.tool-header-leading-slot[data-empty=true],.tool-header-actions-slot[data-empty=true],.tool-header-leading-slot:empty,.tool-header-actions-slot:empty{display:none}.tool-header-leading-slot[data-empty=false],.tool-header-actions-slot[data-empty=false]{flex:0 0 auto;display:inline-flex;align-items:center}.tool-header-actions-slot[data-hydrated=true] [data-tool-header-actions-placeholder]{display:none}.tool-header-actions-slot .xs-toolbar-save-actions,.tool-header-actions-slot .xs-topbar-record-actions,.tool-header-actions-slot .xs-topbar-settings-actions{display:inline-flex;align-items:center}.tool-header-actions-slot .xs-toolbar-save-actions{min-width:0;justify-content:flex-end;gap:.35rem}.tool-header-actions-slot .xs-topbar-record-actions,.tool-header-actions-slot .xs-topbar-settings-actions{gap:.5rem}.tool-header-actions-slot .xs-topbar-record-actions:after,.tool-header-actions-slot .xs-topbar-settings-actions:after{content:"";width:1px;height:1.28rem;flex:0 0 auto;background:var(--line-strong)}.tool-header-actions-slot .xs-toolbar-save-button{min-width:3.9rem;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 .72rem;border:1px solid var(--line-strong);border-radius:8px;background:var(--control-bg);color:var(--blue);cursor:pointer;font:inherit;font-size:.95rem;font-weight:850;line-height:1;white-space:nowrap;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .12s ease}.tool-header-actions-slot .xs-toolbar-button-icon{width:19px;height:19px;flex:0 0 auto;display:none;fill:currentColor;stroke:none}.tool-header-actions-slot .xs-toolbar-button-text{display:inline-flex;align-items:center;justify-content:center}.tool-header-actions-slot .xs-toolbar-save-button:not(:disabled):hover,.tool-header-actions-slot .xs-toolbar-save-button:not(:disabled):focus-visible{border-color:var(--blue);background:var(--control-bg-hover);color:var(--blue-soft)}.tool-header-actions-slot .xs-toolbar-save-button.confirm,.tool-header-actions-slot .xs-toolbar-save-button.confirm:not(:disabled):hover,.tool-header-actions-slot .xs-toolbar-save-button.confirm:not(:disabled):focus-visible,.tool-header-actions-slot .xs-toolbar-save-button.xs-save-button:not(:disabled),.tool-header-actions-slot .xs-toolbar-save-button.xs-save-button:not(:disabled):hover,.tool-header-actions-slot .xs-toolbar-save-button.xs-save-button:not(:disabled):focus-visible,.tool-header-actions-slot .xs-toolbar-save-button.active,.tool-header-actions-slot .xs-toolbar-save-button.active:not(:disabled):hover,.tool-header-actions-slot .xs-toolbar-save-button.active:not(:disabled):focus-visible{border-color:var(--blue-soft);background:var(--blue-soft);color:var(--button-ink)}.tool-header-actions-slot .xs-toolbar-save-button:active{transform:translateY(1px)}.tool-header-actions-slot .xs-toolbar-save-button:disabled{border-color:var(--line-strong);background:var(--control-bg);color:var(--light);cursor:not-allowed;transform:none}:root[data-header-booting=true] .tool-header-actions-slot .xs-toolbar-save-button{transition:none}:root[data-header-booting=true] .tool-header-actions-slot .xs-toolbar-save-button:not(:disabled):not(.active):not(.confirm):not(.xs-save-button):hover,:root[data-header-booting=true] .tool-header-actions-slot .xs-toolbar-save-button:not(:disabled):not(.active):not(.confirm):not(.xs-save-button):focus-visible{border-color:var(--line-strong);background:var(--control-bg);color:var(--blue)}@media(max-width:760px){.site-nav.has-tool-leading .tool-header-actions-slot .xs-topbar-record-actions,.site-nav.has-tool-leading .tool-header-actions-slot .xs-topbar-settings-actions{gap:.32rem}.site-nav.has-tool-leading .tool-header-actions-slot .xs-toolbar-save-actions{gap:.28rem}.site-nav.has-tool-leading .tool-header-actions-slot .xs-toolbar-save-button{width:34px;min-width:34px;height:34px;padding:0;border-radius:8px}.site-nav.has-tool-leading .tool-header-actions-slot .xs-toolbar-button-icon{display:block!important}.site-nav.has-tool-leading .tool-header-actions-slot .xs-toolbar-button-text{display:none}.site-nav.has-tool-leading .tool-header-actions-slot .xs-topbar-record-actions:after{margin-left:.04rem}.site-nav.has-tool-leading .tool-header-actions-slot .xs-topbar-settings-actions:after{margin-left:.04rem}}@media(max-width:520px){.site-nav.has-tool-leading .tool-header-actions-slot .xs-toolbar-save-button{width:31px;min-width:31px;height:31px}.site-nav.has-tool-leading .tool-header-actions-slot .xs-toolbar-button-icon{width:18px;height:18px}}.tool-header-leading-action{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--line-strong);border-radius:8px;background:var(--control-bg);color:var(--blue);text-decoration:none;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .12s ease}.tool-header-leading-action svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:square;stroke-linejoin:round}.tool-header-leading-action:hover,.tool-header-leading-action:focus-visible{border-color:var(--blue);background:var(--control-bg-hover);color:var(--blue-soft)}:root[data-header-booting=true] .tool-header-leading-action{transition:none}:root[data-header-booting=true] .tool-header-leading-action:hover,:root[data-header-booting=true] .tool-header-leading-action:focus-visible{border-color:var(--line-strong);background:var(--control-bg);color:var(--blue)}.tool-header-leading-action:active{transform:translateY(1px)}.site-nav.has-tool-leading{justify-content:flex-start;gap:.45rem}.site-nav.has-tool-leading .brand{min-width:0;margin-right:auto;overflow:hidden;text-overflow:ellipsis}.site-nav.has-tool-leading .site-controls{margin-left:auto}.nav-links{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:1.2rem;overflow-x:auto;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-links a{position:relative;color:var(--muted);font-size:.9rem;font-weight:600;white-space:nowrap}.nav-links a:after{content:"";position:absolute;right:0;bottom:-4px;left:0;height:1px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .16s ease}.nav-links a:hover,.nav-links a:focus-visible{color:var(--blue)}.nav-links a:hover:after,.nav-links a:focus-visible:after{transform:scaleX(1)}.site-controls{flex:0 0 auto;box-sizing:border-box;width:max-content;display:flex;align-items:center;gap:.5rem;padding:.35rem;border:0;border-radius:999px;background:transparent}.menu-toggle,.mobile-menu,.mobile-menu-backdrop{display:none}.nav-action,.theme-toggle{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--line-strong);border-radius:999px;background:var(--control-bg);color:var(--blue);font-size:.82rem;font-weight:750;line-height:1}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.theme-toggle{cursor:pointer}.nav-action{font-family:"Source Sans 3",Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.toolbox-action,.settings-action{width:34px;border-radius:8px}.settings-action svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.toolbox-action svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.nav-action:hover,.theme-toggle:hover{border-color:var(--blue);background:var(--control-bg-hover);color:var(--blue-soft)}.theme-icon{position:relative;width:1.06rem;height:1.06rem;display:block;border:2px solid currentColor;border-radius:999px;background:currentColor}.theme-icon:after{content:"";position:absolute;top:-.08rem;right:-.18rem;width:.82rem;height:.82rem;border-radius:999px;background:var(--control-bg)}.theme-toggle:hover .theme-icon:after{background:var(--control-bg-hover)}:root[data-theme=dark] .theme-icon{background:transparent}:root[data-theme=dark] .theme-icon:after{display:none}.main-content{flex:1 0 auto;padding-top:var(--header-height)}html[data-tool-fullscreen=true],html[data-tool-fullscreen=true] body{overflow:hidden}html[data-tool-fullscreen=true] .site-header,html[data-tool-fullscreen=true] .site-footer{display:none}html[data-tool-fullscreen=true] .main-content{display:block;min-height:100vh;min-height:100dvh;padding-top:0;overflow:hidden}@supports (height: 100svh){html[data-tool-fullscreen=true] .main-content{min-height:100svh}}.hero-profile,.paper-body,.timeline-copy,.markdown-body{min-width:0;overflow-wrap:anywhere}.academic-hero,.academic-section,.toolbox-page{width:min(var(--max-width),calc(100% - 32px));margin:0 auto}.academic-hero{display:grid;grid-template-columns:260px minmax(0,1fr);gap:3.5rem;align-items:start;padding:5rem 0 2.7rem;scroll-margin-top:calc(var(--header-height) + 16px)}.portrait-frame{position:relative;isolation:isolate}.portrait-frame:after{content:"";position:absolute;inset:10px -10px -10px 10px;z-index:-1;border:1.5px solid rgba(var(--blue-rgb),.35);border-radius:6px}.portrait-frame img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface-soft)}.hero-profile{max-width:100%;padding-top:.25rem}.hero-location{margin-bottom:.45rem;color:var(--light);font-size:.86rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero-profile h1{margin-bottom:.2rem;font-size:clamp(2.45rem,6vw,3.45rem);line-height:1.08}.hero-name-cn{margin-bottom:.55rem;color:var(--muted);font-family:Georgia,Times New Roman,"Noto Serif SC",serif;font-size:1.35rem}.hero-name-cn.reading-only{margin-bottom:.75rem}.name-reading{display:block;margin-top:.2rem;color:var(--light);font-family:"Source Sans 3",Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.88rem;font-weight:600}.reading-only .name-reading{margin-top:0;font-size:1rem}.hero-affiliation{margin-bottom:.1rem;color:var(--blue);font-weight:700}.hero-title{margin-bottom:.75rem;color:var(--muted);font-size:.98rem}.hero-bio{width:100%;max-width:660px}.hero-email{display:flex;flex-wrap:wrap;gap:.5rem .65rem;align-items:center;margin-bottom:1.35rem}.hero-email>span{color:var(--muted);font-size:.9rem;font-weight:750}.email-copy{min-width:0;display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.55rem;padding:0;border:0;background:transparent;color:var(--blue);cursor:pointer;text-align:left}.email-copy:hover .email-text,.email-copy:focus-visible .email-text{color:var(--blue-soft);text-decoration:underline;text-underline-offset:3px}.email-text{overflow-wrap:anywhere;font-size:1rem;font-weight:750}.copy-status{flex:0 0 auto;color:var(--light);font-size:.82rem;font-weight:700}.profile-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1.35rem}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1.5px solid var(--blue);border-radius:5px;background:var(--blue);color:var(--button-ink);font-size:.9rem;font-weight:700}.button.secondary{background:transparent;color:var(--blue)}.button:hover{border-color:var(--blue-soft);background:var(--blue-soft);color:var(--button-ink)}.button.secondary:hover{background:rgba(var(--blue-rgb),.1);color:var(--blue)}.page-divider{width:min(var(--max-width),calc(100% - 32px));height:1px;margin:0 auto;background:var(--line)}.academic-section{padding:2.45rem 0;scroll-margin-top:calc(var(--header-height) + 16px)}.section-title{display:inline-block;margin-bottom:.55rem;font-size:clamp(1.65rem,3vw,2rem);line-height:1.2}.section-title:after{content:"";display:block;width:42px;height:2px;margin-top:.35rem;border-radius:2px;background:var(--blue)}.section-subtitle{max-width:680px;margin-bottom:1.45rem;color:var(--muted);font-size:.96rem}.research-groups{display:grid;gap:2rem}.research-group{display:grid;gap:.95rem}.research-group-title{margin:.45rem 0 0;color:var(--muted);font-family:"Source Sans 3",Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.02rem;font-weight:850;line-height:1.3}.paper-list,.timeline-list{display:grid;gap:1.7rem}.paper-item{display:block}.timeline-entry{--timeline-time-column: 150px;display:grid;grid-template-columns:var(--timeline-time-column) minmax(0,1fr);gap:1.4rem}html[lang=zh-CN] .timeline-entry{--timeline-time-column: 205px}.timeline-time{color:var(--light);font-size:.82rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.paper-body,.timeline-copy{padding-left:1.2rem;border-left:2px solid var(--line-strong)}.paper-title,.timeline-copy h3{margin-bottom:.25rem;font-size:1.14rem;line-height:1.38}.paper-year{display:inline-block;margin-left:.35rem;color:var(--light);font-family:"Source Sans 3",Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.86em;font-weight:700;white-space:nowrap}.paper-title-translation{margin-bottom:.2rem;color:var(--muted);font-size:.93rem;font-weight:600}.paper-advisor,.paper-coauthors,.paper-status{margin-bottom:.35rem;color:var(--muted);font-size:.9rem}.paper-coauthors{color:var(--text);font-style:italic;font-weight:400}.paper-coauthors-plain{font-style:normal}.paper-coauthor-name{color:var(--ink);font-weight:700}.paper-coauthors a.paper-coauthor-name{color:var(--ink);text-decoration:none;transition:color .16s ease}.paper-coauthors a.paper-coauthor-name:hover,.paper-coauthors a.paper-coauthor-name:focus-visible{color:var(--blue)}.paper-status{color:var(--blue);font-weight:400}.paper-status strong{font-weight:700}.paper-status em{font-style:italic}.paper-abstract{margin:.7rem 0 .85rem;color:var(--muted);font-size:.94rem;line-height:1.72}.paper-abstract summary{width:fit-content;color:var(--text);cursor:pointer;font-weight:700;user-select:none;-webkit-user-select:none}.paper-abstract summary strong{color:inherit;font-weight:700}.paper-abstract-translation-label{margin:.85rem 0 0;color:var(--text);font-weight:700}.paper-abstract-translation-label strong{color:inherit;font-weight:700}.paper-abstract summary:hover,.paper-abstract summary:focus-visible{color:var(--ink)}.paper-abstract p{margin-top:.65rem}.paper-links{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.75rem}.paper-links a{padding:.18rem .55rem;border:1px solid var(--line-strong);border-radius:4px;color:var(--blue);font-size:.82rem;font-weight:700}.paper-links a:hover{border-color:var(--blue);background:var(--surface-soft)}.toolbox-page{padding:4.5rem 0 3rem}.toolbox-hero{margin-bottom:2.2rem}.toolbox-kicker{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.toolbox-hero h1{margin-bottom:.45rem;font-size:clamp(2.1rem,5vw,3rem);line-height:1.1}.toolbox-hero p{max-width:680px;color:var(--muted)}.toolbox-categories{display:grid;gap:2.1rem}.toolbox-category{display:grid;gap:1rem}.toolbox-category-head h2{margin-bottom:.15rem;font-size:1.45rem}.toolbox-category-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.toolbox-category-title{min-width:0}.toolbox-category-head h2:last-child{margin-bottom:0}.toolbox-category-head p,.toolbox-empty{margin-bottom:0;color:var(--muted)}.toolbox-empty{padding:1rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.tool-sort-control{flex:0 0 auto;display:inline-flex;align-items:center;gap:.45rem;color:var(--light);font-size:.78rem;font-weight:750}.tool-sort-label{white-space:nowrap}.tool-sort-menu-wrap{position:relative;width:6.2rem;border-radius:999px;z-index:10}.tool-sort-toggle{width:100%;min-height:32px;display:inline-grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.36rem;padding:0 .72rem;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface);color:var(--muted);cursor:pointer;font:inherit;font-size:.78rem;font-weight:800;text-align:left;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .12s ease}.tool-sort-toggle span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tool-sort-toggle:hover,.tool-sort-toggle:focus-visible{border-color:var(--blue);background:var(--surface-soft);color:var(--blue)}.tool-sort-toggle.active,.tool-sort-toggle.active:hover,.tool-sort-toggle.active:focus-visible{border-color:var(--blue);background:var(--blue);color:var(--button-ink)}.tool-sort-toggle:active{transform:translateY(1px)}.tool-sort-chevron{width:.82rem;height:.82rem;fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:2.1}.tool-sort-menu{position:absolute;top:calc(100% + .36rem);left:0;min-width:100%;width:max-content;max-width:min(16rem,calc(100vw - 24px));display:grid;gap:.16rem;padding:.28rem;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface);box-shadow:0 14px 36px #0f234224}.tool-sort-menu[hidden]{display:none}.tool-sort-menu button{min-height:2rem;padding:0 .68rem;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:.78rem;font-weight:800;text-align:left;white-space:nowrap}.tool-sort-menu button:hover,.tool-sort-menu button:focus-visible,.tool-sort-menu button.selected{border-color:color-mix(in srgb,var(--blue) 32%,transparent);background:var(--surface-soft);color:var(--blue)}.tool-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.tool-card{min-height:176px;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--line);border-radius:6px;background:var(--surface);box-shadow:var(--shadow);color:var(--text);transition:transform .16s ease;will-change:transform}.tool-card-main{min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr);gap:.9rem;align-items:start}.tool-card-icon{width:58px;aspect-ratio:1;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);color:var(--blue)}.tool-card-icon img{width:100%;height:100%;object-fit:contain;padding:.45rem}.tool-card-icon span{font-family:Georgia,Times New Roman,"Noto Serif SC",serif;font-size:1.3rem;font-weight:700}.tool-card-copy{min-width:0}.tool-card:hover,.tool-card:focus-visible{border-color:var(--blue);color:var(--text);transform:translateY(-1px)}.tool-card h3{margin:.2rem 0 .35rem;font-size:1.22rem}.tool-card p{margin-bottom:0;color:var(--muted);font-size:.94rem}.tool-tags{display:flex;flex-wrap:wrap;gap:.45rem}.tool-tags span{padding:.12rem .48rem;border:1px solid var(--line);border-radius:999px;color:var(--light);font-size:.76rem;font-weight:700}.timeline-copy h3{margin-bottom:.15rem}.timeline-program,.timeline-location{margin-bottom:.2rem;color:var(--blue);font-size:.93rem;font-weight:700}.timeline-location{color:var(--muted);font-weight:600}.markdown-body p{margin-bottom:.85rem}.markdown-body p:last-child,.markdown-body ul:last-child{margin-bottom:0}.markdown-body strong{color:var(--ink);font-weight:750}.markdown-body ul{margin:.7rem 0 .1rem;padding-left:1.1rem}.markdown-body li{margin:.3rem 0}.markdown-body code{padding:.05rem .25rem;border-radius:3px;background:var(--surface-soft);color:var(--blue-ink);font-size:.9em}.site-footer{flex-shrink:0;position:relative;margin-top:1.6rem;border-top:1px solid var(--line);background:linear-gradient(180deg,rgba(var(--blue-rgb),.055),transparent 58%),var(--surface-soft)}.site-footer:before{content:"";position:absolute;top:-1px;right:0;left:0;height:2px;background:linear-gradient(90deg,transparent,rgba(var(--blue-rgb),.42),transparent)}.site-footer-inner{width:min(var(--max-width),calc(100% - 32px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.7rem 0}.footer-identity p,.footer-meta{margin:0}.footer-identity{min-width:0;max-width:100%}.footer-identity p{overflow-wrap:anywhere}.footer-line{display:flex;flex-wrap:wrap;gap:0 .35rem}.footer-line>*{min-width:0}.footer-line span{overflow-wrap:anywhere}.footer-identity p+p{margin-top:.35rem}.footer-identity strong{color:var(--ink)}.footer-identity p:first-child{color:var(--text)}.footer-identity p:last-child{color:var(--muted)}.footer-meta{flex:0 0 auto;color:var(--light);text-align:right;white-space:nowrap}.site-footer-meta-only .site-footer-inner{justify-content:center}.site-footer-meta-only .footer-meta{margin-right:auto;margin-left:auto;text-align:center}@media(max-width:700px),(max-width:760px)and (max-aspect-ratio:4 / 5){html[lang=en]{--header-height: 52px}html[lang=en] .site-nav{position:relative;width:min(var(--max-width),calc(100vw - 24px));display:grid;grid-template-columns:42px minmax(0,1fr) max-content;align-items:center;gap:.5rem;min-height:var(--header-height)}html[lang=en] .brand,html[lang=en] .nav-links{display:none}html[lang=en] .menu-toggle{grid-column:1;justify-self:start;width:42px;height:36px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0;border:0;border-radius:9px;background:transparent;color:var(--blue);cursor:pointer}html[lang=en] .menu-toggle:hover,html[lang=en] .menu-toggle:focus-visible{background:var(--control-bg-hover)}html[lang=en] .menu-toggle span{width:18px;height:2px;border-radius:999px;background:currentColor}html[lang=en] .site-controls{position:absolute;top:50%;right:0;transform:translateY(-50%);max-width:calc(100vw - 86px);padding:.24rem;gap:.28rem;overflow:visible}html[lang=en] .nav-action,html[lang=en] .theme-toggle{width:31px;height:31px}html[lang=en] .toolbox-action{width:31px;border-radius:7px}html[lang=en][data-layout=simple] .site-nav{grid-template-columns:minmax(0,1fr) max-content}html[lang=en][data-layout=simple] .brand{grid-column:1;display:inline-flex;min-width:0;overflow:hidden;text-overflow:ellipsis}html[lang=en][data-layout=simple] .site-controls{grid-column:2;justify-self:end;position:static;transform:none}html[lang=en][data-layout=simple] .site-nav.has-tool-leading{grid-template-columns:max-content minmax(0,1fr) max-content;gap:.38rem}html[lang=en][data-layout=simple] .site-nav.has-tool-leading .tool-header-leading-slot{grid-column:1}html[lang=en][data-layout=simple] .site-nav.has-tool-leading .brand{grid-column:2;margin-right:0}html[lang=en][data-layout=simple] .site-nav.has-tool-leading .site-controls{grid-column:3}html[lang=en] .mobile-menu-backdrop{position:fixed;inset:0;z-index:40;display:block;border:0;background:#0615245c;backdrop-filter:blur(2px)}html[lang=en] .mobile-menu-backdrop[hidden]{display:none}html[lang=en] .mobile-menu{position:fixed;top:0;bottom:0;left:0;z-index:41;width:min(300px,calc(100vw - 48px));display:block;padding:1.1rem;border-right:1px solid var(--header-border);background:var(--surface);transform:translate(-104%);transition:transform .18s ease}html[lang=en][data-menu-open=true] .mobile-menu{transform:translate(0)}html[lang=en] .mobile-menu-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--line);color:var(--ink);font-family:Georgia,Times New Roman,"Noto Serif SC",serif;font-size:1.06rem;font-weight:600}html[lang=en] .menu-close{width:34px;height:34px;position:relative;display:inline-flex;border:1px solid var(--line-strong);border-radius:999px;background:var(--control-bg);color:var(--blue);cursor:pointer}html[lang=en] .menu-close span{position:absolute;top:50%;left:50%;width:15px;height:2px;border-radius:999px;background:currentColor}html[lang=en] .menu-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}html[lang=en] .menu-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}html[lang=en] .mobile-menu-links{display:grid;gap:.35rem;padding-top:1rem}html[lang=en] .mobile-menu-links a{display:block;padding:.72rem .25rem;border-bottom:1px solid var(--line);color:var(--text);font-size:.98rem;font-weight:700}}@media(max-width:520px),(max-width:580px)and (max-aspect-ratio:3 / 4){html[lang=zh-CN]{--header-height: 52px}html[lang=zh-CN] .site-nav{position:relative;width:min(var(--max-width),calc(100vw - 24px));display:grid;grid-template-columns:42px minmax(0,1fr) max-content;align-items:center;gap:.5rem;min-height:var(--header-height)}html[lang=zh-CN] .brand,html[lang=zh-CN] .nav-links{display:none}html[lang=zh-CN] .menu-toggle{grid-column:1;justify-self:start;width:42px;height:36px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0;border:0;border-radius:9px;background:transparent;color:var(--blue);cursor:pointer}html[lang=zh-CN] .menu-toggle:hover,html[lang=zh-CN] .menu-toggle:focus-visible{background:var(--control-bg-hover)}html[lang=zh-CN] .menu-toggle span{width:18px;height:2px;border-radius:999px;background:currentColor}html[lang=zh-CN] .site-controls{position:absolute;top:50%;right:0;transform:translateY(-50%);max-width:calc(100vw - 86px);padding:.24rem;gap:.28rem;overflow:visible}html[lang=zh-CN] .nav-action,html[lang=zh-CN] .theme-toggle{width:31px;height:31px}html[lang=zh-CN] .toolbox-action,html[lang=zh-CN] .settings-action{width:31px;border-radius:7px}html[lang=zh-CN][data-layout=simple] .site-nav{grid-template-columns:minmax(0,1fr) max-content}html[lang=zh-CN][data-layout=simple] .brand{grid-column:1;display:inline-flex;min-width:0;overflow:hidden;text-overflow:ellipsis}html[lang=zh-CN][data-layout=simple] .site-controls{grid-column:2;justify-self:end;position:static;transform:none}html[lang=zh-CN][data-layout=simple] .site-nav.has-tool-leading{grid-template-columns:max-content minmax(0,1fr) max-content;gap:.38rem}html[lang=zh-CN][data-layout=simple] .site-nav.has-tool-leading .tool-header-leading-slot{grid-column:1}html[lang=zh-CN][data-layout=simple] .site-nav.has-tool-leading .brand{grid-column:2;margin-right:0}html[lang=zh-CN][data-layout=simple] .site-nav.has-tool-leading .site-controls{grid-column:3}html[lang=zh-CN] .mobile-menu-backdrop{position:fixed;inset:0;z-index:40;display:block;border:0;background:#0615245c;backdrop-filter:blur(2px)}html[lang=zh-CN] .mobile-menu-backdrop[hidden]{display:none}html[lang=zh-CN] .mobile-menu{position:fixed;top:0;bottom:0;left:0;z-index:41;width:min(300px,calc(100vw - 48px));display:block;padding:1.1rem;border-right:1px solid var(--header-border);background:var(--surface);transform:translate(-104%);transition:transform .18s ease}html[lang=zh-CN][data-menu-open=true] .mobile-menu{transform:translate(0)}html[lang=zh-CN] .mobile-menu-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--line);color:var(--ink);font-family:Georgia,Times New Roman,"Noto Serif SC",serif;font-size:1.06rem;font-weight:600}html[lang=zh-CN] .menu-close{width:34px;height:34px;position:relative;display:inline-flex;border:1px solid var(--line-strong);border-radius:999px;background:var(--control-bg);color:var(--blue);cursor:pointer}html[lang=zh-CN] .menu-close span{position:absolute;top:50%;left:50%;width:15px;height:2px;border-radius:999px;background:currentColor}html[lang=zh-CN] .menu-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}html[lang=zh-CN] .menu-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}html[lang=zh-CN] .mobile-menu-links{display:grid;gap:.35rem;padding-top:1rem}html[lang=zh-CN] .mobile-menu-links a{display:block;padding:.72rem .25rem;border-bottom:1px solid var(--line);color:var(--text);font-size:.98rem;font-weight:700}}@media(max-width:820px){.site-header{position:sticky}.main-content{padding-top:0}.academic-hero{grid-template-columns:1fr;gap:2rem;justify-items:center;padding:3rem 0 2.2rem}.toolbox-page{padding:3rem 0 2.4rem}.tool-card-grid{grid-template-columns:1fr}.toolbox-category-head{align-items:flex-start;flex-direction:column}.portrait-frame{width:min(260px,calc(100vw - 52px));margin:0 auto}.hero-profile{width:100%;text-align:center}.hero-affiliation,.hero-title,.hero-name-cn{margin-right:auto;margin-left:auto}.hero-bio{margin-right:auto;margin-left:auto;text-align:left}.profile-actions,.hero-email{justify-content:center}.research-groups{gap:1.65rem}.research-group{gap:.85rem}.timeline-entry{grid-template-columns:1fr}.timeline-time{white-space:normal}.paper-body,.timeline-copy{padding-left:1rem}}@media(max-width:540px){.academic-hero,.academic-section{width:min(var(--max-width),calc(100% - 28px))}.academic-hero{padding-top:2.1rem}.hero-profile h1{overflow-wrap:break-word;font-size:clamp(1.85rem,9.4vw,2.25rem)}.hero-email{align-items:center;flex-direction:column;gap:.2rem}.hero-bio{width:min(100%,300px)}.email-copy{max-width:100%;align-items:center;flex-direction:column;gap:.08rem;justify-content:center;text-align:center}.email-text{max-width:100%}.profile-actions{align-items:center;flex-direction:row}.button{width:auto}.copy-status{display:block}}@media(max-width:720px){.site-footer-inner{align-items:flex-start;flex-direction:column;gap:.7rem}.footer-meta{text-align:left;white-space:normal}.footer-line{display:grid;gap:.18rem}.footer-separator{display:none}.site-footer-meta-only .site-footer-inner{align-items:center}.site-footer-meta-only .footer-meta{width:100%;text-align:center}}
