:root{--bg: #f6faf7;--bg-soft: #eef5ef;--surface: rgba(255, 255, 255, .84);--surface-strong: #ffffff;--line: rgba(94, 123, 105, .16);--line-strong: rgba(73, 102, 84, .28);--text: #1d2f25;--muted: #5c7064;--accent: #6e9578;--accent-deep: #4f755e;--shadow: 0 24px 64px rgba(92, 120, 100, .1);--radius: 28px;--radius-sm: 20px;--max-width: 1160px;--font-sans: "Manrope", sans-serif;--font-serif: "Newsreader", serif;--font-sans-zh: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--font-serif-zh: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;--page-background: radial-gradient(circle at top left, rgba(177, 207, 184, .26), transparent 28%), radial-gradient(circle at 100% 0, rgba(214, 229, 217, .52), transparent 34%), linear-gradient(180deg, #f9fcfa 0%, #f4f8f5 50%, #fcfdfc 100%);--page-backdrop-line: rgba(117, 153, 128, .065);--page-backdrop-mask: linear-gradient(180deg, rgba(0, 0, 0, .16), transparent 78%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:var(--font-sans);color:var(--text);background:var(--page-background)}html[lang=zh-CN] body{font-family:var(--font-sans-zh);letter-spacing:.01em;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font:inherit}#root{min-height:100vh}.page-shell{position:relative;padding:24px}.page-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--page-backdrop-line) 1px,transparent 1px),linear-gradient(90deg,var(--page-backdrop-line) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:var(--page-backdrop-mask);mask-image:var(--page-backdrop-mask);pointer-events:none}.topbar,.preset-panel,.hero,.content-section{width:min(100%,var(--max-width));margin:0 auto 24px}.preset-panel{display:grid;gap:20px;padding:26px 28px;border:1px solid var(--line);border-radius:calc(var(--radius) + 2px);background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.preset-panel__copy{display:grid;gap:8px;max-width:780px}.preset-panel__copy h2{margin:0;display:flex;align-items:baseline;gap:14px;font-family:var(--font-serif);font-size:clamp(1.6rem,2vw,2.3rem);letter-spacing:-.03em}.preset-panel__copy h2 span{color:var(--accent-deep);font-size:.95rem;font-family:var(--font-sans);letter-spacing:.1em}.preset-panel__copy p:last-child{margin:0;color:var(--muted)}.preset-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.preset-chip{display:grid;gap:6px;padding:14px 14px 16px;border:1px solid var(--line);border-radius:16px;background:#ffffffad;text-align:left;cursor:pointer}.preset-chip strong{color:var(--accent-deep);font-size:.78rem;letter-spacing:.12em}.preset-chip span{color:var(--text);font-size:.95rem;line-height:1.35}.preset-chip.active{background:var(--surface-strong);border-color:var(--line-strong);box-shadow:0 12px 24px #4c65551f}.topbar{position:sticky;top:16px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 20px;border:1px solid var(--line);border-radius:999px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc2;box-shadow:0 10px 32px #526f5b14}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-mark{width:12px;height:12px;border-radius:999px;background:linear-gradient(180deg,#8fb79a,#567a63);box-shadow:0 0 0 8px #7aa0851f}.brand strong,.brand small{display:block}.brand strong{font-size:.96rem}.brand small{color:var(--muted);font-size:.72rem}.nav{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}.nav a,.locale-switch button,.button,.contact-item,.publication-meta a,.note-card a{transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.nav a{color:var(--muted);font-size:.95rem}.nav a:hover,.nav a:focus-visible{color:var(--accent-deep)}.locale-switch{display:inline-flex;padding:3px;background:color-mix(in srgb,var(--bg-soft) 74%,transparent);border-radius:999px;border:1px solid var(--line)}.locale-switch button{min-width:48px;border:0;border-radius:999px;padding:6px 10px;background:transparent;color:var(--muted);font-size:.82rem;font-weight:600;cursor:pointer}.locale-switch button.active{background:var(--surface-strong);color:var(--accent-deep);box-shadow:0 4px 8px #51735c14}.hero{display:grid;grid-template-columns:1.45fr .95fr;gap:24px;padding-top:56px;align-items:stretch}.hero-copy,.hero-panel,.content-section{border:1px solid var(--line);border-radius:calc(var(--radius) + 4px);background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.hero-copy{padding:56px}.eyebrow{margin:0 0 14px;color:var(--accent-deep);text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:700}.hero h1,.section-heading h2,.publication-card h3,.skill-card h3,.note-card h3,.research-card h3{margin:0;font-family:var(--font-serif);letter-spacing:-.03em}.hero h1{font-size:clamp(2.45rem,3.6vw,4.35rem);line-height:1.02;max-width:12ch}.hero-role,.hero-summary,.section-heading p,.about-card p,.research-card p,.publication-card p,.skill-card p,.note-card p,.contact-item span,.hero-highlight p,.hero-card small{color:var(--muted);line-height:1.75}.hero-role{margin:18px 0 0;font-weight:600;color:var(--accent-deep)}.hero-summary{max-width:62ch;margin:18px 0 0;font-size:1.03rem}.hero-tags,.skill-list{display:flex;gap:10px;flex-wrap:wrap}.hero-tags{margin-top:24px}.hero-tags span,.skill-list span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--line);background:#ffffffb8;color:var(--accent-deep);font-size:.84rem}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid var(--line-strong);cursor:pointer}.button.primary{color:#fff;background:linear-gradient(180deg,#729882,#4f755e)}.button.secondary{background:#ffffffbd}.button:hover,.button:focus-visible,.contact-item:hover,.contact-item:focus-visible,.publication-meta a:hover,.publication-meta a:focus-visible,.note-card a:hover,.note-card a:focus-visible{transform:translateY(-1px)}.hero-panel{display:grid;gap:16px;padding:22px}.layout-editorial .hero{grid-template-columns:1.7fr .8fr}.layout-editorial .hero-copy{padding-top:64px}.layout-editorial .hero h1{max-width:10.5ch;font-size:clamp(2.7rem,4.1vw,5rem)}.layout-stacked .hero{grid-template-columns:1fr}.layout-stacked .hero-copy{padding-bottom:30px}.layout-stacked .hero-panel{grid-template-columns:repeat(4,minmax(0,1fr))}.layout-archive .hero{grid-template-columns:1fr}.layout-archive .hero-copy{display:grid;grid-template-columns:1.25fr .75fr;align-items:start;gap:28px}.layout-archive .hero-copy>.eyebrow,.layout-archive .hero-copy>h1,.layout-archive .hero-copy>.hero-role,.layout-archive .hero-copy>.hero-summary,.layout-archive .hero-copy>.hero-actions{grid-column:1}.layout-archive .hero-copy>.hero-tags{grid-column:2;grid-row:1 / span 4;align-self:start}.layout-archive .hero-panel{grid-template-columns:repeat(4,minmax(0,1fr))}.layout-framed .hero{grid-template-columns:1fr;padding-top:44px}.layout-framed .hero-copy{border-radius:36px}.layout-framed .hero-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-outline .hero-card,.cards-outline .about-card,.cards-outline .fact-list article,.cards-outline .research-card,.cards-outline .publication-card,.cards-outline .skill-card,.cards-outline .note-card,.cards-outline .contact-item{background:var(--surface-strong);box-shadow:none}.cards-glass .hero-copy,.cards-glass .hero-panel,.cards-glass .content-section,.cards-glass .hero-card,.cards-glass .about-card,.cards-glass .fact-list article,.cards-glass .research-card,.cards-glass .publication-card,.cards-glass .skill-card,.cards-glass .note-card,.cards-glass .contact-item{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.cards-tint .hero-card,.cards-tint .about-card,.cards-tint .fact-list article,.cards-tint .research-card,.cards-tint .publication-card,.cards-tint .skill-card,.cards-tint .note-card,.cards-tint .contact-item{background:color-mix(in srgb,var(--bg-soft) 55%,white 45%)}.density-compact .content-section,.density-compact .hero-copy{padding:34px}.density-compact .research-card,.density-compact .publication-card,.density-compact .skill-card,.density-compact .note-card,.density-compact .about-card{padding:22px}.density-compact .hero-actions{margin-top:22px}.density-compact .hero-tags{margin-top:18px}.hero-card,.about-card,.fact-list article,.research-card,.publication-card,.skill-card,.note-card,.contact-item{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fffc}.hero-card{padding:24px}.hero-card span,.publication-journal,.skill-label,.note-tag{display:inline-block;color:var(--accent-deep);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.hero-card strong{display:block;margin-top:12px;font-family:var(--font-serif);font-size:1.8rem;line-height:1.12}.hero-card small{display:block;margin-top:10px}.hero-highlight{background:linear-gradient(180deg,#82a78d29,#ffffffeb)}.content-section{padding:42px}.section-heading{display:grid;gap:10px;max-width:760px;margin-bottom:28px}.section-heading h2{font-size:clamp(1.8rem,2.35vw,2.75rem)}.section-heading p{margin:0}.about-grid,.contact-panel{display:grid;gap:20px}.about-grid{grid-template-columns:1.2fr .9fr}.about-card,.publication-card,.skill-card,.note-card,.research-card{padding:28px}.profile-highlights{display:grid;gap:14px;margin-top:24px}.profile-highlights article,.fact-list article{padding:20px 22px}.profile-highlights article{border-top:1px solid var(--line)}.profile-highlights span,.fact-list span{display:block;color:var(--muted);margin-bottom:8px}html[lang=zh-CN] .hero h1,html[lang=zh-CN] .section-heading h2,html[lang=zh-CN] .research-path-intro h3,html[lang=zh-CN] .research-stage h4,html[lang=zh-CN] .publication-card h3,html[lang=zh-CN] .skill-card h3,html[lang=zh-CN] .note-card h3,html[lang=zh-CN] .manuscript-section__intro h3,html[lang=zh-CN] .manuscript-empty h3,html[lang=zh-CN] .manuscript-card h3,html[lang=zh-CN] .manuscript-slot h4,html[lang=zh-CN] .spotlight-header h3,html[lang=zh-CN] .paper-spotlight__body h3,html[lang=zh-CN] .themes-map__overview h3,html[lang=zh-CN] .themes-map__legend h3,html[lang=zh-CN] .themes-map__center h4,html[lang=zh-CN] .themes-tooltip h3,html[lang=zh-CN] .hero-card strong,html[lang=zh-CN] .publication-overview strong,html[lang=zh-CN] .education-panel__intro h3,html[lang=zh-CN] .education-entry__body h4{font-family:var(--font-serif-zh);letter-spacing:-.01em;line-height:1.24}html[lang=zh-CN] .hero-summary,html[lang=zh-CN] .section-heading p,html[lang=zh-CN] .about-card p,html[lang=zh-CN] .research-card p,html[lang=zh-CN] .publication-card p,html[lang=zh-CN] .skill-card p,html[lang=zh-CN] .note-card p,html[lang=zh-CN] .hero-highlight p,html[lang=zh-CN] .hero-card small,html[lang=zh-CN] .research-path-intro p:last-child,html[lang=zh-CN] .research-stage p,html[lang=zh-CN] .education-entry__body p,html[lang=zh-CN] .view-controls__summary span,html[lang=zh-CN] .contact-item span{line-height:1.88}html[lang=zh-CN] .eyebrow{letter-spacing:.12em}.profile-highlights strong,.fact-list strong,.contact-item strong{font-size:1rem;line-height:1.6}.education-panel{margin-top:22px;padding:24px;border:1px solid var(--line);border-radius:calc(var(--radius-sm) + 4px);background:#ffffffc7}.education-panel__intro{display:grid;gap:8px;max-width:680px;margin-bottom:18px}.education-panel__intro h3,.education-entry__body h4{margin:0;font-family:var(--font-serif);letter-spacing:-.03em}.education-panel__intro h3{font-size:clamp(1.45rem,1.8vw,1.9rem)}.education-timeline{display:grid;gap:14px}.education-entry{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;padding:18px 0;border-top:1px solid var(--line)}.education-entry:first-child{border-top:0;padding-top:0}.education-entry__period{display:inline-flex;align-items:flex-start;color:var(--accent-deep);font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.education-entry__body{display:grid;gap:6px}.education-entry__body h4{font-size:1.18rem}.education-entry__body strong{color:var(--text);font-size:.98rem}.education-entry__body p{margin:0;color:var(--muted);line-height:1.76}.fact-list{display:grid;gap:14px}.research-grid,.skills-grid,.notes-grid{display:grid;gap:18px}.research-path-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:18px;margin-bottom:20px}.research-path-intro,.research-stage{border:1px solid var(--line);border-radius:20px;background:#ffffffc7}.research-path-intro{padding:24px}.research-path-intro h3,.research-stage h4{margin:0;font-family:var(--font-serif);letter-spacing:-.03em}.research-path-intro h3{margin-top:10px;font-size:clamp(1.48rem,1.95vw,2rem)}.research-path-intro p:last-child{margin:14px 0 0;color:var(--muted);line-height:1.78}.research-path-track{display:grid;gap:14px}.research-stage{padding:18px 20px}.research-stage span{display:inline-block;color:var(--accent-deep);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.research-stage h4{margin-top:10px;font-size:1.18rem}.research-stage p{margin:10px 0 0;color:var(--muted);line-height:1.72}.research-grid,.notes-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.research-card h3,.publication-card h3,.skill-card h3,.note-card h3{margin-top:12px;font-size:1.28rem}.publication-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.manuscript-section{margin-top:28px;padding-top:28px;border-top:1px solid var(--line)}.manuscript-section__intro,.manuscript-empty{display:grid;gap:10px;max-width:760px}.manuscript-section__intro h3,.manuscript-empty h3,.manuscript-card h3,.manuscript-slot h4{margin:0;font-family:var(--font-serif);letter-spacing:-.03em}.manuscript-section__intro p:last-child,.manuscript-empty p:last-child{margin:0;color:var(--muted);line-height:1.75}.manuscript-empty{margin-bottom:18px}.manuscript-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.manuscript-card,.manuscript-slot{border:1px solid var(--line);border-radius:24px;background:#ffffffd1}.manuscript-card{padding:24px}.manuscript-slot{display:grid;gap:10px;padding:22px;background:linear-gradient(180deg,#f7fcf9f2,#eef6f1eb);box-shadow:inset 0 0 0 1px #70967e0f}.manuscript-slot span,.manuscript-status{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:0 10px;border-radius:999px;background:#6e95781f;color:var(--accent-deep);font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.manuscript-slot p,.manuscript-meta,.manuscript-authors,.manuscript-teaser,.manuscript-details p{color:var(--muted);line-height:1.72}.manuscript-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.manuscript-meta{margin:2px 0 0;text-align:right;font-size:.88rem}.manuscript-authors{margin:12px 0 0;font-weight:600;color:var(--text)}.manuscript-teaser{margin:12px 0 0}.manuscript-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.manuscript-details article{padding:16px;border:1px solid var(--line);border-radius:18px;background:#f8fcf9f0}.manuscript-details span{display:inline-block;margin-bottom:8px;color:var(--accent-deep);font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.manuscript-details p{margin:0}.manuscript-visual{margin:0 0 18px}.manuscript-visual__frame{display:grid;place-items:center;width:100%;min-height:220px;max-height:300px;padding:16px;overflow:hidden;border-radius:18px;border:1px solid var(--line);background:#fff;box-shadow:inset 0 0 0 1px #70967e1a,0 12px 24px #233a2e0f}.manuscript-visual img{width:100%;height:100%;object-fit:contain}.publication-heading{display:grid;gap:2px}.publication-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.spotlight-header{display:grid;gap:10px;max-width:760px;margin-bottom:22px}.spotlight-header h3{margin:0;font-family:var(--font-serif);font-size:clamp(1.45rem,1.8vw,1.95rem);letter-spacing:-.03em}.spotlight-header p:last-child{margin:0;color:var(--muted);line-height:1.75}.paper-spotlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px}.paper-spotlight{display:grid;grid-template-columns:1fr;gap:18px;padding:22px;border:1px solid var(--line);border-radius:26px;background:radial-gradient(circle at top left,rgba(142,187,160,.14),transparent 42%),#ffffffdb;box-shadow:0 22px 50px #203e2c14}.paper-spotlight__media{display:grid;gap:12px;align-self:start;width:100%;min-width:0;margin:0;padding:18px;border-radius:22px;border:1px solid var(--line);background:linear-gradient(180deg,#fffffff5,#f0f8f3eb)}.paper-spotlight__frame{display:grid;place-items:center;width:100%;aspect-ratio:var(--paper-image-ratio, 1.45);min-height:260px;max-height:360px;padding:20px;overflow:hidden;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #70967e1f,0 16px 28px #2a443414}.paper-spotlight__media img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center}.paper-spotlight__media figcaption{color:var(--muted);font-size:.76rem;letter-spacing:.1em;text-transform:uppercase}.paper-spotlight__body{display:flex;flex-direction:column;min-width:0}.paper-spotlight__label,.paper-spotlight__journal{color:var(--accent-deep)}.paper-spotlight__label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.paper-spotlight__body h3{margin:12px 0 0;font-family:var(--font-serif);font-size:clamp(1.35rem,1.75vw,1.7rem);letter-spacing:-.03em;line-height:1.06;overflow-wrap:anywhere}.paper-spotlight__journal{margin:10px 0 0;font-size:.92rem}.paper-spotlight__body p:last-of-type{margin-top:14px;color:var(--muted);line-height:1.75}.paper-spotlight__links{display:flex;gap:14px;flex-wrap:wrap;margin-top:auto;padding-top:14px}.paper-spotlight__links a{color:var(--accent-deep);font-weight:700}.publication-overview article{padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:#ffffffbd}.publication-overview span{display:block;color:var(--muted);margin-bottom:8px;font-size:.84rem}.publication-overview strong{display:block;font-family:var(--font-serif);font-size:1.9rem;line-height:1}.publication-overview small{display:block;margin-top:8px;color:var(--muted)}.publication-authors{margin:16px 0 0;color:var(--text);font-weight:600}.publication-card--with-visual{position:relative;display:flex;flex-direction:column}.publication-visual{display:grid;gap:10px;width:100%;min-width:0;margin:0 0 18px;padding:14px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fafffcfa,#eff7f2eb)}.publication-visual__frame{display:grid;place-items:center;width:100%;aspect-ratio:var(--publication-image-ratio, 1.5);min-height:180px;max-height:260px;padding:16px;overflow:hidden;border-radius:14px;background:#fff;box-shadow:inset 0 0 0 1px #70967e1a,0 10px 24px #233a2e12}.publication-visual img{width:100%;height:100%;max-width:100%;object-fit:contain}.publication-visual figcaption{color:var(--muted);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.publication-summary{margin:10px 0 0;overflow-wrap:anywhere}.publication-role{margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.publication-role span{display:inline-block;margin-bottom:8px;color:var(--accent-deep);font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.publication-meta{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.publication-meta a,.note-card a{color:var(--accent-deep);font-weight:700}.publication-links{display:flex;gap:14px;flex-wrap:wrap}.skill-card{display:flex;flex-direction:column}.skill-list{margin-top:18px}.note-card{display:flex;flex-direction:column;min-height:100%}.note-card p{margin-bottom:auto}.themes-map{display:grid;gap:22px}.themes-map__intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px}.themes-map__overview,.themes-map__legend,.themes-map__center,.themes-tooltip{border:1px solid var(--line);border-radius:24px;background:#ffffffd6;box-shadow:0 18px 40px #4e6c5817}.themes-map__overview,.themes-map__legend{padding:24px}.themes-map__overview h3,.themes-map__legend h3,.themes-map__center h4,.themes-tooltip h3{margin:0;font-family:var(--font-serif);letter-spacing:-.03em}.themes-map__overview h3,.themes-map__legend h3{font-size:1.5rem}.themes-map__overview p:last-child,.themes-map__legend-head p,.themes-map__center p,.themes-map__legend-item span,.themes-tooltip p,.themes-tooltip dt,.themes-tooltip__block p{color:var(--muted);line-height:1.72}.themes-map__overview p:last-child,.themes-map__legend-head p{margin:12px 0 0}.themes-map__legend{display:grid;gap:16px}.themes-map__legend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.themes-map__legend-item{display:grid;gap:6px;padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:#f7fbf8f5}.themes-map__legend-item strong{font-size:.88rem;color:var(--accent-deep)}.themes-map__stage{position:relative;aspect-ratio:1 / 1;min-height:880px;border:1px solid var(--line);border-radius:32px;overflow:hidden;background:radial-gradient(circle at 50% 50%,rgba(140,176,151,.12),transparent 23%),radial-gradient(circle at 50% 50%,rgba(122,155,133,.08),transparent 47%),linear-gradient(180deg,#ffffffd1,#f6faf7f5)}.themes-map__stage:before{content:"";position:absolute;top:22px;right:22px;bottom:22px;left:22px;border-radius:28px;border:1px dashed rgba(95,122,104,.18);pointer-events:none}.themes-map__svg{width:100%;height:100%;display:block}.themes-map__hit-area{fill:transparent}.themes-map__ring{fill:none;stroke:#6585702e;stroke-width:1.6;stroke-dasharray:6 10}.themes-map__link{fill:none;stroke:rgba(105,141,118,calc(.16 + var(--link-strength) * .22));stroke-width:calc(1.4px + var(--link-strength) * 2px);transition:opacity .18s ease,stroke .18s ease,stroke-width .18s ease}.themes-map__link.is-active{stroke:#4c7258c2}.themes-map__link.is-dimmed{opacity:.14}.themes-map__theme,.themes-map__paper{cursor:pointer;transition:opacity .18s ease,transform .18s ease}.themes-map__theme circle,.themes-map__paper circle,.themes-map__paper rect{transition:fill .18s ease,stroke .18s ease,stroke-width .18s ease,filter .18s ease}.themes-map__theme circle{fill:#fdfffdf5;stroke:#55746047;stroke-width:1.6;filter:drop-shadow(0 14px 22px rgba(79,114,92,.16))}.themes-map__theme.is-core circle{fill:#f4faf6fa;stroke:#4f755e8a;stroke-width:2.4}.themes-map__theme.is-active circle{fill:#e6f2e9fa;stroke:#4c7058db}.themes-map__theme text{fill:var(--text);font-size:14px;font-weight:700;letter-spacing:.03em;pointer-events:none}.themes-map__theme.is-core text{fill:var(--accent-deep)}.themes-map__paper circle,.themes-map__paper rect{fill:#6f987be0;stroke:#ffffffeb;stroke-width:2.3}.themes-map__paper.is-published circle{fill:#6f987be0}.themes-map__paper.is-submission rect{fill:#e5f4e9f5;stroke:#4f755ee0;stroke-width:2.4}.themes-map__paper.is-core-anchor circle,.themes-map__paper.is-core-anchor rect{filter:drop-shadow(0 0 0 rgba(0,0,0,0)) drop-shadow(0 0 18px rgba(95,145,111,.3))}.themes-map__paper.is-active circle,.themes-map__paper.is-active rect{fill:#4e765a;stroke-width:3}.themes-map__paper.is-submission.is-active rect{fill:#d7eddd;stroke:#43674f}.themes-map__theme.is-dimmed,.themes-map__paper.is-dimmed{opacity:.18}.themes-map__theme:focus-visible circle,.themes-map__paper:focus-visible circle,.themes-map__paper:focus-visible rect{stroke:#365741;stroke-width:3}.themes-map__center{position:absolute;left:50%;top:50%;width:min(290px,calc(100% - 64px));padding:26px 24px;transform:translate(-50%,-50%);text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.themes-map__center span,.themes-tooltip__eyebrow{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid var(--line);background:#f7fbf8f2;color:var(--accent-deep);font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.themes-map__center h4{margin-top:14px;font-size:1.4rem}.themes-map__center p{margin:12px 0 0}.themes-tooltip{position:absolute;z-index:2;width:min(340px,calc(100% - 32px));padding:18px 18px 16px;max-height:calc(100% - 40px);overflow:auto;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.themes-tooltip__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.themes-tooltip__head .themes-tooltip__eyebrow{margin:0}.themes-tooltip__core{color:var(--accent-deep);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.themes-tooltip h3{margin-top:12px;font-size:1.3rem;line-height:1.16}.themes-tooltip__summary{margin:12px 0 0}.themes-tooltip__block{margin-top:14px}.themes-tooltip__block span{display:inline-block;color:var(--accent-deep);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.themes-tooltip__block p{margin:6px 0 0}.themes-tooltip__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0 0}.themes-tooltip__meta--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.themes-tooltip__meta div{padding:10px 12px;border-radius:16px;border:1px solid var(--line);background:#f8fcf9f0}.themes-tooltip__meta dt{font-size:.75rem}.themes-tooltip__meta dd{margin:6px 0 0;color:var(--text);font-size:1rem;font-weight:700}.themes-tooltip__themes{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.themes-tooltip__themes span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid var(--line);background:#f5faf6fa;color:var(--accent-deep);font-size:.8rem}.contact-panel{grid-template-columns:repeat(4,minmax(0,1fr))}.contact-item{padding:24px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}a:focus-visible,button:focus-visible{outline:2px solid var(--accent-deep);outline-offset:3px}@media (max-width: 1080px){.topbar,.preset-panel,.hero,.content-section{width:100%}.preset-grid,.layout-stacked .hero-panel,.layout-archive .hero-panel,.layout-framed .hero-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{border-radius:30px;padding:18px;flex-wrap:wrap;justify-content:center}.hero,.about-grid,.contact-panel,.themes-map__intro,.layout-archive .hero-copy{grid-template-columns:1fr}.layout-archive .hero-copy>.hero-tags{grid-column:auto;grid-row:auto}.research-grid,.skills-grid,.notes-grid,.research-path-panel,.themes-map__legend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.themes-map__stage{min-height:760px}.publication-overview,.publication-list,.manuscript-grid,.paper-spotlight-grid{grid-template-columns:1fr}}@media (max-width: 720px){.page-shell{padding:14px}.hero{padding-top:24px}.hero-copy,.preset-panel,.content-section,.hero-panel{padding:24px}.preset-grid,.layout-stacked .hero-panel,.layout-archive .hero-panel,.layout-framed .hero-panel{grid-template-columns:1fr}.hero h1{max-width:none;font-size:clamp(2.05rem,10vw,3rem)}.nav{width:100%;gap:12px 16px}.nav a{font-size:.9rem}.research-grid,.skills-grid,.notes-grid,.research-path-panel,.themes-map__legend-grid{grid-template-columns:1fr}.themes-map__stage{min-height:700px}.themes-map__center{width:min(280px,calc(100% - 32px));padding:20px 18px}.themes-map__center h4{font-size:1.22rem}.themes-tooltip{left:16px;right:16px;top:auto;bottom:16px;width:auto;transform:none}.themes-tooltip__meta,.paper-spotlight{grid-template-columns:1fr}.paper-spotlight__media,.publication-visual{padding:12px}.paper-spotlight__frame{min-height:200px;max-height:300px;padding:14px}.manuscript-details{grid-template-columns:1fr}.manuscript-card__head{flex-direction:column}.manuscript-meta{text-align:left}.publication-visual__frame{min-height:160px;max-height:220px;padding:12px}.section-heading h2{font-size:1.82rem}.publication-meta{align-items:flex-start;flex-direction:column}.education-entry{grid-template-columns:1fr;gap:10px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.view-controls{position:fixed;right:22px;top:108px;z-index:14;display:grid;justify-items:end;gap:10px;pointer-events:none}.view-controls__toggle,.view-controls__panel{pointer-events:auto}.view-controls__toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;padding:0;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;box-shadow:0 8px 18px #4e6c580f;cursor:pointer}.view-controls__toggle svg{width:18px;height:18px;fill:none;stroke:var(--muted);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.view-controls__panel{width:min(320px,calc(100vw - 28px));max-height:calc(100vh - 160px);overflow:auto;padding:18px;border:1px solid var(--line);border-radius:24px;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 56px #4e6c5824;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.view-controls.is-open .view-controls__panel{opacity:1;visibility:visible;transform:translateY(0)}.view-controls__section+.view-controls__section{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.view-controls__summary{display:grid;gap:6px;margin-bottom:14px}.view-controls__summary strong{color:var(--text);font-size:1rem}.view-controls__summary span{color:var(--muted);line-height:1.6;font-size:.92rem}.view-controls__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.contact-panel{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}@media (min-width: 1180px){.page-shell{padding-right:94px}}@media (max-width: 920px){.view-controls{top:auto;right:14px;bottom:14px}.view-controls__panel{max-height:min(62vh,560px)}}@media (max-width: 720px){.view-controls{left:14px;right:14px;bottom:14px;justify-items:stretch}.view-controls__toggle{width:100%}.view-controls__panel{width:100%;max-height:58vh;padding:16px}.view-controls__grid{grid-template-columns:1fr}}.topbar-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.topbar-settings{position:relative}.topbar-settings .view-controls__toggle{min-width:40px}.topbar-settings.is-open .view-controls__toggle svg,.view-controls__toggle:hover svg,.view-controls__toggle:focus-visible svg{stroke:var(--accent-deep)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar-settings .view-controls__panel{position:absolute;top:calc(100% + 12px);right:0;width:min(380px,calc(100vw - 32px));max-height:min(72vh,680px);z-index:16}.topbar-settings.is-open .view-controls__panel{opacity:1;visibility:visible;transform:translateY(0)}.mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mode-switch button,.publication-view-switch button{border:1px solid var(--line);cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.mode-switch button{display:grid;gap:6px;padding:14px 16px;border-radius:18px;background:#ffffffb8;text-align:left}.mode-switch strong{color:var(--text);font-size:.95rem}.mode-switch span{color:var(--muted);font-size:.85rem;line-height:1.55}.mode-switch button.active{border-color:var(--line-strong);background:var(--surface-strong);box-shadow:0 12px 24px #4c65551f}.publication-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:20px 0 18px}.publication-toolbar__copy{display:grid;gap:8px;max-width:540px}.publication-toolbar__copy .eyebrow{margin:0}.publication-toolbar__copy span{color:var(--muted);line-height:1.72}.publication-view-switch{display:inline-grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.publication-view-switch button{display:grid;justify-items:center;gap:10px;min-width:86px;padding:14px 12px 12px;border-radius:18px;background:#ffffffc2;color:var(--muted)}.publication-view-switch button.active{color:var(--accent-deep);border-color:var(--line-strong);background:var(--surface-strong);box-shadow:0 12px 24px #4c65551f}.publication-view-switch svg{width:28px;height:28px;fill:currentColor}.publication-view-switch span{font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.publication-list--story,.publication-list--list{grid-template-columns:1fr}.publication-list--gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.publication-card--story.publication-card--with-visual{display:grid;grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr);gap:22px;align-items:start}.publication-card--story.publication-card--with-visual .publication-visual{grid-column:1;grid-row:1 / span 5;margin:0}.publication-card--story.publication-card--with-visual .publication-heading,.publication-card--story.publication-card--with-visual .publication-authors,.publication-card--story.publication-card--with-visual .publication-summary,.publication-card--story.publication-card--with-visual .publication-role,.publication-card--story.publication-card--with-visual .publication-meta{grid-column:2}.publication-card--story.publication-card--with-visual .publication-meta{margin-top:0;align-self:end}.publication-card--list{padding:22px 24px}.publication-card--list .publication-authors,.publication-card--list .publication-summary{margin-top:12px}.publication-card--gallery{padding:0;overflow:hidden}.publication-gallery{position:relative;display:block;min-height:380px;height:100%;overflow:hidden}.publication-visual--gallery{height:100%;margin:0;padding:0;border:0;border-radius:0;background:transparent}.publication-visual--gallery .publication-visual__frame{height:100%;min-height:380px;padding:0;border-radius:0;box-shadow:none}.publication-visual--gallery img{object-fit:cover}.publication-gallery__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,color-mix(in srgb,var(--accent) 28%,transparent),transparent 34%),linear-gradient(180deg,color-mix(in srgb,var(--accent-deep) 26%,var(--surface-strong)) 0%,var(--surface-strong) 100%)}.publication-gallery__overlay{position:absolute;inset:auto 0 0 0;display:grid;gap:10px;padding:20px 20px 18px;background:linear-gradient(180deg,#070c0a00,#070c0ad6)}.publication-gallery__overlay .publication-journal{color:#ffffffbd}.publication-gallery__overlay h3,.publication-gallery__overlay p,.publication-gallery__meta strong,.publication-gallery__meta span{color:#fff}.publication-gallery__overlay h3{margin:0;font-family:var(--font-serif);font-size:1.24rem;line-height:1.14}.publication-gallery__overlay p{margin:0;line-height:1.65;color:#ffffffc7}.publication-gallery__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.publication-gallery__meta span,.publication-gallery__meta strong{font-size:.85rem}.mode-dark .topbar{background:#090e0cd1;box-shadow:0 16px 42px #00000038}.mode-dark .locale-switch,.mode-dark .mode-switch button,.mode-dark .publication-view-switch button,.mode-dark .view-controls__toggle,.mode-dark .view-controls__panel,.mode-dark .preset-chip{background:#0f1713eb;box-shadow:none}.mode-dark .locale-switch{background:#0f1713b8}.mode-dark .locale-switch button.active,.mode-dark .mode-switch button.active,.mode-dark .publication-view-switch button.active,.mode-dark .preset-chip.active{background:#17221cfa}.mode-dark .hero-tags span,.mode-dark .skill-list span,.mode-dark .button.secondary,.mode-dark .themes-map__center span,.mode-dark .themes-tooltip__themes span,.mode-dark .manuscript-slot span,.mode-dark .manuscript-status{background:#ffffff0d}.mode-dark .hero-copy,.mode-dark .hero-panel,.mode-dark .content-section,.mode-dark .hero-card,.mode-dark .about-card,.mode-dark .fact-list article,.mode-dark .research-card,.mode-dark .publication-card,.mode-dark .skill-card,.mode-dark .note-card,.mode-dark .contact-item,.mode-dark .education-panel,.mode-dark .research-path-intro,.mode-dark .research-stage,.mode-dark .manuscript-card,.mode-dark .manuscript-slot,.mode-dark .manuscript-details article,.mode-dark .publication-overview article,.mode-dark .publication-visual,.mode-dark .paper-spotlight,.mode-dark .paper-spotlight__media,.mode-dark .themes-map__overview,.mode-dark .themes-map__legend,.mode-dark .themes-map__center,.mode-dark .themes-tooltip{background:#0e1512d1;box-shadow:0 18px 42px #0003}.mode-dark .hero-highlight{background:linear-gradient(180deg,#456c5842,#0e1512f5)}.mode-dark .research-path-intro,.mode-dark .research-stage,.mode-dark .publication-overview article,.mode-dark .publication-visual,.mode-dark .education-panel,.mode-dark .manuscript-card,.mode-dark .manuscript-slot,.mode-dark .manuscript-details article,.mode-dark .themes-map__overview,.mode-dark .themes-map__legend,.mode-dark .themes-map__center,.mode-dark .themes-tooltip{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mode-dark .publication-visual__frame,.mode-dark .paper-spotlight__frame,.mode-dark .manuscript-visual__frame{background:#f1f7f3f5}.mode-dark .manuscript-slot,.mode-dark .publication-gallery__placeholder{box-shadow:inset 0 0 0 1px #91b09f14}.mode-dark .themes-map__stage{background:radial-gradient(circle at 50% 50%,rgba(120,170,143,.14),transparent 23%),radial-gradient(circle at 50% 50%,rgba(122,155,133,.08),transparent 47%),linear-gradient(180deg,#101814eb,#0a100dfa)}.mode-dark .themes-map__theme circle{fill:#121b16f5}.mode-dark .themes-map__paper circle,.mode-dark .themes-map__paper rect{stroke:#0c1410f0}.mode-dark .publication-gallery__overlay{background:linear-gradient(180deg,#070c0a0f,#030705eb)}@media (max-width: 1180px){.topbar-actions{width:100%;justify-content:space-between}.publication-toolbar{flex-direction:column;align-items:stretch}.publication-view-switch{width:100%}.publication-list--gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 920px){.topbar-settings{margin-left:auto}.topbar-settings .view-controls__panel{right:0;left:auto}.publication-card--story.publication-card--with-visual{grid-template-columns:1fr}.publication-card--story.publication-card--with-visual .publication-visual,.publication-card--story.publication-card--with-visual .publication-heading,.publication-card--story.publication-card--with-visual .publication-authors,.publication-card--story.publication-card--with-visual .publication-summary,.publication-card--story.publication-card--with-visual .publication-role,.publication-card--story.publication-card--with-visual .publication-meta{grid-column:auto;grid-row:auto}}@media (max-width: 720px){.topbar-actions{flex-direction:column;align-items:stretch}.topbar-settings .view-controls__toggle,.topbar-settings .view-controls__panel,.locale-switch,.publication-view-switch{width:100%}.topbar-settings .view-controls__panel{left:0;right:0}.mode-switch,.publication-view-switch,.publication-list--gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.publication-gallery,.publication-visual--gallery .publication-visual__frame{min-height:300px}}
