body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-main:#f8fafc;--bg-card:#fff;--text-dark:#0f172a;--text-muted:#475569;--text-light:#94a3b8;--border-color:#e2e8f0;--rose-primary:#e11d48;--rose-hover:#be123c;--orange-primary:#f97316}.landing-page{background-color:#f8fafc;background-color:var(--bg-main);color:#0f172a;color:var(--text-dark);font-family:system-ui,-apple-system,sans-serif;line-height:1.5;min-height:100vh}.nav-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffc;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);box-shadow:0 1px 2px 0 #0000000d;position:sticky;top:0;z-index:50}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1024px;padding:1rem 1.5rem}.logo{font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.highlight{color:#e11d48;color:var(--rose-primary)}.nav-links{color:#475569;color:var(--text-muted);display:none;font-size:.875rem;font-weight:500;gap:2rem;list-style:none;margin:0;padding:0}@media (min-width:768px){.nav-links{display:flex}}.nav-links li{cursor:pointer;transition:color .2s}.nav-links li:hover{color:#e11d48;color:var(--rose-primary)}.main-content{margin:0 auto;max-width:1024px;padding:4rem 1.5rem}.hero-section{display:flex;flex-direction:column;gap:3rem;margin-bottom:6rem}@media (min-width:768px){.hero-section{align-items:flex-start;flex-direction:row}}.sidebar{display:flex;flex-direction:column;gap:1.5rem;width:100%}@media (min-width:768px){.sidebar{width:33.333%}}.profile-photo-container{aspect-ratio:1/1;background-color:#e2e8f0;border:1px solid #cbd5e1;border-radius:1rem;box-shadow:inset 0 2px 4px 0 #0000000f;overflow:hidden;position:relative}.profile-placeholder{align-items:center;background-color:#f1f5f9;color:#94a3b8;color:var(--text-light);display:flex;font-size:.875rem;font-weight:600;inset:0;justify-content:center;letter-spacing:.1em;position:absolute;text-transform:uppercase;transition:background-color .3s}.group:hover .profile-placeholder{background-color:#e2e8f0}.contact-card{background-color:#fff;background-color:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 1px 2px 0 #0000000d;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.contact-item{align-items:center;color:#475569;color:var(--text-muted);display:flex;font-size:.875rem;gap:.75rem}.contact-item a{color:inherit;text-decoration:none;transition:color .2s}.contact-item a:hover{color:#e11d48;color:var(--rose-primary)}.align-start{align-items:flex-start}.icon-highlight{color:#e11d48;color:var(--rose-primary);flex-shrink:0}.pin-adjust{margin-top:.25rem}.main-intro{width:100%}@media (min-width:768px){.main-intro{width:66.666%}}.hero-title{font-size:2.25rem;font-weight:800;letter-spacing:-.025em;line-height:1.1;margin:0 0 1.5rem}@media (min-width:768px){.hero-title{font-size:3.75rem}}.text-gradient{background:linear-gradient(90deg,#e11d48,#f97316);background:linear-gradient(to right,var(--rose-primary),var(--orange-primary));-webkit-background-clip:text;background-clip:text;color:#0000}.bio-text{color:#475569;color:var(--text-muted);font-size:1.125rem;margin-bottom:2.5rem}.bio-text p{margin:0 0 1rem}.bio-text p:last-child{margin-bottom:0}.action-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.action-cards{grid-template-columns:repeat(2,1fr)}}.card{background-color:#fff;background-color:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:1rem;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem;transition:all .2s ease}.card:hover{border-color:#fda4af;box-shadow:0 4px 6px -1px #0000001a}.card-icon{margin-bottom:1rem}.research-icon{color:#e11d48;color:var(--rose-primary)}.cv-icon{color:#f97316;color:var(--orange-primary)}.card h3{font-size:1rem;font-weight:600;margin:0 0 .5rem}.card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#475569;color:var(--text-muted);display:-webkit-box;font-size:.875rem;margin:0;overflow:hidden}.card-action{align-items:center;display:flex;font-size:.875rem;font-weight:500;margin-top:1rem;transition:transform .2s ease}.text-research{color:#e11d48;color:var(--rose-primary)}.text-cv{color:#f97316;color:var(--orange-primary)}.card:hover .card-action{transform:translateX(4px)}.divider{border:0;border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);margin-bottom:6rem}.iteration-stub{background-color:#f1f5f9;border:1px dashed #cbd5e1;border-radius:1.5rem;padding:5rem 2rem;text-align:center}.stub-icon{color:#94a3b8;color:var(--text-light);margin:0 auto 1rem}.iteration-stub h2{color:#334155;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.iteration-stub p{color:#475569;color:var(--text-muted);margin:0}.cv-section{margin-bottom:6rem}.cv-header-flex{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;margin-bottom:2.5rem}@media (min-width:768px){.cv-header-flex{align-items:center;flex-direction:row}}.section-title{font-size:2rem;font-weight:800;letter-spacing:-.025em;margin:0 0 .25rem}.section-subtitle{color:#475569;color:var(--text-muted);font-size:1rem;margin:0}.cv-download-btn{align-items:center;background-color:#0f172a;background-color:var(--text-dark);border-radius:.75rem;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;transition:background-color .2s,transform .2s}.cv-download-btn:hover{background-color:#e11d48;background-color:var(--rose-primary);transform:translateY(-1px)}.cv-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.cv-grid{grid-template-columns:repeat(3,1fr)}}.cv-card{background-color:#fff;background-color:var(--bg-card);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 1px 2px 0 #0000000d;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.cv-card-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);display:flex;gap:.75rem;padding-bottom:.75rem}.cv-card-header h3{font-size:1.125rem;font-weight:600;margin:0}.cv-item{display:flex;flex-direction:column;gap:.25rem}.cv-item-title{color:#0f172a;color:var(--text-dark);font-weight:600}.cv-item-place{color:#475569;color:var(--text-muted);font-size:.875rem}.cv-item-date{color:#e11d48;color:var(--rose-primary);font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.cv-tags{display:flex;flex-wrap:wrap;gap:.5rem}.cv-tag{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:2rem;color:#475569;color:var(--text-muted);font-size:.75rem;font-weight:500;padding:.35rem .75rem}html{scroll-behavior:smooth}@media (max-width:768px){.desktop-nav{display:none!important}.mobile-menu-btn{display:flex!important}}
/*# sourceMappingURL=main.11654984.css.map*/