@layer reset{*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body,h1,h2,h3,h4,p,ul,ol,figure,blockquote{margin:0}ul,ol{padding:0}img,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit}}@layer base{:root{color-scheme:light;--background:#f7f8fb;--background-subtle:#f0f2f7;--surface:#fff;--surface-raised:#fff;--text:#162033;--text-strong:#0d1526;--muted:#5d687b;--muted-strong:#465167;--accent:#415ccf;--accent-strong:#3049bc;--accent-soft:#e9edff;--accent-wash:#415ccf17;--border:#dfe3ec;--border-strong:#c8cfdd;--header:#f7f8fbe0;--code:#f1f3f8;--shadow-sm:0 1px 2px #101c360a, 0 8px 24px #101c360b;--shadow-md:0 2px 4px #101c360a, 0 18px 55px #101c3614;--radius-sm:.5rem;--radius-md:.85rem;--radius-lg:1.25rem;--shell:74rem;--font-sans:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace}html{background:var(--background);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-size:16px}body{background:radial-gradient(circle at 82% 5%, var(--accent-wash), transparent 23rem), var(--background);min-width:20rem;min-height:100vh;color:var(--text);line-height:1.65}body.navigation-open{overflow:hidden}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:.08em}button,a{-webkit-tap-highlight-color:transparent}:where(a,button,input,select,[tabindex]):focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 72%, transparent);outline-offset:3px;border-radius:.2rem}::selection{background:var(--accent);color:#fff}h1,h2,h3,h4{color:var(--text-strong);letter-spacing:-.035em;font-weight:650;line-height:1.12}h1{font-size:clamp(2.8rem,8vw,5.8rem)}h2{font-size:clamp(2rem,4.2vw,3.15rem)}h3{font-size:clamp(1.18rem,2vw,1.42rem)}main{min-height:65vh}[id]{scroll-margin-top:7rem}}@layer components{.shell{width:min(calc(100% - 2.5rem), var(--shell));margin-inline:auto}.narrow-shell{width:min(100% - 2.5rem,50rem);margin-inline:auto}.skip-link{z-index:1000;border-radius:var(--radius-sm);background:var(--text-strong);color:var(--background);padding:.65rem .9rem;font-weight:700;text-decoration:none;transition:transform .16s;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:100;background:var(--header);backdrop-filter:blur(18px)saturate(150%);border-bottom:1px solid #0000;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:4.75rem;display:flex}.wordmark{color:var(--text-strong);letter-spacing:-.02em;align-items:center;gap:.75rem;font-weight:720;text-decoration:none;display:inline-flex}.wordmark-mark{border-radius:.5rem;flex:none;width:2.05rem;height:2.05rem;display:block;overflow:hidden}.wordmark-mark img{object-fit:cover;width:100%;height:100%}.header-actions,.primary-nav{align-items:center;display:flex}.header-actions{gap:.55rem}.primary-nav{gap:.18rem;margin-right:.35rem}.primary-nav a{color:var(--muted-strong);padding:.55rem .72rem;font-size:.92rem;font-weight:560;text-decoration:none;transition:color .16s;position:relative}.primary-nav a:after{background:var(--accent);content:"";height:2px;transition:transform .16s;position:absolute;bottom:.36rem;left:.72rem;right:.72rem;transform:scaleX(0)}.primary-nav a:hover,.primary-nav a.active{color:var(--text-strong)}.primary-nav a.active:after{transform:scaleX(1)}.icon-button{border:1px solid var(--border);background:var(--surface);width:2.55rem;height:2.55rem;color:var(--text-strong);cursor:pointer;border-radius:999px;place-items:center;transition:border-color .16s,background .16s,transform .16s;display:inline-grid}.icon-button:hover{border-color:var(--border-strong);background:var(--background-subtle);transform:translateY(-1px)}.nav-toggle{align-content:center;gap:.28rem;display:none}.nav-toggle span{background:currentColor;width:1rem;height:1.5px;transition:transform .16s}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(.145rem)rotate(45deg)}.nav-toggle[aria-expanded=true] span:last-child{transform:translateY(-.145rem)rotate(-45deg)}.button{border:1px solid var(--text-strong);background:var(--text-strong);min-height:2.9rem;color:var(--background);box-shadow:var(--shadow-sm);border-radius:.65rem;justify-content:center;align-items:center;gap:.45rem;padding:.7rem 1.05rem;font-size:.94rem;font-weight:680;line-height:1;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.button.secondary{border-color:var(--border-strong);background:var(--surface);color:var(--text-strong);box-shadow:none}.button.secondary:hover{border-color:var(--accent);background:var(--accent-soft)}.text-link{color:var(--accent-strong);font-weight:650;text-decoration:none}.text-link:hover{text-decoration:underline}.eyebrow{color:var(--accent-strong);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.85rem;font-size:.74rem;font-weight:700}.hero{align-items:flex-start;min-height:calc(100vh - 4.75rem);padding:0 0 clamp(3.5rem,7vh,5.5rem);display:flex}.hero-content{grid-template-columns:minmax(22rem,.95fr) minmax(0,1.05fr);grid-template-areas:"profile identity""profile details";align-items:start;column-gap:clamp(2.5rem,5vw,5rem);width:100%;min-width:0;padding-top:clamp(2.5rem,6vh,4.5rem);display:grid}.hero-identity{grid-area:identity}.hero-details{grid-area:details}.hero-profile-column{grid-area:profile;align-content:start;justify-self:start;width:100%;min-width:0;display:grid}.hero-intro{color:var(--accent-strong);letter-spacing:-.02em;margin-bottom:.3rem;font-size:clamp(1rem,2vw,1.2rem);font-weight:720}.hero-role{color:var(--accent-strong);letter-spacing:-.025em;flex-wrap:wrap;gap:.15rem .55rem;margin-top:1rem;font-size:clamp(1.15rem,2.3vw,1.6rem);font-weight:650;display:flex}.hero-role span{color:color-mix(in srgb, var(--accent) 55%, var(--muted));font-weight:450}.hero-description{max-width:42rem;color:var(--muted-strong);margin-top:1.35rem;font-size:clamp(1rem,1.7vw,1.15rem);line-height:1.68}.hero-contact-row{flex-wrap:wrap;align-items:center;gap:.65rem;max-width:100%;margin-top:.75rem;display:flex}.hero-email{border:1px solid var(--border);background:var(--surface);width:fit-content;max-width:100%;box-shadow:var(--shadow-sm);border-radius:.65rem;align-items:center;gap:.75rem;padding:.4rem .4rem .4rem .8rem;display:inline-flex}.hero-email-address{min-width:0;color:var(--muted-strong);overflow-wrap:anywhere;font-size:.95rem;font-weight:600}.hero-cv-button{border:1px solid var(--border-strong);background:var(--surface);min-height:2.95rem;box-shadow:var(--shadow-sm);color:var(--text-strong);border-radius:.65rem;align-items:center;gap:.5rem;padding:.55rem .85rem;font-size:.9rem;font-weight:650;text-decoration:none;transition:border-color .16s,background .16s,color .16s;display:inline-flex}.hero-cv-button:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.hero-cv-icon{flex:none;width:1rem;height:1.15rem}.hero-email-copy{border:1px solid var(--border-strong);background:var(--background-subtle);width:2.15rem;height:2.15rem;color:var(--text-strong);cursor:pointer;border-radius:.45rem;flex:none;place-items:center;padding:0;transition:border-color .16s,background .16s,color .16s;display:grid}.hero-email-copy:hover{border-color:var(--accent);background:var(--accent-soft)}.hero-email-copy-icon{flex:none;width:1.05rem;height:1.05rem}.hero-email-copy.is-copied{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.hero-email-copy-icon-check,.hero-email-copy.is-copied .hero-email-copy-icon-copy{display:none}.hero-email-copy.is-copied .hero-email-copy-icon-check{display:block}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:3.5rem;display:flex}.hero-links{flex-wrap:wrap;gap:.55rem;font-size:.92rem;display:flex}.profile-link-groups{gap:.85rem;margin-top:1.35rem;display:grid}.profile-link-group-label{color:var(--muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.45rem;font-size:.62rem;font-weight:700;line-height:1.3}.profile-link{border:1px solid var(--border);background:var(--surface);min-height:2.75rem;color:var(--text-strong);box-shadow:var(--shadow-sm);border-radius:.65rem;justify-content:space-between;align-items:center;gap:.7rem;padding:.58rem .78rem;font-size:.86rem;font-weight:650;line-height:1;text-decoration:none;transition:border-color .16s,transform .16s,background .16s;display:inline-flex}.profile-link-label{align-items:center;gap:.5rem;min-width:0;display:inline-flex}.profile-link-icon{flex:none;width:1.05rem;height:1.05rem}.profile-link:hover{border-color:var(--accent);background:var(--accent-soft);transform:translateY(-1px)}.hero-facts,.hero-metric-panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.hero-facts{margin-top:1.5rem}.hero-fact{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--surface) 92%, transparent);min-width:0;box-shadow:var(--shadow-sm);flex-direction:column;padding:.8rem .95rem .85rem 1.15rem;display:flex;position:relative;overflow:hidden}.hero-fact:before{background:var(--accent);content:"";border-radius:99px;width:3px;position:absolute;top:.85rem;bottom:.85rem;left:0}.hero-fact-combined{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hero-fact-item{flex-direction:column;min-width:0;display:flex}.hero-fact-item+.hero-fact-item{border-left:1px solid var(--border);margin-left:1rem;padding-left:1rem}.hero-fact-label{color:var(--muted);font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;font-size:.63rem;font-weight:700;line-height:1.3}.hero-fact strong{color:var(--text-strong);margin-top:.2rem;font-size:.95rem;line-height:1.35}.hero-metric-panels{margin-top:.7rem}.hero-metric-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);padding:.9rem 1rem 1rem}.hero-metric-heading{min-height:1.15rem;color:var(--accent-strong);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.78rem;font-weight:720;display:flex}.hero-metric-heading small{color:var(--muted);font-family:var(--font-mono);letter-spacing:-.02em;white-space:nowrap;font-size:.55rem;font-weight:500}.hero-metric-values{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.75rem;display:grid}.hero-metric-values.two-values{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-metric-values>div{min-width:0;padding-right:.6rem}.hero-metric-values>div+div{border-left:1px solid var(--border);padding-left:.6rem}.hero-metric-values strong,.hero-metric-values span{display:block}.hero-metric-values strong{color:var(--text-strong);letter-spacing:-.04em;font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:720;line-height:1}.hero-metric-values span{color:var(--muted);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;margin-top:.35rem;font-size:.58rem;line-height:1.35}.profile-portrait{aspect-ratio:1;justify-self:start;width:min(100%,31rem);position:relative}.portrait-frame{background:var(--background-subtle);box-shadow:var(--shadow-md);border-radius:50%;position:absolute;inset:4%;overflow:hidden}.portrait-frame img{object-fit:cover;width:100%;height:100%}.content-section{border-top:1px solid var(--border);padding-block:clamp(4.5rem,9vw,7.5rem)}.content-section.subtle{background:color-mix(in srgb, var(--background-subtle) 72%, transparent)}.section-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.4rem;display:flex}.section-heading>div{max-width:46rem}.section-description{color:var(--muted);margin-top:.9rem;font-size:1.05rem}.section-link{flex:none;padding-bottom:.25rem}.research-areas-section{padding-block:clamp(3rem,6vw,4.5rem)}.research-areas-section .section-heading{gap:1rem;margin-bottom:1.5rem}.research-areas-section .section-description{margin-top:.6rem;font-size:1rem}.research-grid{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.research-card{border-right:1px solid var(--border);min-height:13rem;padding:1.25rem 2.75rem 1.25rem 1.25rem;text-decoration:none;transition:background .18s;position:relative}.research-card:last-child{border-right:0}.research-card:hover{background:var(--accent-wash)}.research-number{color:var(--accent);font-family:var(--font-mono);font-size:.72rem;font-weight:700}.research-card h3{margin-top:1.6rem}.research-card p{color:var(--muted);margin-top:.65rem;font-size:.95rem}.research-card:after{color:var(--accent);content:"↗";font-size:1.1rem;position:absolute;bottom:1.15rem;right:1.2rem}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.project-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);grid-template-rows:auto 1fr;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;overflow:hidden}.project-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-3px)}.project-card-visual{aspect-ratio:16/9;background:var(--background-subtle);min-width:0;text-decoration:none;display:block;overflow:hidden}.project-media{object-fit:cover;width:100%;height:100%;display:block}.project-media.media-contain{object-fit:contain}.project-visual{background:linear-gradient(135deg, var(--accent-wash), transparent 55%), var(--background-subtle);place-items:center;height:100%;min-height:0;display:grid;position:relative;overflow:hidden}.project-visual:before{border:1px solid var(--border);content:"";border-radius:50%;width:12rem;height:12rem;position:absolute;transform:translate(8rem,-5rem)}.audio-wave{z-index:1;justify-content:center;align-items:center;gap:clamp(.22rem,.7vw,.48rem);width:min(78%,23rem);height:7rem;display:flex;position:relative}.audio-wave span{width:.32rem;height:var(--bar-height);background:var(--accent);opacity:calc(.45 + (var(--bar-index) * .025));border-radius:99px}.matrix-grid{z-index:1;grid-template-columns:repeat(8,1fr);gap:.48rem;width:min(65%,16rem);display:grid;position:relative;transform:rotate(-3deg)}.matrix-grid span{aspect-ratio:1;background:var(--accent);opacity:.12;border-radius:.16rem}.visual-matrix .matrix-grid span:nth-child(3n+1),.visual-matrix .matrix-grid span:nth-child(7n),.visual-sparse .matrix-grid span:nth-child(11n+2),.visual-sparse .matrix-grid span:nth-child(13n+1){opacity:.84}.visual-sparse .matrix-grid span:nth-child(-n+16){opacity:.5}.pipeline-visual{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.pipeline-stage{border:1px solid color-mix(in srgb, var(--accent) 45%, var(--border));background:var(--surface);width:3.25rem;height:3.25rem;color:var(--accent-strong);font-family:var(--font-mono);box-shadow:var(--shadow-sm);border-radius:.7rem;place-items:center;font-size:.72rem;font-weight:700;display:grid}.pipeline-line{background:var(--accent);opacity:.6;width:clamp(1rem,3vw,2.7rem);height:1px}.project-card-body{flex-direction:column;padding:1.2rem 1.3rem 1.25rem;display:flex}.publication-meta,.post-card-meta{color:var(--muted);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap;gap:.55rem .9rem;font-size:.68rem;display:flex}.project-card h3{margin-top:0}.project-card h3 a,.post-card h3 a{text-decoration:none}.project-card h3 a:hover,.post-card h3 a:hover{color:var(--accent-strong)}.project-card-body>p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.5rem;line-height:1.55;display:-webkit-box;overflow:hidden}.project-card-footer{justify-content:space-between;align-items:end;gap:1rem;margin-top:auto;padding-top:.95rem;display:flex}.tag-row{flex-wrap:wrap;gap:.4rem;display:flex}.tag{border:1px solid var(--border);color:var(--muted-strong);font-family:var(--font-mono);border-radius:999px;padding:.25rem .48rem;font-size:.66rem;line-height:1.35;text-decoration:none;display:inline-flex}a.tag:hover{border-color:var(--accent);color:var(--accent-strong)}.publication-list{border-top:1px solid var(--border)}.publication-item{border-bottom:1px solid var(--border);grid-template-columns:4.6rem minmax(0,1fr);gap:1.4rem;padding-block:1.75rem;display:grid}.publication-year{color:var(--accent-strong);font-family:var(--font-mono);padding-top:.2rem;font-size:.76rem;font-weight:700}.publication-content h3{max-width:52rem;margin-top:.55rem}.publication-authors{color:var(--muted);margin-top:.65rem;font-size:.91rem}.author-self{color:var(--text-strong);font-weight:700}.publication-content>p:not(.publication-authors){max-width:49rem;color:var(--muted);margin-top:.75rem}.publication-actions{flex-wrap:wrap;gap:.75rem 1.1rem;margin-top:1rem;font-size:.82rem;display:flex}.copy-button{border:0;border-bottom:1px dashed var(--border-strong);color:var(--accent-strong);cursor:pointer;font-size:inherit;background:0 0;padding:0;font-weight:650}.copy-button:hover{border-bottom-color:var(--accent)}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.post-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-height:17rem;box-shadow:var(--shadow-sm);flex-direction:column;padding:1.45rem;transition:border-color .16s,transform .16s;display:flex}.post-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.post-card h3{margin-top:1.4rem}.post-card>p{color:var(--muted);margin-top:.75rem}.post-card .tag-row{margin-top:auto;padding-top:1.4rem}.page-hero{padding-block:clamp(4.5rem,10vw,8rem) clamp(3.5rem,7vw,5.5rem)}.page-hero-content{max-width:52rem}.page-hero h1{font-size:clamp(2.7rem,7vw,5rem)}.page-intro{max-width:46rem;color:var(--muted-strong);margin-top:1.4rem;font-size:clamp(1.08rem,2vw,1.28rem)}.filter-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex}.filter-group{flex-wrap:wrap;gap:.45rem;display:flex}.filter-button{border:1px solid var(--border);color:var(--muted-strong);cursor:pointer;background:0 0;border-radius:999px;padding:.48rem .7rem;font-size:.78rem;font-weight:620}.filter-button:hover,.filter-button[aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.search-field{gap:.32rem;min-width:min(100%,19rem);display:grid}.search-field label{color:var(--muted);font-size:.72rem;font-weight:650}.search-field input{border:1px solid var(--border-strong);background:var(--background);width:100%;min-height:2.65rem;color:var(--text-strong);border-radius:.55rem;padding:.55rem .75rem}.empty-state{border:1px dashed var(--border-strong);border-radius:var(--radius-md);color:var(--muted);text-align:center;padding:2.5rem;display:none}.empty-state.visible{display:block}[data-filter-item][hidden]{display:none!important}.research-layout{grid-template-columns:15rem minmax(0,1fr);align-items:start;gap:clamp(2.5rem,7vw,6rem);display:grid}.research-toc{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1rem;position:sticky;top:7rem}.research-toc p{color:var(--muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.7rem;font-size:.66rem}.research-toc a{color:var(--muted-strong);padding:.4rem .35rem;font-size:.86rem;text-decoration:none;display:block}.research-toc a:hover{color:var(--accent-strong)}.research-chapter{padding-block:0 3.5rem}.research-chapter+.research-chapter{border-top:1px solid var(--border);padding-top:3.5rem}.research-chapter h2{font-size:clamp(1.7rem,3.2vw,2.4rem)}.research-chapter>p{max-width:47rem;color:var(--muted-strong);margin-top:1rem;font-size:1.03rem}.related-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.5rem;display:grid}.related-link{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:1rem;text-decoration:none}.related-link span{color:var(--muted);font-family:var(--font-mono);text-transform:uppercase;font-size:.64rem;display:block}.related-link strong{color:var(--text-strong);margin-top:.35rem;font-size:.9rem;display:block}.related-link:hover{border-color:var(--accent)}.detail-hero{grid-template-columns:minmax(21rem,.82fr) minmax(27rem,1.18fr);align-items:center;gap:clamp(2rem,4vw,4rem);padding-block:clamp(4rem,9vw,7rem);display:grid}.detail-hero h1{font-size:clamp(2.6rem,7vw,4.8rem)}.detail-summary{max-width:44rem;color:var(--muted-strong);margin-top:1.25rem;font-size:1.15rem}.detail-meta{color:var(--muted);font-family:var(--font-mono);flex-wrap:wrap;gap:.5rem 1.2rem;margin-top:1rem;font-size:.72rem;display:flex}.detail-actions{flex-wrap:wrap;gap:.7rem;margin-top:1.7rem;display:flex}.detail-visual{aspect-ratio:16/9;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.detail-visual .project-visual{min-height:100%}.project-video-frame{aspect-ratio:16/9;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#000;margin-bottom:2.25rem;overflow:hidden}.project-video{background:#000;border:0;width:100%;height:100%;display:block}.article-header{border-bottom:1px solid var(--border);padding-block:clamp(4.5rem,9vw,7rem) 2.7rem}.article-header h1{max-width:52rem;font-size:clamp(2.5rem,7vw,4.6rem)}.article-description{max-width:44rem;color:var(--muted-strong);margin-top:1.2rem;font-size:1.15rem}.article-meta{color:var(--muted);flex-wrap:wrap;gap:.65rem 1rem;margin-top:1.5rem;font-size:.84rem;display:flex}.prose{color:var(--text);font-size:1.04rem;line-height:1.78}.prose>*+*{margin-top:1.35rem}.prose h2,.prose h3,.prose h4{margin-top:2.8rem;margin-bottom:.8rem}.prose h2{font-size:1.9rem}.prose h3{font-size:1.42rem}.prose a{color:var(--accent-strong);font-weight:580}.prose ul,.prose ol{padding-left:1.45rem}.prose li+li{margin-top:.35rem}.prose blockquote{border-left:3px solid var(--accent);color:var(--muted-strong);padding:.2rem 0 .2rem 1.2rem;font-style:italic}.prose code:not(pre code){border:1px solid var(--border);background:var(--code);font-family:var(--font-mono);border-radius:.3rem;padding:.16rem .3rem;font-size:.85em}.prose pre{border:1px solid var(--border);border-radius:var(--radius-md);padding:1.1rem 1.25rem;font-size:.85rem;line-height:1.65;overflow-x:auto}.prose table{border-collapse:collapse;width:100%;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--border);text-align:left;padding:.65rem .75rem}.prose th{background:var(--background-subtle);color:var(--text-strong)}.prose .katex-display{padding-block:.6rem;overflow:auto hidden}.article-body,.project-body{padding-block:3rem clamp(4.5rem,9vw,7rem)}.article-footer-nav{border-top:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:3.5rem;padding-top:2rem;display:grid}.article-footer-nav a{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;text-decoration:none}.article-footer-nav a:last-child{text-align:right}.article-footer-nav span{color:var(--muted);font-size:.7rem;display:block}.article-footer-nav strong{color:var(--text-strong);margin-top:.25rem;font-size:.88rem;display:block}.back-link{color:var(--accent-strong);margin-bottom:1.5rem;font-size:.87rem;font-weight:650;text-decoration:none;display:inline-block}.about-grid{grid-template-columns:minmax(0,1.2fr) minmax(17rem,.6fr);align-items:start;gap:clamp(3rem,9vw,8rem);display:grid}.profile-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);padding:1.4rem}.profile-panel h2{letter-spacing:-.01em;font-size:1rem}.profile-links{margin-top:1rem;display:grid}.profile-links a{border-top:1px solid var(--border);color:var(--muted-strong);justify-content:space-between;align-items:center;padding-block:.72rem;font-size:.9rem;text-decoration:none;display:flex}.profile-links a:hover{color:var(--accent-strong)}.site-footer{border-top:1px solid var(--border);background:var(--background-subtle);padding-block:3.5rem 2.5rem}.footer-grid{grid-template-columns:minmax(0,1fr) auto;gap:2rem 5rem;display:grid}.footer-name{color:var(--text-strong);font-size:1.05rem;font-weight:700;text-decoration:none}.site-footer p{max-width:34rem;color:var(--muted);margin-top:.65rem;font-size:.9rem}.footer-links{flex-wrap:wrap;place-content:start end;gap:.6rem 1.2rem;display:flex}.footer-links a{color:var(--muted-strong);font-size:.85rem;text-decoration:none}.footer-links a:hover{color:var(--accent-strong)}.footer-copyright{border-top:1px solid var(--border);font-family:var(--font-mono);grid-column:1/-1;padding-top:1.5rem;font-size:.7rem!important}.not-found{text-align:center;place-items:center;min-height:66vh;padding-block:5rem;display:grid}.not-found-code{color:var(--accent);font-family:var(--font-mono);letter-spacing:.1em;font-size:.78rem}.not-found h1{margin-top:1rem;font-size:clamp(2.6rem,8vw,4.7rem)}.not-found p{max-width:32rem;color:var(--muted);margin:1rem auto 1.8rem}}@layer utilities{.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.accent{color:var(--accent-strong)}}@media (width<=62rem){.hero{min-height:auto}.hero-content{grid-template-columns:1fr;grid-template-areas:"identity""profile""details";row-gap:clamp(2rem,6vw,3rem);padding-top:clamp(1.75rem,5vw,3rem)}.hero-profile-column{justify-self:center;width:min(100%,36rem)}.profile-portrait{justify-self:center;width:min(74vw,27rem)}.hero-details .profile-link-groups{margin-top:0}.research-grid{grid-template-columns:repeat(2,1fr)}.research-card:nth-child(2){border-right:0}.research-card:nth-child(-n+2){border-bottom:1px solid var(--border)}.post-grid{grid-template-columns:repeat(2,1fr)}.detail-hero{grid-template-columns:1fr}.detail-visual{max-width:42rem}}@media (width<=48rem){.shell,.narrow-shell{width:min(calc(100% - 2rem), var(--shell))}.wordmark-name{display:none}.nav-toggle{display:inline-grid}.primary-nav{z-index:99;border-top:1px solid var(--border);background:var(--background);flex-direction:column;align-items:stretch;gap:0;height:calc(100dvh - 4.75rem);margin:0;padding:1rem;display:none;position:fixed;top:4.75rem;left:0;right:0}.primary-nav.open{display:flex}.primary-nav a{border-bottom:1px solid var(--border);padding:1rem .75rem;font-size:1.1rem}.primary-nav a:after{display:none}.section-heading{flex-direction:column;align-items:start}.hero-facts,.hero-metric-panels,.project-grid,.post-grid{grid-template-columns:1fr}.filter-panel{flex-direction:column;align-items:stretch}.search-field{min-width:0}.research-layout{grid-template-columns:1fr}.research-toc{position:static}.about-grid,.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:start}.article-footer-nav{grid-template-columns:1fr}.article-footer-nav a:last-child{text-align:left}}@media (width<=35rem){.hero-fact-combined{grid-template-columns:1fr;gap:.75rem}.hero-fact-item+.hero-fact-item{border-top:1px solid var(--border);border-left:0;margin-left:0;padding-top:.75rem;padding-left:0}.hero-actions .button{width:100%}.profile-link{flex:calc(50% - .55rem)}.research-grid{grid-template-columns:1fr}.research-card,.research-card:nth-child(2){border-right:0;border-bottom:1px solid var(--border)}.research-card:last-child{border-bottom:0}.research-card{min-height:0;padding:1.1rem 3rem 1.15rem 1.1rem}.research-card h3{margin-top:.55rem}.research-card p{margin-top:.5rem}.publication-item{grid-template-columns:1fr;gap:.5rem}.pipeline-stage{width:2.7rem;height:2.7rem}.related-links{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_AMS-Regular.BQhdFMY1.woff2)format("woff2"),url(/_astro/KaTeX_AMS-Regular.DMm9YOAa.woff)format("woff"),url(/_astro/KaTeX_AMS-Regular.DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Caligraphic-Bold.Dq_IR9rO.woff2)format("woff2"),url(/_astro/KaTeX_Caligraphic-Bold.BEiXGLvX.woff)format("woff"),url(/_astro/KaTeX_Caligraphic-Bold.ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Caligraphic-Regular.Di6jR-x-.woff2)format("woff2"),url(/_astro/KaTeX_Caligraphic-Regular.CTRA-rTL.woff)format("woff"),url(/_astro/KaTeX_Caligraphic-Regular.wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Fraktur-Bold.CL6g_b3V.woff2)format("woff2"),url(/_astro/KaTeX_Fraktur-Bold.BsDP51OF.woff)format("woff"),url(/_astro/KaTeX_Fraktur-Bold.BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Fraktur-Regular.CTYiF6lA.woff2)format("woff2"),url(/_astro/KaTeX_Fraktur-Regular.Dxdc4cR9.woff)format("woff"),url(/_astro/KaTeX_Fraktur-Regular.CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Main-Bold.Cx986IdX.woff2)format("woff2"),url(/_astro/KaTeX_Main-Bold.Jm3AIy58.woff)format("woff"),url(/_astro/KaTeX_Main-Bold.waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Main-BoldItalic.DxDJ3AOS.woff2)format("woff2"),url(/_astro/KaTeX_Main-BoldItalic.SpSLRI95.woff)format("woff"),url(/_astro/KaTeX_Main-BoldItalic.DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Main-Italic.NWA7e6Wa.woff2)format("woff2"),url(/_astro/KaTeX_Main-Italic.BMLOBm91.woff)format("woff"),url(/_astro/KaTeX_Main-Italic.3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Main-Regular.B22Nviop.woff2)format("woff2"),url(/_astro/KaTeX_Main-Regular.Dr94JaBh.woff)format("woff"),url(/_astro/KaTeX_Main-Regular.ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Math-BoldItalic.CZnvNsCZ.woff2)format("woff2"),url(/_astro/KaTeX_Math-BoldItalic.iY-2wyZ7.woff)format("woff"),url(/_astro/KaTeX_Math-BoldItalic.B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Math-Italic.t53AETM-.woff2)format("woff2"),url(/_astro/KaTeX_Math-Italic.DA0__PXp.woff)format("woff"),url(/_astro/KaTeX_Math-Italic.flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_SansSerif-Bold.D1sUS0GD.woff2)format("woff2"),url(/_astro/KaTeX_SansSerif-Bold.DbIhKOiC.woff)format("woff"),url(/_astro/KaTeX_SansSerif-Bold.CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Italic.C3H0VqGB.woff2)format("woff2"),url(/_astro/KaTeX_SansSerif-Italic.DN2j7dab.woff)format("woff"),url(/_astro/KaTeX_SansSerif-Italic.YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Regular.DDBCnlJ7.woff2)format("woff2"),url(/_astro/KaTeX_SansSerif-Regular.CS6fqUqJ.woff)format("woff"),url(/_astro/KaTeX_SansSerif-Regular.BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Script-Regular.D3wIWfF6.woff2)format("woff2"),url(/_astro/KaTeX_Script-Regular.D5yQViql.woff)format("woff"),url(/_astro/KaTeX_Script-Regular.C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size1-Regular.mCD8mA8B.woff2)format("woff2"),url(/_astro/KaTeX_Size1-Regular.C195tn64.woff)format("woff"),url(/_astro/KaTeX_Size1-Regular.Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size2-Regular.Dy4dx90m.woff2)format("woff2"),url(/_astro/KaTeX_Size2-Regular.oD1tc_U0.woff)format("woff"),url(/_astro/KaTeX_Size2-Regular.B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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)format("woff2"),url(/_astro/KaTeX_Size3-Regular.CTq5MqoE.woff)format("woff"),url(/_astro/KaTeX_Size3-Regular.DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size4-Regular.Dl5lxZxV.woff2)format("woff2"),url(/_astro/KaTeX_Size4-Regular.BF-4gkZK.woff)format("woff"),url(/_astro/KaTeX_Size4-Regular.DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Typewriter-Regular.CO6r4hn1.woff2)format("woff2"),url(/_astro/KaTeX_Typewriter-Regular.C0xS9mPB.woff)format("woff"),url(/_astro/KaTeX_Typewriter-Regular.D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.18.1"}.katex .katex-mathml{clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.katex-newline{display:block}.katex .katex-base{white-space:nowrap;width:min-content;position:relative}.katex .katex-base,.katex .katex-strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .katex-vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .katex-thinbox{flex-direction:row;width:0;max-width:0;display:inline-flex}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .katex-hdashline,.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-rule,.katex .katex-underline .underline-line,.katex .mfrac .frac-line{min-height:1px}.katex .mspace{display:inline-block}.katex .katex-smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.katex-inner,.katex .llap>.katex-inner,.katex .rlap>.katex-inner{position:absolute}.katex .clap>.katex-fix,.katex .llap>.katex-fix,.katex .rlap>.katex-fix{display:inline-block}.katex .llap>.katex-inner{right:0}.katex .clap>.katex-inner,.katex .rlap>.katex-inner{left:0}.katex .clap>.katex-inner>span{margin-left:-50%;margin-right:50%}.katex .katex-rule{border:0 solid;display:inline-block;position:relative}.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .katex-hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.katex-root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .katex-sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .katex-sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .katex-sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .katex-sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .katex-sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .katex-sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .katex-sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .katex-sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .katex-sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .katex-sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .katex-sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .katex-sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .katex-sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .katex-sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .katex-sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .katex-sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .katex-sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .katex-sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .katex-sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .katex-sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .katex-sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .katex-sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .katex-sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .katex-sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .katex-sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .katex-sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .katex-sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .katex-sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .katex-sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .katex-sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .katex-sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .katex-sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .katex-sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .katex-sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .katex-sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .katex-sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .katex-sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .katex-sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .katex-sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .katex-sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .katex-sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .katex-sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .katex-sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .katex-sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .katex-sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .katex-sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .katex-sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .katex-sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .katex-sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .katex-sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .katex-sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .katex-sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .katex-sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .katex-sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .katex-sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .katex-sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .katex-sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .katex-sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .katex-sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .katex-sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .katex-sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .katex-sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .katex-sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .katex-sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .katex-sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .katex-sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .katex-sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .katex-sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .katex-sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .katex-sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .katex-sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .katex-sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .katex-sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .katex-sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .katex-sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .katex-sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .katex-sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .katex-sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .katex-sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .katex-sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .katex-sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .katex-sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .katex-sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .katex-sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .katex-sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .katex-sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .katex-sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .katex-sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .katex-sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .katex-sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .katex-sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .katex-sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .katex-sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .katex-sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .katex-sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .katex-sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .katex-sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .katex-sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .katex-sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .katex-sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .katex-sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .katex-sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .katex-sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .katex-sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .katex-sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .katex-sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .katex-sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .katex-sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .katex-sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .katex-sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .katex-sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .katex-sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .katex-sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .katex-sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .katex-sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .katex-sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .katex-sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .katex-sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .katex-sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .katex-sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .katex-sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .katex-accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .katex-accent .accent-body{position:relative}.katex .katex-accent .accent-body:not(.accent-full){width:0}.katex .katex-overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .katex-stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .katex-stretchy:after,.katex .katex-stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .katex-sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.katex-tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.katex-tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}
