:root{--bg:#f4f6fb;--bg-alt:#ecf1f8;--surface:#ffffff;--surface-soft:#f9fbff;--text:#1f2431;--muted:#59657a;--accent:#0b4aa3;--accent-strong:#073276;--border:#d2dcea;--line:#e3e9f3;--shadow:0 12px 34px rgba(15, 28, 52, 0.08);--shadow-soft:0 8px 20px rgba(12, 28, 50, 0.05);--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--space-1:0.35rem;--space-2:0.6rem;--space-3:0.9rem;--space-4:1.2rem;--space-5:1.6rem;--space-6:2.2rem;--space-7:3rem;--content-width:min(1120px, 92vw);--font-ui:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "Helvetica Neue", Arial, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans CJK KR", sans-serif;--font-serif:ui-serif, "New York", "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", Times, serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html.nav-open,html.nav-open body{overflow:hidden}body{margin:0;color:var(--text);font-family:var(--font-ui);font-size:clamp(1rem,.96rem + .14vw,1.08rem);line-height:1.68;background:radial-gradient(circle at 15% -8%,#dce8ff 0%,rgba(220,232,255,0) 38%),radial-gradient(circle at 85% 0%,#edf1ff 0%,rgba(237,241,255,0) 34%),linear-gradient(180deg,#f8faff 0%,var(--bg) 45%,#f2f5fa 100%)}img,picture{max-width:100%}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-strong)}h1,h2,h3,h4{margin:0 0 var(--space-3);line-height:1.2;letter-spacing:.01em;font-weight:500;color:#182236;font-family:var(--font-serif)}.home-hero h1,.page-header h1{font-family:var(--font-ui)}body.is-home h2,body.is-home h3{font-family:var(--font-ui)}h1{font-size:clamp(2rem,1.5rem + 2vw,3.05rem)}h2{font-size:clamp(1.45rem,1.2rem + .9vw,2.15rem)}h3{font-size:clamp(1.2rem,1.05rem + .5vw,1.55rem)}small{font-size:clamp(.8rem,.75rem + .15vw,.92rem)}p,ul,ol,blockquote,figure,pre,table{margin:0 0 var(--space-4)}ul,ol{padding-left:1.35rem}li+li{margin-top:.22rem}sup{white-space:nowrap;word-break:keep-all}.container{width:var(--content-width);margin:0 auto}.skip-link{position:absolute;top:-120px;left:.8rem;z-index:999;background:#fff;color:#1c2b43;border-radius:var(--radius-sm);border:1px solid var(--border);padding:.5rem .75rem;text-decoration:none}.skip-link:focus{top:.8rem}.site-header{position:static;z-index:50;background:rgba(246,249,255,.9);border-bottom:1px solid rgba(186,203,228,.65)}.nav-wrap{display:flex;align-items:center;gap:1rem;min-height:74px}.brand-cluster{display:flex;flex-direction:column;min-width:0}.brand{color:#14233e;font-family:var(--font-ui);font-size:clamp(1.1rem,1rem + .4vw,1.4rem);font-weight:500;text-decoration:none;letter-spacing:.01em}.brand:hover{text-decoration:none}.brand-subtitle{margin:.15rem 0 0;color:var(--muted);font-size:.85rem;line-height:1.25;font-family:var(--font-ui)}.nav{display:flex;align-items:center;gap:.35rem}.nav a{display:inline-flex;align-items:center;justify-content:center;color:#233755;text-decoration:none;font-family:var(--font-ui);font-size:.93rem;font-weight:600;padding:.44rem .62rem;border-radius:999px;transition:background-color .2s ease,color .2s ease}.nav a:hover{color:#112a52;background:#e6eefc}.nav-desktop{margin-left:auto}.site-nav-toggle{margin-left:auto;display:none;align-items:center;gap:.5rem;border:1px solid var(--border);border-radius:999px;background:#fff;color:#1f3354;font-family:var(--font-ui);font-size:.9rem;font-weight:600;padding:.4rem .7rem;cursor:pointer}.site-nav-toggle-icon{width:1.05rem;height:.78rem;border-top:2px solid;border-bottom:2px solid;position:relative}.site-nav-toggle-icon::before{content:"";position:absolute;top:calc(50% - 1px);left:0;right:0;border-top:2px solid}.site-nav-panel{border-top:1px solid var(--line);background:rgba(248,251,255,.98)}.site-nav-panel-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;padding:.8rem 0 1rem}.site-nav-panel a{display:block;border:1px solid #dbe5f3;border-radius:var(--radius-sm);background:#fff;color:#223757;text-decoration:none;font-weight:600;padding:.55rem .7rem}.site-nav-panel a:hover{background:#edf3ff}.content{padding:var(--space-6)0 var(--space-7)}.page,.home-page{display:grid;gap:var(--space-5)}.page{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:clamp(1rem,.7rem + 1.2vw,1.8rem)}.page-header h1{margin-bottom:.5rem;overflow-wrap:anywhere;word-break:break-word}.lead{color:var(--muted);margin:0}.eyebrow{margin:0 0 .45rem;text-transform:uppercase;letter-spacing:.09em;font-size:.8rem;font-weight:700;color:#35588e}.btn{display:inline-flex;align-items:center;justify-content:center;height:2.35rem;border-radius:999px;text-decoration:none;font-size:.92rem;font-weight:700;line-height:1;white-space:nowrap;padding:.5rem .95rem;transition:box-shadow .2s ease,background-color .2s ease,color .2s ease}.btn:hover{text-decoration:none}.btn-primary{color:#fff;background:linear-gradient(135deg,#0e4ea9,#0a3f91);box-shadow:0 8px 16px rgba(10,63,145,.24)}.btn-primary:hover{color:#fff;box-shadow:0 8px 16px rgba(10,63,145,.24)}.btn-subtle{color:#1d3a66;background:#edf3ff;border:1px solid #c8d8f2}.btn-subtle:hover{background:#e2edff}.home-hero{display:grid;grid-template-columns:minmax(0,1.25fr)minmax(300px,.95fr);gap:clamp(1rem,.6rem + 1.8vw,2rem);align-items:start;background:linear-gradient(145deg,#ffffff 0%,#f4f8ff 48%,#edf3ff 100%);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:clip;transition:transform .22s ease,box-shadow .22s ease}.home-hero:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(15,28,52,.14)}.home-hero-copy{padding:clamp(1.2rem,.8rem + 1.6vw,2rem);display:flex;flex-direction:column;justify-content:flex-start;gap:.7rem}.home-hero-copy h1{margin:0}.home-hero-lead{margin:0;font-size:clamp(1.02rem,.95rem + .32vw,1.22rem);color:#344a6d;max-width:52ch}.home-hero-actions{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin-top:.35rem}.home-hero-actions .btn{flex:none}.home-hero-media{margin:0;aspect-ratio:4/3;min-height:0;max-height:460px;border-radius:0 var(--radius-lg)var(--radius-lg)0;border-left:1px solid #dae4f3;background:#e4edf9;overflow:hidden}.home-hero-image{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.home-hero-media>img.home-hero-image,.home-hero-media picture,.home-hero-media picture>img.home-hero-image{width:100%;height:100%;display:block;border-radius:inherit}.home-content{display:block}.home-rich-content{display:grid;gap:var(--space-4)}.home-section-card{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid #c5d3e8;border-radius:var(--radius-md);box-shadow:0 10px 24px rgba(18,36,64,8%);padding:clamp(.95rem,.7rem + .8vw,1.5rem)}.home-section-card>h2:first-child{margin-bottom:var(--space-3);padding-bottom:.55rem;border-bottom:1px solid var(--line)}.home-section-highlight{border-color:#aecaee;background:linear-gradient(180deg,#ffffff 0%,#f3f8ff 100%)}.home-section-highlight .post-cards{margin-bottom:0}.home-section-highlight .paper-list{margin-bottom:0}.upcoming-seminars{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.7rem}.seminar-item{border:1px solid #d6e1f1;border-radius:12px;background:#f8fbff;padding:.5rem .7rem;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease}.seminar-item:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.seminar-entry{display:block;color:#2a3f60;text-decoration:none}.seminar-when{margin:0;display:inline-flex;align-items:center;gap:.3rem;flex-wrap:nowrap;white-space:nowrap}.seminar-date,.seminar-time{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700;font-size:.78rem;line-height:1.2;padding:.2rem .5rem;white-space:nowrap}.seminar-date{background:#e7f0ff;color:#1d4378;border:1px solid #c8dcfb}.seminar-time{background:#eff4fb;color:#345474;border:1px solid #d5e1ef}.seminar-details{margin:.32rem 0 0;line-height:1.3;overflow-wrap:anywhere}.seminar-speaker{font-weight:700;color:#1f3760}.seminar-title{color:#3a5478}.seminar-empty{margin:0;color:#4c607f}.page-section-card{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid #c5d3e8;border-radius:var(--radius-md);box-shadow:0 10px 24px rgba(18,36,64,8%);padding:clamp(.95rem,.7rem + .8vw,1.5rem);margin-bottom:1rem}.page-section-card>h2:first-child{margin-bottom:var(--space-3);padding-bottom:.55rem;border-bottom:1px solid var(--line)}.page-section-highlight{border-color:#aecaee;background:linear-gradient(180deg,#ffffff 0%,#f3f8ff 100%)}.post-featured{margin:0}.post-featured picture>img,.post-featured img{display:block;width:100%;height:auto;border-radius:var(--radius-md);border:1px solid var(--border);background:#edf3ff}.post-featured-post picture>img,.post-featured-post img{width:auto;max-width:100%;margin-inline:auto}.post-comments{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--line)}.post-comments-title{margin:0 0 .7rem;font-size:1.1rem}.post-comments-note{margin:0;color:var(--muted);font-size:.95rem}.notice{border-left:4px solid var(--accent);border-radius:var(--radius-sm);padding:.7rem .9rem;background:#eaf2ff;color:#2e4568}.breadcrumb{margin-bottom:.9rem}.breadcrumb-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:nowrap;gap:.35rem;overflow:hidden;color:var(--muted);font-size:.9rem}.breadcrumb-list>li+li{margin-top:0}.breadcrumb-item{min-width:0;display:flex;align-items:center;line-height:1.25}.breadcrumb-item+.breadcrumb-item::before{content:"/";display:inline-flex;align-items:center;line-height:1;margin-right:.35rem;color:#9ab0d1}.breadcrumb-item a{color:#44669d;display:inline;line-height:1.25}.breadcrumb-item [aria-current=page]{display:block;line-height:1.25;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2a3f62;font-weight:600}.breadcrumb-item:last-child{min-width:0;flex:auto;overflow:hidden}.post-breadcrumb-list .breadcrumb-item+.breadcrumb-item::before{content:none}.post-breadcrumb-list .breadcrumb-item,.post-breadcrumb-list .breadcrumb-sep{display:flex;align-items:center;line-height:1.25}.post-breadcrumb-list .breadcrumb-sep{flex:none;color:#8ea1bf}.post-breadcrumb-list .breadcrumb-item:last-child{flex:auto}.content img,.content picture,img.markdown-image{max-width:100%}.content picture>img,img.markdown-image:not(.home-hero-image){display:block;height:auto}.content figure:not(.home-hero-media){margin:1rem 0}.home-logo{float:right;margin:0 0 1rem 1rem}.home-logo img,.home-logo picture>img{display:block;width:100%;height:auto}.home-logo-wide{max-width:min(250px,42%)}.home-logo-compact{max-width:min(175px,35%)}.wp-block-image.alignright{float:right;margin:0 0 1rem 1rem;max-width:min(320px,45%)}.wp-block-image.alignleft{float:left;margin:0 1rem 1rem 0;max-width:min(320px,45%)}.wp-block-image.aligncenter{text-align:center}.wp-block-image.aligncenter img,.wp-block-image.aligncenter picture>img{margin-inline:auto}.wp-block-gallery{display:flex;flex-wrap:wrap;gap:.9rem;margin:1rem 0}.wp-block-gallery>.wp-block-image{flex:1 1 300px;margin:0}.wp-block-gallery>.wp-block-image img,.wp-block-gallery>.wp-block-image picture>img{width:100%;height:auto;display:block}.wp-element-caption{margin-top:.45rem;color:var(--muted);font-size:.9rem}.two-figures{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1rem 0;align-items:start}.two-figures>figure{margin:0}.two-figures>figure .two-figures-media{aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius-sm);border:1px solid var(--border);background:#eef3fb}.two-figures>figure .two-figures-media picture{display:block;width:100%;height:100%}.two-figures>figure .two-figures-media picture>img,.two-figures>figure .two-figures-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.two-figures>figure figcaption{margin-top:.45rem;color:var(--muted)}.three-figures{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1rem 0;align-items:end}.three-figures>figure{margin:0;aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius-sm);border:1px solid var(--border);background:#eef3fb}.three-figures>figure picture,.three-figures>figure picture>img,.three-figures>figure img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.youtube-embed{margin:1rem 0 1.25rem}.youtube-embed-frame{position:relative;width:100%;aspect-ratio:16/9;background:#000;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.youtube-embed-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.youtube-embed-caption{margin-top:.45rem;color:var(--muted);font-size:.9rem}.home-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:1.2rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.2rem}.panel h2{margin-top:0}.post-cards{display:grid;grid-template-columns:1fr;gap:1rem;margin:1rem 0}.post-cards-compact{gap:.85rem}.post-cards-masonry{display:grid;grid-template-columns:1fr;gap:1rem}.post-cards-masonry .post-card{display:flex;flex-direction:column;margin:0;grid-template-columns:1fr}.post-cards-masonry .post-card-body{display:flex;flex-direction:column;flex:auto;padding:.9rem 1rem 1rem}.post-cards-masonry .post-card-image-link{height:auto}.post-cards-masonry .post-card-image{height:auto}.post-cards-masonry .post-card-excerpt{order:3;margin-top:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;line-height:1.45}.post-cards-masonry .post-card-meta-row{order:2;margin-top:auto;margin-bottom:0}.post-cards-masonry .post-card-title{margin-top:auto;display:flex;align-items:center;justify-content:center;min-height:2.8em;text-align:center}.post-cards-masonry .post-card:hover{transform:none;box-shadow:var(--shadow-soft)}.post-card{display:grid;grid-template-columns:184px minmax(0,1fr);gap:.95rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow:clip;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease}.post-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.post-card--no-image{grid-template-columns:1fr}.post-card-image-link{display:block;height:100%}.post-card-image{display:block;width:100%;height:100%;object-fit:cover}.post-card-body{padding:.9rem 1rem 1rem 0;min-width:0}.post-card--no-image .post-card-body{padding:.9rem 1rem 1rem}.post-card-title{margin:0;font-size:1.18rem}.home-post-cards .post-card-title{font-size:clamp(.98rem,.95rem + .14vw,1.05rem);line-height:1.35;font-weight:400}.post-card-date{margin:0;color:var(--muted);font-size:.92rem}.post-card-meta-row{margin:.3rem 0 .45rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem}.post-card-excerpt{margin:0;color:#394a64}.preprint-cards{display:grid;grid-template-columns:1fr;gap:.85rem}.preprint-card{display:flex;flex-direction:column;border:1px solid #d2dceb;border-radius:var(--radius-md);background:#fff;padding:.85rem .9rem;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease}.preprint-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.preprint-card-title{margin:0 0 .5rem;font-size:1.02rem;line-height:1.3}.preprint-card-meta{margin:0;color:#324663;font-size:.92rem;line-height:1.45}.preprint-card-date{margin:0;color:#5b6b82;font-size:.88rem}.preprint-card-footer{margin-top:auto;padding-top:.55rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem}.preprint-card-links{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.preprint-card-links .paper-meta-link{margin:0}.post-card-categories,.post-meta-categories{margin:0;display:flex;flex-wrap:wrap;gap:.35rem}.post-card-categories{justify-content:flex-end}.category-chip,.papers-coauthor-btn{display:inline-block;font-size:.8rem;line-height:1.2;padding:.22rem .55rem;border:1px solid #bfd1ef;border-radius:999px;background:#f0f6ff;color:#1d4f95}.category-chip:hover,.papers-coauthor-btn:hover{text-decoration:none;background:#e0edff}@media(max-width:520px){.post-card-meta-row{align-items:flex-start;flex-wrap:wrap}.post-card-categories{width:100%;justify-content:flex-start}}.blog-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:1rem;align-items:start}.blog-sidebar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);padding:.9rem;position:sticky;top:1rem}.blog-sidebar h2{margin:0 0 .65rem;font-size:1.05rem}.category-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.category-list a{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.4rem .52rem;border-radius:8px;color:#24344f;text-decoration:none}.category-list a:hover{background:#eef4ff}.category-list a.is-active{background:#dce9ff;color:#173f81;font-weight:700}.category-count,.blog-filter-status,.list-pagination-status,.papers-search-status,.post-nav-label,.footer-note{color:var(--muted)}.blog-empty-message{border:1px dashed var(--border);border-radius:var(--radius-sm);padding:.75rem .9rem;margin:0 0 1rem;color:#41536f;background:#f8fbff}.list-pagination{margin:1rem 0 0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.list-pagination-link,.post-nav-link,.post-nav-back,.post-nav-icon-link{border:1px solid var(--border);border-radius:var(--radius-sm);background:#f8fbff;color:#2a4064;text-decoration:none}.list-pagination-link{display:inline-flex;align-items:center;justify-content:center;min-width:6rem;padding:.45rem .65rem}.list-pagination-link:hover,.post-nav-link:hover,.post-nav-back:hover,.post-nav-icon-link:hover{background:#edf4ff;text-decoration:none}.list-pagination-link.is-disabled,.post-nav-icon-link.is-empty,.post-nav-link.is-empty{pointer-events:none;opacity:.55}.post-pagination{margin-top:1.4rem;padding-top:1rem;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;gap:.75rem;align-items:stretch}.post-pagination-top{display:flex;justify-content:flex-end;gap:.35rem;margin:0 0 .5rem;position:sticky;top:.5rem;z-index:20;width:fit-content;margin-left:auto;padding:.2rem;border-radius:999px;background:rgba(255,255,255,.92)}.post-nav-icon-link{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:999px;font-size:.95rem;line-height:1}.post-nav-link{display:block;padding:.65rem .8rem;min-width:0}.post-nav-title{display:block;margin-top:.15rem;color:#253755;font-size:.92rem;line-height:1.35;overflow:hidden;text-overflow:ellipsis}.post-nav-back{display:inline-flex;align-items:center;justify-content:center;padding:.65rem .9rem;white-space:nowrap}.student-current-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(236px,236px));gap:.7rem;margin:0 0 1.2rem;justify-content:start;justify-items:stretch}.student-current-card{width:100%;max-width:236px;aspect-ratio:1/1;border:1px solid #c6d4e9;border-radius:var(--radius-md);background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:.75rem;gap:.5rem}.student-current-avatar{width:clamp(64px,42%,84px);aspect-ratio:1/1;border-radius:50%;overflow:hidden;border:1px solid #c8d7ec;background:#eaf1fb;display:flex;align-items:center;justify-content:center}.student-current-avatar img{width:100%;height:100%;object-fit:cover;display:block}.student-current-avatar-link{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-decoration:none}.student-current-avatar-fallback{font-family:var(--font-ui);font-size:clamp(1.4rem,1.1rem + .5vw,1.8rem);font-weight:700;color:#2f4b72}.student-current-meta{min-width:0;width:100%}.student-current-name{margin:0 0 .35rem;font-family:var(--font-ui);font-size:clamp(.96rem,.93rem + .1vw,1.03rem);font-weight:700}.student-current-name a{color:#1e3861;text-decoration:none}.student-current-name a:hover{color:#12315d}.student-current-program,.student-current-period,.student-current-note{margin:.1rem 0 0;color:#354c6d;line-height:1.35}.student-current-program{font-weight:700}.student-current-period{font-size:.86rem}.student-current-note{font-size:.84rem}.former-postdocs-carousel{margin:0 0 1.3rem;padding:.95rem .95rem .8rem;border:1px solid #c8d6eb;border-radius:var(--radius-md);background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%)}.former-postdocs-stage{position:relative;height:264px;perspective:1200px;overflow:hidden}.former-postdocs-track{position:relative;width:100%;height:100%;transform-style:preserve-3d}.former-postdoc-card{position:absolute;top:0;left:50%;right:auto;width:min(236px,calc(100% - 1rem));max-width:236px;transform:none;margin:0;transition:transform .55s ease,opacity .4s ease,box-shadow .3s ease;will-change:transform,opacity}.former-postdoc-card.is-active{box-shadow:0 18px 34px rgba(15,28,52,.18)}.former-postdoc-card.is-hidden{opacity:0}.former-postdoc-tag-inline{margin-left:.38rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #b9cae4;border-radius:999px;padding:.1rem .55rem;font-size:.76rem;font-weight:700;color:#355277;background:#edf4ff}.former-postdocs-controls{margin-top:.3rem;display:flex;gap:.5rem;justify-content:center}.former-postdocs-control-btn{border:1px solid #b3c7e6;border-radius:999px;padding:.34rem .82rem;background:#eef4ff;color:#1e3d6b;font:inherit;font-size:.86rem;font-weight:700;cursor:pointer}.former-postdocs-control-btn:hover{background:#e1ecff}.former-postdocs-position-banner{margin:.12rem auto 0;width:fit-content;max-width:100%;display:flex;align-items:center;justify-content:center;gap:.35rem;flex-wrap:wrap;text-align:center;border:1px solid #c9d9ef;border-radius:12px;background:#f8fbff;padding:.52rem .72rem;color:#2b456a;font-size:.9rem;line-height:1.4}.former-postdocs-position-label{font-weight:700;margin-right:0}.former-postdocs-position-value{display:inline-block}.former-postdocs-position-value.is-animating{animation:former-position-fade-slide 320ms ease}@keyframes former-position-fade-slide{from{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}.papers-search{margin:0 0 1.25rem;padding:.85rem 1rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:#f8fbff}.papers-search label{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:700;color:#2d4260}.papers-search input[type=search]{width:100%;padding:.5rem .65rem;border:1px solid #b8c9e5;border-radius:8px;font:inherit;line-height:1.3}.papers-search input[type=search]:focus,.site-nav-toggle:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid rgba(32,79,158,.35);outline-offset:2px}.papers-coauthors{margin:.55rem 0 0}.papers-coauthors>summary{display:inline-block;cursor:pointer;font-weight:700;color:#2d4260;user-select:none}.papers-coauthor-buttons{display:flex;flex-wrap:wrap;gap:.4rem}.papers-coauthor-btn.is-active{border-color:#2e5ea3;background:#2e5ea3;color:#fff}.paper-list{list-style:none;margin-left:0;padding-left:2.4rem}.paper-list>li{counter-increment:papers-item;margin-bottom:.7rem}.page.page-papers .page-body,.page.page-students .page-body,.home-paper-list{counter-reset:papers-item}.paper-item-main{position:relative;line-height:1.5}.paper-item-main::before{content:counter(papers-item)". ";position:absolute;left:-2.4rem;top:0;width:2rem;line-height:1.5;text-align:right;color:var(--muted)}.paper-list .paper-item-main sup{line-height:0}.paper-item,.paper-item-links{display:block}.page .paper-item[hidden],.page .paper-list[hidden],.page h3[hidden]{display:none!important}.paper-item-links{margin-top:.2rem;font-size:.92rem;text-align:right}.paper-meta-link{display:inline-flex;align-items:baseline;gap:.35rem;margin-left:.45rem;padding:.06rem .42rem .12rem;border:1px solid rgba(0,0,0,.18);border-radius:999px;text-decoration:none;line-height:1.15}.paper-meta-link::before{content:attr(data-label);font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#444;user-select:none}.paper-meta-value{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;color:#222}.paper-copy-hidden{font-size:0;line-height:0;color:transparent}.paper-meta-link-doi{background:#f6f7f8}.paper-meta-link-arxiv{background:#f2f8ff;border-color:rgba(38,90,157,.35)}.content a[href$=".pdf"]::after,.content a[href*=".pdf?"]::after,.content a[href*=".pdf#"]::after{content:"";display:inline-block;width:.9em;height:.9em;margin-left:.28em;vertical-align:-.08em;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%23dc2626' d='M3 1h8l4 4v11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z'/%3E%3Cpath fill='%23fff' d='M11 1v4h4'/%3E%3Crect x='3.2' y='10.4' width='11.6' height='4.8' rx='0.6' fill='%23b91c1c'/%3E%3Ctext x='9' y='14' text-anchor='middle' font-family='Arial,sans-serif' font-size='4.2' font-weight='700' fill='%23fff'%3EPDF%3C/text%3E%3C/svg%3E")}.site-footer{border-top:1px solid var(--line);background:linear-gradient(180deg,rgba(244,247,253,.9),rgba(239,244,252,.95))}.site-footer-grid{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:.8rem 1.25rem;align-items:end;padding:1.1rem 0 1.5rem}.footer-brand{margin:0;font-family:var(--font-serif);font-size:1.05rem;color:#1b2d4b}.footer-note{margin:.2rem 0 0;font-size:.9rem}.footer-links{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.footer-links a{display:inline-flex;align-items:center;padding:.26rem .56rem;border:1px solid #d2dced;border-radius:999px;background:#f7faff;text-decoration:none;color:#2b446a;font-size:.85rem;font-weight:600}.footer-links a:hover{background:#ebf2ff}.footer-copyright{margin:0;color:var(--muted);font-size:.88rem}.content::after{content:"";display:block;clear:both}@media(max-width:940px){.home-hero{grid-template-columns:1fr;transition:none;transform:none}.home-hero-media{border-left:0;border-top:1px solid #dae4f3;aspect-ratio:16/10;max-height:none;border-radius:0 0 var(--radius-lg)var(--radius-lg)}.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static}.post-card{grid-template-columns:1fr}.post-card-body{padding:0 .95rem 1rem}.home-post-cards .post-card-image-link{display:none}.site-footer-grid{grid-template-columns:1fr;align-items:start}.footer-links{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.home-hero{transition:none}.home-hero:hover{transform:none}.post-card,.preprint-card,.seminar-item{transition:none}.post-card:hover,.preprint-card:hover,.seminar-item:hover{transform:none}.former-postdoc-card{transition:none}.former-postdocs-position-value.is-animating{animation:none}}@media(max-width:959px){.site-nav-toggle{display:inline-flex}.nav-desktop{display:none}}@media(max-width:860px){.student-current-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.student-current-card{max-width:none}.paper-item-links{white-space:normal}.paper-meta-link{margin-top:.2rem;margin-left:0;margin-right:.35rem}.post-pagination{grid-template-columns:1fr}.post-comments{margin-top:1.2rem;padding-top:.9rem}.home-logo,.home-logo-wide,.home-logo-compact{float:right;margin:0 0 .75rem .75rem}.home-logo-wide{float:none;margin:0 auto .9rem;max-width:min(220px,72vw);clear:both}.home-logo-compact{max-width:min(150px,50vw)}}@media(max-width:900px){.former-postdocs-stage{height:auto;perspective:none;overflow:visible}.former-postdocs-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;height:auto}.former-postdoc-card{position:relative;left:auto;right:auto;transform:none!important;opacity:1!important;width:100%;max-width:none;pointer-events:auto!important}.former-postdocs-position-banner,.former-postdocs-controls{display:none}.former-postdoc-card::after{content:attr(data-current-position);position:absolute;left:50%;top:0;bottom:auto;transform:translate(-50%,.3rem);width:min(96%,320px);padding:.42rem .58rem;border:1px solid #c4d6ef;border-radius:10px;background:rgba(248,251,255,.98);color:#2a4469;font-size:.8rem;line-height:1.3;text-align:center;box-shadow:0 10px 24px rgba(16,34,60,.16);opacity:0;pointer-events:none;z-index:25;transition:opacity .18s ease,transform .18s ease}.former-postdoc-card::before{content:none}.former-postdoc-card:hover,.former-postdoc-card:focus-within,.former-postdoc-card:active{z-index:30}.former-postdoc-card:hover::after,.former-postdoc-card:hover::before,.former-postdoc-card:focus-within::after,.former-postdoc-card:focus-within::before,.former-postdoc-card:active::after,.former-postdoc-card:active::before{opacity:1;transform:translate(-50%,0)}}@media(max-width:460px){.student-current-card{padding:.65rem .55rem;gap:.4rem}.student-current-avatar{width:clamp(58px,52%,76px)}.former-postdocs-track{grid-template-columns:1fr}}@media(max-width:767px){.content{padding-top:1.2rem}.breadcrumb-list{flex-wrap:wrap;overflow:visible}.breadcrumb-item [aria-current=page]{white-space:normal;text-overflow:clip;overflow-wrap:anywhere;word-break:break-word}.brand-subtitle{display:none}.site-nav-panel-inner{grid-template-columns:1fr}.wp-block-image.alignright,.wp-block-image.alignleft{float:none;margin:1rem 0;max-width:100%}.two-figures,.three-figures,.home-grid{grid-template-columns:1fr}.seminar-when{flex-direction:row;align-items:center;min-width:0}}@media(min-width:940px){.upcoming-seminars{grid-template-columns:repeat(3,minmax(0,1fr))}.preprint-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.home-post-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.home-post-cards .post-card{grid-template-columns:1fr}.home-post-cards .post-card-image-link{display:block}.home-post-cards .post-card-body{padding:.75rem .9rem .95rem}}@media(min-width:900px){.post-cards-masonry{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1320px){.post-cards-masonry{grid-template-columns:repeat(3,minmax(0,1fr))}}