﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px;font-size:16px;-webkit-text-size-adjust:100%}body{font-family:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.7;color:#0f172a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#003087;text-decoration:none;transition:color .15s ease}a:hover{color:#75aadb}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}h1,h2,h3,h4,h5,h6{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-weight:600;line-height:1.3;color:#0f172a}#navbar{position:fixed;top:0;left:0;right:0;height:64px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;z-index:1000;transition:box-shadow .25s ease}#navbar.scrolled{box-shadow:0 1px 3px rgba(0,0,0,.07),0 1px 2px rgba(0,0,0,.04)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:1.2rem;font-weight:600;color:#003087;letter-spacing:-0.02em;position:relative}.nav-brand::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#75aadb;transition:width .25s ease}.nav-brand:hover{color:#003087}.nav-brand:hover::after{width:100%}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-links li a{display:inline-block;padding:.4rem .75rem;font-size:.9rem;font-weight:500;color:#334155;border-radius:2px;transition:color .15s ease,background .15s ease;letter-spacing:.01em}.nav-links li a:hover,.nav-links li a.active{color:#003087;background:#eaf2f9}.nav-links .nav-contact{margin-left:.5rem;padding:.4rem 1rem;color:#003087;border:1.5px solid #003087;border-radius:2px}.nav-links .nav-contact:hover{background:#003087;color:#fff}.nav-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.nav-toggle span{display:block;width:22px;height:2px;background:#0f172a;border-radius:2px;transition:.25s ease}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width: 640px){.nav-toggle{display:flex}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid #e2e8f0;flex-direction:column;padding:1rem;gap:.25rem}.nav-links.open{display:flex}.nav-links li{width:100%}.nav-links li a{width:100%;display:block}.nav-links .nav-contact{margin-left:0;text-align:center}}.section-hero{min-height:100vh;display:flex;align-items:center;padding-top:64px;background:#fff;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4rem;position:relative;z-index:1;padding:4rem 2rem}@media(max-width: 768px){.hero-grid{grid-template-columns:1fr;gap:2.5rem;padding:3rem 1.5rem}}@media(max-width: 768px){.hero-text{order:2}}.hero-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#75aadb;margin-bottom:.75rem}.hero-name{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;color:#003087;letter-spacing:-0.03em;line-height:1.1;margin-bottom:.5rem}.hero-subtitle{font-size:1.05rem;color:#334155;margin-bottom:1.5rem;font-weight:400}.hero-subtitle .columbia-accent{color:#75aadb;font-weight:600;margin-right:.1em}.hero-bio{font-size:1rem;color:#334155;max-width:540px;line-height:1.75}@media(max-width: 768px){.hero-bio{max-width:100%}}.hero-bio-2{margin-top:.75rem;font-size:.95rem;color:#64748b}.edu-list{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.45rem}.edu-list li{display:flex;align-items:baseline;gap:.5rem;font-size:.88rem;flex-wrap:wrap}@media(max-width: 768px){.edu-list li{flex-direction:column;flex-wrap:nowrap;gap:.1rem}}.edu-degree{font-weight:600;color:#0f172a}@media(max-width: 768px){.edu-degree{width:100%}}.edu-meta{display:inline-flex;align-items:baseline;gap:.5rem}@media(max-width: 768px){.edu-meta{display:flex;width:100%}}.edu-school{color:#334155}.edu-school::before{content:"·";margin-right:.5rem;color:#75aadb}.edu-year{font-size:.8rem;color:#75aadb;font-weight:500}.hero-links{display:flex;align-items:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.3rem;border-radius:2px;font-size:.9rem;font-weight:500;transition:.25s ease}.btn.btn-primary{background:#003087;color:#fff;border:2px solid #003087}.btn.btn-primary:hover{background:rgba(0,0,0,0);color:#003087}.btn.btn-outline{background:#fff;color:#003087;border:2px solid #003087}.btn.btn-outline:hover{background:#003087;color:#fff}.social-icons{display:flex;align-items:center;gap:.75rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:2px;color:#64748b;border:1.5px solid #e2e8f0;transition:.25s ease}.social-icons a:hover{color:#003087;border-color:#75aadb;background:#eaf2f9}.hero-photo-wrap{flex-shrink:0}@media(max-width: 768px){.hero-photo-wrap{order:1;display:flex;justify-content:center}}.hero-photo-frame{position:relative;width:240px;height:240px}@media(max-width: 768px){.hero-photo-frame{width:180px;height:180px}}.hero-photo{width:100%;height:100%;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0}.container{max-width:1100px;margin:0 auto;padding:0 2rem}@media(max-width: 640px){.container{padding:0 1.25rem}}.section-white{background:#fff;padding:5rem 0}.section-alt{background:#f8fafc;padding:5rem 0}.section-title{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:500;color:#003087;margin-bottom:2.5rem;letter-spacing:-0.01em}.section-title-sub{font-size:1.5rem;margin-top:3rem;display:block}.section-desc{font-size:1rem;color:#64748b;margin-top:-1.75rem;margin-bottom:2rem;max-width:600px}.research-interest{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:1.05rem;font-style:italic;color:#334155;border-left:2px solid #75aadb;padding-left:1rem;margin-top:-1.5rem;margin-bottom:2.5rem;max-width:680px}.pub-list{display:flex;flex-direction:column;gap:0}.pub-card{display:flex;gap:2rem;padding:2rem 0;border-bottom:1px solid #e2e8f0}.pub-card:first-child{border-top:1px solid #e2e8f0}@media(max-width: 640px){.pub-card{flex-direction:column;gap:.5rem}}.pub-year{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:1.05rem;font-weight:400;font-style:italic;color:#003087;white-space:nowrap;min-width:48px;padding-top:4px}.pub-body{flex:1}.pub-title{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:1.15rem;font-weight:500;color:#0f172a;margin-bottom:.4rem;line-height:1.45}.pub-authors{font-size:.9rem;color:#64748b;margin-bottom:.75rem}.pub-authors strong{color:#334155;font-weight:600}.pub-status-row{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;margin-bottom:.75rem}.badge{display:inline-block;padding:0;border:none;border-radius:0;line-height:1.4;background:none}.badge.badge-review,.badge.badge-conf{font-size:.85rem;font-weight:400;font-style:italic;color:#334155}.badge.badge-agent{font-size:.8rem;font-weight:500;color:#75aadb;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;transition:color .15s ease}.badge.badge-agent:hover{color:#003087}.abstract-toggle{display:inline-flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:500;color:#003087;padding:.2rem 0;background:none;border:none;cursor:pointer;transition:color .15s ease}.abstract-toggle:hover{color:#75aadb}.abstract-toggle .toggle-icon{font-size:1rem;transition:transform .15s ease;display:inline-block}.abstract-toggle[aria-expanded=true] .toggle-icon{transform:rotate(45deg)}.pub-abstract{margin-top:.75rem;font-size:.92rem;color:#334155;line-height:1.75;border-left:2px solid #e2e8f0;padding-left:1rem}.pub-links{margin-top:.75rem;display:flex;gap:1rem}.pub-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:500;color:#003087}.pub-link:hover{color:#75aadb;text-decoration:underline}.pub-link-muted{font-size:.82rem;color:#64748b;font-style:italic}.wip-block{margin-top:3rem}.wip-list{display:flex;flex-direction:column;gap:0}.wip-item{display:flex;flex-direction:column;gap:.2rem;padding:1rem 0;border-bottom:1px solid #e2e8f0}.wip-item:first-child{border-top:1px solid #e2e8f0}.wip-title{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:1rem;font-weight:600;color:#0f172a}.wip-authors{font-size:.88rem;color:#64748b}.wip-authors.wip-sole{font-style:italic}.exp-tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:2.5rem}.exp-tab{padding:.6rem 1.5rem;font-size:.9rem;font-weight:500;color:#64748b;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;cursor:pointer;transition:.25s ease}.exp-tab.active,.exp-tab:hover{color:#003087}.exp-tab.active{border-bottom-color:#75aadb;color:#003087}.exp-panel.hidden{display:none}.timeline{position:relative;padding-left:2rem}.timeline::before{content:"";position:absolute;left:6px;top:8px;bottom:8px;width:1.5px;background:linear-gradient(to bottom, #75AADB, #EAF2F9)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-2rem;top:6px;width:13px;height:13px;border-radius:50%;background:#fff;border:2.5px solid #75aadb;transition:.25s ease}.timeline-item:hover .timeline-dot{background:#75aadb}.timeline-content{background:#fff;border:1px solid #e2e8f0;border-radius:2px;padding:1.25rem 1.5rem;transition:border-color .25s ease}.timeline-content:hover{border-color:#94a3b8}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}@media(max-width: 600px){.timeline-header{flex-direction:column;gap:.25rem}}.timeline-role{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.15rem}.timeline-org{font-size:.9rem;color:#334155;font-style:italic}.timeline-supervisor{font-size:.82rem;color:#64748b;margin-top:.1rem}.timeline-period{font-size:.78rem;font-weight:500;color:#64748b;white-space:nowrap;flex-shrink:0;letter-spacing:.02em}.timeline-topics{display:flex;flex-wrap:wrap;gap:.35rem}.topic-tag{font-size:.7rem;background:rgba(0,0,0,0);color:#64748b;padding:.15rem .45rem;border-radius:2px;border:1px solid #e2e8f0;letter-spacing:.03em}.teaching-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem}.teaching-card{display:flex;gap:0;background:#fff;border:1px solid #e2e8f0;border-radius:2px;overflow:hidden}.teaching-card-accent{width:2px;background:#003087;flex-shrink:0}.teaching-body{padding:1.25rem 1.5rem;flex:1}.teaching-body h3{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.3rem}.teaching-org{font-size:.87rem;color:#334155;font-style:italic;margin-bottom:.75rem}.teaching-courses{display:flex;flex-direction:column;gap:.4rem}.teaching-courses li{font-size:.88rem;color:#334155;display:flex;align-items:center;gap:.5rem}.course-term{font-size:.68rem;font-weight:600;color:#64748b;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;flex-shrink:0}.toolkit-tabs{display:flex;gap:.5rem;margin-bottom:2rem}.toolkit-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.25rem;font-size:.88rem;font-weight:500;color:#64748b;background:#fff;border:1.5px solid #e2e8f0;border-radius:2px;cursor:pointer;transition:.25s ease}.toolkit-tab .tab-count{font-size:.75rem;background:#f1f5f9;color:#64748b;padding:.1rem .45rem;border-radius:2px;transition:.25s ease}.toolkit-tab.active,.toolkit-tab:hover{color:#003087;border-color:#75aadb;background:#eaf2f9}.toolkit-tab.active .tab-count,.toolkit-tab:hover .tab-count{background:#c5dcf0;color:#003087}.toolkit-tab.active{font-weight:600}.toolkit-panel.hidden{display:none}.toolkit-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));gap:1.25rem}.toolkit-card{background:#fff;border:1px solid #e2e8f0;border-radius:2px;padding:1.4rem;transition:border-color .25s ease;display:flex;flex-direction:column;gap:.75rem}.toolkit-card:hover{border-color:#94a3b8}.toolkit-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.toolkit-name{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:.97rem;font-weight:600;line-height:1.4}.toolkit-name a{color:#003087}.toolkit-name a:hover{color:#75aadb;text-decoration:underline}.github-link{flex-shrink:0;color:#64748b;transition:color .15s ease}.github-link:hover{color:#003087}.toolkit-summary{font-size:.875rem;color:#334155;line-height:1.65}.toolkit-features{display:flex;flex-direction:column;gap:.3rem;margin-top:auto}.toolkit-features li{font-size:.82rem;color:#64748b;padding-left:1rem;position:relative}.toolkit-features li::before{content:"→";position:absolute;left:0;color:#75aadb;font-size:.75rem}footer{background:#003087;padding:2rem 0}.footer-simple{text-align:center;display:flex;flex-direction:column;gap:.3rem}.footer-line{font-size:.82rem;color:rgba(255,255,255,.5)}.footer-updated{color:rgba(255,255,255,.3)}.agent-section{min-height:calc(100vh - 64px);padding-top:calc(64px + 3rem)}.agent-card{display:grid;grid-template-columns:1fr 1.4fr;gap:2.5rem;align-items:start;background:#fff;border:1px solid #e2e8f0;border-radius:4px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.07),0 2px 6px rgba(0,0,0,.04)}@media(max-width: 768px){.agent-card{grid-template-columns:1fr}}.agent-image-wrap{background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;min-height:420px;padding:1.5rem;cursor:zoom-in}@media(max-width: 768px){.agent-image-wrap{border-right:none;border-bottom:1px solid #e2e8f0;min-height:240px}}.agent-image{width:100%;height:auto;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.07),0 1px 2px rgba(0,0,0,.04);transition:opacity .15s ease}.agent-image:hover{opacity:.92}.agent-body{padding:2rem 2rem 2rem 0}@media(max-width: 768px){.agent-body{padding:1.5rem}}.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:2000;align-items:center;justify-content:center;cursor:zoom-out}.lightbox.open{display:flex}.lightbox img{max-width:90vw;max-height:90vh;border-radius:3px;box-shadow:0 8px 32px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.05)}.agent-header{margin-bottom:1rem}.agent-name{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:1.75rem;font-weight:700;color:#003087;margin-bottom:.2rem}.agent-type{font-size:.9rem;color:#75aadb;font-weight:500}.agent-desc{font-size:.95rem;color:#334155;line-height:1.7;margin-bottom:1.5rem}.agent-tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem}.agent-tab{padding:.5rem 1.1rem;font-size:.875rem;font-weight:500;color:#64748b;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;cursor:pointer;transition:.25s ease}.agent-tab.active,.agent-tab:hover{color:#003087}.agent-tab.active{border-bottom-color:#75aadb;color:#003087}.agent-panel.hidden{display:none}.agent-features{display:flex;flex-direction:column;gap:1.1rem}.agent-features li{display:flex;gap:.9rem;align-items:flex-start}.agent-features p{font-size:.875rem;color:#64748b;margin-top:.15rem;line-height:1.6}.agent-features strong{font-size:.9rem;color:#0f172a}.feature-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#eaf2f9;border-radius:2px;color:#003087;margin-top:1px}.interface-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:.75rem}@media(max-width: 640px){.interface-grid{grid-template-columns:1fr}}.interface-card{border:1px solid #e2e8f0;border-top:3px solid #e2e8f0;border-radius:3px;padding:1rem}.interface-card h4{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:.9rem;font-weight:600;color:#0f172a;margin:.4rem 0 .35rem}.interface-card p{font-size:.8rem;color:#64748b;line-height:1.6}.interface-card.interface-card-mid{border-top-color:#75aadb}.interface-card.interface-card-high{border-top-color:#003087}.interface-badge{font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:.15rem .5rem;border-radius:20px;background:#f1f5f9;color:#64748b}.interface-badge.interface-badge-mid{background:#eaf2f9;color:#75aadb}.interface-badge.interface-badge-high{background:rgba(0,48,135,.08);color:#003087}.agent-paper{display:flex;flex-direction:column;gap:.5rem}.agent-paper-title{font-family:"EB Garamond",Georgia,"Times New Roman",serif;font-size:1rem;font-weight:600;color:#0f172a;line-height:1.4}.agent-paper-authors{font-size:.875rem;color:#64748b}.agent-paper-abstract{font-size:.875rem;color:#334155;line-height:1.7;margin-top:.25rem;border-left:2px solid #e2e8f0;padding-left:.75rem}.agent-actions{margin-top:1.75rem;display:flex;gap:.75rem;flex-wrap:wrap}.hidden{display:none !important}
