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}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}section[id]{scroll-margin-top:80px}body{background-color:#fff;color:#333;font-family:Google Sans,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh;padding:30px 0}.container{margin:0 auto;max-width:1200px;padding:0 40px;width:100%}.main-content{display:flex;gap:60px;margin-bottom:50px;width:100%}.left-column{flex:0 0 280px}.right-column{flex:1 1;max-width:800px}.full-width-section{margin:0 auto 50px;max-width:1200px;padding:0;width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:15px}h1{font-size:1.8rem;margin-bottom:10px}h2{border-bottom:1px solid #eee;color:#444;font-size:1.5rem;margin-bottom:20px;padding-bottom:10px}h3{color:#333;font-size:1.3rem}p{margin-bottom:15px}a{color:#0366d6;text-decoration:none;transition:color .2s ease}a:hover{color:#0056b3;text-decoration:underline}section{margin-bottom:40px}ul{list-style-type:none;margin-left:0}ul li{margin-bottom:10px}@media (max-width:768px){.main-content{flex-direction:column}.left-column{flex:0 0 auto;margin-bottom:30px}.full-width-section{padding:0 20px}}.header{background-color:#fff;box-shadow:0 2px 10px #0000000d;margin-bottom:30px;padding:15px 0;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.header h1{color:#333;font-size:2rem;margin:0}.header nav ul{display:flex;list-style:none}.header nav ul li{margin-left:30px}.header nav ul li a{color:#333;font-weight:500;position:relative;transition:color .3s ease}.header nav ul li a:hover{color:#007bff}.header nav ul li a:after{background-color:#007bff;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.header nav ul li a:hover:after{width:100%}@media (max-width:768px){.header .container{flex-direction:column}.header h1{margin-bottom:15px}.header nav ul{margin-top:10px}.header nav ul li{margin-left:15px;margin-right:15px}}.profile{align-items:center;display:flex;flex-direction:column}.profile-image{border-radius:50%;height:200px;margin-bottom:20px;overflow:hidden;width:200px}.profile-image img{height:100%;object-fit:cover;width:100%}.profile h1{font-size:1.5rem;margin-bottom:5px;text-align:center}.profile .position{color:#666;margin-bottom:20px;text-align:center}.social-links{display:flex;flex-direction:column;margin-bottom:20px;width:100%}.social-link{align-items:center;color:#333;display:flex;padding:8px 0}.social-link i{color:#555;margin-right:10px;width:20px}.social-link:hover,.social-link:hover i{color:#0366d6}.cv-link{margin-top:10px}.cv-link a{font-size:.9rem}.introduction{margin-bottom:40px}.intro-text p{line-height:1.7;margin-bottom:15px}.research-interests{margin:25px 0}.research-interests p{color:#333}.job-market{background-color:#fff8e1;border-left:3px solid #ffc107;border-radius:4px;margin-top:25px;padding:15px}.job-market p{color:#856404;margin-bottom:0}.research-projects{margin-bottom:60px}.project-filters{display:flex;gap:10px;justify-content:flex-start;margin-bottom:30px}.projects-list{grid-gap:40px 30px;display:grid;gap:40px 30px;grid-template-columns:repeat(3,1fr);margin-bottom:40px;transition:opacity .3s ease}.project{align-items:flex-start;background:#0000;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:15px;opacity:1;padding:0;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.project.fade-enter{opacity:0;transform:translateY(10px)}.project.fade-enter-active{opacity:1;transform:translateY(0)}.project:hover{box-shadow:none;transform:none}.project-media{align-items:center;background:#f6f8fa;border-radius:8px;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.project-media img{height:100%;object-fit:contain;object-position:center;transition:none;width:100%}.project:hover .project-media img{transform:none}.project-content{display:flex;flex-direction:column;width:100%}.project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.project-status{border-radius:12px;font-size:.75rem;font-weight:500;margin-left:10px;padding:4px 8px;white-space:nowrap}.project-status.ongoing,.project-status.under-review{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.project-status.completed{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.project-title{color:#000;flex:1 1;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:0}.project-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:12px;text-align:left}.project-role{color:#0366d6;font-size:.85rem;font-style:italic;line-height:1.4;margin-bottom:15px}.project-role strong{color:#333;font-style:normal;font-weight:600}.project-keywords{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.keyword{border:none;border-radius:16px;font-size:.8rem;font-weight:500;padding:6px 12px;transition:transform .2s ease}.keyword:hover{transform:scale(1.05)}.keyword:first-child{background:#e3f2fd;color:#1976d2}.keyword:nth-child(2){background:#e8f5e8;color:#388e3c}.keyword:nth-child(3){background:#f3e5f5;color:#7b1fa2}.keyword:nth-child(4){background:#fff3e0;color:#f57c00}.keyword:nth-child(5){background:#fce4ec;color:#c2185b}.project-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.project-links a{align-self:flex-start;background-color:#f8f9fa;border:1px solid #d1d9e0;border-radius:20px;box-shadow:none;color:#495057;font-size:.85rem;font-weight:400;padding:8px 16px;text-decoration:none;transition:all .2s ease}.project-links a:hover{background-color:#e9ecef;border-color:#a8b3c1;box-shadow:none;color:#212529;text-decoration:none;transform:none}@media (max-width:1200px){.projects-list{gap:30px 25px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.projects-list{gap:30px;grid-template-columns:1fr}.project-media{height:180px}.project-title{font-size:1rem}.project-description{font-size:.85rem}.keyword{font-size:.75rem;padding:4px 10px}.project-links a{font-size:.8rem;padding:6px 12px}}.publications{margin-bottom:40px}.publication-filters{display:flex;gap:10px;justify-content:flex-start;margin-bottom:30px}.filter-button{background-color:#fff;border:1px solid #d1d9e0;border-radius:20px;color:#6c757d;cursor:pointer;font-family:Google Sans,sans-serif;font-size:.9rem;font-weight:400;padding:8px 16px;transition:all .2s ease}.filter-button:hover{background-color:#f8f9fa;border-color:#a8b3c1;color:#495057}.filter-button.active{background-color:#e3f2fd;border-color:#bbdefb;color:#1976d2}.publications-list{display:flex;flex-direction:column;gap:25px;transition:opacity .3s ease}.publication{margin-bottom:25px;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.publication.fade-enter{opacity:0;transform:translateY(10px)}.publication.fade-enter-active{opacity:1;transform:translateY(0)}.publication h3{color:#333;font-size:1.2rem;font-weight:600;line-height:1.4;margin-bottom:8px}.publication-status{color:#666;font-size:.9em;font-style:italic;font-weight:400}.publication .authors{color:#555;font-size:1rem;margin-bottom:5px}.publication .authors strong{font-weight:600}.publication .conference{color:#666;font-size:.95rem;margin-bottom:10px}.publication .links{display:flex;gap:15px;margin-top:8px}.publication .links a{color:#0366d6;font-size:.9rem;text-decoration:none}.publication .links a:hover{text-decoration:underline}.footer{border-top:1px solid #eee;color:#777;margin-top:50px;padding:20px 0;text-align:center}.footer p{font-size:.8rem;margin:5px 0}
/*# sourceMappingURL=main.5aee47be.css.map*/