:root{--max-width:40rem;--color-text:#171717;--color-text-muted:#525252;--color-text-muted2:#737373;--color-link:#003270;--color-border:#e5e5e5;--color-hover-bg:rgba(163, 163, 163, 0.2);--font:ui-sans-serif, system-ui, sans-serif}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--font);font-size:16px;color:var(--color-text);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-link)}.site-header{position:fixed;top:0;left:0;right:0;background:rgba(250,250,250,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10;display:flex;flex-direction:column}.site-header-bar{display:flex;justify-content:space-between;align-items:center;max-width:var(--max-width);width:100%;margin:0 auto;padding:1rem;font-size:1.125rem}.nav-right{display:flex;align-items:center}.nav-link{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:1rem;font-weight:400;color:var(--color-text);text-decoration:none;padding:.5rem 1rem;transition:background-color .15s;white-space:nowrap}.nav-link:hover{background:var(--color-hover-bg)}.nav-home{font-weight:600}.desktop-nav{display:none;color:var(--color-text-muted)}.menu-toggle{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;cursor:pointer;flex-shrink:0;background:0 0;border:0;padding:0;color:inherit}.menu-toggle:hover{background:var(--color-hover-bg)}.menu-toggle svg{width:1.25rem;height:1.25rem}.icon-close{display:none}.menu-toggle[aria-expanded=true] .icon-close{display:block}.menu-toggle[aria-expanded=true] .icon-menu{display:none}.mobile-nav{display:none}@media(min-width:768px){.desktop-nav{display:flex}.menu-toggle{display:none}.mobile-nav{display:none!important}}@media(max-width:767px){.site-header.is-open .mobile-nav{display:flex;flex-direction:column;width:75%;margin:2rem auto;gap:1rem;min-height:100lvh}}.main-content{max-width:var(--max-width);margin:0 auto;padding:8rem 2rem 5rem;display:flex;flex-direction:column;gap:2.5rem}.publications-section{display:flex;flex-direction:column;gap:.75rem}.publications-list{display:flex;flex-direction:column;gap:1rem;list-style:decimal;padding-left:1.5rem;margin:0}.pub-title{font-size:1rem;font-weight:500;margin:0 0 .2rem;color:var(--color-text)}.pub-title a{color:var(--color-link);text-decoration:underline;text-underline-offset:2px}.pub-meta{font-weight:400;color:var(--color-text-muted);line-height:1.5}.pub-venue{font-style:italic;margin-right:.5rem}.pub-year{margin-right:.5rem}.pub-award{font-weight:700;display:inline-flex;align-items:center;gap:.2rem;vertical-align:middle}.pub-award svg{width:1.1rem;height:1.1rem;vertical-align:middle;flex-shrink:0}.pub-note{margin:-.2rem 0 1rem;font-size:.8rem;color:var(--color-text-muted)}.email-obf{display:none}.about-section{display:flex;flex-direction:column;gap:2rem}.about-header{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.about-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.about-info{display:flex;flex-direction:column;gap:.75rem;margin-top:-10px}.about-name{font-size:2.25rem;font-weight:600;line-height:1.2;margin:0}.about-role{font-size:1.25rem;font-weight:500;margin:0;color:var(--color-text)}.about-role a{color:var(--color-link);text-decoration:underline}.social-links{display:flex;gap:.75rem;flex-wrap:wrap;color:var(--color-text-muted)}.social-btn{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:1px solid var(--color-border);border-radius:.375rem;color:var(--color-text);text-decoration:none;transition:background-color .15s,color .15s;flex-shrink:0}.social-btn:hover{background:rgba(163,163,163,.1);color:var(--color-text)}.social-btn svg{width:1.5rem;height:1.5rem;display:block}.profile-mobile{width:130px;height:130px;flex-shrink:0;overflow:hidden;display:block}.profile-mobile img{width:100%;height:100%;object-fit:cover;display:block}.profile-desktop{display:none}@media(min-width:768px){.profile-mobile{display:none}.profile-desktop{display:block;position:sticky;top:1rem;flex-shrink:0;margin-top:-5px;width:125px;height:125px;overflow:hidden}.profile-desktop img{width:100%;height:100%;object-fit:cover;display:block}}.prose{display:flex;flex-direction:column;gap:.5rem}.prose p{margin:0;color:var(--color-text-muted);text-wrap:pretty;line-height:1.65}.prose a{color:var(--color-link);text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(10,25,112,.67);text-decoration-thickness:.1em;transition:text-decoration-color .15s}.prose a:hover{text-decoration-color:var(--color-link)}.publications-section-header{display:flex;justify-content:space-between;align-items:baseline}.section-title{font-size:1.5rem;font-weight:600;margin:0}.view-all{color:var(--color-text-muted2);text-decoration:none;font-size:.9rem}.view-all:hover{text-decoration:underline}.page-title{font-size:1.875rem;font-weight:600;margin:0}