@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap");*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;lang:en}body{font-family:"Inter",system-ui,sans-serif;background:#F8F9FF;color:#0F172A;line-height:1.7;-webkit-font-smoothing:antialiased}.skip-link{position:absolute;top:-100%;left:1rem;background:#4F46E5;color:#fff;padding:0.5rem 1rem;border-radius:0 0 8px 8px;font-size:0.9rem;font-weight:600;text-decoration:none;z-index:9999}.skip-link:focus{top:0}:focus-visible{outline:3px solid #4F46E5;outline-offset:3px;border-radius:4px}h1,h2,h3,h4{font-family:"Playfair Display",Georgia,serif;line-height:1.2;color:#0F172A}h1{font-size:clamp(2rem, 5vw, 3rem)}h2{font-size:clamp(1.4rem, 3vw, 1.9rem)}h3{font-size:1.15rem}h4{font-size:1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#3730A3;text-decoration:underline;text-underline-offset:3px}a:hover{color:#4F46E5}strong{font-weight:600}em{font-style:italic}ul,ol{padding-left:1.4rem}li{margin-bottom:0.3rem}blockquote{border-left:4px solid #EEF2FF;padding:0.75rem 1.25rem;margin:1.5rem 0;color:#475569;font-style:italic;background:#EEF2FF;border-radius:0 8px 8px 0}code{font-size:0.88em;background:#EEF2FF;color:#3730A3;padding:0.15em 0.4em;border-radius:4px}img{max-width:100%;height:auto;display:block;border-radius:8px}hr{border:none;border-top:1px solid #E2E8F0;margin:2rem 0}.container{max-width:840px;margin:0 auto;padding:0 1.5rem}.container--wide{max-width:1100px;margin:0 auto;padding:0 1.5rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.25rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.25rem}.grid-photo{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:0.75rem}.tag{display:inline-block;font-size:0.72rem;font-weight:600;padding:0.2rem 0.6rem;border-radius:20px;background:#EEF2FF;color:#3730A3;border:1px solid #C7D2FE}.tag--warm{background:#FFF7ED;color:#C2410C;border-color:#FED7AA}.tag--green{background:#F0FDF4;color:#166534;border-color:#BBF7D0}.btn{display:inline-block;font-size:0.88rem;font-weight:600;padding:0.55rem 1.25rem;border-radius:8px;text-decoration:none;cursor:pointer;transition:background 0.15s, transform 0.1s}.btn:active{transform:scale(0.98)}.btn--primary{background:#4F46E5;color:#fff;border:2px solid #4F46E5}.btn--primary:hover{background:#3730A3;border-color:#3730A3;color:#fff}.btn--outline{background:transparent;color:#3730A3;border:2px solid #C7D2FE}.btn--outline:hover{background:#EEF2FF;border-color:#4F46E5;color:#3730A3}.section{padding:3.5rem 0}.section__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.page-hero{padding:3rem 0 2rem}.page-hero .eyebrow{display:block;font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#4F46E5;margin-bottom:0.5rem}.page-hero .lead{font-size:1.1rem;color:#475569;margin-top:0.5rem;max-width:560px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.site-header{background:rgba(255,255,255,0.92);backdrop-filter:blur(12px);border-bottom:1px solid #E2E8F0;position:sticky;top:0;z-index:100}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:60px}.site-logo{font-family:"Playfair Display",Georgia,serif;font-weight:700;font-size:1.1rem;color:#0F172A;text-decoration:none;letter-spacing:-0.02em}.site-logo:hover{color:#4F46E5}.site-nav__list{list-style:none;display:flex;gap:0.25rem;padding:0;margin:0}.site-nav__list a{font-size:0.85rem;font-weight:500;color:#475569;text-decoration:none;padding:0.35rem 0.75rem;border-radius:6px;transition:background 0.15s, color 0.15s}.site-nav__list a:hover{background:#EEF2FF;color:#3730A3}.site-nav__list a.active{color:#3730A3;font-weight:600;background:#EEF2FF}.site-nav__toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}.site-nav__toggle span{display:block;width:22px;height:2px;background:#0F172A;border-radius:2px;transition:all 0.2s}@media (max-width: 640px){.site-nav__toggle{display:flex}.site-nav{position:relative}.site-nav__list{display:none;flex-direction:column;position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #E2E8F0;border-radius:12px;padding:0.5rem;min-width:160px;box-shadow:0 4px 20px rgba(0,0,0,0.08)}.site-nav.is-open .site-nav__list{display:flex}.site-nav__list a{padding:0.5rem 0.75rem}}.site-footer{background:#0F172A;color:rgba(255,255,255,0.6);padding:2.5rem 0 1.5rem;margin-top:4rem}.site-footer__inner{display:flex;gap:2rem;justify-content:space-between;flex-wrap:wrap;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.1);margin-bottom:1.25rem}.site-footer__brand p:first-child{font-family:"Playfair Display",Georgia,serif;font-size:1rem;color:#fff;font-weight:700;margin-bottom:0.25rem}.site-footer__nav,.site-footer__social{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.site-footer__nav a,.site-footer__social a{font-size:0.85rem;color:rgba(255,255,255,0.65);text-decoration:none}.site-footer__nav a:hover,.site-footer__social a:hover{color:#fff}.site-footer__copy{font-size:0.78rem}.site-main{min-height:60vh}.post{max-width:840px;margin:0 auto;padding:0 1.5rem}.post__header{padding:2.5rem 0 2rem;border-bottom:1px solid #E2E8F0;margin-bottom:2.5rem}.post__meta{font-size:0.82rem;color:#475569;display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.post__title{margin-bottom:0.75rem}.post__lead{font-size:1.05rem;color:#475569;font-style:italic}.post__body{font-size:1rem;line-height:1.85}.post__body h2{margin:2.5rem 0 1rem}.post__body h3{margin:2rem 0 0.75rem}.post__body p{margin-bottom:1.4rem}.post__body img{margin:1.5rem 0}.post__body figcaption{font-size:0.82rem;color:#475569;text-align:center;margin-top:-1rem;margin-bottom:1.5rem}.cv-section{margin-bottom:2.5rem}.cv-section h2{font-family:"Inter",system-ui,sans-serif;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#3730A3;padding-bottom:0.5rem;border-bottom:2px solid #EEF2FF;margin-bottom:1.25rem}.cv-entry{display:grid;grid-template-columns:120px 1fr;gap:0.5rem 1.5rem;margin-bottom:1.5rem}@media (max-width: 640px){.cv-entry{grid-template-columns:1fr}}.cv-entry__date{font-size:0.78rem;color:#475569;font-weight:500;padding-top:3px}.cv-entry__title{font-weight:600;font-size:0.92rem;margin-bottom:0.1rem}.cv-entry__org{font-size:0.85rem;color:#3730A3;margin-bottom:0.3rem;font-weight:500}.cv-entry__body{font-size:0.85rem;color:#475569;line-height:1.65}.cv-entry__body ul{margin:0.4rem 0}.pub-entry{padding:1.1rem 0;border-bottom:1px solid #E2E8F0}.pub-entry:last-child{border-bottom:none}.pub-entry__title{font-weight:600;font-size:0.92rem;margin-bottom:0.25rem}.pub-entry__venue{font-size:0.82rem;color:#3730A3;font-weight:500;margin-bottom:0.2rem}.pub-entry__authors{font-size:0.82rem;color:#475569}.card{background:#fff;border:1px solid #E2E8F0;border-radius:14px;overflow:hidden;transition:box-shadow 0.2s, transform 0.2s, border-color 0.2s}.card:hover{box-shadow:0 8px 28px rgba(79,70,229,0.1);border-color:#C7D2FE;transform:translateY(-2px)}.card__body{padding:1.35rem}.card__meta{font-size:0.75rem;color:#475569;font-weight:500;margin-bottom:0.4rem}.card__title{font-family:"Playfair Display",Georgia,serif;font-size:1.05rem;font-weight:700;margin-bottom:0.4rem}.card__title a{color:#0F172A;text-decoration:none}.card__title a:hover{color:#3730A3}.card__excerpt{font-size:0.87rem;color:#475569;line-height:1.6;margin-bottom:0.75rem}.card__tags{display:flex;flex-wrap:wrap;gap:0.35rem;margin-top:0.6rem}.home-hero{padding:5rem 0 4rem}.hero__label{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#3730A3;background:#EEF2FF;border:1px solid #C7D2FE;padding:0.3rem 0.75rem;border-radius:20px;margin-bottom:1.25rem}.hero__bio{font-size:1.1rem;color:#475569;max-width:520px;margin-bottom:2rem;line-height:1.75}.hero__links{display:flex;gap:0.75rem;flex-wrap:wrap}.hero__aside{background:#EEF2FF;border:1px solid #C7D2FE;border-radius:14px;padding:1.35rem;height:fit-content}.hero__aside h3{font-family:"Inter",system-ui,sans-serif;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#3730A3;margin-bottom:0.6rem}.hero__aside p{font-size:0.87rem;color:#475569;line-height:1.65;margin-bottom:0.6rem}.hero__aside a{font-size:0.82rem;font-weight:600;color:#3730A3}.section-label{font-family:"Inter",system-ui,sans-serif;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#3730A3;background:#EEF2FF;display:inline-block;padding:0.25rem 0.75rem;border-radius:20px;margin-bottom:1.5rem}.connect-group{margin-bottom:2.5rem}.connect-group h2{font-family:"Inter",system-ui,sans-serif;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#3730A3;padding-bottom:0.5rem;border-bottom:2px solid #EEF2FF;margin-bottom:1.1rem}.connect-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:0.75rem}.connect-card{display:flex;align-items:center;gap:0.85rem;padding:0.9rem 1rem;background:#fff;border:1px solid #E2E8F0;border-radius:12px;text-decoration:none;color:#0F172A;transition:border-color 0.15s, box-shadow 0.15s, transform 0.15s}.connect-card:hover{border-color:#C7D2FE;box-shadow:0 4px 16px rgba(79,70,229,0.08);transform:translateY(-1px);color:#0F172A}.connect-card__icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.connect-card__name{font-weight:600;font-size:0.87rem;display:block}.connect-card__handle{font-size:0.75rem;color:#475569;display:block}.badge{display:inline-block;font-size:0.68rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:0.18rem 0.5rem;border-radius:4px;margin-left:0.4rem;vertical-align:middle}.badge--green{background:#F0FDF4;color:#166534;border:1px solid #BBF7D0}.badge--indigo{background:#EEF2FF;color:#3730A3;border:1px solid #C7D2FE}.badge--warm{background:#FFF7ED;color:#C2410C;border:1px solid #FED7AA}.photo-item{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:1;background:#EEF2FF}.photo-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}.photo-item:hover img{transform:scale(1.04)}
