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}.Navbar_navbar__E8HQk{background-color:#fff;box-shadow:0 2px 8px #1976d214;padding:1rem 2rem}.Navbar_header__L7Aq-{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px}.Navbar_titleLink__CBoCB{display:inline-block;text-decoration:none;transition:transform .3s}.Navbar_titleLink__CBoCB:hover{transform:translateY(-3px) scale(1.03)}.Navbar_logoContainer__ZGrU6{display:flex;flex-direction:column}.Navbar_title__STfsw{color:#1976d2;font-size:1.8rem;font-weight:700;margin:0}.Navbar_subtitle__iqNoW{color:#4f4caf;font-size:1rem;font-weight:400;margin:0}.Navbar_nav__i1j-i{align-items:center;display:flex;gap:2rem}.Navbar_navLink__MWoZj{color:#222;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s}.Navbar_navLink__MWoZj:after{background-color:#1976d2;border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;transition:width .3s;width:0}.Navbar_navLink__MWoZj:hover{color:#1976d2}.Navbar_navLink__MWoZj:hover:after{width:100%}@media (max-width:768px){.Navbar_header__L7Aq-{flex-direction:column;text-align:center}.Navbar_nav__i1j-i{flex-wrap:wrap;gap:1rem;justify-content:center}.Navbar_navLink__MWoZj{font-size:.9rem}}.Home_container__w\+u63{margin:0 auto;max-width:1200px;padding:2rem}.Home_hero__tSEiQ{background-color:#f5f5f5;border-radius:8px;margin-bottom:2rem;padding:4rem 0;text-align:center}.Home_hero__tSEiQ h1{color:#1a1a1a;font-size:2.5rem;margin-bottom:1rem}.Home_hero__tSEiQ p{color:#666;font-size:1.2rem}.Home_about__28DcV{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.Home_about__28DcV h2{color:#1a237e;font-size:2rem;font-weight:700;margin-bottom:1rem}.Home_about__28DcV p{color:#666;font-size:1.2rem;line-height:1.6}.carousel-container{align-items:center;display:flex;gap:1rem;overflow:hidden;position:relative;width:100%}.slides-container.manual{display:flex;flex:1 1;gap:1.5rem;height:400px;justify-content:center}.slide{background:#f8f9fa;border-radius:12px;box-shadow:0 4px 12px #0000001f;cursor:pointer;display:flex;flex-basis:calc(33.33333% - 1rem);flex-direction:column;flex-grow:0;flex-shrink:0;height:100%;overflow:hidden;padding:0;position:relative;transform:scale(.96);transition:box-shadow .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.slide:hover{box-shadow:0 8px 24px #0000002e;transform:scale(1.02)}.slide-image-wrapper{align-items:center;background:#f8f9fa;display:flex;flex:0 0 100%;height:100%;justify-content:center;width:100%}.slide-image{background-color:#f0f0f0;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;height:100%;width:100%}.slide-content{background:none;color:#222;display:flex;flex:0 0 30%;flex-direction:column;height:30%;justify-content:center;padding:1.1rem 1.2rem 1.2rem;width:100%}.slide-content .MuiTypography-h5,.slide-content h5{color:#1976d2;font-size:1.1rem;font-weight:700;margin-bottom:.4rem}.slide-content .MuiTypography-body1{color:#444;font-size:.95rem;font-weight:500;line-height:1.4}.nav-button{background:#ffffffe6!important;border:1px solid #0000001a!important;box-shadow:0 2px 8px #0000001a!important;height:48px!important;transition:all .3s ease!important;width:48px!important;z-index:10}.nav-button:hover{background:#fff!important;box-shadow:0 4px 12px #00000026!important;transform:scale(1.05)}.nav-button:disabled{cursor:not-allowed;opacity:.3}.nav-button svg{color:#1976d2;font-size:1.5rem}@media (max-width:900px){.carousel-container{gap:.5rem}.slides-container.manual{gap:1rem;height:250px}.slide{flex-basis:calc(33.33333% - 0.66667rem);flex-grow:0;flex-shrink:0}.slide-content{padding:1rem}.nav-button{height:40px!important;width:40px!important}.nav-button svg{font-size:1.2rem}}.Projects_container__MaVS7{margin:0 auto;max-width:1100px;padding:1.5rem .5rem}h1{color:#1976d2;font-size:1.7rem;font-weight:700;margin-bottom:1.5rem}.Projects_projectsGrid__-qAzM{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(2,1fr);margin-top:1.2rem}.Projects_card__AAoVy{background:#fff;border:1px solid #e3f0fc;border-radius:14px;box-shadow:0 1px 6px #1976d20f;cursor:pointer;display:flex;flex-direction:column;max-width:98%;min-width:0;overflow:hidden;transition:box-shadow .18s,transform .18s}.Projects_card__AAoVy:hover{box-shadow:0 4px 18px #1976d221;transform:translateY(-4px) scale(1.01)}.Projects_cardImage__0hnEa{background:#f8f9fa;height:140px;overflow:hidden;padding:12px;position:relative;width:100%}.Projects_cardImage__0hnEa img{height:calc(100% - 24px);object-fit:contain;object-position:center;transition:transform .2s ease;width:calc(100% - 24px)}.Projects_card__AAoVy:hover .Projects_cardImage__0hnEa img{transform:scale(1.02)}.Projects_cardContent__2Gx9C{display:flex;flex-direction:column;flex-grow:1;padding:.9rem 1rem .8rem}.Projects_projectTitle__vLExZ{color:#1976d2;font-size:1.05rem;font-weight:700;line-height:1.2;margin-bottom:.4rem}.Projects_briefDescription__wEVHa{color:#555;flex-grow:1;font-size:.92rem;font-weight:500;line-height:1.4;margin-bottom:.5rem}.Projects_fullDescription__-6JN6{color:#333;flex-grow:1;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.Projects_links__bIfex{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:auto}.Projects_link__rIUjq{background:#e3f0fc;border:2px solid #0000;border-radius:20px;color:#1976d2;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.Projects_link__rIUjq:hover{background:#1976d2;box-shadow:0 4px 12px #1976d24d;color:#fff;transform:translateY(-2px)}.Projects_clickHint__bk5yC{background:#e3f0fc;border-radius:6px;color:#1976d2;font-size:.8rem;font-weight:600;margin-top:auto;padding:.3rem;text-align:center}.Projects_modalOverlay__UKH4h{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.Projects_modal__kfc4G{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000002e;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}.Projects_closeButton__K87Tr{align-items:center;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.2rem;height:32px;justify-content:center;position:absolute;right:.7rem;top:.7rem;transition:background .18s;width:32px;z-index:10}.Projects_closeButton__K87Tr:hover{background:#fff}.Projects_modalContent__3eER-{display:flex;flex-direction:column}.Projects_modalImage__4rgNF{background:#f8f9fa;height:180px;overflow:hidden;padding:16px;width:100%}.Projects_modalImage__4rgNF img{height:calc(100% - 32px);object-fit:contain;object-position:center;width:calc(100% - 32px)}.Projects_modalText__XjiML{padding:1.2rem}.Projects_modalTitle__QCEv9{color:#1976d2;font-size:1.25rem;font-weight:700;line-height:1.2;margin-bottom:.7rem}.Projects_modalBrief__DfX\+N{color:#666;font-size:.98rem;font-weight:500;line-height:1.4;margin-bottom:1rem}.Projects_modalFullDescription__bFbAG{margin-bottom:1.2rem}.Projects_modalFullDescription__bFbAG h3{color:#333;font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.Projects_modalFullDescription__bFbAG p{color:#555;font-size:.93rem;line-height:1.5}.Projects_modalLinks__lmbqk h3{color:#333;font-size:1.05rem;font-weight:600;margin-bottom:.7rem}.Projects_linksGrid__u5a\+w{display:flex;flex-wrap:wrap;gap:.7rem}.Projects_modalLink__DpPZ2{background:#e3f0fc;border:2px solid #0000;border-radius:18px;color:#1976d2;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1.1rem;text-decoration:none;transition:all .18s ease}.Projects_modalLink__DpPZ2:hover{background:#1976d2;box-shadow:0 2px 8px #1976d22e;color:#fff;transform:translateY(-2px)}@media (max-width:900px){.Projects_projectsGrid__-qAzM{gap:1rem;grid-template-columns:1fr}}@media (max-width:600px){.Projects_container__MaVS7{padding:.5rem .2rem}.Projects_modal__kfc4G{margin:.5rem;max-height:95vh}.Projects_modalText__XjiML{padding:.7rem}.Projects_modalTitle__QCEv9{font-size:1.05rem}.Projects_linksGrid__u5a\+w{gap:.5rem}.Projects_modalLink__DpPZ2{font-size:.8rem;padding:.4rem .7rem}}.News_newsContainer__3H6UO{padding:1rem 0;text-align:left}.News_newsTitle__3dBjW{color:#1a237e;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:left}.News_newsList__FZFHv{list-style:none;margin:0;padding:0}.News_newsItem__BMGfi{background:#f7faff;border-left:4px solid #1976d2;border-radius:8px;box-shadow:0 2px 6px #1976d20d;margin-bottom:1rem;padding:1rem;transition:transform .2s}.News_newsItem__BMGfi:hover{background:#e3f2fd;transform:translateX(5px)}.News_newsDate__VOtrj{color:#0d47a1;display:block;font-weight:700;margin-bottom:.3rem}.News_newsDesc__B4eEA{color:#333;font-size:1rem}.News_showMoreBtn__QM-LG{background-color:#1976d2;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:500;margin:2rem auto 0;padding:.6rem 1.5rem;transition:background-color .3s ease}.News_showMoreBtn__QM-LG:hover{background-color:#1565c0}.Publications_container__BaStB{margin:0 auto;max-width:1000px;padding:2rem 1rem}.Publications_publicationsList__1HJxI{display:flex;flex-direction:column;gap:2.5rem}.Publications_yearSection__5K9Xx{margin-bottom:1.5rem}.Publications_year__2G\+8f{color:#1976d2;font-size:1.4rem;font-weight:700;margin-bottom:1.2rem;text-align:left}.Publications_publications__IXSIr{display:flex;flex-direction:column;gap:1.5rem}.Publications_publication__smMVW{align-items:flex-start;background:#fff;border-radius:18px;box-shadow:0 2px 16px #00000012;display:flex;flex-direction:column;padding:1.5rem 1.5rem 1.2rem;transition:box-shadow .2s,transform .2s}.Publications_publication__smMVW:hover{box-shadow:0 8px 32px #1976d22e;transform:translateY(-8px) scale(1.04)}.Publications_publicationContent__B21DM{width:100%}.Publications_actualTitle__FAryy{color:#1976d2;font-size:1.15rem;font-weight:600;line-height:1.4;margin-bottom:.4rem}.Publications_citationDetails__0FoC9{color:#000;font-size:.95rem;font-weight:500;line-height:1.5;margin-bottom:.5rem}.Publications_publicationLink__MApoL{color:#1976d2;text-decoration:none;transition:color .2s}.Publications_publication__smMVW:hover .Publications_publicationLink__MApoL{color:#1976d2;text-decoration:none}.Publications_publicationLink__MApoL:hover,.Publications_publication__smMVW:hover .Publications_publicationLink__MApoL:hover{color:#1976d2;text-decoration:underline}.Publications_specialMention__AkMBc{background:#e3f0fc;border-radius:1em;color:#1976d2;display:inline-block;font-size:.98rem;font-weight:600;letter-spacing:.01em;margin-left:.5em;margin-top:.3em;padding:.18em .7em;transition:background .2s,color .2s}@media (max-width:700px){.Publications_publicationsList__1HJxI{gap:1.2rem}.Publications_publication__smMVW{padding:1.1rem .7rem}}.People_container__E32\+W{margin:0 auto;max-width:1000px;padding:2rem 1rem}h1{margin-bottom:2rem;text-align:center}.People_peopleRow__ZupvP{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2.5rem}.People_personCard__7tVQs{align-items:center;background:#fff;border-radius:18px;box-shadow:0 2px 16px #00000012;display:flex;flex-direction:column;max-width:320px;min-width:260px;padding:2rem 1.5rem 1.5rem;transition:box-shadow .2s,transform .2s}.People_personCard__7tVQs:hover{box-shadow:0 8px 32px #1976d22e;transform:translateY(-8px) scale(1.04)}.People_photo__t4JAZ{background:#f5f5f5;border:3px solid #e0e0e0;border-radius:50%;height:110px;margin-bottom:1.1rem;object-fit:cover;width:110px}.People_name__Bmwjm{font-size:1.25rem;font-weight:700;margin:.2rem 0;text-align:center}.People_title__Uo73e{color:#555;font-size:1.05rem;margin-bottom:.7rem;text-align:center}.People_about__CoLW9{color:#333;font-size:1rem;margin-bottom:.7rem;text-align:center}.People_section__pZJRu{font-size:.98rem;margin-bottom:.4rem;text-align:left}.People_connections__JOTUr{display:flex;gap:1.1rem;justify-content:center;margin-top:.7rem}.People_icon__\+gQx6{color:#444;font-size:1.35rem;text-decoration:none;transition:color .2s,transform .2s}.People_icon__\+gQx6:hover{color:#1976d2;transform:scale(1.25)}@media (max-width:700px){.People_peopleRow__ZupvP{align-items:center;flex-direction:column;gap:1.5rem}.People_personCard__7tVQs{max-width:95vw;min-width:0;padding:1.2rem .7rem}}.Contact_container__RHnRs{margin:0 auto;max-width:1000px;padding:2rem 1rem}.Contact_contactInfo__OKZgZ{gap:2.5rem;margin-top:2rem}.Contact_card__YCybs,.Contact_contactInfo__OKZgZ{align-items:center;display:flex;flex-direction:column}.Contact_card__YCybs{background:#fff;border-radius:18px;box-shadow:0 2px 16px #1976d212;max-width:350px;padding:2rem 1.5rem 1.5rem;width:100%}.Contact_card__YCybs h2{color:#1976d2;font-size:1.15rem;font-weight:700;margin-bottom:1.2rem;text-align:center}.Contact_card__YCybs p{color:#444;margin-bottom:.5rem;text-align:center}.Contact_profName__juaTk{color:#1976d2;font-size:1.2rem;font-weight:700;margin:.2rem 0;text-align:center}.Contact_profTitle__gPz4v{color:#555;font-size:1.05rem;margin-bottom:.7rem;text-align:center}.Contact_profConnections__XWeTq{display:flex;gap:1.5rem;justify-content:center;margin-top:.7rem}.Contact_icon__MAuA2{color:#444;font-size:1.5rem;text-decoration:none;transition:color .2s,transform .2s}.Contact_icon__MAuA2:hover{color:#1976d2;transform:scale(1.25)}@media (max-width:700px){.Contact_card__YCybs{max-width:95vw;padding:1.2rem .7rem}.Contact_profConnections__XWeTq{gap:1rem}}body,html{margin:0;overflow-x:hidden;padding:0}.Outreach_container__fwJBO{margin:0;padding:2rem;width:100%}.Outreach_title__v-TaB{color:#1a237e;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.Outreach_subtitle__EBs-x{color:#666;font-size:1.25rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.Outreach_gallery__59d9s{display:grid;grid-template-columns:repeat(2,1fr);margin:0;padding:0;width:100%}.Outreach_card__njJmB{background:#fff;border-radius:18px;box-shadow:0 2px 16px #1976d212;box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:box-shadow .2s,transform .2s;width:90%}.Outreach_card__njJmB:hover{box-shadow:0 8px 32px #1976d22e;transform:translateY(-8px) scale(1.04)}.Outreach_cardImage__j9aGe{background:#e3f0fc;border-bottom:1px solid #e3f0fc;height:320px;object-fit:contain;width:100%}.Outreach_cardContent__EE3Hp{display:flex;flex-direction:column;flex-grow:1;padding:1.2rem 1.2rem 1.5rem}.Outreach_cardTitle__sawOm{color:#1a237e;font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.Outreach_cardDate__rTXxM{color:#1976d2;font-size:.98rem;margin-bottom:.7rem}.Outreach_cardDesc__t0fR\+{color:#444;font-size:1rem}@media (max-width:900px){.Outreach_gallery__59d9s{grid-template-columns:1fr}}@media (max-width:600px){.Outreach_gallery__59d9s{grid-template-columns:1fr}.Outreach_title__v-TaB{font-size:2rem}.Outreach_subtitle__EBs-x{font-size:1rem}}.Footer_footer__kXlYa{background:#f5f8fd;border-top:1px solid #e3f0fc;color:#1976d2;font-size:1rem;margin-top:3rem;padding:1.2rem 0;text-align:center;width:100%}.Footer_content__aJpHx{align-items:center;display:flex;flex-direction:column;gap:.3rem}.Footer_footer__kXlYa a{color:#1976d2;text-decoration:underline;transition:color .2s}.Footer_footer__kXlYa a:hover{color:#1251a3}#root,body,html{height:100%;margin:0;padding:0}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.App-header,.main-content{display:flex;flex-direction:column}.App-header{align-items:center;background-color:#f0f0f0;color:#000;font-size:calc(10px + 2vmin);justify-content:center}
/*# sourceMappingURL=main.f0a1a210.css.map*/