*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#1f2937;background-color:#f9fafb}a{text-decoration:none;color:inherit}button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}img,picture,video,canvas,svg{max-width:100%}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate;min-height:100vh;display:flex;flex-direction:column}.language-selector{display:inline-flex;align-items:center;justify-content:center;background-color:#4f46e5;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-weight:600;font-size:.9rem;cursor:pointer;transition:background-color .3s,transform .2s;box-shadow:0 2px 4px #0000001a;position:fixed;bottom:20px;right:20px;z-index:100}.language-selector:hover{background-color:#4338ca;transform:scale(1.05)}.language-selector:active{transform:scale(.95)}@media (min-width: 768px){.language-selector{position:static;margin-left:1rem;box-shadow:none}}.navbar{background:#1f2937;height:80px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;position:sticky;top:0;z-index:999;box-shadow:0 2px 10px #0000001a}.navbar-container{display:flex;justify-content:space-between;align-items:center;width:100%;height:80px;max-width:1500px;padding:0 24px}.navbar-logo{color:#fff;justify-self:start;cursor:pointer;text-decoration:none;font-size:2rem;display:flex;align-items:center;font-weight:700}.nav-menu{display:grid;grid-template-columns:repeat(4,auto);grid-gap:10px;list-style:none;text-align:center;width:auto;justify-content:end;margin-right:2rem}.nav-item{height:80px;display:flex;align-items:center}.nav-item-lang-selector{display:none}.nav-links{color:#fff;display:flex;align-items:center;text-decoration:none;padding:.5rem 1rem;height:100%;position:relative;transition:all .3s ease-out}.nav-links:hover{color:#4f46e5;transition:all .3s ease-out}.nav-links.active{color:#4f46e5;font-weight:700}.nav-links.active:after{content:"";position:absolute;width:60%;height:3px;background-color:#4f46e5;bottom:15px;left:20%;border-radius:2px}.menu-icon{display:none}.menu-text{margin-left:8px}@media screen and (max-width: 960px){.NavbarItems{position:relative}.nav-menu{display:flex;flex-direction:column;width:100%;height:calc(100vh - 80px);position:absolute;top:80px;left:-100%;opacity:1;transition:all .5s ease;margin:0;padding-top:30px}.nav-menu.active{background:#1f2937;left:0;opacity:1;transition:all .5s ease;z-index:1}.nav-links{text-align:center;padding:2rem;width:100%;display:table}.nav-links:hover{background-color:#2d3748;color:#4f46e5;border-radius:0}.navbar-logo{position:absolute;top:0;left:0;transform:translate(25%,50%)}.menu-icon{display:flex;align-items:center;position:absolute;top:0;right:0;transform:translate(-100%,60%);font-size:1.8rem;cursor:pointer;color:#fff}.nav-links.active:after{display:none}.nav-item{height:auto}.nav-item-lang-selector{display:flex;justify-content:center;margin-top:1rem}}.footer{background-color:#1f2937;color:#fff;padding:2rem 0;margin-top:4rem}.footer-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.social-link{color:#fff;font-size:1.5rem;transition:color .3s ease}.social-link:hover{color:#4f46e5}.copyright{font-size:.9rem;text-align:center;color:#9ca3af}@media (max-width: 768px){.social-links{gap:1rem}.social-link{font-size:1.3rem}}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1rem}.main-content.no-navbar{padding-top:0}@media (max-width: 768px){.main-content{padding:1.5rem 1rem}}.home-container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-section{display:flex;align-items:center;justify-content:center;padding:4rem 0;text-align:center}.hero-content{max-width:800px}.hero-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.hero-subtitle{font-size:1.8rem;color:#4f46e5;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;color:#4b5563;line-height:1.6;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem;justify-content:center}.primary-button{display:inline-block;background-color:#4f46e5;color:#fff;font-weight:500;padding:.75rem 1.5rem;border-radius:.375rem;text-decoration:none;transition:background-color .2s}.primary-button:hover{background-color:#4338ca}.secondary-button{display:inline-block;background-color:#fff;color:#4f46e5;font-weight:500;padding:.75rem 1.5rem;border-radius:.375rem;text-decoration:none;border:1px solid #4f46e5;transition:background-color .2s,color .2s}.secondary-button:hover{background-color:#f3f4f6}.home-section{margin:4rem 0}.section-title{font-size:2rem;color:#1f2937;margin-bottom:1.5rem;text-align:center}.home-section p{font-size:1.1rem;line-height:1.6;color:#4b5563;margin-bottom:1rem}.cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;transition:transform .3s,box-shadow .3s;text-decoration:none;color:inherit}.card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}.card p{font-size:1rem;color:#6b7280}.social-links-home{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.social-link{display:flex;align-items:center;color:#4f46e5;text-decoration:none;font-size:1.1rem;transition:color .2s}.social-link:hover{color:#4338ca}.social-link i{margin-right:.5rem}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.1rem}.hero-cta{flex-direction:column;gap:.75rem}.section-title{font-size:1.75rem}.social-links-home{flex-direction:column;align-items:center;gap:1rem}}.cv-entry{display:flex;flex-direction:column;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.cv-entry:last-child{border-bottom:none}.cv-entry-icon{display:flex;justify-content:center;margin-bottom:1rem}.cv-icon{width:80px;height:80px;object-fit:contain;border-radius:8px}.cv-entry-content{flex:1}.cv-entry-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.cv-entry-meta{display:flex;align-items:center;margin-bottom:1rem;font-size:.95rem;color:#4b5563}.cv-entry-type{font-style:italic}.cv-entry-separator{margin:0 .5rem}.cv-entry-period{font-style:italic}.cv-entry-description p{margin-bottom:1rem;line-height:1.6}.cv-entry-achievements{margin:1rem 0}.cv-entry-achievements h4{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}.cv-entry-achievements ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}.cv-entry-achievements li{margin-bottom:.5rem;line-height:1.6}.cv-entry-tech{margin:1rem 0;font-size:.95rem;line-height:1.6}.tech-stack-label{font-weight:600}.cv-entry-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.cv-link{display:inline-flex;align-items:center;padding:.5rem .75rem;background-color:#f3f4f6;border-radius:4px;color:#4f46e5;font-size:.9rem;text-decoration:none;transition:all .2s ease}.cv-link:hover{background-color:#e5e7eb}.cv-link i{margin-right:.5rem}@media (min-width: 768px){.cv-entry{flex-direction:row;gap:2rem}.cv-entry-icon{margin-bottom:0}.cv-icon{width:100px;height:100px}}.cv-page{max-width:1000px;margin:0 auto}.cv-header{margin-bottom:2rem;text-align:center;display:flex;flex-direction:column;align-items:center}.profile-image-container{margin-bottom:1.5rem}.profile-image{width:320px;height:320px;border-radius:50%;object-fit:cover;border:3px solid #4d5eb3;box-shadow:0 4px 6px #0000001a}.cv-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:1rem}.cv-intro{font-size:1.1rem;line-height:1.6;color:#4b5563;max-width:90%;margin:0 auto}.cv-section{margin-bottom:3rem}.section-title{font-size:1.8rem;color:#1f2937;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem;margin-bottom:1.5rem}.skills-container{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.skills-container{grid-template-columns:repeat(2,1fr)}}.skill-group{margin-bottom:1.5rem}.skill-group-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.skill-list{list-style-type:none;padding-left:0}.skill-item{margin-bottom:.5rem;line-height:1.5;display:flex;align-items:center}.skill-item:before{content:"•";margin-right:.75rem;color:#4f46e5;font-weight:700}.tooltip-container{position:relative;text-decoration:underline;text-decoration-style:dotted;cursor:help}.tooltip-container .tooltip{visibility:hidden;width:250px;background-color:#1f2937;color:#fff;text-align:center;border-radius:6px;padding:8px;position:absolute;z-index:1;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s;font-size:.85rem;text-decoration:none}.tooltip-container .tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#1f2937 transparent transparent transparent}.tooltip-container:hover .tooltip{visibility:visible;opacity:1}.highlights-container{display:flex;flex-direction:column;gap:1rem}.highlight-item{position:relative;line-height:1.6}.social-links-container{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem;justify-content:center}.social-link{display:flex;align-items:center;color:#4f46e5;text-decoration:none;font-size:1.1rem;transition:color .2s;margin-bottom:.5rem}.social-link:hover{color:#6366f1}.social-link i{margin-right:.75rem;font-size:1.25rem}@media (max-width: 768px){.cv-header h1{font-size:2rem}.cv-intro{font-size:1rem;max-width:100%}.section-title{font-size:1.5rem}.profile-image{width:160px;height:160px}}.strengths-container{background-color:#f9fafb;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.advisory-roles{background-color:#f3f4f6;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.advisory-role-title{font-weight:600;margin-bottom:.5rem}.publications-container{margin-top:2rem}.publication:last-child{border-bottom:none}.publication-title{font-weight:600;margin-bottom:.5rem}.strengths-section{margin-top:2rem}.strengths-container{background-color:#f9fafb;border-radius:8px;padding:1.5rem;margin-top:1rem}.strength-item{position:relative;padding-left:1.5rem;margin-bottom:.75rem;line-height:1.5}.strength-item:before{content:"✓";position:absolute;left:0;color:#4f46e5;font-weight:700}.advisory-roles{background-color:#f3f4f6;border-radius:8px;padding:1.5rem;margin-top:1rem}.advisory-role{margin-bottom:1.5rem}.advisory-role:last-child{margin-bottom:0}.advisory-role-title{font-weight:600;margin-bottom:.5rem;color:#1f2937}.publications-container{margin-top:1rem}.publication{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.publication:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.publication-title{font-weight:600;margin-bottom:.5rem;color:#1f2937}.publication-conference{font-style:italic;color:#6b7280;margin-bottom:.5rem}.projects-page{max-width:1200px;margin:0 auto;padding:0 1rem}.projects-title{font-size:2.5rem;color:#1f2937;text-align:center;margin-bottom:1.5rem}.projects-intro{text-align:center;font-size:1.1rem;color:#4b5563;line-height:1.6;max-width:800px;margin:0 auto 3rem}.projects-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.project-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:transform .3s,box-shadow .3s}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.project-header{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.project-image{width:80px;height:80px;object-fit:contain;margin-bottom:1rem;border-radius:8px}.project-title-container{text-align:center}.project-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.project-meta{display:flex;justify-content:center;gap:1rem;margin-bottom:.5rem}.project-period{color:#6b7280;font-size:.9rem}.project-category{background-color:#eef2ff;color:#4f46e5;padding:.2rem .5rem;border-radius:9999px;font-size:.8rem;font-weight:500}.project-role{font-style:italic;color:#4b5563;font-size:.95rem}.project-body{padding:1.5rem}.project-description{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem}.project-tech,.project-achievements{margin-bottom:1.5rem}.project-section-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background-color:#f3f4f6;color:#1f2937;padding:.3rem .6rem;border-radius:.25rem;font-size:.85rem}.achievements-list{padding-left:1.5rem}.achievement-item{margin-bottom:.5rem;line-height:1.5}.project-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.project-link{display:inline-flex;align-items:center;padding:.5rem .75rem;background-color:#4f46e5;border-radius:.25rem;color:#fff;font-size:.9rem;text-decoration:none;transition:background-color .2s}.project-link:hover{background-color:#4338ca}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(2,1fr)}.project-header{flex-direction:row;align-items:flex-start;text-align:left}.project-image{margin-bottom:0;margin-right:1.5rem}.project-title-container{text-align:left}.project-meta{justify-content:flex-start}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}.project-header{flex-direction:column;align-items:center;text-align:center}.project-image{margin-right:0;margin-bottom:1rem}.project-title-container{text-align:center}.project-meta{justify-content:center}}:root{--primary-color: #4f46e5;--primary-hover: #4338ca;--text-main: #1f2937;--text-secondary: #4b5563;--text-tertiary: #6b7280;--bg-main: #ffffff;--bg-secondary: #f9fafb;--bg-tertiary: #f3f4f6;--border-color: #e5e7eb}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--text-main);background-color:var(--bg-secondary);line-height:1.5}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:600;line-height:1.2}p{margin-bottom:1rem}img{max-width:100%;height:auto}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style-position:inside;margin-bottom:1rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}@media (max-width: 768px){h1{font-size:1.8rem}h2{font-size:1.5rem}}
