:root{color-scheme:light;--bg: #f4f2ed;--bg-subtle: #ebe7df;--surface: #ffffff;--surface-2: #f7f5f0;--text: #141820;--muted: #5c6474;--border: #c8cdd6;--border-strong: #9aa3b2;--accent: #1e3a5f;--accent-contrast: #ffffff;--code-bg: #ebe6dc;--shadow: 0 1px 0 rgba(20, 24, 32, .06);--radius: 3px;--radius-sm: 2px;--max-width: 1100px;--page-content-width: 48rem;--page-content-width-wide: 58rem;--font-ui: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-body: Georgia, "Times New Roman", serif}[data-theme=dark]{color-scheme:dark;--bg: #0c0e12;--bg-subtle: #12161d;--surface: #141820;--surface-2: #1a202c;--text: #e9ecf1;--muted: #9aa3b2;--border: #2a3342;--border-strong: #3d4a5e;--accent: #7eb3ff;--accent-contrast: #0c0e12;--code-bg: #0a0c10;--shadow: 0 1px 0 rgba(0, 0, 0, .35)}*{box-sizing:border-box}html{margin:0;padding:0}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.65}h1,h2,h3,.site-brand,.nav-link,.button,.theme-toggle,.bib-dialog__title{font-family:var(--font-ui)}a{color:var(--accent);text-decoration:none;transition:color .14s ease,opacity .14s ease,border-color .14s ease,background .14s ease}a:hover{opacity:1}img{max-width:100%;display:block}.container{width:min(100% - 2rem,var(--max-width));margin:0 auto}.site-header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:72px}.header-controls{display:flex;align-items:center;justify-content:flex-end;gap:1rem;flex-wrap:wrap}.site-brand{font-size:1.1rem;font-weight:650;letter-spacing:-.02em;color:var(--text);padding:.35rem 0;border-bottom:2px solid transparent}.site-brand:hover{border-bottom-color:var(--accent)}.site-nav{display:flex;flex-wrap:wrap;gap:.65rem 1rem;align-items:center}.nav-link{color:var(--muted);padding:.35rem .5rem;border:1px solid transparent;border-radius:var(--radius-sm);font-size:.9rem}.nav-link:hover,.nav-link.active{color:var(--text);border-color:var(--border)}.nav-link.active{border-color:var(--accent);color:var(--accent)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;flex-shrink:0;transition:border-color .14s ease,background .14s ease,color .14s ease}.theme-toggle:hover{border-color:var(--accent);background:var(--surface-2)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle__icon{display:flex;align-items:center;justify-content:center}[data-theme=light] .theme-toggle__icon--sun,[data-theme=dark] .theme-toggle__icon--moon{display:none}.site-main{min-height:70vh;padding:3rem 0 4rem}.site-footer{border-top:1px solid var(--border);padding:2rem 0}.footer-inner{color:var(--muted);font-size:.95rem}.page-intro-outer{margin-bottom:2.25rem}.page-intro{max-width:min(var(--page-content-width),100%);margin-inline:auto;text-align:center}.page-intro h1{margin:0 0 .75rem;font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.03em}.page-intro p{margin:0 auto;max-width:40rem;color:var(--muted);font-size:1.05rem;line-height:1.6}.page-intro__actions{margin:1.2rem 0 0;display:flex;justify-content:center;flex-wrap:wrap;gap:.65rem}.page-intro .button--scholar-outlink{display:inline-flex;align-items:center;gap:.5rem}.page-intro .button--scholar-outlink__icon{width:1.2rem;height:1.2rem;flex-shrink:0}.page-content{max-width:min(var(--page-content-width),100%);margin-inline:auto;width:100%;text-align:left}.page-content--wide{max-width:min(var(--page-content-width-wide),100%)}.page-content>.section:first-child{margin-top:0}.home-intro{margin-bottom:2.75rem}.home-intro__grid{display:grid;grid-template-columns:minmax(0,300px) minmax(0,1fr);gap:2rem 2.75rem;align-items:start}.home-intro__photo-wrap{border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden;aspect-ratio:1;width:100%;max-width:300px;margin:0;justify-self:start;transition:border-color .16s ease}.home-intro__photo-wrap:hover{border-color:var(--accent)}.home-intro__photo{width:100%;height:100%;object-fit:cover;display:block;border-radius:11px;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.home-intro__photo-wrap:hover .home-intro__photo{transform:scale(1.045)}.home-intro__copy{min-width:0}.home-intro__hi{font-family:var(--font-ui);font-size:1.05rem;color:var(--muted);margin:0 0 .35rem}.home-intro__name{font-family:var(--font-ui);font-size:clamp(2.4rem,6vw,3.75rem);line-height:1.05;letter-spacing:-.035em;margin:0 0 1.1rem;font-weight:700}.home-intro__stack{max-width:min(40rem,100%)}.home-intro__bio{margin:0 0 1.35rem}.home-intro__bio p{margin:0 0 1rem;font-size:1.06rem;line-height:1.68;color:var(--text)}.home-intro__bio p:last-child{margin-bottom:0}.home-intro__email{font-family:var(--font-ui);font-size:.95rem;margin:0 0 1.25rem;color:var(--text)}.home-profile-links{margin-top:.15rem}.home-profile-links__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.55rem .6rem}.home-profile-link{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.4rem;min-width:4.85rem;max-width:6.75rem;min-height:4.75rem;padding:.55rem .35rem .5rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);text-decoration:none;font-family:var(--font-ui);font-size:.68rem;font-weight:500;line-height:1.2;text-align:center;transition:border-color .14s ease,background .14s ease,color .14s ease}.home-profile-link:hover{border-color:var(--accent);background:var(--surface-2);color:var(--accent)}.home-profile-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.home-profile-link__icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.1rem;height:2.1rem;color:var(--accent)}.home-profile-link:hover .home-profile-link__icon-wrap{color:var(--accent)}.home-profile-link__label{display:block;width:100%;hyphens:auto;overflow-wrap:break-word}.profile-icon-svg{width:1.4rem;height:1.4rem;display:block}.button--scholar{display:inline-flex;align-items:center;gap:.5rem}.scholar-inline-icon{flex-shrink:0}@media(max-width:720px){.home-intro__grid{grid-template-columns:1fr;gap:1.25rem}.home-intro__photo-wrap{max-width:236px}.home-intro__stack{max-width:none}}.hero{display:grid;gap:1.5rem;align-items:start;margin-bottom:3rem}.hero-card,.section-card,.list-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:border-color .16s ease,background .16s ease}.hero-card:hover,.section-card:hover{border-color:var(--border-strong)}.hero-card,.section-card{padding:1.5rem}.hero-title{font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.05;margin:0 0 .75rem;letter-spacing:-.03em}.hero-subtitle{margin:0 0 1rem;color:var(--muted);font-size:1.08rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.65rem}.button{display:inline-block;padding:.65rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:.9rem;font-weight:500;letter-spacing:-.01em;cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease,box-shadow .14s ease}a.button:hover,button.button:hover{border-color:var(--accent);background:var(--surface-2)}.button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.button.primary{border-color:var(--accent);background:var(--accent);color:var(--accent-contrast)}a.button.primary:hover,button.button.primary:hover{background:var(--surface-2);color:var(--accent);border-color:var(--accent);box-shadow:none}.section{margin:2.5rem 0}.section h2{margin:0 0 1rem;font-size:1.5rem;letter-spacing:-.02em}.list{display:grid;gap:1rem}.list-item{padding:1.25rem}.list-item:hover{border-color:var(--accent);background:var(--surface-2)}.meta{color:var(--muted);font-size:.95rem;margin-bottom:.5rem}.links-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.75rem}.experience-page>.exp-section:first-child{margin-top:0}.exp-section{margin:2.35rem 0}.exp-section__heading{margin:0 0 .65rem;font-size:.82rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.exp-panel{list-style:none;margin:0;padding:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.exp-entry{display:grid;grid-template-columns:minmax(0,10.5rem) minmax(0,1fr);gap:1rem 1.5rem;align-items:start;padding:1.15rem 1.35rem;margin:0;border-top:1px solid var(--border);transition:background .16s ease}.exp-entry:first-child{border-top:none}.exp-entry:hover{background:var(--surface-2)}.exp-entry__period{margin:.15rem 0 0;font-family:var(--font-ui);font-size:.86rem;font-weight:500;line-height:1.35;color:var(--muted);letter-spacing:-.01em}.exp-entry__main{min-width:0}.exp-entry__title{margin:0 0 .25rem;font-size:1.08rem;font-weight:650;letter-spacing:-.02em;line-height:1.3}.exp-entry__org{margin:0 0 .55rem;font-family:var(--font-ui);font-size:.92rem;color:var(--text);font-weight:500;letter-spacing:-.01em}.exp-entry__desc{margin:0;font-size:1rem;line-height:1.62;color:var(--text)}.exp-entry__actions{margin:.85rem 0 0}.exp-entry__org:last-child{margin-bottom:0}@media(max-width:640px){.exp-entry{grid-template-columns:1fr;gap:.35rem;padding:1rem 1.15rem}.exp-entry__period{margin:0 0 .15rem;font-size:.8rem}.exp-entry__org{margin-bottom:.45rem}}.embed-fill{border:0;border-radius:var(--radius-sm);width:100%;display:block}@media(max-width:800px){.header-inner{align-items:flex-start;flex-direction:column;padding:1rem 0}.header-controls{width:100%;justify-content:space-between}.site-nav{gap:.5rem .75rem}.photo-grid{grid-template-columns:1fr}}.publication-item{padding:1.25rem}.publication-title{margin:0 0 .5rem;font-size:1.45rem;line-height:1.25;letter-spacing:-.02em}.publication-authors{margin:0 0 .9rem;color:var(--muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pub-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.85rem}.pub-actions-extra{margin-top:.35rem}.pub-icon-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;min-width:2.25rem;padding:.2rem .45rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--accent);cursor:pointer;line-height:0;transition:border-color .14s ease,background .14s ease}a.pub-icon-btn:hover,button.pub-icon-btn:hover{opacity:1;transform:none;box-shadow:none;border-color:var(--accent);background:var(--surface-2)}.pub-icon-btn--preprint{padding:0;border:none;background:transparent;box-shadow:none}.pub-icon-btn--preprint-arxiv-mark{padding:0}a.pub-icon-btn--preprint:hover{transform:none;box-shadow:none;opacity:.85}.pub-preprint-mark{display:flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:.2rem;border-radius:var(--radius-sm);background:#b31b1b;box-sizing:border-box}.pub-icon{display:block;height:1.65rem;width:auto}.pub-icon.pub-icon--arxiv-mark{width:1.55rem;height:1.55rem;flex-shrink:0;object-fit:contain}.pub-icon--symbol{height:1.35rem;width:1.35rem}.pub-icon-btn--journal .pub-icon--symbol{height:1.45rem;width:1.45rem}.pub-bib-mark{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700;font-size:1.05rem;line-height:1;padding:0 .15rem}.bib-dialog{border-radius:var(--radius);padding:0;max-width:min(92vw,640px);width:100%;background:var(--surface);color:var(--text);box-shadow:0 24px 60px #00000059;border:1px solid var(--border)}.bib-dialog::backdrop{background:#080a0e8c}.bib-dialog__chrome{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid var(--border)}.bib-dialog__title{margin:0;font-size:1.1rem}.bib-dialog__icon-close{border:1px solid transparent;background:transparent;color:var(--muted);font-size:1.5rem;line-height:1;cursor:pointer;padding:.15rem .4rem;border-radius:var(--radius-sm)}.bib-dialog__icon-close:hover{color:var(--text);border-color:var(--accent);background:var(--surface-2)}.bib-dialog__pre{margin:0;padding:1rem 1.1rem;max-height:min(52vh,420px);overflow:auto;background:var(--code-bg);color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.88rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.bib-dialog__actions{display:flex;flex-wrap:wrap;gap:.6rem;padding:.85rem 1rem 1rem;border-top:1px solid var(--border);justify-content:flex-end}@media(max-width:800px){.publication-item{padding:1.5rem}.publication-title{font-size:1.3rem}}
