@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}body,img{-webkit-touch-callout:none}a,div,h1,h2,h3,h4,h5,h6,li,p,span,td,th{-webkit-user-select:text;user-select:text}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.nav-link{transition:color .2s ease}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.page-section{margin-bottom:3rem}.section-title{border-bottom:2px solid #e1e5e9;color:#2c3e50;font-size:2rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.section-subtitle{color:#34495e;font-size:1.25rem;font-weight:500;margin-bottom:1rem}.research-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.research-card{background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:1.5rem;transition:all .3s ease}.research-card:hover{border-color:#3498db;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.research-card h3{color:#2c3e50;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.research-card p{color:#666;line-height:1.6}.publications-list{gap:1.5rem}.publication-item{background:#fff;border:1px solid #e1e5e9;padding:1.5rem}.publication-item:hover{border-color:#3498db;box-shadow:0 2px 8px #0000001a}.publication-title{color:#2c3e50;margin-bottom:.5rem;text-decoration:none}.publication-title:hover{color:#3498db}.publication-authors{margin-bottom:.5rem}.equal-contributions{color:#3498db;font-size:.85rem;margin-top:.25rem}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem;padding:0 1rem}.nav{gap:1rem}.main-content{padding:1rem}.research-grid{gap:1rem;grid-template-columns:1fr}.section-title{font-size:1.5rem}}.header{background-color:#fff;border-bottom:1px solid #e1e5e9;box-shadow:0 2px 4px #0000001a;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{color:#2c3e50;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .2s ease}.logo:hover{color:#3498db}.nav{display:flex;gap:2rem}.nav-link{border-bottom:2px solid #0000;color:#666;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .2s ease}.nav-link.active,.nav-link:hover{border-bottom-color:#3498db;color:#2c3e50}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem;padding:0 1rem}.nav{gap:1rem}.logo{font-size:1.25rem}}.about-page img{-webkit-user-drag:none!important;-khtml-user-drag:none!important;-moz-user-drag:none!important;-o-user-drag:none!important;user-drag:none!important;-webkit-touch-callout:none!important;-webkit-tap-highlight-color:transparent!important;pointer-events:auto!important;-webkit-user-select:none!important;user-select:none!important}.about-image-container{position:relative}.about-image-container:before{background:#0000;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.about-page{margin:0 auto;max-width:1200px;padding:2rem}.about-content{align-items:center;display:flex;gap:3rem;min-height:60vh}.about-image-section{display:flex;flex:1 1;justify-content:center}.about-text-section{flex:1 1;padding:1rem 0}.about-image-container{align-items:center;cursor:pointer;display:flex;justify-content:center;max-width:400px;perspective:1000px;-webkit-perspective:1000px;width:100%}.about-image-card{animation:wiggle .5s ease-in-out .3s;aspect-ratio:1;border-radius:12px;box-shadow:0 8px 25px #00000026;height:auto;max-width:400px;position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:transform .8s;-webkit-transition:-webkit-transform .8s;width:100%}.about-image-card:hover{animation:wiggle .5s ease-in-out}.about-image-card.flipped{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.about-image-back,.about-image-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:12px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.about-image-back img,.about-image-front img{display:block;height:100%;object-fit:cover;width:100%}.about-image-back{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.about-image-mobile{animation:wiggle .5s ease-in-out .3s;background-color:#f8f9fa;border:2px solid #dee2e6;border-radius:12px;box-shadow:0 8px 25px #00000026;cursor:pointer;display:none;flex-shrink:0;height:300px;overflow:hidden;width:300px}.about-image-mobile:hover{animation:wiggle .5s ease-in-out}.about-image-mobile img{border-radius:12px;display:block;height:100%;object-fit:cover;width:100%}@media (max-width:768px){.about-content{flex-direction:column;gap:2rem}.about-image-card{display:none!important}.about-image-mobile{display:block!important}.about-image-container,.about-image-mobile{flex-shrink:0;height:300px;margin:0 auto;width:300px}.about-text-section{text-align:left}.news-talks-section{margin-top:3rem;padding:0 1rem}.about-page{padding:1rem}}.about-text-section p{color:#555;font-size:1.1rem;line-height:1.7;margin:0}.about-text-section a{color:#3498db;font-weight:500;text-decoration:none}.about-text-section a:hover{color:#2980b9;text-decoration:underline}.news-talks-section{margin-left:auto;margin-right:auto;margin-top:0;max-width:1200px;padding:0 2rem}.news-talks-section h2{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.8rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.news-talks-content{display:flex;flex-direction:column;gap:1.5rem}.news-item{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:1.25rem;transition:all .2s ease}.news-item:hover{border-color:#3498db;box-shadow:0 4px 12px #0000001a}.news-content h3{color:#2c3e50;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.news-content p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.news-content a{color:#3498db;font-weight:500;text-decoration:none}.news-content a:hover{color:#2980b9;text-decoration:underline}.teaching-section{margin-left:auto;margin-right:auto;margin-top:4rem;max-width:1200px;padding:0 2rem}.teaching-section h2{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.8rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.teaching-content{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:1.25rem}.teaching-content p{color:#666;font-size:.95rem;line-height:1.6;margin:0 0 1rem}.teaching-content p:last-child{margin-bottom:0}.teaching-content a{color:#3498db;font-weight:500;text-decoration:none}.teaching-content a:hover{color:#2980b9;text-decoration:underline}.contact-section{margin-left:auto;margin-right:auto;margin-top:4rem;max-width:1200px;padding:0 2rem}.contact-section h2{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.8rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.contact-content{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:1.25rem}.contact-content p{color:#666;font-size:.95rem;line-height:1.6;margin:0 0 1rem}.contact-content p:last-child{margin-bottom:0}.contact-content a{color:#3498db;font-weight:500;text-decoration:none}.contact-content a:hover{color:#2980b9;text-decoration:underline}@supports (-webkit-touch-callout:none){.about-image-card{transform-style:flat;-webkit-transform-style:flat}.about-image-back,.about-image-front{-webkit-backface-visibility:visible;backface-visibility:visible}}@media (max-width:768px){.about-content{flex-direction:column;gap:2rem;text-align:center}.about-image-card{max-width:100%}.about-text h1{font-size:2rem}.about-text p{font-size:1rem}.about-page{padding:1rem}.about-image-card{transform-style:flat;-webkit-transform-style:flat}.about-image-back,.about-image-front{-webkit-backface-visibility:visible;backface-visibility:visible}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}[id^=paper-]{scroll-margin-top:120px}.publication-item.highlighted{animation:highlightPulse 2s ease-out;background:#e8f4fd;border-color:#3498db;box-shadow:0 4px 12px #3498db33}@keyframes highlightPulse{0%{background:#e8f4fd;box-shadow:0 4px 12px #3498db33}50%{background:#d1ecf1;box-shadow:0 6px 16px #3498db4d}to{background:#e8f4fd;box-shadow:0 4px 12px #3498db33}}body{background-color:#f0fff0;margin:0;padding:0}.research-page,body,button,input,select,textarea{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.research-page{background-color:#f0fff0;line-height:1.6;max-width:100%;min-height:100vh}.research-header{margin-bottom:.5rem}.research-title{animation:slideInDown .8s ease-out;color:#1a1a1a;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:2rem}.research-tabs{border-bottom:1px solid #e0e0e0;display:flex;gap:0;margin-bottom:.5rem}.tab-button{animation:fadeInUp .6s ease-out both;padding:1rem 1.5rem;position:relative}.tab-button:first-child{animation-delay:.1s}.tab-button:nth-child(2){animation-delay:.2s}.tab-button:nth-child(3){animation-delay:.3s}.tab-button:hover{background:#f0f8f0;color:#333}.tab-button.active{color:#1a1a1a}.tab-button.active:after{background:#fff;bottom:-1px;content:"";height:1px;left:0;position:absolute;right:0}.research-content{margin-bottom:4rem;margin-top:-.5rem;transition:transform .3s ease}.research-page.swiping-left{transform:translateX(-10px)}.research-page.swiping-right{transform:translateX(10px)}.project-section{animation:fadeInUp .8s ease-out .4s both;background:#f8fffe;border:1px solid #d4f1d4;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;margin-bottom:2.5rem;margin-top:0;padding:2rem}.project-title-full{margin-bottom:2rem;width:100%}.project-title-full h2{color:#1a1a1a;font-size:1.4rem;font-weight:600;line-height:1.3;margin:0;text-align:left}.project-content-wrapper{align-items:flex-start;display:flex;gap:2rem}.project-section:last-child{margin-bottom:0}.project-image{align-items:flex-start;display:flex;flex-shrink:0;justify-content:center}.project-image img{animation:wiggle .5s ease-in-out .3s;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 12px #0000001a;cursor:pointer;height:auto;max-width:100%;object-fit:contain;width:100%}.project-image img:hover{animation:wiggle .5s ease-in-out}.research-image-container{align-items:center;cursor:pointer;display:flex;justify-content:center;max-width:300px;perspective:1000px;-webkit-perspective:1000px;width:100%}.research-image-card{animation:wiggle .5s ease-in-out .3s;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 12px #0000001a;height:300px;max-width:300px;position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:transform .8s;-webkit-transition:-webkit-transform .8s;width:100%}.research-image-card:hover{animation:wiggle .5s ease-in-out}.research-image-card.flipped{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.research-image-back,.research-image-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:8px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.research-image-back img,.research-image-front img{display:block;height:100%;object-fit:contain;width:100%}.research-image-back{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.research-image-mobile{animation:wiggle .5s ease-in-out .3s;background-color:#f8f9fa;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:none;flex-shrink:0;height:300px;overflow:hidden;width:300px}.research-image-mobile:hover{animation:wiggle .5s ease-in-out}.research-image-mobile img{border-radius:8px;height:100%;object-fit:contain;width:100%}.project-content{flex:1 1}.project-title{color:#1a1a1a;font-size:1.5rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.75rem}.project-description{color:#555;font-size:1.1rem;line-height:1.6;margin:0 0 1.5rem;padding-left:1.5rem;position:relative}.project-description:before{color:#4caf50;content:"•";font-weight:700;left:0;position:absolute;top:0}.project-highlight{background:#f0f8f0;border-left:4px solid #4caf50;border-radius:4px;margin-top:1.5rem;padding:1rem}.project-highlight h4{color:#1a1a1a;font-size:1rem;font-weight:600;margin:0 0 .5rem}.project-highlight p{color:#555;font-size:.95rem;margin:0}.project-highlight a{color:#3498db;font-weight:500;text-decoration:none}.project-highlight a:hover{text-decoration:underline}.publications-section{animation:fadeInUp .8s ease-out .8s both;border-top:1px solid #e0e0e0;margin-top:0;padding-top:.25rem}.publications-title{color:#1a1a1a;font-size:1.8rem;font-weight:600;letter-spacing:-.01em;margin-bottom:2rem}.publications-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.filter-button{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:20px;color:#666;cursor:pointer;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.filter-button:hover{background:#e8e8e8;color:#333}.filter-button.active{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.filter-button.all-filter{font-weight:700}.publications-list{display:flex;flex-direction:column;gap:.25rem}.publication-item{background:#f8fffe;border:1px solid #d4f1d4;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:1rem;transition:all .2s ease}.publication-item:hover{border-color:#b8e6b8;box-shadow:0 2px 8px #00000014}.publication-item[style*=pointer]:hover{background:#f0fdf0;border-color:#a8d8a8;box-shadow:0 4px 12px #0000001a}.publication-item[style*=pointer]:hover .abstract-indicator{color:#1a1a1a}.publication-item[style*=pointer]:hover .expand-icon{transform:scale(1.1)}.publication-content{display:flex;flex-direction:column;gap:.25rem}.publication-title{align-items:center;color:#1a1a1a;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;line-height:1.4;margin:0 0 .1rem}.expand-icon{color:#666;font-size:.8rem;margin-left:.5rem;transition:transform .2s ease}.publication-authors{color:#666;font-size:.95rem;line-height:1.5;margin:0 0 .1rem}.publication-venue{color:#888;font-size:.9rem;font-style:italic;margin:0 0 .25rem}.publication-notes{display:flex;flex-wrap:wrap;gap:.25rem;margin:.25rem 0}.publication-note{background:#f0f0f0;border-radius:4px;color:#1a1a1a;display:inline-block;font-size:.85rem;font-weight:500;margin:0;padding:.25rem .5rem;width:-webkit-fit-content;width:fit-content}.publication-note.award{background:linear-gradient(135deg,#fff9e6,#fff5d6);border:1px solid #f4d03f;box-shadow:0 1px 3px #f4d03f4d;color:#8b6914;font-weight:600}.abstract-indicator{align-items:center;color:#666;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-top:.25rem;transition:color .2s ease}.abstract-indicator .expand-icon{font-size:.8rem;transition:transform .2s ease}.publication-links{margin-top:.25rem}.pdf-link{background:#f8f8f8;border:1px solid #e0e0e0;border-radius:6px;color:#1a1a1a;display:inline-block;font-size:.9rem;font-weight:500;padding:.4rem .8rem;text-decoration:none;transition:all .2s ease}.pdf-link:hover{background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 2px 4px #0000001a;color:#fff;transform:translateY(-1px)}.convokit-link{background:#f8f8f8;border:1px solid #e0e0e0;border-radius:6px;color:#1a1a1a;display:inline-block;font-size:.9rem;font-weight:500;padding:.3rem .8rem;text-decoration:none;transition:all .2s ease;vertical-align:top}.convokit-link:hover{background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 2px 4px #0000001a;color:#fff;transform:translateY(-1px)}.convokit-link img{display:inline-block;height:14px;transition:transform .2s ease;vertical-align:middle}.convokit-link:hover img{transform:scale(1.05)}.publication-abstract{animation:fadeIn .3s ease-in;border-top:1px solid #e8e8e8;margin-top:1rem;padding-top:1rem}.publication-abstract h4{color:#1a1a1a;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.publication-abstract p{color:#555;font-size:.9rem;line-height:1.6;margin:0 0 .75rem;text-align:justify}.publication-abstract p:last-child{margin-bottom:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.research-title{font-size:2rem}.research-tabs{flex-wrap:wrap;gap:0}.tab-button{flex:1 1;font-size:.9rem;min-width:0;padding:.75rem 1rem}.project-title{font-size:1.3rem}.project-content-wrapper{flex-direction:column;gap:1.5rem}.project-image{align-self:center;max-width:100%;order:1;padding:0 1rem}.project-image img{height:auto;max-width:100%;width:100%}.project-content{order:2}.project-image img{max-width:250px}}@media (max-width:480px){.research-title{font-size:1.75rem}.tab-button{font-size:.85rem;padding:.6rem .8rem}.project-title{font-size:1.2rem}.project-content-wrapper{flex-direction:column;gap:1rem}.project-image{align-self:center;max-width:100%;padding:0 1rem}.project-image img{height:auto;max-width:200px;width:auto}.project-title-full h2{font-size:1.2rem}.project-description{font-size:.95rem}.publications-title{font-size:1.5rem}.publications-filter{gap:.25rem}.filter-button{font-size:.8rem;padding:.4rem .8rem}.publication-item{padding:1.25rem}.publication-title{font-size:1rem}.publication-authors{font-size:.9rem}.publication-venue{font-size:.85rem}}@keyframes wiggle{0%,to{transform:rotate(0deg)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}.crew-page{margin:0 auto;max-width:1200px;padding:2rem;transition:transform .3s ease}.crew-page.swiping-left{transform:translateX(-10px)}.crew-page.swiping-right{transform:translateX(10px)}.crew-header{margin-bottom:0;margin-left:auto;margin-right:auto;max-width:1200px;padding:0 2rem}.crew-tabs{display:flex;gap:0;margin-bottom:0}.tab-button{background:none;border:none;border-bottom:2px solid #0000;color:#666;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.tab-button:hover{background-color:#f8f9fa;color:#3498db}.tab-button.active{color:#3498db}.crew-content,.tab-button.active{background:#f8fffe;border:1px solid #d4f1d4}.crew-content{align-items:flex-start;border-radius:8px;display:flex;gap:3rem;margin-left:auto;margin-right:auto;margin-top:0;max-width:1200px;padding:2rem;text-align:left}.crew-description{padding:1rem 0}.crew-description p{color:#555;font-size:1.1rem;line-height:1.7;margin:0}.crew-description a{color:#3498db;font-weight:500;text-decoration:none}.crew-description a:hover{color:#2980b9;text-decoration:underline}.crew-image-section{align-items:flex-start;display:flex;flex:1 1;justify-content:center}.crew-image-container{align-items:center;cursor:pointer;display:flex;justify-content:center;max-width:500px;perspective:1000px;-webkit-perspective:1000px;width:100%}.crew-image-card{animation:wiggle .5s ease-in-out .3s;aspect-ratio:1;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 12px #0000001a;height:auto;max-width:500px;position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:transform .8s;-webkit-transition:-webkit-transform .8s;width:100%}.crew-image-card:hover{animation:wiggle .5s ease-in-out}.crew-image-card.flipped{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.crew-image-back,.crew-image-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:8px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.crew-image-back img,.crew-image-front img{display:block;height:100%;object-fit:cover;width:100%}.crew-image-back{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}.crew-image-mobile{animation:wiggle .5s ease-in-out .3s;background-color:#f8f9fa;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:none;flex-shrink:0;height:300px;overflow:hidden;width:300px}.crew-image-mobile:hover{animation:wiggle .5s ease-in-out}.crew-image-mobile img{border-radius:8px;height:100%;object-fit:cover;width:100%}.crew-members-section{flex:1 1;margin-top:0;padding:0;text-align:left}.crew-members-content{display:flex;flex-direction:column;gap:1rem;text-align:left}.crew-member-name{color:#2c3e50;font-size:1.1rem;margin:0;text-align:left}.crew-member-name a{color:#3498db;font-weight:500;text-decoration:none}.crew-member-name a:hover{color:#2980b9;text-decoration:underline}.crew-member{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:1.25rem;transition:all .2s ease}.crew-member:hover{border-color:#3498db;box-shadow:0 4px 12px #0000001a}.crew-member-content h3{color:#2c3e50;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.crew-member-content p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.crew-member-content a{color:#3498db;font-weight:500;text-decoration:none}.crew-member-content a:hover{color:#2980b9;text-decoration:underline}.crew-member-note{color:#888!important;font-style:italic}.crew-member-details,.crew-member-note{font-size:.9rem!important;margin-top:.5rem!important}.crew-member-details{color:#555!important;font-weight:500}.crew-member-thesis{color:#666!important;font-size:.85rem!important;line-height:1.4!important;margin-top:.5rem!important}.crew-member-thesis a{color:#3498db!important;font-weight:500;text-decoration:none}.crew-member-thesis a:hover{color:#2980b9!important;text-decoration:underline}.crew-member-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem!important}.crew-link{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:4px;color:#3498db!important;font-size:.9rem;font-weight:500;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease}.crew-link:hover{background:#e9ecef;border-color:#3498db;color:#2980b9!important;text-decoration:none}@media (max-width:768px){.crew-content{flex-direction:column;gap:2rem;text-align:left}.crew-image-section{max-width:100%;order:1;padding:0 1rem}.crew-image-card{display:none}.crew-image-mobile{align-items:center;display:flex;justify-content:center}.crew-image-mobile img{height:auto;max-width:100%;width:100%}.crew-members-section{order:2;padding:0 1rem;text-align:left}.crew-member-name,.crew-members-content{text-align:left}.crew-description p{font-size:1rem}.crew-page{padding:1rem}.crew-tabs{flex-wrap:wrap;gap:.5rem}.tab-button{font-size:.9rem;padding:.5rem 1rem}}
/*# sourceMappingURL=main.39487c82.css.map*/