.nav{position:fixed;top:0;left:0;right:0;background:#0b1020f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1.5rem clamp(1rem,3vw,2rem);border-bottom:1px solid rgba(124,58,237,.2)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger span{width:25px;height:3px;background:var(--accent-cyan);transition:all .3s ease;border-radius:2px}.hamburger span.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger span.open:nth-child(2){opacity:0}.hamburger span.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-menu{list-style:none;display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap;margin:0}.nav-menu a{color:var(--secondary);text-decoration:none;font-size:.9rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;transition:color .3s ease;position:relative}.nav-menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--accent-cyan);transition:width .3s ease}.nav-menu a:hover{color:var(--accent-cyan)}.nav-menu a:hover:after{width:100%}@media (max-width: 768px){.nav{padding:1rem}.hamburger{display:flex}.nav-menu{position:fixed;top:0;left:0;width:80%;max-width:300px;height:100vh;background:#0b1020fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;transform:translate(-100%);transition:transform .3s ease;padding:2rem;border-right:1px solid rgba(124,58,237,.3)}.nav-menu.open{transform:translate(0)}.nav-menu a{font-size:1.1rem}.nav-menu li{opacity:0;transform:translateY(20px);transition:all .3s ease;width:100%}.nav-menu.open li{opacity:1;transform:translateY(0)}.nav-menu.open li:nth-child(1){transition-delay:.1s}.nav-menu.open li:nth-child(2){transition-delay:.15s}.nav-menu.open li:nth-child(3){transition-delay:.2s}.nav-menu.open li:nth-child(4){transition-delay:.25s}.nav-menu.open li:nth-child(5){transition-delay:.3s}.nav-menu.open li:nth-child(6){transition-delay:.35s}.nav-menu.open li:nth-child(7){transition-delay:.4s}.nav-menu.open li:nth-child(8){transition-delay:.45s}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,3vw,2rem);padding-top:100px;background:linear-gradient(135deg,#0b1020,#1a1f3a,#0b1020);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(124,58,237,.1) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:800px;text-align:center;position:relative;z-index:1}.hero-image-container{margin-bottom:2rem;display:inline-block}.hero-image{width:250px;height:250px;border-radius:50%;object-fit:cover;border:4px solid var(--accent);box-shadow:0 0 30px #7c3aed80,0 0 60px #22d3ee4d;transition:all .3s ease}.hero-image:hover{transform:scale(1.05);box-shadow:0 0 40px #7c3aedb3,0 0 80px #22d3ee80}.hero h1{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,8vw,5.5rem);font-weight:300;line-height:1.2;margin-bottom:1.5rem;color:var(--primary)}.hero .subtitle{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--secondary);margin-bottom:2rem;font-weight:300;letter-spacing:.02em}.hero .bio{max-width:600px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.8;color:var(--secondary)}.cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-cyan) 100%);color:var(--background);text-decoration:none;font-weight:500;letter-spacing:.05em;text-transform:uppercase;font-size:.9rem;transition:all .3s ease;border:none;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.cta-button:hover:before{left:100%}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7c3aed66}.timeline{position:relative;padding-left:3rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--accent) 0%,var(--accent-cyan) 100%);opacity:.5}.timeline-item{position:relative;margin-bottom:3rem}.timeline-item:before{content:"";position:absolute;left:-3.5rem;top:.5rem;width:12px;height:12px;border-radius:50%;background:var(--accent-cyan);border:3px solid var(--background);box-shadow:0 0 10px var(--accent-cyan)}section:nth-child(2n) .timeline-item:before{border-color:var(--surface)}.timeline-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:.5rem;color:var(--primary);font-weight:600}.timeline-subtitle{color:var(--accent);font-weight:500;margin-bottom:.5rem}.timeline-period{color:var(--secondary);font-size:.95rem;margin-bottom:1rem}.timeline-description{color:var(--secondary);line-height:1.7}@media (max-width: 768px){.timeline{padding-left:2rem}.timeline-item:before{left:-2.4rem}}.publication-item{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(124,58,237,.2);transition:all .3s ease}.publication-item:last-child{border-bottom:none}.publication-item:hover{transform:translate(10px);border-left:2px solid var(--accent-cyan);padding-left:1rem}.publication-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:.5rem;color:var(--primary);font-weight:600}.publication-authors{color:var(--secondary);font-style:italic;margin-bottom:.5rem}.publication-venue{color:var(--accent);font-weight:500;margin-bottom:.5rem}.publication-meta{color:var(--secondary);font-size:.95rem;margin-bottom:1rem}.publication-links{display:flex;gap:1rem;margin-top:1rem}.pub-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-cyan);text-decoration:none;font-size:.9rem;font-weight:500;padding:.5rem 1rem;border:1px solid var(--accent-cyan);border-radius:4px;transition:all .3s ease}.pub-link:hover{background:var(--accent-cyan);color:var(--background);transform:translateY(-2px);box-shadow:0 4px 12px #22d3ee4d}.pdf-link{color:var(--accent);border-color:var(--accent)}.pdf-link:hover{background:var(--accent);color:var(--background);box-shadow:0 4px 12px #7c3aed4d}.carousel-wrapper{width:100%;max-width:100%;overflow:hidden}.carousel-container{position:relative;display:flex;align-items:center;gap:2rem;width:100%;max-width:100%}.carousel-arrow{background:var(--surface);border:2px solid var(--accent);color:var(--accent-cyan);width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;z-index:10}.carousel-arrow:hover{background:var(--accent);color:var(--background);transform:scale(1.1);box-shadow:0 5px 20px #7c3aed66}.carousel-arrow:active{transform:scale(.95)}.carousel-dots{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--accent);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:var(--accent-cyan);border-color:var(--accent-cyan)}.carousel-dot.active{background:var(--accent);width:30px;border-radius:6px}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;flex:1;min-height:500px;min-width:300px}.project-card{background:var(--surface);transition:all .3s ease;border:1px solid rgba(124,58,237,.2);position:relative;overflow:hidden;text-decoration:none;color:inherit;display:block;cursor:pointer}.project-card.carousel-item{animation:carouselFadeIn .6s ease-in-out forwards}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-cyan));transform:scaleX(0);transition:transform .3s ease;z-index:2}section:nth-child(2n) .project-card{background:var(--background)}.project-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #7c3aed4d;border-color:var(--accent)}.project-card:hover:before{transform:scaleX(1)}.project-image-container{position:relative;width:100%;height:200px;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image{transform:scale(1.1)}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#7c3aede6,#22d3eee6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.view-details{color:#fff;font-weight:500;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em}.project-content{padding:2.5rem}.project-title{font-family:Cormorant Garamond,serif;font-size:1.6rem;margin-bottom:1rem;color:var(--primary);font-weight:600}.project-period{color:var(--accent);font-size:.9rem;margin-bottom:1rem;font-weight:500}.project-description{color:var(--secondary);line-height:1.7}@media (max-width: 768px){.carousel-wrapper{padding:0;margin:0}.carousel-container{gap:.75rem}.carousel-arrow{width:40px;height:40px;font-size:1.2rem}.projects-grid{grid-template-columns:1fr!important;min-height:auto;gap:0}.project-card{width:100%;max-width:100%}.project-content{padding:1.5rem}.project-title{font-size:1.3rem;word-wrap:break-word;overflow-wrap:break-word}.project-image-container{height:200px}.carousel-dots{margin-top:1.5rem}}.presentations-carousel-wrapper{width:100%}.presentations-carousel-container{position:relative;display:flex;align-items:stretch;gap:2rem}.presentation-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;flex:1;min-height:350px;min-width:200px}.presentation-item{padding:2rem;background:var(--surface);border-left:3px solid var(--accent);transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;cursor:pointer;min-width:0;height:100%;position:relative}.presentation-item.carousel-item{animation:carouselFadeIn .6s ease-in-out forwards}.presentation-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent);z-index:1}section:nth-child(2n) .presentation-item{background:var(--background)}.presentation-item:hover{transform:translate(10px);box-shadow:0 5px 20px #7c3aed33;border-left-color:var(--accent-cyan)}.presentation-content{position:relative;display:flex;flex-direction:column;height:100%}.presentation-type{display:inline-block;background:#7c3aed33;color:var(--accent-cyan);padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;margin-bottom:1rem;width:fit-content}.presentation-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;margin-bottom:.75rem;color:var(--primary);font-weight:600;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.presentation-event{color:var(--accent);font-weight:500;margin-bottom:.5rem;word-wrap:break-word}.presentation-date{color:var(--secondary);font-size:.95rem;margin-bottom:1rem;word-wrap:break-word}.presentation-excerpt{color:var(--secondary);line-height:1.6;margin-bottom:1rem;flex-grow:1;word-wrap:break-word;overflow-wrap:break-word}.view-presentation{color:var(--accent-cyan);font-weight:500;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease;margin-top:auto}.presentation-item:hover .view-presentation{gap:.75rem}@media (max-width: 1024px){.presentation-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.presentations-carousel-container{gap:1rem}.presentation-list{grid-template-columns:1fr;min-height:auto}.presentation-item{padding:1.5rem;min-width:200px}.presentation-title{font-size:1.2rem}}.interests-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.interest-card{text-align:center;padding:2.5rem 2rem;background:var(--surface);transition:all .3s ease;border:1px solid rgba(124,58,237,.2);position:relative}section:nth-child(2n) .interest-card{background:var(--background)}.interest-card:hover{transform:scale(1.03);box-shadow:0 10px 30px #7c3aed4d;border-color:var(--accent-cyan)}.interest-icon{font-size:2.5rem;margin-bottom:1rem;filter:drop-shadow(0 0 10px var(--accent))}.interest-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;margin-bottom:1rem;color:var(--primary);font-weight:600}.interest-description{color:var(--secondary);margin-bottom:.5rem;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.interests-grid{grid-template-columns:1fr}.interest-card{min-width:300px;width:100%;padding:2rem 1.5rem}.interest-title,.interest-description{word-wrap:break-word;overflow-wrap:break-word}}.blog-carousel-wrapper{width:100%;max-width:100%;overflow:hidden}.blog-carousel-container{position:relative;display:flex;align-items:center;gap:2rem;width:100%;max-width:100%}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;flex:1;min-height:450px}@media (max-width: 1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.blog-carousel-wrapper{padding:0;margin:0}.blog-carousel-container{gap:.5rem;padding:0 .5rem}.blog-grid{grid-template-columns:1fr;min-height:auto;gap:0;width:100%;max-width:100%}.blog-post{width:100%;max-width:100%;min-width:200px}.blog-content{padding:1.5rem}.blog-title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:1.2rem}.blog-excerpt{word-wrap:break-word;overflow-wrap:break-word;font-size:.95rem}}.blog-post{background:var(--surface);border:1px solid rgba(124,58,237,.2);transition:all .3s ease;overflow:hidden;position:relative}.blog-post.carousel-item{animation:carouselFadeIn .6s ease-in-out forwards}@keyframes carouselFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}section:nth-child(2n) .blog-post{background:var(--background)}.blog-post:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-cyan));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.blog-post:hover:before{transform:scaleX(1)}.blog-post:hover{transform:translateY(-5px);box-shadow:0 15px 40px #7c3aed4d;border-color:var(--accent-cyan)}.blog-content{padding:2.5rem}.blog-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.85rem;color:var(--secondary)}.blog-tag{background:#7c3aed33;color:var(--accent-cyan);padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.blog-date{color:var(--secondary)}.blog-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:1rem;color:var(--primary);font-weight:600;line-height:1.3}.blog-excerpt{color:var(--secondary);line-height:1.7;margin-bottom:1.5rem}.blog-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-cyan);text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease}.blog-link:hover{gap:.75rem;color:var(--accent)}.blog-link:after{content:"→";transition:transform .3s ease}.blog-link:hover:after{transform:translate(3px)}footer{background:var(--surface);color:var(--primary);padding:4rem clamp(1rem,3vw,2rem) 2rem;text-align:center;border-top:1px solid rgba(124,58,237,.2)}.footer-content{max-width:1200px;margin:0 auto}.footer-title{font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:2rem}.contact-info{margin-bottom:2rem}.contact-info a{color:var(--primary);text-decoration:none;margin:0 1rem;transition:color .3s ease}.contact-info a:hover{color:var(--accent-cyan)}.footer-address{margin-bottom:2rem;line-height:1.8;color:var(--secondary)}.social-links{margin:2rem 0}.social-links a{display:inline-block;width:40px;height:40px;margin:0 .5rem;border:1px solid var(--accent);border-radius:50%;line-height:40px;text-align:center;color:var(--primary);text-decoration:none;transition:all .3s ease}.social-links a:hover{background:var(--accent);border-color:var(--accent-cyan);transform:translateY(-3px);box-shadow:0 5px 15px #7c3aed66;color:var(--background)}.footer-bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(124,58,237,.2);font-size:.9rem;color:var(--secondary)}.project-detail-container{min-height:100vh;padding:120px clamp(1rem,3vw,2rem) 4rem;max-width:1400px;margin:0 auto}.back-link{display:inline-flex;align-items:center;color:var(--accent-cyan);text-decoration:none;font-weight:500;margin-bottom:2rem;transition:all .3s ease}.back-link:hover{color:var(--accent);transform:translate(-5px)}.project-detail-header{margin-bottom:3rem}.project-detail-image{width:100%;height:400px;object-fit:cover;border-radius:8px;margin-bottom:2rem;border:1px solid rgba(124,58,237,.3)}.project-detail-meta{margin-bottom:2rem}.project-detail-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;margin-bottom:1rem;color:var(--primary);line-height:1.2}.project-detail-period{font-size:1.2rem;color:var(--accent);font-weight:500}.project-detail-content{display:grid;grid-template-columns:1fr 350px;gap:4rem}.project-detail-description{color:var(--primary);line-height:1.8}.project-detail-description h2{font-family:Cormorant Garamond,serif;font-size:2rem;margin:3rem 0 1.5rem;color:var(--primary);border-bottom:2px solid var(--accent);padding-bottom:.5rem}.project-detail-description h3{font-size:1.5rem;margin:2rem 0 1rem;color:var(--accent-cyan)}.project-detail-description p{margin-bottom:1.5rem;color:var(--secondary)}.project-detail-description ul{margin:1rem 0 1.5rem 1.5rem;color:var(--secondary)}.project-detail-description li{margin-bottom:.75rem;line-height:1.7}.project-detail-sidebar{position:sticky;top:120px;height:fit-content}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{background:#7c3aed33;color:var(--accent-cyan);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.collaborator-list,.publication-list{list-style:none;padding:0}.collaborator-list li,.publication-list li{padding:.75rem 0;border-bottom:1px solid rgba(124,58,237,.1);color:var(--secondary);line-height:1.6}.collaborator-list li:last-child,.publication-list li:last-child{border-bottom:none}@media (max-width: 968px){.project-detail-content{grid-template-columns:1fr}.project-detail-sidebar{position:static}.project-detail-image{height:300px}}.blog-post-container{min-height:100vh;padding:120px clamp(1rem,3vw,2rem) 4rem;max-width:900px;margin:0 auto}.blog-post-article{color:var(--primary)}.blog-post-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid rgba(124,58,237,.3)}.blog-post-meta{display:flex;gap:1rem;margin-bottom:1.5rem}.blog-post-tag{background:#7c3aed33;color:var(--accent-cyan);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.blog-post-date{color:var(--secondary);padding:.5rem 0;font-size:.9rem}.blog-post-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;line-height:1.2;color:var(--primary);margin-bottom:1rem}.paper-info{background:var(--surface);padding:2rem;margin:2rem 0 3rem;border-left:4px solid var(--accent);border-radius:4px}.paper-info h3{font-family:Cormorant Garamond,serif;font-size:1.3rem;margin-bottom:1rem;color:var(--primary)}.paper-title{font-size:1.2rem;font-weight:600;color:var(--primary);margin-bottom:.5rem;font-style:italic}.paper-authors{color:var(--secondary);margin-bottom:.5rem}.paper-venue{color:var(--accent-cyan);font-weight:500;margin-bottom:1rem}.paper-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-cyan);text-decoration:none;font-weight:500;padding:.75rem 1.5rem;border:1px solid var(--accent-cyan);border-radius:4px;transition:all .3s ease;margin-top:1rem}.paper-link:hover{background:var(--accent-cyan);color:var(--background);transform:translateY(-2px);box-shadow:0 4px 12px #22d3ee4d}.blog-post-content{line-height:1.8;color:var(--secondary)}.blog-post-content h2{font-family:Cormorant Garamond,serif;font-size:2.2rem;margin:3rem 0 1.5rem;color:var(--primary);border-bottom:2px solid var(--accent);padding-bottom:.5rem}.blog-post-content h3{font-family:Cormorant Garamond,serif;font-size:1.7rem;margin:2.5rem 0 1rem;color:var(--accent-cyan)}.blog-post-content p{margin-bottom:1.5rem;font-size:1.05rem}.blog-post-content ul{margin:1.5rem 0 1.5rem 2rem;list-style-type:disc}.blog-post-content li{margin-bottom:1rem;line-height:1.8;padding-left:.5rem}.blog-post-content strong{color:var(--primary);font-weight:600}.blog-post-content code{background:var(--surface);padding:.2rem .5rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em;color:var(--accent-cyan)}.blog-post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(124,58,237,.2)}.back-to-blog{display:inline-flex;align-items:center;color:var(--accent-cyan);text-decoration:none;font-weight:500;transition:all .3s ease}.back-to-blog:hover{color:var(--accent);transform:translate(-5px)}.blog-gallery{margin-top:4rem;padding-top:3rem;border-top:2px solid rgba(124,58,237,.2)}.blog-gallery-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:400;margin-bottom:2rem;color:var(--primary);text-align:center}.blog-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.blog-gallery-item{overflow:hidden;border-radius:8px;border:1px solid rgba(124,58,237,.3);aspect-ratio:4 / 3;cursor:pointer;transition:all .3s ease}.blog-gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #7c3aed4d;border-color:var(--accent-cyan)}.blog-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-gallery-item:hover img{transform:scale(1.08)}@media (max-width: 768px){.blog-gallery{margin-top:3rem;padding-top:2rem}.blog-gallery-title{font-size:2rem}.blog-gallery-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width: 768px){.blog-post-title{font-size:2rem}.blog-post-content h2{font-size:1.8rem}.blog-post-content h3{font-size:1.4rem}.paper-info{padding:1.5rem}}.presentation-detail-container{min-height:100vh;padding:120px clamp(1rem,3vw,2rem) 4rem;max-width:1400px;margin:0 auto}.presentation-detail-header{margin-bottom:3rem}.presentation-detail-image{width:100%;object-fit:cover;border-radius:8px;margin-bottom:2rem;border:1px solid rgba(124,58,237,.3)}.presentation-detail-meta{margin-bottom:2rem}.presentation-detail-type{display:inline-block;background:#7c3aed33;color:var(--accent-cyan);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:1rem}.presentation-detail-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;margin-bottom:1rem;color:var(--primary);line-height:1.2}.presentation-detail-event{font-size:1.3rem;color:var(--accent);font-weight:500;margin-bottom:.5rem}.presentation-detail-location{font-size:1.1rem;color:var(--secondary)}.presentation-detail-content{display:grid;grid-template-columns:1fr 350px;gap:4rem}.presentation-detail-description{color:var(--primary);line-height:1.8}.presentation-detail-description h2{font-family:Cormorant Garamond,serif;font-size:2rem;margin:3rem 0 1.5rem;color:var(--primary);border-bottom:2px solid var(--accent);padding-bottom:.5rem}.presentation-detail-description h3{font-size:1.5rem;margin:2rem 0 1rem;color:var(--accent-cyan)}.presentation-detail-description p{margin-bottom:1.5rem;color:var(--secondary)}.presentation-detail-description ul,.presentation-detail-description ol{margin:1rem 0 1.5rem 1.5rem;color:var(--secondary)}.presentation-detail-description li{margin-bottom:.75rem;line-height:1.7}.presentation-detail-sidebar{height:fit-content}.sidebar-section{background:var(--surface);padding:2rem;margin-bottom:2rem;border:1px solid rgba(124,58,237,.2);border-radius:8px}.sidebar-section h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:1.5rem;color:var(--primary);border-bottom:1px solid rgba(124,58,237,.2);padding-bottom:.5rem}.resource-links{display:flex;flex-direction:column;gap:1rem}.resource-link{display:flex;align-items:center;gap:.75rem;color:var(--accent-cyan);text-decoration:none;padding:.75rem 1rem;border:1px solid var(--accent-cyan);border-radius:4px;transition:all .3s ease;font-weight:500}.resource-link:hover{background:var(--accent-cyan);color:var(--background);transform:translateY(-2px);box-shadow:0 4px 12px #22d3ee4d}.related-papers-list{list-style:none;padding:0}.related-papers-list li{padding:.75rem 0;border-bottom:1px solid rgba(124,58,237,.1);color:var(--secondary);line-height:1.6}.related-papers-list li:last-child{border-bottom:none}.event-info p{margin-bottom:.75rem;color:var(--secondary);line-height:1.6}.event-info strong{color:var(--primary)}.presentation-gallery{margin-top:4rem;padding-top:3rem;border-top:2px solid rgba(124,58,237,.2)}.gallery-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:400;margin-bottom:2rem;color:var(--primary);text-align:center}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gallery-item{position:relative;overflow:hidden;border-radius:8px;border:1px solid rgba(124,58,237,.3);aspect-ratio:4 / 3;cursor:pointer;transition:all .3s ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #7c3aed4d;border-color:var(--accent-cyan)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.08)}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:lightboxFadeIn .3s ease;cursor:pointer}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.lightbox-image{max-width:90%;max-height:90vh;object-fit:contain;border-radius:8px;cursor:default;box-shadow:0 10px 50px #7c3aed66}.lightbox-close{position:absolute;top:1.5rem;right:2rem;background:none;border:none;color:#fff;font-size:3rem;line-height:1;cursor:pointer;transition:color .3s ease;z-index:2001}.lightbox-close:hover{color:var(--accent-cyan)}@media (max-width: 968px){.presentation-detail-content{grid-template-columns:1fr}.presentation-detail-sidebar{position:static}.presentation-detail-image{height:100%}}@media (max-width: 768px){.presentation-gallery{margin-top:3rem;padding-top:2rem}.gallery-title{font-size:2rem;margin-bottom:1.5rem}.gallery-grid{grid-template-columns:1fr;gap:1rem}}.app{min-height:100vh;opacity:0;animation:fadeIn 1.2s ease-out forwards;overflow-x:hidden;width:100%;max-width:100vw}section{padding:clamp(4rem,10vw,8rem) clamp(1rem,3vw,2rem);max-width:1200px;margin:0 auto;overflow-x:hidden;width:100%}section:nth-child(2n){background:var(--surface)}.section-header{margin-bottom:4rem;text-align:center;width:100%}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:400;margin-bottom:1rem;color:var(--primary);text-align:center}.section-subtitle{color:var(--secondary);font-size:1.1rem;font-weight:300;max-width:600px;margin:0 auto;text-align:center}@media (max-width: 768px){section{padding:3rem 1.5rem}.section-header{margin-bottom:2.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #E5E7EB;--secondary: #9CA3AF;--accent: #7C3AED;--accent-cyan: #22D3EE;--highlight: #A3FF12;--background: #0B1020;--surface: #111827}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{font-family:Work Sans,sans-serif;color:var(--primary);background:var(--background);line-height:1.7;overflow-x:hidden;width:100%;max-width:100vw;position:relative}#root{min-height:100vh;overflow-x:hidden;width:100%;max-width:100vw}.reveal{opacity:0;transform:translateY(30px);transition:all .8s ease}.reveal.active{opacity:1;transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
