html,body,#root{height:100vh;margin:0;padding:0;font-family:sans-serif;min-width:320px}body{display:flex;flex-direction:column}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app .main{flex:1;overflow-y:auto;padding:100px 0 40px}.app .main>div{max-width:1200px;margin:0 auto;padding:0 2rem}.app .page-title{color:#54b3d6;margin-bottom:1rem;font-size:1.5rem;text-align:center}.app .content-item{margin:2rem auto;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.app .content-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.app .content-item h2{color:#54b3d6;margin-bottom:1rem;font-size:1.5rem;text-align:center}.app .content-item p{color:#000;line-height:1.6;margin-bottom:1rem}.app .content-primary{background:#fff;padding:1.5rem;margin-bottom:1rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;border-left:.5rem solid #7d00fc;transition:transform .2s ease,box-shadow .2s ease}.app .content-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.app .btn-primary{color:#7d00fc;text-decoration:none;padding:.5rem 1rem;border:1px solid #7d00fc;border-radius:4px;display:inline-block;transition:all .2s ease}.app .btn-primary:hover{background-color:#7d00fc;color:#fff;text-decoration:none}.app .to-be-continued{color:#000;font-style:italic;opacity:.7}.header{background:linear-gradient(to bottom,#7d00fc,#dec8f4);color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;z-index:1000}.header .title{font-size:1.25rem;font-weight:700;text-align:center;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.25rem}.header .title .logo-container{display:flex;align-items:center;justify-content:center}.header .title .title-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.header .title:hover{opacity:.8;text-decoration:none}.header .subtitle{font-weight:400;color:#aad3e5}.header .initials{color:#2878af;font-weight:400}.header .nav{display:flex;gap:1rem;align-items:center;font-size:1.1rem}.header .nav a{color:#fff;text-decoration:none;border-radius:4px;transition:background-color .2s ease}.header .nav a:hover{background-color:#ffffff1a;text-decoration:none}@media (max-width: 925px){.header .nav{display:none}}.header .mobile-menu{display:none;position:relative}@media (max-width: 925px){.header .mobile-menu{display:block}}.header .mobile-menu .hamburger{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;gap:4px;z-index:1001}.header .mobile-menu .hamburger .hamburger-line{width:25px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}.header .mobile-menu .hamburger .hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header .mobile-menu .hamburger .hamburger-line.open:nth-child(2){opacity:0}.header .mobile-menu .hamburger .hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.header .mobile-menu .dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.header .mobile-menu .dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.header .mobile-menu .dropdown-menu a{display:block;padding:1rem 1.5rem;color:#000;text-decoration:none;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.header .mobile-menu .dropdown-menu a:last-child{border-bottom:none}.header .mobile-menu .dropdown-menu a:hover{background-color:#f8f9fa;color:#7d00fc}.footer{color:#000;text-align:center;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid lightgray;z-index:1000}.footer .footer-content p{margin:.5rem 0;font-size:.9rem}.home img{display:block;margin:2rem auto;min-width:300px}.team .member{display:flex;max-width:800px}.team .member .member-image{width:fit-content;padding:.8rem;flex-shrink:0}.team .member .member-image img{width:160px;height:190px;object-fit:cover;border-radius:8px;transition:transform .3s ease;box-shadow:0 2px 8px #0000001a}.team .member .member-image img:hover{transform:scale(1.05)}.team .member .member-info{margin-left:1rem;flex:1}.team .member .member-info h3{margin-bottom:1rem;font-size:1.3rem}.team .member .member-info p{word-break:break-word;line-height:1.6}.team .member .member-info .member-links{display:flex;gap:1.5rem}.team .member .member-info .member-links img{height:35px}@media (max-width: 768px){.team .member{margin:1.5rem auto;padding:1.25rem;max-width:600px}.team .member .member-image{padding:.6rem}.team .member .member-image img{width:120px;height:170px}.team .member .member-info{margin-left:.8rem}.team .member .member-info h3{font-size:1.2rem}}@media (max-width: 600px){.team .member{flex-direction:column;text-align:center;margin:1rem auto;padding:1rem;max-width:400px}.team .member .member-image{padding:.5rem;margin-bottom:1rem}.team .member .member-image img{width:120px;height:160px;border-radius:50%}.team .member .member-info{margin-left:0}.team .member .member-info h3{font-size:1.1rem;margin-bottom:.8rem}.team .member .member-info p{font-size:.95rem}}@media (max-width: 480px){.team .member{margin:.8rem auto;padding:.8rem;max-width:350px}.team .member .member-image img{width:100px;height:130px}.team .member .member-info h3{font-size:1rem}.team .member .member-info p{font-size:.9rem}}.team .to-be-continued{text-align:center;margin-top:4rem}.lab-news .to-be-continued{text-align:center;margin-top:4rem;margin-bottom:4rem}.lab-news .news-item{text-align:center}.lab-news .news-item h3{text-align:left;margin:0}.lab-news .news-item p{text-align:left}.lab-news .news-item .time{text-decoration:underline}.lab-news .news-item img{margin:0 auto;min-width:120px}.publications .publications-list .year-group{margin-bottom:3rem}.publications .publications-list .year-group .year-title{color:#54b3d6;font-size:1.5rem;text-align:left}.publications .publications-list .year-group .year-publications .publication-item .publication-title{color:#000;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.publications .publications-list .year-group .year-publications .publication-item .publication-authors{color:#000;font-style:italic;margin-bottom:.5rem;font-size:.95rem}.publications .publications-list .year-group .year-publications .publication-item .publication-journal{color:#000;margin-bottom:.5rem;font-size:.9rem}.research img{display:block;margin:2rem auto;min-width:300px}.contact .contact-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;margin-bottom:4rem}@media (max-width: 768px){.contact .contact-content{grid-template-columns:1fr}}.contact .contact-content .contact-info .contact-item p{margin:.5rem 0}.contact .contact-content .contact-info .contact-item p:first-child{font-weight:600;color:#7d00fc;font-size:1.1rem}.contact .map-section h3{color:#54b3d6;margin-bottom:1rem;font-size:1.5rem}.contact .map-section .google-map-container{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.contact .links{margin-bottom:2rem}.contact .links h3{color:#54b3d6;margin-bottom:1rem;font-size:1.25rem}.contact .links div{margin-bottom:.5rem}.contact .logos{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}
