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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.highlighted-name{color:#333;display:inline-flex;font-family:Arial,sans-serif;font-size:1.25rem;font-weight:700;gap:.2rem}.highlighted-name__text{align-items:center;display:flex}.highlighted-letter{color:#007acc;font-size:1.3rem;font-weight:700;padding:0 .1rem;position:relative;transition:all .3s ease}.highlighted-letter:after{background-color:#007acc;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:100%}.highlighted-letter:hover:after{width:120%}.highlighted-acronym{color:#333;font-size:1.3rem;font-weight:700;gap:.1rem;margin-left:0}.highlighted-acronym,.highlighted-name{align-items:center;display:flex}.highlighted-name__logo{height:25px;margin-right:10px;width:50px}.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;width:100%}.header__logo-link{color:#333;font-size:1.5rem;font-weight:700;margin-right:auto;text-decoration:none}.highlight{color:#007acc;text-decoration:underline}.header__nav{margin-left:auto}.header__nav-list{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.header__nav-link{color:#333;font-weight:500;text-decoration:none;transition:color .3s ease}.header__nav-link:hover{color:#007acc}.header__hamburger{background:none;border:none;color:#333;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.header__hamburger{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:1.8rem}.header__overlay{background:#0000;height:100%;left:0;position:fixed;top:0;width:100%;z-index:90}.header__nav{animation:slideDown .25s ease forwards;background-color:#fff;box-shadow:0 4px 8px #0000001a;display:none;flex-direction:column;position:absolute;right:0;top:100%;width:100%;z-index:100}.header__nav--open{display:flex}.header__nav-list{align-items:flex-start;display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.header__nav-item{width:100%}.header__nav-link{color:#333;display:block;font-size:1rem;padding:.6rem 1.25rem;text-align:left;transition:background-color .3s ease,color .3s ease;width:100%}.header__nav-link:focus,.header__nav-link:hover{background-color:#f5f5f5;color:#007acc}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}}.footer{background-color:#333;color:#fff;padding:2rem 1rem;text-align:center}.footer__container{margin:0 auto;max-width:1000px}.footer__brand-link{color:#fff;display:inline-block;font-size:1.25rem;font-weight:700;margin-bottom:1rem;text-decoration:none}.footer__social{margin:1rem 0}.footer__social-link{color:#ddd;font-weight:500;margin:0 .5rem;text-decoration:none;transition:color .3s ease}.footer__social-link:hover{color:#007acc}.footer__info{color:#aaa;font-size:.875rem;margin-top:1rem}.layout{display:flex;flex-direction:column;min-height:100vh}.layout__content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem 0}.home__graph-title{color:#666;font-size:.9rem;font-weight:600;letter-spacing:.05rem;line-height:1.5;max-width:100%;overflow-wrap:break-word;text-align:center}.home{margin:0 auto;max-width:1000px;padding:1.5rem}.home__hero{margin-bottom:1.5rem;text-align:center}.home__title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.home__subtitle{color:#555;font-size:1.25rem;margin-bottom:1rem}.home__section-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.home__cta{background-color:#007acc;border-radius:4px;color:#fff;display:inline-block;font-weight:700;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.home__cta:hover{background-color:#005fa3}.home__link{color:#007acc;font-weight:700;text-decoration:none;transition:color .3s ease}.home__link:hover{color:#005fa3}.home__about{margin-bottom:1.5rem;text-align:center}.home__about-text{color:#555;font-size:1rem;margin-bottom:1rem}.home__projects{text-align:center}.home__project-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:20px;padding-bottom:20px}.home__project-card{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;min-height:250px;overflow:hidden;padding:1rem;position:relative;text-align:center;transition:transform .3s}.home__project-card:hover{transform:scale(1.05)}.home__project-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.home__project-description{color:#555;flex-grow:1;font-size:1rem;margin-bottom:1rem}.home__project-buttons{display:flex;gap:10px;justify-content:space-between;margin-top:auto}.home__project-link{background-color:#e0f7ff;border-radius:5px;color:#007acc;font-weight:700;padding:8px 12px;text-decoration:none;transition:background-color .3s ease,color .3s ease}.home__project-link:hover{background-color:#cfe6ff;color:#005fa3}@media (max-width:768px){.home__project-grid{gap:15px;grid-template-columns:1fr}.home__project-card{padding:1rem}.home__section-title{font-size:1.25rem}.home__title{font-size:1.75rem}.home__subtitle{font-size:1rem}}.home__timeline-activity{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-left:0}.home__timeline-activity>*{margin-bottom:.5rem;padding-left:0;width:100%}.home__skills{background-color:#f9f9f9;padding:50px 20px}.home__skills-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.skill-item{align-items:center;display:flex;flex-direction:column;position:relative;width:120px}.skill-icon{color:#007acc;cursor:pointer;font-size:2rem;transition:color .3s}.skill-icon:hover{color:#005fa3}.skill-name{color:#333;cursor:pointer;font-size:1rem;margin-top:10px;transition:color .3s}.skill-name:hover{color:#007acc}.about-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000000f;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;margin:40px auto;max-width:900px;padding:30px}.about-title{color:#333;font-size:2rem;margin-bottom:20px;text-align:center}.about-intro{color:#555;margin-bottom:40px}.about-section-heading{border-left:4px solid #007bff;color:#333;font-size:1.5rem;margin-top:40px;padding-left:10px}.job-cards{display:flex;flex-direction:column;gap:20px;margin-top:20px}.job-card{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #00000014;padding:20px}.job-title{color:#222;font-size:1.2rem;margin-bottom:10px;margin-top:0}.job-list{margin:0}.job-list,.skills-list{list-style:disc inside;padding:0}.skills-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin:20px 0 0}.education-list,.publication-list{list-style:none;margin:20px 0 0;padding:0}.education-item,.publication-item{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #00000014;margin-bottom:10px;padding:15px}.education-degree,.publication-title{color:#222;font-weight:600;margin:0 0 5px}.about-footer{color:#555;margin-top:40px;text-align:center}.skills-container{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.skill-group-card{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #00000014;flex-basis:calc(50% - 20px);flex-grow:1;flex-shrink:1;min-width:280px;padding:15px 20px}.skill-group-title{border-left:3px solid #007bff;color:#333;font-size:1.2rem;margin-bottom:10px;margin-top:0;padding-left:10px}.skill-items{line-height:1.6;list-style:disc inside;margin:0;padding:0}@media (max-width:600px){.skills-container{flex-direction:column}.skill-group-card{flex:1 1 100%}}.projects{margin:0 auto;max-width:1200px;padding:2rem}.projects__title{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.projects__subtitle{color:#555;font-size:1.25rem;margin-bottom:2rem;text-align:center}.projects__list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.projects__card{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a;max-width:300px;padding:1.5rem;text-align:center;width:100%}.projects__card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.projects__card-description{color:#555;font-size:1rem;margin-bottom:1rem}.projects__technologies{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;list-style:none;margin-bottom:1rem;padding:0}.projects__technology{background-color:#007acc;border-radius:4px;color:#fff;font-size:.875rem;padding:.25rem .75rem}.projects__link{color:#007acc;font-weight:700;text-decoration:none;transition:color .3s ease}.projects__link:hover{color:#005fa3}.contact-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000000f;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:40px auto;max-width:800px;padding:30px}.contact-title{color:#333;font-size:2rem;margin-bottom:20px;text-align:center}.contact-intro{color:#555;line-height:1.6;margin-bottom:40px;text-align:center}.contact-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.contact-card{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #00000014;flex-basis:calc(50% - 20px);flex-grow:1;flex-shrink:1;min-width:250px;padding:20px}.contact-section-title{color:#222;font-size:1.2rem;font-weight:600;margin:0 0 10px}.contact-section-content{color:#555;font-size:1rem;line-height:1.6;margin:0}.contact-link,.linkedin-link{color:#007bff;font-weight:500;text-decoration:none}.linkedin-link{color:#0077b5}.footer-paragraph{color:#555;line-height:1.6;margin-top:40px;text-align:center}@media (max-width:600px){.contact-row{flex-direction:column}.contact-card{flex:1 1 100%;margin-bottom:20px}}.protected-page{background:#fff;color:#222;font-family:Arial,sans-serif;padding:20px}.header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.header h2{color:#222;margin:0}.header-actions{display:flex;gap:8px}.logout-button{background-color:#ff4d4d;border:1px solid #e03c3c;border-radius:6px;color:#fff;cursor:pointer;padding:10px 16px}.logout-button:hover{background-color:#e33939}.ghost-button{background:#f7f7f7;border:1px solid #ddd;border-radius:6px;color:#333;cursor:pointer;padding:10px 16px}.ghost-button:hover{background:#efefef}.page-status{color:#333;padding:20px}.error-banner{background:#fff3f0;border:1px solid #ffd1c7;border-radius:6px;color:#b04632;margin:8px 0 16px;padding:10px 12px}.data-table{background-color:#fafafa;border:1px solid #e6e6e6;border-collapse:collapse;width:100%}.data-table td,.data-table th{border-bottom:1px solid #eee;padding:10px 12px;text-align:left;vertical-align:top}.data-table th{background-color:#f4f4f4;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.data-table tr:nth-child(2n){background-color:#fbfbfb}.data-table tr:hover td{background-color:#f2f7ff}.empty-row{color:#666;padding:20px;text-align:center}.dropdown{display:inline-block;margin-left:8px;position:relative}.dropbtn{background-color:#f1f1f1;border:1px solid #ccc;border-radius:4px;color:#111;cursor:pointer;font-size:14px;padding:5px 10px}.dropbtn:focus{outline:2px solid #5b9dd9;outline-offset:2px}.chip{background:#2f81f7;border-radius:9px;color:#fff;display:inline-block;font-size:12px;line-height:18px;margin-left:6px;padding:0 6px}.dropdown-content{background-color:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 8px 16px #0000001f;display:none;margin-top:6px;min-width:200px;padding:10px;position:absolute;z-index:10}.dropdown-content.open{display:block}.dropdown-content label{color:#222;display:block;font-size:14px;padding:6px 0}.dropdown-content .muted{color:#777;font-size:13px}.dropdown-actions{border-top:1px solid #eee;display:flex;gap:8px;justify-content:flex-end;padding-top:8px}.small-btn{background:#f7f7f7;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:6px 10px}.small-btn:hover{background:#efefef}@media (max-width:720px){.header{align-items:flex-start}.header-actions{justify-content:flex-end;width:100%}.data-table td,.data-table th{padding:10px}}body{background-color:#f8f9fa;font-family:Arial,sans-serif;margin:0}.login-page{align-items:center;display:flex;height:100vh;justify-content:center}.login-container{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:400px;padding:20px;width:100%}.login-title{color:#333;font-size:24px;font-weight:700;margin-bottom:20px;text-align:center}.login-form{display:flex;flex-direction:column}.login-label{color:#555;font-size:14px;margin-bottom:5px}.login-input{border:1px solid #ccc;border-radius:4px;font-size:14px;margin-bottom:15px;padding:10px}.login-input:focus{border-color:#007bff;outline:none}.login-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:10px;transition:background-color .2s ease-in-out}.login-button:hover{background-color:#0056b3}.login-error{color:#e74c3c;font-size:14px;margin-top:10px;text-align:center}
/*# sourceMappingURL=main.988fd4fd.css.map*/