:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background-white: rgb(250, 250, 250);--readable-grey: rgb(21, 21, 21);--readable-grey-faint: rgba(21, 21, 21, .2);--accent-primary: rgb(252, 196, 25);--accent-secondary: #fc5319;--link: rgb(25, 81, 252)}body{margin:0;min-height:100vh;color:var(--readable-grey);background:var(--background-white)}@media (prefers-color-scheme: light){:root{color:var(--readable-grey);background-color:var(--background-white)}}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;color:var(--readable-grey);position:sticky;top:0;border-bottom:solid 1px var(--readable-grey-faint)}nav.open{border-bottom:solid 1px white}nav .brand{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.2rem}.brand-logo{width:26px;height:26px}nav .links a{color:var(--readable-grey);margin-left:1rem;text-decoration:none}nav .links a:hover{text-decoration:underline}.menu-toggle{display:none;position:relative;width:28px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.menu-toggle span{position:absolute;left:0;right:0;height:2px;background:var(--readable-grey);border-radius:0;transform-origin:50% 50%;transition:top .22s ease,transform .22s ease,opacity .15s ease;will-change:top,transform,opacity}.menu-toggle span:nth-child(1){top:4px}.menu-toggle span:nth-child(2){top:11px}.menu-toggle span:nth-child(3){top:18px}.menu-toggle.open span:nth-child(1){top:11px;transform:rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){top:11px;transform:rotate(-45deg)}.mobile-menu{position:fixed;top:64px;left:0;right:0;z-index:1000;display:flex;flex-direction:column;gap:1rem;background:#fff;overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .3s ease,padding .3s ease;padding:0 2rem;border-bottom:none}.mobile-menu.open{max-height:500px;opacity:1;padding:1rem 2rem;border-bottom:1px solid var(--readable-grey-faint)}.mobile-menu a{text-decoration:none;color:var(--readable-grey);font-size:1.1rem}.mobile-menu a:hover{text-decoration:underline}@media (max-width: 768px){.desktop-links{display:none}.menu-toggle{display:flex}}main{padding:0rem 2rem;color:var(--readable-grey)}.publications,.teaching,.curriculum-vitae,.about{max-width:60%;margin:2rem auto;padding:1rem;background-color:var(--background-white)}@media (max-width: 1200px){.publications,.teaching,.about{max-width:70%}}@media (max-width: 768px){.publications,.teaching,.about{max-width:90%}}.publications h2,.teaching h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;margin-top:2rem;background-color:var(--accent-primary);padding-left:.5rem}.publications h2:first-of-type,.teaching h2:first-of-type,.about h2:first-of-type{margin-top:1rem}.publications a,.teaching a,.about a{color:var(--link);text-decoration:none}.publications a:hover,.teaching a:hover,.about a:hover{text-decoration:underline}.publications .icon,.workshop-item .icon,.about .icon{margin-right:.2rem;width:16px;height:16px;vertical-align:middle}.about{padding:1rem;color:var(--readable-grey)}.about-hero{display:flex;align-items:flex-start;gap:2rem;margin-bottom:5rem;line-height:1.6rem}.about-photo{width:280px;height:280px;border-radius:50%;object-fit:cover;border:1px solid var(--readable-grey-faint);flex-shrink:0;margin-top:1rem}.about-text h1{margin:0;margin-top:1rem;font-size:2rem}.about-text h2{margin:.3rem 0 1rem;font-weight:400;font-size:1.1rem;color:var(--readable-grey)}.about-interests h2,.about-news h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:700;margin-top:2rem;background-color:var(--accent-primary);padding-left:.5rem}.about-interests ul,.about-news ul{list-style-type:disc;margin-left:1.5rem}.about-news{margin-top:3rem}.research-graphic{display:block;margin:0 auto;max-width:100%;height:auto}.about-news ul{list-style:none;padding:0;margin-left:.8rem}.about-news li{margin-bottom:1rem;line-height:1.6}.about-news strong{font-weight:500;margin-bottom:.5rem}@media (max-width: 992px){.about-hero{align-items:center;flex-direction:column;text-align:center}.about-hero h1{margin-top:0}.about-hero .blurb{text-align:justify}.about-buttons{justify-content:center}.about-photo{width:200px;height:200px}.about-buttons .btn{margin-bottom:.5rem}}@media (max-width: 768px){.about-text h1{font-size:1.6rem}.about-text h2{font-size:1rem}}.btn{display:inline-block;padding:.6rem 1.2rem;border:none;text-decoration:none;color:var(--background-white);background:var(--link);font-size:1rem;font-weight:500;cursor:pointer;text-align:center;transition:background-color .2s ease,transform .2s ease}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.about-buttons{margin-top:1rem;display:flex;gap:1rem}.about-buttons .btn{text-decoration:none;color:var(--background-white);background:var(--link)}.about-buttons .btn:hover{text-decoration:none}.about-buttons .btn:active{text-decoration:none;background-color:#0e39ba}.about-news .btn{display:block;margin:.2rem auto;padding:.3rem .7rem;background-color:#323232}.about-news .btn:active{background-color:var(--readable-grey)}.publications ol,.teaching ol{list-style:decimal;margin:0;padding-left:1.5rem}.publications li{margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--readable-grey-faint);padding-left:.5rem}.publications li:last-child{border-bottom:none}.publications .title,.worksop-item .title{font-weight:600;margin:.2rem 0}.publications .authors,.publications .venue{font-size:.9rem;margin:.2rem 0}.publications a{font-size:.9rem}.publications .link_paper{margin-right:.5rem}.publications .link_talk{margin-left:.5rem}.teaching-list,.service-list{margin:0;padding:0}.teaching-item,.service-item{padding-left:2rem;text-indent:-.5rem}.workshop-item{padding-left:0;text-indent:0}.teaching-item p,.service-item p{margin:.25rem 0;font-size:.95rem}.teaching h2{margin-top:2.5rem}.teaching h2:first-of-type{margin-top:1rem}.teaching-university h4,.service-year h4{font-weight:500;margin-bottom:.5rem}.teaching-university,.workshop-item,.service-year,.personal-blurb{padding-left:.5rem}.workshop-list{list-style:none;margin:0;padding-left:.5rem}.workshop-item{margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--readable-grey-faint)}.workshop-item:last-child{border-bottom:none}.workshop-item .title{font-weight:600;margin:.2rem 0}.workshop-item .venue{font-size:.9rem;margin:.2rem 0}.workshop-item .links a{font-size:.9rem}.contact-me{padding-bottom:.8rem}.footer{margin-top:1rem;padding:1rem .5rem .5rem;text-align:center;font-size:.9rem;line-height:.8rem;color:var(--readable-grey);border-top:1px solid var(--readable-grey-faint);background:var(--background)}.footer .icon{margin-right:.5rem;width:1.2rem;height:1.2rem;vertical-align:middle;fill:var(--link)}.footer .ai-google-scholar{font-size:1.2rem;margin-right:0;color:var(--link)}
