:root{--bg: #f8fafc;--surface: #ffffff;--surface-soft: rgba(255, 255, 255, .92);--text: #0f172a;--muted: #475569;--muted-soft: #64748b;--border: #e2e8f0;--accent: #2563eb;--button-bg: #ffffff;--button-hover: #f8fafc;--button-primary: #0f172a;--button-primary-hover: #1e293b;--button-primary-text: #ffffff;--shadow: rgba(15, 23, 42, .04);--photo-shadow: rgba(15, 23, 42, .16);--author-color: #334155}html.dark{--bg: #020617;--surface: #0f172a;--surface-soft: rgba(15, 23, 42, .92);--text: #e5e7eb;--muted: #cbd5e1;--muted-soft: #94a3b8;--border: #1e293b;--accent: #60a5fa;--button-bg: #0f172a;--button-hover: #1e293b;--button-primary: #e5e7eb;--button-primary-hover: #cbd5e1;--button-primary-text: #020617;--shadow: rgba(0, 0, 0, .25);--photo-shadow: rgba(0, 0, 0, .35);--author-color: #e2e8f0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;transition:background .2s ease,color .2s ease}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border);background:var(--surface-soft);backdrop-filter:blur(10px)}.navbar{width:min(100% - 2rem,1280px);margin:0 auto;padding:1rem 0;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand-group{display:flex;align-items:center;gap:.9rem;min-width:0}.logo{font-weight:700;font-size:1rem;letter-spacing:-.02em;white-space:nowrap}.nav-right{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.nav-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1rem;font-size:.95rem;color:var(--muted)}.nav-links a{transition:color .15s ease}.nav-links a:hover{color:var(--text)}.social-icon-links{display:flex;align-items:center;gap:.45rem}.social-icon-links a{width:2.4rem;height:2.4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);transition:color .15s ease,border-color .15s ease,background .15s ease,transform .15s ease,box-shadow .15s ease}.social-icon-links a:hover{color:var(--accent);border-color:var(--accent);background:var(--button-hover);transform:translateY(-1px);box-shadow:0 8px 20px var(--shadow)}.social-icon-links a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.social-icon-links svg{width:1.45rem;height:1.45rem;display:block;fill:currentColor}.footer-social-links{justify-content:flex-end}.theme-toggle{border:0;padding:0;background:transparent;cursor:pointer}.theme-toggle-track{position:relative;width:3.8rem;height:2rem;display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--border);background:var(--button-bg);transition:background .2s ease,border-color .2s ease}.theme-toggle-thumb{width:1.55rem;height:1.55rem;margin-left:.2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--surface);color:var(--text);box-shadow:0 4px 12px var(--shadow);transform:translate(0);transition:transform .2s ease,background .2s ease,color .2s ease}.theme-icon{font-size:.8rem;line-height:1}.light-icon{display:inline}.dark-icon{display:none}html.dark .theme-toggle-track{background:#1e293b}html.dark .theme-toggle-thumb{transform:translate(1.75rem);background:#020617}html.dark .light-icon{display:none}html.dark .dark-icon{display:inline}.theme-toggle:hover .theme-toggle-track{border-color:var(--muted-soft)}.container{width:min(100% - 2rem,1280px);margin:0 auto;padding:2rem 0}section{width:100%}.section-full,.page-header{width:100%}.page-intro{max-width:900px;font-size:1.15rem}.full-width-text{max-width:100%}.hero{width:100%;padding:0}.hero-with-photo{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:center;gap:3rem}.hero-content{min-width:0;width:100%}.hero-photo-wrapper{display:flex;justify-content:center;width:100%}.hero-photo{width:min(100%,340px);aspect-ratio:1 / 1;object-fit:cover;border-radius:2rem;border:1px solid var(--border);background:var(--surface);box-shadow:0 24px 60px var(--photo-shadow)}.hero-text{max-width:900px}.eyebrow{color:var(--accent);font-weight:700;margin:0 0 .5rem;letter-spacing:.02em;text-align:left}h1{font-size:clamp(2.6rem,7vw,4.8rem);line-height:1.05;margin:0;letter-spacing:-.05em}h2{font-size:2rem;margin-top:2rem;margin-bottom:1rem;letter-spacing:-.03em}.page-header h2{margin-top:.75rem}h3{margin-top:0;margin-bottom:.5rem;letter-spacing:-.02em}p{width:100%;color:var(--muted);font-size:1.05rem;text-align:justify;text-justify:inter-word}.section-full>p{max-width:100%}.buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;text-align:left}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.75rem 1rem;font-weight:650;border:1px solid var(--border);background:var(--button-bg);color:var(--text);transition:transform .15s ease,border-color .15s ease,background .15s ease}.button:hover{transform:translateY(-1px);border-color:var(--muted-soft);background:var(--button-hover)}.button.primary{background:var(--button-primary);color:var(--button-primary-text);border-color:var(--button-primary)}.button.primary:hover{background:var(--button-primary-hover)}.link-button{gap:.45rem}.grid{width:100%;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:1.5rem}.wide-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.two-column-card-grid,.experience-card-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.two-column-card-grid .card,.experience-card-grid .card{height:100%}.card{width:100%;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.25rem;box-shadow:0 10px 25px var(--shadow)}.card p{width:100%;max-width:100%;font-size:.98rem;margin-bottom:0}.card .button{margin-top:1rem}.card-header-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;margin-bottom:.9rem}.card-header-row.no-year{grid-template-columns:auto minmax(0,1fr)}.card-header-row h3{margin:0;line-height:1.25}.card-header-row .year-pill{justify-self:end;align-self:center}.card-icon{width:2.35rem;height:2.35rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:.8rem;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:1.1rem;line-height:1;box-shadow:0 6px 16px var(--shadow)}.meta{margin-top:0;margin-bottom:.9rem;color:var(--muted-soft);font-size:.95rem;font-weight:500;line-height:1.45;text-align:left}.markdown-content{margin-top:.35rem}.markdown-content p{margin-top:0}.markdown-content p:last-child{margin-bottom:0}.year-pill{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:fit-content;border-radius:999px;border:1px solid var(--border);background:var(--bg);color:var(--accent);padding:.35rem .65rem;font-size:.82rem;font-weight:700;line-height:1;white-space:nowrap}.profile-card{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:1.25rem;padding:1.5rem;box-shadow:0 10px 25px var(--shadow)}.profile-card p{margin-top:0}.profile-card p:last-of-type{margin-bottom:0}.profile-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1.5rem}.profile-highlights div{border:1px solid var(--border);border-radius:1rem;padding:1rem;background:var(--bg)}.profile-highlights strong{display:block;margin-bottom:.35rem;color:var(--text);font-size:.95rem}.profile-highlights span{display:block;color:var(--muted);font-size:.95rem;line-height:1.5}.tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;text-align:left}.tags span{display:inline-flex;align-items:center;justify-content:center;width:auto;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);padding:.55rem .85rem;font-size:.95rem;font-weight:600;line-height:1.2;text-align:left}.course-topics{margin-top:1rem;color:var(--muted-soft);font-size:.95rem;font-weight:500;text-align:left}.section-heading-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:3.5rem;margin-bottom:1rem}.section-heading-row h2{margin:0}.section-link{color:var(--accent);font-size:.95rem;font-weight:700;white-space:nowrap;transition:color .15s ease}.section-link:hover{color:var(--text)}.publication-authors{margin-top:.75rem;margin-bottom:.6rem;color:var(--author-color);font-size:.95rem;font-weight:500;line-height:1.55;text-align:left}.publication-authors span{display:inline}.highlight-author{color:var(--author-color);font-weight:750}.publication-venue{margin-top:0;margin-bottom:1rem;color:var(--accent);font-size:.95rem;font-weight:700;line-height:1.45;text-align:left}.footer{width:min(100% - 2rem,1280px);margin:0 auto;padding:2rem 0;border-top:1px solid var(--border);color:var(--muted-soft)}.footer p{font-size:.95rem;margin:0;text-align:left}.footer-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media(max-width:900px){.two-column-card-grid,.experience-card-grid{grid-template-columns:1fr}.nav-right{flex-wrap:wrap}}@media(max-width:850px){.hero-with-photo{grid-template-columns:1fr}.hero-photo-wrapper{justify-content:flex-start}.hero-photo{width:min(100%,280px)}}@media(max-width:700px){.navbar{align-items:flex-start;flex-direction:column;gap:.75rem}.brand-group{width:100%;justify-content:space-between}.nav-right{width:100%;justify-content:space-between;align-items:flex-start}.nav-links{justify-content:flex-start}.container{padding-top:2.5rem}.hero{padding-top:1.5rem}h1{font-size:clamp(2.3rem,12vw,3.4rem)}h2{font-size:1.7rem}.card-header-row{grid-template-columns:auto minmax(0,1fr)}.card-header-row .year-pill{grid-column:2;justify-self:start;width:fit-content}.card-icon{width:2.1rem;height:2.1rem;font-size:1rem}.footer-content{align-items:flex-start;flex-direction:column}.footer-social-links{justify-content:flex-start}}.cv-download-box{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding:1rem;border:1px solid var(--border);border-radius:1rem;background:var(--bg)}.cv-download-box strong{display:block;color:var(--text);font-size:1rem;margin-bottom:.25rem}.cv-download-box p{margin:0;color:var(--muted);font-size:.95rem;text-align:left}@media(max-width:700px){.cv-download-box{align-items:flex-start;flex-direction:column}}
