:root{--bg: #ffffff;--surface: #ffffff;--surface-alt: #f7f7f8;--fg: #1a1a1a;--fg-muted: #5a5a64;--fg-subtle: #8a8a94;--border: #e6e6ea;--accent: #2563eb;--accent-fg: #ffffff;--accent-soft: #eef2ff;--shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 4px 16px rgba(15, 23, 42, .04);--radius: 12px;--radius-sm: 6px;--max-w: 760px;--pad: clamp(1rem, 2.5vw, 1.75rem)}@media(prefers-color-scheme:dark){:root{--bg: #0b0d12;--surface: #11141b;--surface-alt: #161a23;--fg: #ececf1;--fg-muted: #a8acb8;--fg-subtle: #6b6f7c;--border: #232735;--accent: #7aa2ff;--accent-fg: #0b0d12;--accent-soft: #1a2240;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 24px rgba(0, 0, 0, .25)}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:17px;line-height:1.65;color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none;text-underline-offset:3px}a:hover,a:focus-visible{text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}h1,h2,h3,h4{line-height:1.25;margin:0 0 .5rem;letter-spacing:-.01em}h1{font-size:clamp(2rem,5vw,2.75rem);font-weight:700}h2{font-size:1.5rem;font-weight:700}h3{font-size:1.1rem;font-weight:650}h4{font-size:.95rem;font-weight:600;color:var(--fg-muted)}p{margin:0 0 1rem}.skip-link{position:absolute;left:-9999px;top:0;background:var(--accent);color:var(--accent-fg);padding:.5rem 1rem;z-index:100}.skip-link:focus{left:1rem;top:1rem}.topnav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 85%,transparent);backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--border)}.topnav-inner{max-width:var(--max-w);margin:0 auto;padding:.9rem var(--pad);display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:700;color:var(--fg);letter-spacing:-.01em}.brand:hover{text-decoration:none}.topnav ul{display:flex;gap:1.25rem;list-style:none;margin:0;padding:0;flex-wrap:wrap}.topnav a:not(.brand){color:var(--fg-muted);font-size:.92rem;font-weight:500}.topnav a:not(.brand):hover{color:var(--fg);text-decoration:none}@media(max-width:560px){.topnav ul{display:none}}main{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad)}section{padding:3.5rem 0;border-top:1px solid var(--border)}section:first-of-type{border-top:0}.section-header{margin-bottom:1.75rem}.section-header .eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:600;color:var(--accent);margin-bottom:.35rem}.hero{text-align:center;padding:3.5rem 0 3rem}.avatar{width:144px;height:144px;border-radius:50%;margin:0 auto 1.25rem;border:3px solid var(--surface);box-shadow:var(--shadow);object-fit:cover}.tagline{font-size:1.1rem;color:var(--fg-muted);font-weight:500;margin-bottom:.35rem}.location{font-size:.9rem;color:var(--fg-subtle);margin-bottom:1.25rem}.bio{max-width:56ch;margin:0 auto 1.75rem;color:var(--fg)}.cta{display:flex;gap:.65rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.1rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--fg);font-weight:550;font-size:.94rem;transition:transform .08s ease,background .15s ease,border-color .15s ease}.btn:hover{text-decoration:none;border-color:var(--fg-subtle)}.btn:active{transform:translateY(1px)}.btn.primary{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.btn.primary:hover{filter:brightness(1.05)}.btn svg{width:16px;height:16px}.role{position:relative;padding:1.25rem 0 1.25rem 1.5rem;border-left:2px solid var(--border)}.role+.role{margin-top:.25rem}.role:before{content:"";position:absolute;left:-5px;top:1.85rem;width:8px;height:8px;border-radius:50%;background:var(--accent)}.role-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.15rem}.role-title{font-size:1.05rem;font-weight:650;margin:0}.role-org{color:var(--fg-muted);font-size:.95rem;font-weight:500;margin:0 0 .35rem}.role-dates{font-size:.82rem;color:var(--fg-subtle);font-variant-numeric:tabular-nums;white-space:nowrap}.role p{font-size:.96rem;color:var(--fg);margin:.5rem 0 0}.chip-group{margin-bottom:1.25rem}.chip-group:last-child{margin-bottom:0}.chip-group h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);font-weight:600;margin-bottom:.65rem}.chips{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;padding:0;margin:0}.chip{background:var(--surface-alt);border:1px solid var(--border);border-radius:999px;padding:.3rem .75rem;font-size:.87rem;color:var(--fg)}.edu{padding:1rem 0}.edu+.edu{border-top:1px solid var(--border)}.edu h3{margin-bottom:.15rem}.edu .role-org{margin-bottom:.25rem}.contact-card{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;text-align:center}.contact-card p{margin-bottom:1rem}.icons{display:flex;gap:1rem;justify-content:center}.icons a{display:inline-flex;width:40px;height:40px;border-radius:50%;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);color:var(--fg-muted);transition:color .15s ease,border-color .15s ease}.icons a:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}.icons svg{width:18px;height:18px}footer{max-width:var(--max-w);margin:0 auto;padding:2.5rem var(--pad) 3rem;color:var(--fg-subtle);font-size:.85rem;text-align:center;border-top:1px solid var(--border)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
