:root{--bg: #f7f5f0;--fg: #1a1a1a;--muted: #6b6b6b;--rule: #e3dfd6;--accent: #1a1a1a;--surface: rgba(247, 245, 240, .72);--particle-dot: rgba(26, 26, 26, .5);--particle-line: 26, 26, 26;--mesh-1: #e9b8a3;--mesh-2: #a8c0e0;--mesh-3: #d8c79a;--mesh-4: #c4b3d6;--max: 720px;--gutter: 1.5rem}:root[data-theme=dark]{--bg: #0e0f13;--fg: #ececec;--muted: #9a9aa3;--rule: #262932;--accent: #ececec;--surface: rgba(14, 15, 19, .62);--particle-dot: rgba(180, 200, 255, .55);--particle-line: 150, 175, 235;--mesh-1: #2a3a66;--mesh-2: #1f4d52;--mesh-3: #4a2f5e;--mesh-4: #25506e}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Inter,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;transition:background-color .25s ease,color .25s ease}.nav,main,footer{position:relative;z-index:1}html.anim-pending .hero-avatar,html.anim-pending .hero .role,html.anim-pending .hero h1,html.anim-pending .hero-text>p:not(.role),html.anim-pending .hero .socials a{opacity:0}a{color:var(--fg);text-decoration:none;border-bottom:1px solid var(--rule);transition:border-color .12s ease}a:hover{border-bottom-color:var(--fg)}p{margin:0 0 1rem}p:last-child{margin-bottom:0}h1,h2,h3{font-weight:500;letter-spacing:-.01em;margin:0}h1{font-size:2rem;line-height:1.2;letter-spacing:-.02em}h2{font-size:1.5rem;color:var(--fg);font-weight:600;letter-spacing:-.02em;margin-bottom:1.5rem}h3{font-size:1rem;font-weight:500}ul{list-style:none;margin:0;padding:0}.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gutter)}main{padding:2rem 0 6rem}.nav{padding:1.75rem 0 0}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;position:relative}.nav-brand{font-size:.95rem;border-bottom:none;white-space:nowrap}.nav-actions{display:flex;align-items:center;gap:1.25rem}.nav-links{display:flex;gap:1.25rem;font-size:.95rem}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:4px;width:2rem;height:2rem;padding:0;border:1px solid var(--rule);border-radius:8px;background:var(--surface);cursor:pointer;transition:border-color .12s ease}.nav-toggle:hover{border-color:var(--fg)}.nav-toggle-bar{width:16px;height:2px;margin:0 auto;background:var(--fg);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.nav.open .nav-toggle-bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav.open .nav-toggle-bar:nth-child(2){opacity:0}.nav.open .nav-toggle-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-links a{border-bottom:none;color:var(--muted)}.nav-links a:hover{color:var(--fg)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--rule);border-radius:999px;background:var(--surface);color:var(--fg);cursor:pointer;font-size:.9rem;line-height:1;transition:border-color .12s ease,background-color .12s ease}.theme-toggle:hover{border-color:var(--fg)}.theme-icon-moon{display:none}:root[data-theme=dark] .theme-icon-sun{display:none}:root[data-theme=dark] .theme-icon-moon{display:inline}@media (max-width: 640px){.nav-toggle{display:inline-flex}.nav-links{position:absolute;top:calc(100% + .5rem);right:0;flex-direction:column;gap:0;min-width:11rem;padding:.4rem;background:var(--surface);backdrop-filter:blur(8px) saturate(1.1);-webkit-backdrop-filter:blur(8px) saturate(1.1);border:1px solid var(--rule);border-radius:12px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease,visibility .16s;z-index:5}.nav.open .nav-links{opacity:1;visibility:visible;transform:translateY(0)}.nav-links a{padding:.6rem .75rem;border-radius:8px}.nav-links a:hover{background:var(--bg)}}.surface{background:var(--surface);backdrop-filter:blur(8px) saturate(1.1);-webkit-backdrop-filter:blur(8px) saturate(1.1);border:1px solid var(--rule);border-radius:16px}.hero{padding:3rem 2rem;margin-top:3rem;display:flex;gap:2rem;align-items:flex-start}.hero-text{min-width:0}.hero-avatar{flex-shrink:0;width:120px;height:120px;border-radius:50%;object-fit:cover;border:1px solid var(--rule)}.hero h1{margin-bottom:1.5rem}.hero h1 .word{background:linear-gradient(135deg,var(--fg) 0%,var(--muted) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero[data-photo=circle-top]{flex-direction:column;align-items:center;text-align:center}.hero[data-photo=circle-top] .hero-text{width:100%}.hero[data-photo=circle-top] .hero p{margin-left:auto;margin-right:auto}.hero[data-photo=circle-top] .socials{justify-content:center}.hero[data-photo=square-side] .hero-avatar{width:130px;height:165px;border-radius:16px}.hero p{color:var(--fg);max-width:38rem}.hero .role{color:var(--muted);font-size:.95rem;margin-bottom:.25rem}.socials{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;font-size:.85rem}.socials a{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;width:2.25rem;height:2.25rem;border:1px solid var(--rule);border-radius:999px;color:var(--muted);background:transparent;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.socials a svg{display:block}.socials a:hover{color:var(--fg);border-color:var(--fg);background:var(--surface)}.section{padding:1rem 0}.section .wrap{padding:2rem}.projects{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.project{display:flex;flex-direction:column;gap:.4rem;padding:1.25rem;border:1px solid var(--rule);border-radius:12px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;text-decoration:none;color:inherit;cursor:pointer}.project:hover{transform:translateY(-3px);border-color:var(--muted);box-shadow:0 6px 20px #0000000f}:root[data-theme=dark] .project:hover{box-shadow:0 6px 20px #0000004d}.project-name{font-weight:600;font-size:.95rem}.project-desc{color:var(--muted);font-size:.9rem;line-height:1.5}.project-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem}.project-tag{font-size:.75rem;padding:.15rem .55rem;border-radius:999px;border:1px solid var(--rule);color:var(--muted)}.heading-link{text-decoration:none;color:inherit}.heading-link:hover{text-decoration:underline;text-underline-offset:4px}.exp-list{display:flex;flex-direction:column;gap:0;position:relative;padding-left:1.75rem}.exp-list:before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:2px;background:var(--rule);border-radius:1px;transform-origin:top;transform:scaleY(var(--line-scale, 1))}.exp-item{display:flex;flex-direction:column;gap:.2rem;position:relative;padding-bottom:1.75rem}.exp-item:last-child{padding-bottom:0}.exp-item:before{content:"";position:absolute;left:-1.75rem;top:8px;width:12px;height:12px;border-radius:50%;border:2px solid var(--rule);background:var(--bg);transition:border-color .4s ease,background-color .4s ease,box-shadow .4s ease}.exp-item.dot-active:before{border-color:var(--fg);background:var(--fg);box-shadow:0 0 8px #96afeb66}:root:not([data-theme=dark]) .exp-item.dot-active:before{box-shadow:0 0 8px #1a1a1a33}.exp-org{font-weight:600;display:flex;align-items:baseline;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.exp-period{font-weight:400;font-size:.82rem;color:var(--muted)}.exp-meta{font-size:.88rem}.exp-role{font-weight:500;color:var(--fg)}.exp-advisor{color:var(--muted)}.exp-org a,.exp-advisor a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;opacity:.85;transition:opacity .15s}.exp-org a:hover,.exp-advisor a:hover{opacity:1}.exp-desc{margin-top:.25rem;color:var(--fg);font-size:.95rem}.honors-blocks{display:flex;flex-direction:column;gap:.75rem}.honor-block{padding:1rem 1.25rem;border-left:3px solid var(--muted);border-radius:0 10px 10px 0;background:var(--surface);transition:border-color .2s ease,background-color .2s ease}.honor-block:hover{border-left-color:var(--fg)}.honor-block-top{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.honor-block-title{font-weight:600;font-size:.95rem}.honor-block-year{font-size:.8rem;color:var(--muted);flex-shrink:0}.honor-block-desc{margin-top:.3rem;font-size:.9rem;color:var(--fg)}.honor-block-org{margin-top:.25rem;font-size:.8rem;color:var(--muted)}@media (max-width: 540px){.honor-block-top{flex-direction:column;gap:.1rem}}.contact p{max-width:38rem}footer{padding:2rem 0 3rem;color:var(--muted);font-size:.85rem}@media (max-width: 540px){:root{--gutter: 1.25rem}h1{font-size:1.6rem}.hero{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.hero .socials{justify-content:center}.nav-links{gap:.9rem;font-size:.9rem}.projects{grid-template-columns:1fr}}#bg-canvas[data-astro-cid-y3soregm]{position:fixed;inset:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.word-wrap{display:inline-block;overflow:hidden;vertical-align:bottom;padding-bottom:.05em}.word,.heading-reveal{display:inline-block}
