.hero-profile{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;margin-bottom:30px}.profile-picture-main{width:300px;height:300px;border-radius:50%;overflow:hidden;box-shadow:0 8px 20px #00000026;margin-top:-20px}.profile-img-main{width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(2)}@media(max-width:768px){.profile-picture-main{width:250px;height:250px}}.hero-text{text-align:center}.publication-links{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.link-block{margin:4px}.icon-link{margin:0 10px;color:#4a4a4a;font-size:1.4em}.icon-link:hover{color:#2c3e50}.tldr-section{width:100%;margin:0 0 20px;padding:20px 0;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);color:#fff;box-shadow:0 4px 15px #00000026;position:relative;overflow:hidden}.tldr-title{font-size:1.5em;font-weight:700;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center}.tldr-title:before{content:"⚡";margin-right:10px;font-size:1.3em}.tldr-content{font-size:1.1em;line-height:1.6}.tldr-section:after{content:"";position:absolute;bottom:-15px;right:-15px;width:100px;height:100px;background:#ffffff1a;border-radius:50%;z-index:0}@media(max-width:768px){.tldr-section{padding:15px 0}.tldr-title{font-size:1.3em}.tldr-content{font-size:1em}}.about-content{text-align:justify;line-height:1.8;font-size:1.05em}.about-paragraph{margin-bottom:16px}.cat-grid{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.cat-container{position:relative;display:flex;flex-direction:column;align-items:center;cursor:pointer}.cat-picture{width:180px;height:180px;border-radius:50%;overflow:hidden;box-shadow:0 6px 16px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.cat-picture:hover{transform:scale(1.05);box-shadow:0 8px 20px #00000026}.cat-img{width:100%;height:100%;object-fit:cover;object-position:center center}.cat-name{font-weight:700;font-size:1.1em}.cat-note{margin-top:60px;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.projects-header{text-align:center;margin-bottom:20px}.project-title{font-size:1.8em;margin-bottom:8px}.paper-authors{margin-top:8px;font-size:1.05em;color:#666}.project-body{margin-top:10px}.project-header-wrapper{position:relative;padding-top:0}.content-section{margin-bottom:25px}.abstract-section{margin-bottom:25px;padding:15px;background-color:#f0f4f8;border-left:4px solid #3498db;border-radius:4px}.abstract-title,.abstract-section .project-title{font-size:1.8em;margin-bottom:15px;color:#3498db}.problem-statement-section{margin-bottom:25px;padding:15px;background-color:#fef6e6;border-left:4px solid #f39c12;border-radius:4px}.problem-title,.problem-statement-section .project-title{font-size:1.8em;margin-bottom:15px;color:#f39c12}.framework-section{margin-bottom:25px;padding:15px;background-color:#eafaf1;border-left:4px solid #27ae60;border-radius:4px}.framework-title,.framework-section .project-title{font-size:1.8em;margin-bottom:15px;color:#27ae60}.algorithm-section{margin-bottom:25px;padding:15px;background-color:#f7f5fe;border-left:4px solid #9b59b6;border-radius:4px}.algorithm-title,.algorithm-section .project-title{font-size:1.8em;margin-bottom:15px;color:#9b59b6}.problem-statement-section .expand-icon{color:#f39c12}.abstract-section .expand-icon{color:#3498db}.framework-section .expand-icon{color:#27ae60}.algorithm-section .expand-icon{color:#9b59b6}.section-header{position:relative}.conference-pin{position:absolute;top:-30px;left:-35px;z-index:10}.action-badges{position:absolute;top:-30px;right:-35px;display:flex;flex-direction:row;gap:8px;z-index:10}.expand-icon{margin-top:10px}.expandable-section{cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;margin-left:auto;margin-right:auto;max-width:100%;overflow:visible}.expandable-section:not(.expanded){max-width:90%}.expandable-section:hover:not(.expanded){box-shadow:0 8px 20px #00000026}.expandable-section.expanded{max-width:100%;box-shadow:0 12px 30px #0003}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;padding-top:30px}.section-tldr{font-size:1.05em;line-height:1.6;font-style:italic;color:#555}.section-content{max-height:0;overflow:hidden;transition:max-height .6s cubic-bezier(.4,0,.2,1),opacity .5s ease,margin-top .4s ease;opacity:0}.expandable-section.expanded .section-content{max-height:3000px;opacity:1;margin-top:20px}.expand-icon{font-size:1.5em;transition:transform .3s ease;flex-shrink:0;margin-left:10px}.expandable-section.expanded .expand-icon{transform:rotate(180deg)}.expandable-section ul{list-style-type:disc;padding-left:40px;margin-top:15px;margin-bottom:15px}.expandable-section ul li{margin-bottom:8px;list-style-position:outside}.section-content ul{list-style-type:disc;padding-left:40px}.section-content ul li{margin-bottom:8px}@media(max-width:768px){.expandable-section:not(.expanded){max-width:95%}.expandable-section.expanded{max-width:100%}.expandable-section:hover:not(.expanded){transform:none!important}}.badge-cluster{display:flex;flex-direction:row;gap:8px;align-items:center}.conference-badge,.website-badge,.arxiv-badge,.github-badge{display:inline-flex;align-items:center;padding:6px 12px;color:#fff;border-radius:20px;font-size:.85em;font-weight:700;box-shadow:0 2px 8px #00000026;white-space:nowrap;transition:all .3s ease;text-decoration:none}.conference-badge{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d}.conference-badge:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.website-badge{background:linear-gradient(135deg,#11998e,#38ef7d);box-shadow:0 2px 8px #11998e4d}.website-badge:hover{transform:translateY(-1px);box-shadow:0 4px 12px #11998e66;color:#fff;text-decoration:none}.arxiv-badge{background:linear-gradient(135deg,#b91d47,#e74c3c);box-shadow:0 2px 8px #b91d474d}.arxiv-badge:hover{transform:translateY(-1px);box-shadow:0 4px 12px #b91d4766;color:#fff;text-decoration:none}.github-badge{background:linear-gradient(135deg,#333,#555);box-shadow:0 2px 8px #3333334d}.github-badge:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3336;color:#fff;text-decoration:none}.conference-text{letter-spacing:.5px;color:#fff}.education-item{margin-bottom:12px}.education-meta{font-style:italic;color:#666}.methodology-section{margin-bottom:25px;padding:15px;background-color:#faf8f3;border-left:4px solid #d4a373;border-radius:4px}.methodology-title{font-size:1.8em;margin-bottom:15px;color:#d4a373}.methodology-section .expand-icon{color:#d4a373}.contact-title{font-size:1.8em;margin-bottom:15px;color:var(--theme-blue-text)}.contact-links ul{list-style:none;padding-left:0}.contact-links li{margin-bottom:8px}.contact-section{margin-bottom:25px}
