*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--ink:#18181b;--muted:#71717a;--subtle:#52525b;--rule:#e4e4e7;--accent:#2563eb;--bg:#fafafa;--mono:"Roboto Mono", monospace;--sans:"Instrument Sans", system-ui, sans-serif;--max:760px;--pad:clamp(1.25rem, 4vw, 2.5rem)}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--sans);background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease}a:hover{border-bottom-color:var(--accent)}.site-wrap{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}.no-select{user-select:none}header{padding:3.5rem 0 2.5rem;border-bottom:1px solid var(--rule);display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}.header-text h1{font-size:clamp(1.75rem,4.5vw,2.4rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;margin-bottom:.5rem}.header-text .role{font-family:var(--mono);font-size:.78rem;font-weight:300;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1.1rem}.header-text p{font-size:.9rem;color:var(--subtle);max-width:510px;line-height:1.65}.header-text p+p{margin-top:.65rem}.contact-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1rem;margin-top:1rem;font-family:var(--sans);font-size:.9rem;letter-spacing:.03em}.contact-links p{color:var(--muted)}.contact-links a{color:var(--muted);border-bottom-color:transparent}.contact-links a:hover{color:var(--accent);border-bottom-color:var(--accent)}.avatar-wrap{flex-shrink:0}.avatar{width:130px;height:130px;border-radius:2px;background:#e4e4e7;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:.62rem;color:var(--muted);letter-spacing:.06em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 130'%3E%3Crect width='130' height='130' fill='%23e4e4e7'/%3E%3Ccircle cx='65' cy='47' r='22' fill='%23a1a1aa'/%3E%3Cellipse cx='65' cy='112' rx='36' ry='28' fill='%23a1a1aa'/%3E%3C/svg%3E");background-size:cover}section{padding:2.2rem 0;border-bottom:1px solid var(--rule);opacity:0;transform:translateY(14px);animation:fadeUp .5s ease forwards}section:nth-child(1){animation-delay:.1s}section:nth-child(2){animation-delay:.18s}section:nth-child(3){animation-delay:.26s}section:nth-child(4){animation-delay:.34s}section:nth-child(5){animation-delay:.42s}section:nth-child(6){animation-delay:.5s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.section-label{font-family:var(--mono);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:1.4rem}.research-blurb{font-size:.9rem;color:var(--subtle);max-width:640px;line-height:1.65}.research-blurb strong{color:var(--ink);font-weight:600}.pub-list{list-style:none;display:flex;flex-direction:column;gap:1.6rem}.pub-item{display:grid;grid-template-columns:80px 1fr;gap:1rem}.pub-thumb{width:80px;height:56px;background:#e4e4e7;border-radius:3px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.pub-thumb svg{width:24px;height:24px;opacity:.3}.pub-title{font-size:.88rem;font-weight:500;line-height:1.45;margin-bottom:.2rem}.pub-authors{font-size:.78rem;color:var(--muted);margin-bottom:.2rem}.pub-venue{font-size:.78rem;color:var(--muted);margin-bottom:.35rem}.pub-tag{display:inline-block;font-family:var(--mono);font-size:.68rem;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);background:rgba(37,99,235,7%);padding:.15em .5em;border-radius:3px;margin-right:.4rem;margin-bottom:.35rem}.pub-links{font-family:var(--mono);font-size:.75rem;color:var(--muted)}.pub-links a{color:var(--muted);margin-right:.65rem}.pub-links a:hover{color:var(--accent)}.news-list{list-style:none;display:flex;flex-direction:column;gap:.55rem}.news-item{display:grid;grid-template-columns:86px 1fr;gap:.75rem;font-size:.85rem;line-height:1.55}.news-date{font-family:var(--mono);font-size:.75rem;color:var(--muted);padding-top:.15em;letter-spacing:.03em}.honors-list{list-style:none;display:flex;flex-direction:column;gap:.45rem}.honor-item{display:grid;grid-template-columns:44px 1fr;gap:.75rem;font-size:.85rem;align-items:baseline}.honor-year{font-family:var(--mono);font-size:.75rem;color:var(--muted);letter-spacing:.03em}.exp-list{list-style:none;display:flex;flex-direction:column;gap:1.1rem}.exp-item{display:grid;grid-template-columns:124px 1fr;gap:.9rem;font-size:.85rem}.exp-period{font-family:var(--mono);font-size:.72rem;color:var(--muted);letter-spacing:.02em;padding-top:.15em;line-height:1.5}.exp-org{font-weight:500;margin-bottom:.1rem;font-size:.88rem}.exp-role{color:var(--muted);font-size:.8rem}footer{padding:2rem 0;font-family:var(--mono);font-size:.62rem;letter-spacing:.06em;color:#b0aa9f;text-align:center}@media(max-width:560px){header{grid-template-columns:1fr}.avatar-wrap{order:-1}.avatar{width:90px;height:90px}.pub-item{grid-template-columns:1fr}.pub-thumb{display:none}.exp-item{grid-template-columns:1fr;gap:.2rem}.exp-period{padding-top:0}.news-item{grid-template-columns:70px 1fr}}