@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@400&display=swap");body{margin:0;display:flex;font-family:sans-serif;transition:margin-left 0.3s ease}#nav-toggle{position:fixed;top:1rem;left:1rem;z-index:1001;font-size:1.5rem;background:rgba(255,255,255,0.8);border:1px solid #ffffff;padding:0.5rem 0.75rem;border-radius:8px;cursor:pointer;backdrop-filter:blur(6px)}#side-nav{position:fixed;top:3.5rem;left:0;width:12%;height:calc(100% - 3.5rem);padding:1rem;overflow-y:auto;transform:translateX(0);transition:transform 0.3s ease;z-index:1000;background:transparent;border-right:1px solid #eee}.nav-header .branding{display:flex;flex-direction:column;align-items:center;gap:0.5rem;margin-bottom:2rem}.nav-header .branding img{max-width:100px;height:auto}.nav-header .site-name{font-weight:bold;font-size:1.2rem;text-align:center;color:#333}.nav-link{display:block;padding:0.5rem 1rem;color:#333;text-decoration:none;border-radius:4px;transition:background 0.2s}.nav-link:hover{background-color:rgba(0,0,0,0.05)}.nav-item.has-children{margin-bottom:1rem}.submenu-toggle{background:none;border:none;color:#333;font-weight:bold;cursor:pointer;padding:0.5rem 1rem;text-align:left;width:100%}.submenu{padding-left:1rem}#main-content{margin-left:12%;padding:2rem;transition:margin-left 0.3s ease;flex:1}body.nav-collapsed #side-nav{transform:translateX(-100%)}body.nav-collapsed #main-content{margin-left:0}#overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);z-index:999}body.nav-open #overlay{display:block}@media (max-width: 768px){#side-nav{transform:translateX(-100%);width:80%;top:0;height:100%;background:white;border-right:none;box-shadow:2px 0 6px rgba(0,0,0,0.1)}.nav-header .site-name{color:#111}body.nav-open #side-nav{transform:translateX(0)}#main-content{margin-left:0}body.nav-open #main-content{pointer-events:none}}.projects-carousel-section{padding:4rem 1rem;position:relative;width:80%;max-width:1200px;margin:0 auto}.projects-carousel-section .section-title{text-align:center;font-size:2rem;margin-bottom:2rem;color:#222}.projects-carousel-section .carousel{position:relative;overflow:hidden;max-width:100%;margin:0 auto}.projects-carousel-section .carousel-item{opacity:0;visibility:hidden;position:absolute;width:100%;top:0;left:0;transition:opacity 0.4s ease}.projects-carousel-section .carousel-item.active{opacity:1;visibility:visible;position:relative}.projects-carousel-section .carousel-media{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.projects-carousel-section .carousel-media img,.projects-carousel-section .carousel-media video{width:30%;max-width:100%;flex:1 1 30%;min-width:250px;border-radius:12px;object-fit:contain;aspect-ratio:16 / 9;background-color:#ffffff;box-shadow:0 4px 8px rgba(0,0,0,0.15)}.projects-carousel-section .carousel-media video{max-height:unset}.projects-carousel-section .carousel-text{width:100%;background:#f9f9f9;padding:1.5rem;border-radius:12px;display:flex;flex-direction:column;align-items:center}.projects-carousel-section .carousel-text .project-title{font-size:1.5rem;font-weight:bold;background:linear-gradient(to right, #007cf0, #00dfd8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:0.5rem}.projects-carousel-section .carousel-text .project-author{color:#888;font-size:0.9rem;margin-bottom:0.5rem}.projects-carousel-section .carousel-text .project-description{color:#333;font-size:1rem;margin-bottom:1rem;text-align:center}.projects-carousel-section .carousel-text .project-link{display:inline-block;margin:0.5rem 0.5rem 0;padding:0.4rem 1rem;background-color:#007cf0;color:white;border-radius:6px;text-decoration:none;font-size:0.9rem}.projects-carousel-section .carousel-text .project-link:hover{background-color:#005bb5}.projects-carousel-section .carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,0.2);color:white;border:none;font-size:2rem;padding:0.3rem 0.6rem;cursor:pointer;border-radius:6px}.projects-carousel-section .carousel-btn.prev{left:10px}.projects-carousel-section .carousel-btn.next{right:10px}.projects-carousel-section .carousel-dots{display:flex;justify-content:center;margin-top:1rem;gap:0.5rem}.projects-carousel-section .carousel-dots .dot{width:12px;height:12px;background-color:#ccc;border-radius:50%;cursor:pointer;transition:background-color 0.3s}.projects-carousel-section .carousel-dots .dot.active{background-color:#007cf0}@media (max-width: 768px){.projects-carousel-section{padding:0 0;width:100%}.projects-carousel-section .carousel-media{flex-direction:column;align-items:center}.projects-carousel-section .carousel-media img,.projects-carousel-section .carousel-media video{width:100%;max-width:100%;aspect-ratio:16 / 9;object-fit:contain}.projects-carousel-section .carousel-text{padding:1rem}.projects-carousel-section .carousel-btn{top:auto;bottom:10px;transform:none;font-size:1.5rem}.projects-carousel-section .carousel-btn.prev{left:20%}.projects-carousel-section .carousel-btn.next{right:20%}}.projects-section{padding:2rem 0rem;width:90%;max-width:1200px;margin:0 auto}.projects-section .section-title{font-size:2rem;text-align:center;margin-bottom:2rem}.projects-section .projects-container{display:flex;flex-direction:column;gap:1rem;align-items:center}.projects-section .project-card{max-width:1200px;width:100%;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08);padding:1.5rem}.projects-section .project-card .project-media{display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:center}.projects-section .project-card .project-media img,.projects-section .project-card .project-media video{max-height:220px;border-radius:8px;object-fit:cover;max-width:100%}.projects-section .project-card .project-media .video-wrapper{position:relative;max-height:220px;max-width:100%}.projects-section .project-card .project-media .video-wrapper video{width:100%;height:auto;border-radius:8px}.projects-section .project-card .project-info{margin-top:1.2rem}.projects-section .project-card .project-info .project-title{font-size:1.5rem;font-weight:bold;background:linear-gradient(to right, #007cf0, #00dfd8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;margin-bottom:0}.projects-section .project-card .project-info .project-subtitle{font-size:1.4rem;font-weight:500;text-align:center;color:#000000;margin-top:0.2}.projects-section .project-card .project-info .project-authors{color:#8b8a8a;font-size:0.9rem;margin-bottom:0.5rem}.projects-section .project-card .project-info .project-description{color:#333;font-size:1rem;margin-bottom:1rem}.projects-section .project-card .project-info .project-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;flex-wrap:wrap;gap:1rem}.projects-section .project-card .project-info .project-footer .project-conference{font-size:0.95rem;color:#444;flex:1;text-align:left}.projects-section .project-card .project-info .project-footer .project-link{display:inline-block;justify-content:center;margin:0.5rem 0.5rem 0;padding:0.4rem 1rem;background-color:#007cf0;color:white;border-radius:6px;text-decoration:none;font-size:0.9rem}.projects-section .project-card .project-info .project-footer .project-link:hover{background-color:#005bb5}@media (max-width: 768px){.projects-section .project-media{flex-direction:column;align-items:center}.projects-section .project-info{text-align:center}}.people-section{padding:4rem 2rem;text-align:center}.people-section h2{font-size:2rem;margin-bottom:2rem;color:#222}.people-section .people-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:2rem;justify-items:center}.people-section .person-card{width:180px;height:240px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:white;border-radius:12px;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,0.05);transition:transform 0.2s ease;overflow:hidden}.people-section .person-card:hover{transform:translateY(-4px)}.people-section .person-card img{width:100%;height:210px;object-fit:cover;border-radius:8px;margin-bottom:0.75rem}.people-section .person-name{font-size:1rem;color:#333;font-weight:600;text-align:center;line-height:1.2;margin:0;word-break:break-word;margin-bottom:0rem}.intro-section{padding:3rem 1rem;text-align:center}.intro-section .intro-container{max-width:960px;margin:0 auto;padding:0 1rem}.intro-section .intro-title{font-size:2.2rem;font-weight:700;margin-bottom:1.2rem;color:#1a1a1a}.intro-section .intro-description{font-size:1.1rem;color:#444;line-height:1.7;margin-bottom:1rem}@media (max-width: 768px){.intro-section .intro-title{font-size:1.8rem}.intro-section .intro-description{font-size:1rem;line-height:1.6}}@media (max-width: 480px){.intro-section .intro-title{font-size:1.5rem}.intro-section .intro-description{font-size:0.95rem}}.overview{display:flex;flex-direction:column;gap:2rem;padding:2rem;width:80%;max-width:1200px;margin:0 auto}.overview .section-title{text-align:center;font-size:2rem;margin-bottom:2rem;color:#222}.overview .overview-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;gap:1rem}.overview .overview-row .overview-left{display:flex;gap:0.5rem;flex:1 1 60%;flex-wrap:nowrap}.overview .overview-row .overview-left .project-card{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);text-decoration:none;padding:0.3rem;transition:transform 0.3s ease;min-width:20%}.overview .overview-row .overview-left .project-card .card-content{display:flex;gap:0.5rem}.overview .overview-row .overview-left .project-card .card-content img{width:100%;height:auto;border-radius:4px;object-fit:cover}.overview .overview-row .overview-left .project-card .project-label{margin-top:0.2rem;font-size:1rem;font-weight:600;color:#333;text-align:center}.overview .overview-row .overview-left .project-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,0.15)}.overview .overview-row .overview-left .project-card.two-images{width:100%}.overview .overview-row .overview-left .project-card.two-images .card-content img{width:50%}.overview .overview-row .overview-left .project-card.one-image{width:calc(50% - 0.5rem);flex:0 0 calc(50% - 0.5rem);min-width:250px}.overview .overview-row .overview-left .project-card.one-image .card-content img{width:100%}.overview .overview-row .overview-right{flex:1 1 35%}.overview .overview-row .overview-right .text-block{position:relative;background:#f5f8fa;padding:1rem 1.5rem;border-left:4px solid #007acc;border-radius:0.5rem;font-size:1rem;line-height:1.6;color:#333}.overview .overview-row .overview-right .text-block .arrow-up{position:absolute;bottom:-1.2rem;left:50%;transform:translateX(-50%) rotate(45deg);width:20px;height:20px;background:#f5f8fa;border-left:4px solid #007acc;border-top:4px solid #007acc}@media (max-width: 768px){.overview{width:100%;padding:1rem}.overview .overview-row{flex-direction:column;flex-wrap:wrap}.overview .overview-row .overview-left{flex-wrap:wrap;overflow-x:visible}.overview .overview-row .overview-left .project-card.one-image{flex:1 1 100%}.overview .overview-row .overview-right .text-block .arrow-up{display:none}}.banner{width:100%;height:50vh;min-height:300px;max-height:600px;position:relative;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.banner::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.15)}.banner .banner-content{position:relative;z-index:1;text-align:center;padding:1.5rem;max-width:1000px;margin:0 auto;color:#2c3e50}.banner .banner-title{font-family:'Montserrat', sans-serif;font-weight:700;font-size:clamp(1.8rem, 4vw, 3rem);margin-bottom:1rem;text-shadow:1px 1px 2px rgba(255,255,255,0.8);line-height:1.2}.banner .banner-description{font-family:'Open Sans', sans-serif;font-size:clamp(0.9rem, 1.8vw, 1.5rem);line-height:1.5;max-width:700px;margin:0 auto;text-shadow:1px 1px 1px rgba(255,255,255,0.8)}.news-section{padding:2rem;background-color:#f9f9f9}.news-section .news-title{font-size:1.8rem;font-weight:bold;margin-bottom:1rem;color:#333}.news-section .news-list{list-style:none;padding:0;margin:0}.news-section .news-list .news-item{margin-bottom:0.75rem}.news-section .news-list .news-item .news-link{text-decoration:none;display:flex;flex-direction:column;padding:0.75rem 1rem;border-radius:8px;background-color:#ffffff;box-shadow:0 1px 3px rgba(0,0,0,0.05);transition:background-color 0.2s ease}.news-section .news-list .news-item .news-link:hover{background-color:#eef3f9}.news-section .news-list .news-item .news-link .news-date{font-size:0.9rem;color:#888}.news-section .news-list .news-item .news-link .news-headline{font-size:1.1rem;color:#1a1a1a;font-weight:500;margin-top:0.25rem}.header-image-container{display:flex;justify-content:center;align-items:center;width:80%;padding:0rem 1rem;flex-wrap:wrap}.header-image-container .header-image{width:70%;height:auto;flex-shrink:0}.site-footer{background-color:#f9f9f9;padding:3rem 1rem;text-align:center}html{scroll-behavior:smooth}
