:root{--background:#f8fafc;--foreground:#020817;--card:#fff;--card-foreground:#020817;--primary:#2563eb;--primary-foreground:#f8fafc;--secondary:#f1f5f9;--secondary-foreground:#020817;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#f1f5f9;--accent-foreground:#020817;--border:#e2e8f0}.dark{--background:#000;--foreground:#e7e9ea;--card:#17181c;--card-foreground:#d9d9d9;--primary:#1c9cf0;--primary-foreground:#fff;--secondary:#f0f3f4;--secondary-foreground:#0f1419;--muted:#181818;--muted-foreground:#72767a;--accent:#061622;--accent-foreground:#1c9cf0;--border:#242628}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:Inter,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}.header{backdrop-filter:blur(12px);background-color:rgba(var(--background-rgb),.8);border-bottom:1px solid var(--border);left:0;position:fixed;right:0;top:0;z-index:50}.nav{margin:0 auto;max-width:64rem;padding:1rem}.nav-container{display:flex;gap:.25rem;justify-content:center}.nav-link{background:none;border:none;border-radius:9999px;color:var(--foreground);cursor:pointer;font-size:.75rem;font-weight:500;padding:.5rem;transition:all .2s ease-in-out}.nav-link:hover{background-color:var(--accent);color:var(--accent-foreground)}.nav-link.active{background-color:var(--primary);color:var(--primary-foreground)}@media (min-width:640px){.nav{padding:1.25rem 1.5rem}.nav-container{gap:.5rem}.nav-link{font-size:.875rem;padding:.625rem 1rem}}.main{margin:5rem auto 0;max-width:64rem;padding:2rem 1.5rem}.section{margin-bottom:3rem}.section-card{background-color:var(--card);border:1px solid var(--border);border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);padding:2rem}@media (min-width:1024px){.section-card{padding:3rem}}.section-heading{align-items:center;color:var(--foreground);display:flex;font-size:1.875rem;font-weight:700;gap:.75rem;margin-bottom:2rem}.section-heading i{color:var(--primary)}.about-content{align-items:center;display:flex;flex-direction:column;gap:2rem}.about-image{flex-shrink:0}.headshot{border:4px solid #fff;border-radius:50%;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);height:12rem;object-fit:cover;width:12rem}.about-text{flex:1;text-align:center}.name{color:var(--foreground);font-size:2.25rem;font-weight:700;margin-bottom:1rem}.title{color:var(--muted-foreground);font-size:1.25rem}.summary,.title{margin-bottom:1.5rem}.summary{color:var(--foreground);font-size:1.125rem;line-height:1.6}.buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:500;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .2s ease-in-out}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:#1555e2}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.btn-secondary:hover{background-color:#e2ebf3}@media (min-width:1024px){.about-content{align-items:flex-start;flex-direction:row}.about-text{text-align:left}.name{font-size:3rem}.title{font-size:1.5rem}.buttons{justify-content:flex-start}}.experience-list{display:flex;flex-direction:column;gap:2rem}.experience-item{border-left:4px solid;padding-left:1.5rem}.primary-border{border-left-color:var(--primary)}.secondary-border{border-left-color:var(--secondary)}.accent-border{border-left-color:var(--accent)}.muted-border{border-left-color:var(--muted)}.experience-header{display:flex;flex-direction:column;margin-bottom:.5rem}.job-title{color:var(--foreground);font-size:1.25rem;font-weight:600}.duration{color:var(--muted-foreground);font-size:.875rem}.company{color:var(--primary);font-size:1.125rem;font-weight:500;margin-bottom:.75rem}.achievements{color:var(--foreground);list-style-type:disc;padding-left:1.5rem}.achievements li{margin-bottom:.5rem}@media (min-width:768px){.experience-header{align-items:center;flex-direction:row;justify-content:space-between}}.education-list{display:flex;flex-direction:column;gap:1.5rem}.education-item{border-left:4px solid;padding-left:1.5rem}.education-item.primary-border{border-left-color:var(--primary)}.education-item.secondary-border{border-left-color:var(--secondary)}.education-item.accent-border{border-left-color:var(--accent)}.education-item.muted-border{border-left-color:var(--muted)}.education-header{margin-bottom:.5rem}.degree{color:var(--foreground);font-size:1.25rem;font-weight:600}.institution{color:var(--primary);font-size:1.125rem;font-weight:500;margin-bottom:.75rem}.minor{color:var(--foreground)}.papers-section{background-color:var(--muted);border-radius:.5rem;padding:1rem}.papers-heading{color:var(--foreground);font-weight:600;margin-bottom:.75rem}.papers-list{display:flex;flex-direction:column;gap:.75rem}.paper-item{align-items:flex-start;display:flex;gap:.75rem}.paper-item i{color:var(--primary);margin-top:.25rem}.paper-item p{color:var(--foreground);font-weight:500}.skills-grid{display:grid;gap:2rem}.category-heading,.skills-category{margin-bottom:1rem}.category-heading{color:var(--foreground);font-size:1.125rem;font-weight:600}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background-color:var(--secondary);border-radius:9999px;color:var(--secondary-foreground);font-size:.875rem;font-weight:500;padding:.5rem .75rem;transition:all .2s ease-out}.skill-tag:hover{background-color:var(--accent);transform:scale(1.05)}@media (min-width:768px){.skills-grid{grid-template-columns:repeat(2,1fr)}}.interests-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.interest-card{text-align:center}.interest-content{background-color:var(--muted);border-radius:.75rem;margin-bottom:1rem;padding:1.5rem;transition:all .2s ease-in-out}.interest-content:hover{background-color:var(--accent)}.interest-icon{color:var(--primary);font-size:2.5rem;margin-bottom:1rem}.interest-title{color:var(--foreground);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}@media (min-width:768px){.interests-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.interests-grid{grid-template-columns:repeat(3,1fr)}}.bonus-content{margin-top:2rem;text-align:center}.bonus-text{color:var(--muted-foreground);font-size:.875rem;margin:0 auto;max-width:42rem}.langwhich-link{color:var(--primary);font-weight:500;text-decoration:none}.langwhich-link:hover{text-decoration:underline}.social-section{padding:3rem 0;text-align:center}.social-links{gap:1rem}.social-link,.social-links{display:flex;justify-content:center}.social-link{align-items:center;background-color:var(--muted);border-radius:.5rem;color:var(--foreground);padding:1rem;text-decoration:none;transition:all .2s ease-in-out}.social-link:hover{background-color:var(--accent)}.social-link i{color:var(--primary);font-size:1.5rem;transition:transform .2s ease-in-out}.social-link:hover i{transform:scale(1.1)}.x-logo{height:1.5rem;width:1.5rem;fill:var(--primary);transition:transform .2s ease-in-out}.social-link:hover .x-logo{transform:scale(1.1)}@media print{.header{display:none!important}.section-card{border:1px solid var(--border);box-shadow:none;break-inside:avoid;margin-bottom:1rem}body{background:#fff}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}