:root{--plum:#30292F;--plum-deep:#241F23;--plum-soft:#3C343B;--coral:#F45B69;--coral-ink:#C42A43;--coral-soft:#F98794;--pure:#FCFCFC;--paper:#F2EBDD;--paper-2:#F8F2E7;--sand:#E7DAC2;--gold:#9C7A3F;--gold-ink:#7A5C25;--gold-on-dark:#D4AA6A;--ink:#29232A;--ink-soft:#574D55;--line:#D9CBB2;--line-faint:rgba(48,41,47,0.10);--on-dark:#F4ECDD;--on-dark-soft:#B6A899;--line-dark:rgba(244,236,221,0.14);--font-display:var(--font-display-var),"Fraunces",Georgia,"Times New Roman",serif;--font-body:var(--font-body-var),"Newsreader",Georgia,serif;--font-mono:var(--font-mono-var),"JetBrains Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;--step--1:clamp(0.82rem,0.79rem + 0.15vw,0.92rem);--step-0:clamp(1.02rem,0.98rem + 0.22vw,1.16rem);--step-1:clamp(1.2rem,1.12rem + 0.4vw,1.45rem);--step-2:clamp(1.45rem,1.3rem + 0.8vw,2rem);--step-3:clamp(1.85rem,1.55rem + 1.5vw,3rem);--step-4:clamp(2.4rem,1.8rem + 3vw,4.5rem);--step-5:clamp(3rem,2rem + 5vw,7rem);--gut:clamp(1.25rem,0.6rem + 3vw,4rem);--shell:1240px;--nav-h:64px;--radius:3px;--shadow-placard:0 1px 0 rgba(0,0,0,0.04),0 22px 45px -28px rgba(36,31,35,0.55);--shadow-lift:0 30px 60px -30px rgba(36,31,35,0.6);--ease:cubic-bezier(0.22,0.61,0.36,1);--ease-out:cubic-bezier(0.16,1,0.3,1)}*,:after,:before{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:calc(var(--nav-h) + 24px)}body{background-color:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:var(--step-0);line-height:1.62;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;font-feature-settings:"liga" 1,"onum" 1,"kern" 1}img,picture,svg{display:block;max-width:100%}button{font:inherit;background:none;border:0;cursor:pointer}a,button{color:inherit}a{text-decoration:none}ul{list-style:none;padding:0}:focus-visible{outline:2.5px solid var(--coral-ink);outline-offset:3px;border-radius:2px}.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}body:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");opacity:.05;mix-blend-mode:multiply}body:after,body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none}body:after{background:radial-gradient(120% 90% at 50% -10%,transparent 55%,rgba(48,41,47,.07) 100%)}.site{position:relative;z-index:1}.page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.shell{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gut)}.shell--narrow{max-width:820px}main{flex:1 0 auto;position:relative;z-index:1}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--paper);background:color-mix(in srgb,var(--paper) 88%,transparent);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--line);transition:background .4s var(--ease),border-color .4s var(--ease),-webkit-backdrop-filter .4s var(--ease);transition:background .4s var(--ease),border-color .4s var(--ease),backdrop-filter .4s var(--ease);transition:background .4s var(--ease),border-color .4s var(--ease),backdrop-filter .4s var(--ease),-webkit-backdrop-filter .4s var(--ease)}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--nav-h);padding-block:.6rem}.brand{display:inline-flex;align-items:center;gap:.7rem}.brand__logo{height:40px;width:auto;flex:none;border-radius:8px;box-shadow:0 1px 2px rgba(36,31,35,.18)}.brand__name{font-family:var(--font-display);font-weight:600;font-size:1.18rem;letter-spacing:.01em;color:var(--plum)}.brand__name span{color:var(--coral-ink)}.nav__links{display:flex;align-items:center;gap:clamp(.15rem,1.2vw,1.4rem)}.nav__link{position:relative;display:inline-flex;align-items:center;min-height:44px;font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:var(--ink-soft);padding:.5rem .35rem;transition:color .25s var(--ease)}.nav__link:after{content:"";position:absolute;left:.35rem;right:.35rem;bottom:.15rem;height:2px;background:var(--coral);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease)}.nav__link:hover{color:var(--plum)}.nav__link:hover:after,.nav__link[aria-current=page]:after{transform:scaleX(1)}.nav__link[aria-current=page]:after{background:var(--coral-ink)}.nav__link[aria-current=page]{color:var(--plum)}.nav--overlay{position:fixed;left:0;right:0;background:transparent;border-bottom-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.nav--overlay .brand__name{color:var(--on-dark)}.nav--overlay .brand__name span{color:var(--coral-soft)}.nav--overlay .nav__link{color:rgba(244,236,221,.82)}.nav--overlay .nav__link:hover,.nav--overlay .nav__link[aria-current=page]{color:var(--on-dark)}.nav--overlay.is-solid{background:var(--paper);background:color-mix(in srgb,var(--paper) 90%,transparent);border-bottom-color:var(--line);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px)}.nav--overlay.is-solid .brand__name{color:var(--plum)}.nav--overlay.is-solid .brand__name span{color:var(--coral-ink)}.nav--overlay.is-solid .nav__link{color:var(--ink-soft)}.nav--overlay.is-solid .nav__link:hover,.nav--overlay.is-solid .nav__link[aria-current=page]{color:var(--plum)}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold-ink)}.eyebrow:before{content:"";width:1.8rem;height:1px;background:var(--coral)}.section-title{font-family:var(--font-display);font-weight:400;font-optical-sizing:auto;font-size:var(--step-3);line-height:1.04;letter-spacing:-.015em;color:var(--plum)}.section-title em{font-style:italic;color:var(--coral-ink)}.hero{position:relative;min-height:min(94vh,880px);display:flex;align-items:flex-end;overflow:hidden;background:var(--plum-deep);isolation:isolate}.hero__bg{width:100%;height:100%;object-fit:cover;object-position:center 18%;filter:grayscale(.5) sepia(.24) contrast(1.06) brightness(.8);z-index:-2}.hero__bg,.hero__veil{position:absolute;inset:0}.hero__veil{z-index:-1;background:linear-gradient(180deg,rgba(20,17,19,.55),rgba(20,17,19,.12) 32%,rgba(20,17,19,.82)),linear-gradient(90deg,rgba(20,17,19,.88),rgba(20,17,19,.3) 58%,transparent),radial-gradient(120% 80% at 88% 8%,rgba(244,91,105,.2),transparent 55%)}.hero__inner{position:relative;width:100%;padding-top:clamp(6rem,14vh,10rem);padding-bottom:clamp(3.5rem,8vw,6rem)}.hero__title{font-family:var(--font-display);font-weight:400;font-optical-sizing:auto;font-size:clamp(2.7rem,1.4rem + 6.2vw,6.4rem);line-height:.98;letter-spacing:-.022em;color:var(--on-dark);max-width:16ch;margin-top:1.2rem;text-wrap:balance}.hero__title em{font-style:italic;color:var(--coral-soft)}.hero__lead{margin-top:1.5rem;max-width:52ch;font-size:var(--step-1);line-height:1.5;color:var(--on-dark);opacity:.92}.hero__actions{margin-top:2.2rem;flex-wrap:wrap;gap:1rem 1.6rem}.hero__actions,.hero__scroll{display:flex;align-items:center}.hero__scroll{position:absolute;left:50%;bottom:1.1rem;transform:translateX(-50%);z-index:1;flex-direction:column;gap:.5rem;font-family:var(--font-mono);font-size:.58rem;letter-spacing:.3em;text-transform:uppercase;color:var(--on-dark-soft)}.hero__scroll:after{content:"";width:1px;height:30px;background:linear-gradient(var(--coral-soft),transparent);animation:scrollcue 1.9s var(--ease) infinite}@keyframes scrollcue{0%{opacity:0;transform:scaleY(.2);transform-origin:top}45%{opacity:1}to{opacity:0;transform:scaleY(1);transform-origin:top}}.eyebrow--light{color:var(--coral-soft)}.btn{display:inline-flex;align-items:center;gap:.6rem;min-height:48px;padding:.7rem 1.45rem;border-radius:999px;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;transition:transform .3s var(--ease),background .3s var(--ease),box-shadow .3s var(--ease)}.btn svg{width:16px;height:16px;transition:transform .3s var(--ease)}.btn--primary{background:var(--coral);color:#2a1418;box-shadow:0 14px 30px -14px rgba(244,91,105,.7)}.btn--primary:hover{transform:translateY(-2px)}.btn--primary:hover svg{transform:translateX(4px)}.btn--ghost{color:var(--on-dark);border:1px solid var(--line-dark)}.btn--ghost:hover{border-color:var(--coral-soft);color:var(--coral-soft)}.statement{display:grid;grid-gap:clamp(1.4rem,3vw,3rem);gap:clamp(1.4rem,3vw,3rem);padding-block:clamp(3rem,6vw,5.5rem)}@media (min-width:900px){.statement{grid-template-columns:minmax(220px,320px) 1fr;align-items:start}}.statement__head{align-self:start}@media (min-width:900px){.statement__head{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 28px)}}.statement__title{font-family:var(--font-display);font-weight:400;font-size:var(--step-3);line-height:1.02;letter-spacing:-.015em;color:var(--plum);margin-top:.9rem}.statement__title em{font-style:italic;color:var(--coral-ink)}.featured__row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(43%,1fr);grid-gap:clamp(.7rem,1.6vw,1rem);gap:clamp(.7rem,1.6vw,1rem);margin-top:1.8rem;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:.6rem;scrollbar-width:thin}@media (min-width:760px){.featured__row{grid-auto-flow:row;grid-template-columns:repeat(6,1fr);grid-auto-columns:auto;overflow:visible}}.featured__item{scroll-snap-align:start}.featured__frame{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:var(--radius);background:var(--plum-deep);box-shadow:var(--shadow-placard)}.featured__frame img{width:100%;height:100%;object-fit:cover;object-position:center 22%;filter:grayscale(.6) sepia(.22) contrast(1.05) brightness(.95);transition:filter .7s var(--ease),transform .7s var(--ease-out)}.featured__item:hover .featured__frame img{filter:grayscale(.05) sepia(.2);transform:scale(1.05)}.featured__name{margin-top:.6rem;font-family:var(--font-display);font-size:.98rem;line-height:1.15;color:var(--plum)}.featured__years{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.08em;color:var(--ink-soft);margin-top:.15rem}.ledger{margin-top:clamp(2.4rem,4vw,3.5rem);display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.ledger__cell{padding:1.2rem 1.3rem 1.4rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.ledger__num{font-family:var(--font-display);font-size:var(--step-3);font-weight:420;color:var(--plum);line-height:1}.ledger__label{margin-top:.5rem;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft)}.prose{max-width:64ch}.prose p{margin-top:1.15rem;font-size:var(--step-0);line-height:1.68}.prose p:first-child{margin-top:0}.prose .dropcap:first-letter{font-family:var(--font-display);float:left;font-size:3.4em;line-height:.78;font-weight:460;padding:.06em .12em 0 0;color:var(--coral-ink)}.link,.prose a{color:var(--coral-ink);text-decoration:none;background-image:linear-gradient(var(--coral),var(--coral));background-size:0 1.5px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .35s var(--ease),color .2s var(--ease);padding-bottom:1px}.link:hover,.prose a:hover{background-size:100% 1.5px;color:var(--plum)}.rule{display:flex;align-items:center;gap:1.2rem;margin-block:clamp(2.4rem,5vw,4rem);color:var(--line)}.rule:after,.rule:before{content:"";flex:1 1;height:1px;background:var(--line)}.rule__glyph{display:inline-flex;color:var(--coral)}.rule__glyph svg{width:18px;height:18px}.intro{padding-top:clamp(2.5rem,5vw,4.5rem);padding-bottom:clamp(1.5rem,3vw,2.5rem)}.intro__title{font-family:var(--font-display);font-weight:400;font-size:var(--step-4);line-height:1;letter-spacing:-.02em;color:var(--plum);margin-top:1rem}.intro__title em{font-style:italic;color:var(--coral-ink)}.intro__lead{margin-top:1.3rem;max-width:58ch;font-size:var(--step-1);color:var(--ink-soft);line-height:1.5}.archive{padding-bottom:clamp(3rem,6vw,5rem)}.archive__layout{display:grid;grid-template-columns:1fr;grid-gap:clamp(1.6rem,4vw,3rem);gap:clamp(1.6rem,4vw,3rem)}@media (min-width:920px){.archive__layout{grid-template-columns:220px 1fr;align-items:start}}.archive__toc{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 24px);display:none}@media (min-width:920px){.archive__toc{display:block}}.archive__toc ul{display:flex;flex-direction:column;gap:.1rem;border-left:1px solid var(--line)}.archive__toc a{display:flex;align-items:center;min-height:44px;padding:.4rem 0 .4rem 1rem;margin-left:-1px;border-left:2px solid transparent;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);transition:color .2s var(--ease),border-color .2s var(--ease)}.archive__toc a.active,.archive__toc a:hover{color:var(--coral-ink);border-left-color:var(--coral)}.group{scroll-margin-top:90px}.group+.group{margin-top:clamp(2.4rem,5vw,4rem)}.group__head{display:flex;align-items:baseline;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.group__index{font-family:var(--font-mono);font-size:.72rem;color:var(--gold-ink);letter-spacing:.1em}.group__title{font-family:var(--font-display);font-weight:420;font-size:var(--step-2);line-height:1.05;letter-spacing:-.01em;color:var(--plum)}.entries{margin-top:.4rem}.entry{position:relative;padding:1rem 0 1rem 1.4rem;border-bottom:1px solid var(--line-faint);font-size:var(--step-0);line-height:1.55;color:var(--ink)}.entry:before{content:"";position:absolute;left:0;top:1.45rem;width:.5rem;height:.5rem;border:1.5px solid var(--coral);transform:rotate(45deg);transition:background .25s var(--ease)}.entry:hover:before{background:var(--coral)}.entry b,.entry strong{font-weight:600;color:var(--plum)}.entry u{text-decoration:none;color:var(--plum);border-bottom:1px solid var(--line)}.entry a{color:var(--coral-ink);background-image:linear-gradient(var(--coral),var(--coral));background-size:0 1.5px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .32s var(--ease),color .2s var(--ease);padding-bottom:1px}.entry a:hover{background-size:100% 1.5px;color:var(--plum)}.entry .font-italic,.entry em{font-style:italic}.entry--link{padding-left:1.4rem}.footer{margin-top:clamp(3rem,6vw,6rem);background:var(--plum);color:var(--on-dark)}.footer__grid{display:grid;grid-template-columns:1fr;grid-gap:clamp(1.8rem,4vw,3rem);gap:clamp(1.8rem,4vw,3rem);padding-block:clamp(2.6rem,5vw,4rem)}@media (min-width:720px){.footer__grid{grid-template-columns:1.6fr 1fr 1fr}}.footer__brand{display:flex;align-items:center;gap:.7rem}.footer__logo{height:46px;width:auto;flex:none;border-radius:8px}.footer__brand .t{font-family:var(--font-display);font-size:1.2rem;font-weight:500;color:var(--on-dark)}.footer__mission{margin-top:1rem;max-width:34ch;font-size:var(--step--1);line-height:1.6;color:var(--on-dark-soft)}.footer__col{display:flex;flex-direction:column}.footer__h{font-family:var(--font-mono);font-size:.66rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-on-dark);margin-bottom:.9rem}.footer__col a{padding:.32rem 0;font-size:var(--step--1);color:var(--on-dark-soft);transition:color .2s var(--ease)}.footer__col a:hover{color:var(--coral-soft)}.footer__mailrow{display:inline-flex;align-items:center;gap:.5rem}.footer__mailrow svg{width:15px;height:15px;flex:none}.footer__fine{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem 1.5rem;padding-block:1.2rem;border-top:1px solid var(--line-dark);font-size:.72rem;color:var(--on-dark-soft)}.footer__copy{display:inline-flex;align-items:center;gap:.4rem}.footer__copy svg{width:14px;height:14px}.explore{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));grid-gap:clamp(.8rem,1.6vw,1.2rem);gap:clamp(.8rem,1.6vw,1.2rem);margin-top:clamp(1.6rem,3vw,2.4rem)}.explore__card{display:flex;flex-direction:column;gap:.6rem;padding:1.5rem 1.5rem 1.3rem;background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius);transition:transform .4s var(--ease-out),border-color .3s var(--ease),box-shadow .4s var(--ease-out)}.explore__card:hover{transform:translateY(-4px);border-color:var(--coral);box-shadow:var(--shadow-placard)}.explore__num{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.16em;color:var(--gold-ink)}.explore__title{font-family:var(--font-display);font-weight:440;font-size:var(--step-2);line-height:1.05;color:var(--plum)}.explore__desc{font-size:var(--step--1);color:var(--ink-soft);line-height:1.5}.explore__go{margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--coral-ink)}.explore__go svg{width:16px;height:16px;transition:transform .3s var(--ease)}.explore__card:hover .explore__go svg{transform:translateX(5px)}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}[data-reveal].in{opacity:1;transform:none}@media (max-width:620px){:root{--nav-h:56px}.brand__name{display:none}.nav__links{gap:.4rem}.nav__link{font-size:.62rem;letter-spacing:.1em;padding:.5rem .4rem}.nav__link:after{left:.4rem;right:.4rem}.figure{scroll-margin-top:180px}.gallery{column-count:1}.ledger{grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}}@media (min-width:621px) and (max-width:900px){.gallery{column-count:2}}.para{display:grid;grid-template-columns:1fr;grid-gap:clamp(1.2rem,3vw,2.4rem);gap:clamp(1.2rem,3vw,2.4rem);padding-bottom:clamp(3rem,6vw,5rem)}@media (min-width:900px){.para{grid-template-columns:248px 1fr;align-items:start}.para__index{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 16px);max-height:calc(100dvh - var(--nav-h) - 32px);display:flex;flex-direction:column}}@media (max-width:899px){.para__index{display:none}.para__index.is-open{display:flex;flex-direction:column}}.para__search{position:relative;display:flex;align-items:center;margin-bottom:1rem}.para__search svg{position:absolute;left:.85rem;width:16px;height:16px;color:var(--ink-soft);pointer-events:none}.para__search input{width:100%;font:inherit;font-size:var(--step--1);color:var(--ink);background:var(--pure);border:1px solid var(--line);border-radius:999px;padding:.72rem 1rem .72rem 2.3rem;transition:border-color .25s var(--ease),box-shadow .25s var(--ease)}.para__search input:focus{outline:none;border-color:var(--coral-ink);box-shadow:0 0 0 3px rgba(196,42,67,.22)}.para__list{overflow-y:auto}.para__group+.para__group{margin-top:1.2rem}.para__era{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-ink);padding-bottom:.4rem;border-bottom:1px solid var(--line);margin-bottom:.3rem}.para__index-item{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem;width:100%;text-align:left;padding:.45rem .5rem;border-radius:6px;min-height:40px;color:var(--ink);transition:background .2s var(--ease),color .2s var(--ease)}.para__index-item:hover{background:var(--paper-2)}.para__index-item.is-active{background:var(--plum);color:var(--on-dark)}.para__index-name{font-family:var(--font-display);font-size:1rem;line-height:1.15}.para__index-yr{font-family:var(--font-mono);font-size:.66rem;color:var(--ink-soft)}.para__index-item.is-active .para__index-yr{color:var(--on-dark-soft)}.para__empty{font-style:italic;color:var(--ink-soft)}.para__bar{display:flex;flex-wrap:wrap;gap:.6rem 1rem;margin-bottom:.8rem}.para__bar,.para__browse{align-items:center;min-height:40px}.para__browse{display:inline-flex;padding:.5rem 1rem;border:1px solid var(--line);border-radius:999px;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft)}@media (min-width:900px){.para__browse{display:none}}.para__back{display:inline-flex;align-items:center;gap:.4rem;min-height:40px;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--coral-ink)}.para__back svg{width:15px;height:15px}.para__stage{position:relative;display:flex;flex-direction:column;align-items:center;gap:clamp(1rem,2.6vw,2rem);padding-block:clamp(1rem,3vw,2rem)}.para__threads{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:visible}.para__thread{fill:none;stroke:var(--coral);stroke-width:1.6;opacity:.5}@media (prefers-reduced-motion:no-preference){.para__thread{stroke-dasharray:1;stroke-dashoffset:1;animation:thread-draw .7s var(--ease-out) forwards}}@keyframes thread-draw{to{stroke-dashoffset:0}}.para__tier{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.55rem}.para__tier-label{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-ink)}.para__row{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(.8rem,2vw,1.6rem)}.para__node{display:flex;flex-direction:column;align-items:center;gap:.4rem;width:92px;transition:transform .3s var(--ease-out)}.para__node:hover{transform:translateY(-3px)}.para__node-img,.para__noimg{width:60px;height:60px;border-radius:50%;object-fit:cover;object-position:center 22%}.para__node-img{filter:grayscale(.6) sepia(.2) contrast(1.05);border:2px solid var(--sand);box-shadow:var(--shadow-placard);transition:border-color .3s var(--ease),filter .5s var(--ease)}.para__node:hover .para__node-img{border-color:var(--coral);filter:grayscale(.05) sepia(.2)}.para__noimg{display:grid;place-items:center;background:var(--plum);color:var(--coral-soft);font-family:var(--font-display);font-size:1.1rem;border:2px solid var(--sand)}.para__node:hover .para__noimg{border-color:var(--coral)}.para__node-name{font-family:var(--font-display);font-size:.84rem;line-height:1.1;color:var(--plum);text-align:center;max-width:11ch}.para__ext{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.45rem;max-width:660px}.para__ext-label{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-soft)}.para__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.para__chip{font-size:.78rem;color:var(--ink-soft);background:var(--paper-2);border:1px solid var(--line);border-radius:999px;padding:.26rem .7rem}.para__chip a{color:var(--coral-ink)}.para__chip a:hover{text-decoration:underline}.para__focus{position:relative;z-index:2;display:grid;grid-gap:clamp(1rem,2.5vw,1.8rem);gap:clamp(1rem,2.5vw,1.8rem);grid-template-columns:1fr;width:min(100%,640px);background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lift);padding:clamp(1.2rem,3vw,1.8rem)}@media (min-width:560px){.para__focus{grid-template-columns:180px 1fr}}.para__portrait{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--plum-deep);aspect-ratio:4/5}.para__portrait-img{width:100%;height:100%;object-fit:cover;object-position:center 22%;filter:grayscale(.62) sepia(.22) contrast(1.05)}.para__portrait .para__noimg{width:100%;height:100%;border-radius:0;aspect-ratio:auto;font-size:clamp(2.4rem,8vw,3.2rem)}.para__cat{font-family:var(--font-mono);font-size:.64rem;letter-spacing:.1em;color:var(--gold-ink)}.para__name{font-family:var(--font-display);font-weight:440;font-size:var(--step-3);line-height:1.03;letter-spacing:-.015em;color:var(--plum);margin-top:.3rem}.para__years{font-family:var(--font-mono);font-size:.72rem;color:var(--coral-ink);margin-top:.45rem}.para__note{margin-top:.9rem;font-size:var(--step-0);line-height:1.6;color:var(--ink)}.para__info-body a,.para__note a{color:var(--coral-ink);border-bottom:1px solid var(--line);transition:color .2s var(--ease),border-color .2s var(--ease)}.para__info-body a:hover,.para__note a:hover{color:var(--plum);border-color:var(--coral)}.para__info{margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--line)}.para__info-label{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-ink)}.para__info-body{margin-top:.45rem;font-size:var(--step--1);line-height:1.55;color:var(--ink-soft)}.para__leaf-note{position:relative;z-index:1;max-width:46ch;text-align:center;font-style:italic;color:var(--ink-soft)}.para .xref{color:var(--coral-ink);font-style:italic;border-bottom:1px dotted var(--coral);cursor:pointer}.para .xref:hover{color:var(--plum);border-bottom-color:var(--plum)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}[data-reveal]{opacity:1}.figure:hover,[data-reveal]{transform:none}}.profile{padding-block:clamp(2rem,1rem + 5vw,4.5rem)}.profile__back{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-ink);transition:color .2s var(--ease)}.profile__back:hover{color:var(--coral-ink)}.profile__head{display:grid;grid-gap:clamp(1.5rem,1rem + 3vw,3rem);gap:clamp(1.5rem,1rem + 3vw,3rem);grid-template-columns:minmax(0,240px) 1fr;align-items:end;margin-top:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid var(--line)}.profile__portrait{border-radius:var(--radius);overflow:hidden;background:var(--plum-deep);aspect-ratio:4/5;box-shadow:var(--shadow-placard)}.profile__portrait-img{width:100%;height:100%;object-fit:cover;object-position:center 22%;filter:grayscale(.62) sepia(.22) contrast(1.05)}.profile__portrait .para__noimg{width:100%;height:100%;border-radius:0;aspect-ratio:auto;font-size:clamp(2.4rem,8vw,3.2rem)}.profile__name{font-family:var(--font-display);font-weight:440;font-size:var(--step-4);line-height:1.02;letter-spacing:-.018em;color:var(--plum);margin-top:.4rem}.profile__body{margin-top:2rem;max-width:64ch}.profile__note{font-size:var(--step-1);line-height:1.6;color:var(--ink)}.para__info-body a,.profile__note a{color:var(--coral-ink);border-bottom:1px solid var(--line);transition:color .2s var(--ease),border-color .2s var(--ease)}.para__info-body a:hover,.profile__note a:hover{color:var(--plum);border-color:var(--coral)}.profile .xref{color:var(--coral-ink);font-style:italic;border-bottom:1px dotted var(--coral)}.profile .xref:hover{color:var(--plum);border-bottom-color:var(--plum)}.profile .xref--dead{color:var(--ink-soft);border-bottom:none;font-style:normal}.profile__lineage{display:grid;grid-gap:clamp(1.5rem,1rem + 3vw,3rem);gap:clamp(1.5rem,1rem + 3vw,3rem);margin-top:2.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding-top:1.6rem;border-top:1px solid var(--line)}.profile__lin-label{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-ink);margin-bottom:.7rem;font-weight:500}.profile__rels{list-style:none;display:flex;flex-direction:column;gap:.5rem}.profile__rel a{color:var(--coral-ink);border-bottom:1px solid var(--line);transition:color .2s var(--ease),border-color .2s var(--ease)}.profile__rel a:hover{color:var(--plum);border-color:var(--coral)}.profile__rel span{color:var(--ink-soft)}.profile__explore{margin-top:2.5rem}.profile__explore a{font-family:var(--font-mono);font-size:.78rem;color:var(--coral-ink)}.profile__explore a:hover{color:var(--plum)}.profile__nav{display:flex;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.4rem;border-top:1px solid var(--line);font-family:var(--font-display);font-size:var(--step-0)}.profile__navlink{color:var(--plum);transition:color .2s var(--ease)}.profile__navlink:hover{color:var(--coral-ink)}.profile__navlink--next{margin-left:auto;text-align:right}@media (max-width:640px){.profile__head{grid-template-columns:1fr;align-items:start}.profile__portrait{max-width:200px}}.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:clamp(160px,19vw,240px);grid-auto-flow:dense;grid-gap:clamp(.6rem,1.2vw,1rem);gap:clamp(.6rem,1.2vw,1rem);margin-top:clamp(1.6rem,3vw,2.4rem);padding-bottom:clamp(3rem,6vw,5rem)}.gallery .gcard:first-child{grid-column:span 2;grid-row:span 2}.gallery .gcard:nth-child(5){grid-column:span 2}.gcard{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--plum-deep);box-shadow:var(--shadow-placard);isolation:isolate;opacity:0;transform:translateY(20px);animation:gcard-in .7s var(--ease-out) forwards}@keyframes gcard-in{to{opacity:1;transform:none}}.gcard__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 26%;filter:grayscale(.55) sepia(.18) contrast(1.04);transform:scale(1.03);transition:transform .9s var(--ease),filter .6s var(--ease)}.gcard:focus-visible .gcard__img,.gcard:hover .gcard__img{transform:scale(1.08);filter:none}.gcard__veil{position:absolute;inset:0;background:linear-gradient(0deg,rgba(36,31,35,.92) 0,rgba(36,31,35,.5) 40%,rgba(36,31,35,.04) 72%);transition:opacity .4s var(--ease)}.gcard:after{content:"";position:absolute;left:0;bottom:0;height:3px;width:100%;background:var(--coral);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease-out);z-index:3}.gcard:focus-visible:after,.gcard:hover:after{transform:scaleX(1)}.gcard__num{top:clamp(.7rem,1.4vw,1.1rem);left:clamp(.9rem,1.6vw,1.4rem);font-family:var(--font-mono);font-size:.64rem;letter-spacing:.18em;color:var(--gold-on-dark)}.gcard__body,.gcard__num{position:absolute;z-index:2}.gcard__body{inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(.9rem,1.7vw,1.5rem)}.gcard__date{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--coral-soft);margin-bottom:.45rem}.gcard__title{font-family:var(--font-display);font-weight:480;line-height:1.08;letter-spacing:-.01em;color:var(--pure);font-size:var(--step-1);text-wrap:balance}.gallery .gcard:first-child .gcard__title{font-size:var(--step-3)}.gcard__go{display:inline-flex;align-items:center;gap:.4rem;margin-top:.7rem;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--coral-soft);opacity:0;transform:translateY(8px);transition:opacity .35s var(--ease),transform .35s var(--ease)}.gcard:focus-visible .gcard__go,.gcard:hover .gcard__go{opacity:1;transform:none}.gcard__go svg{width:14px;height:14px}@media (prefers-reduced-motion:reduce){.gcard{animation:none;opacity:1;transform:none}.gcard:after,.gcard__go,.gcard__img,.gcard__veil{transition:none}}@media (max-width:880px){.gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:clamp(150px,32vw,220px)}.gallery .gcard:first-child{grid-column:span 2;grid-row:span 1}.gallery .gcard:nth-child(5){grid-column:span 2}.gallery .gcard:first-child .gcard__title{font-size:var(--step-2)}}@media (max-width:520px){.gallery{grid-template-columns:1fr;grid-auto-rows:auto}.gallery .gcard,.gallery .gcard:first-child,.gallery .gcard:nth-child(5){grid-column:auto;grid-row:auto;aspect-ratio:16/11}}.post{padding-block:clamp(2rem,1rem + 5vw,4.5rem)}.post__back{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-ink);transition:color .2s var(--ease)}.post__back:hover{color:var(--coral-ink)}.post__head{margin-top:1.4rem;padding-bottom:1.6rem;margin-bottom:1.8rem;border-bottom:1px solid var(--line)}.post__title{font-family:var(--font-display);font-weight:440;font-size:var(--step-4);line-height:1.04;letter-spacing:-.018em;color:var(--plum);margin-top:.5rem}.post__date{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.1em;color:var(--coral-ink);margin-top:.8rem}.post__body{max-width:68ch}.post__nav{display:flex;justify-content:space-between;gap:1rem;margin-top:clamp(2.5rem,5vw,4rem);padding-top:1.4rem;border-top:1px solid var(--line);font-family:var(--font-display);font-size:var(--step-0)}.post__navlink{color:var(--plum);max-width:45%;transition:color .2s var(--ease)}.post__navlink:hover{color:var(--coral-ink)}.post__navlink--next{margin-left:auto;text-align:right}.prose img{max-width:100%;height:auto;display:block;border-radius:var(--radius)}.prose figure img,.prose p>img{margin:1.8rem 0;box-shadow:var(--shadow-placard);filter:grayscale(.3) sepia(.1)}.prose figure{margin:1.8rem 0}.prose figure img{margin:0}.prose figcaption{margin-top:.6rem;font-family:var(--font-mono);font-size:.7rem;line-height:1.5;color:var(--ink-soft)}.prose h2,.prose h3{font-family:var(--font-display);font-weight:500;color:var(--plum);margin-top:2rem;line-height:1.15}.prose h2{font-size:var(--step-2)}.prose h3{font-size:var(--step-1)}.prose ol,.prose ul{margin-top:1.1rem;padding-left:1.4rem}.prose li{margin-top:.4rem;line-height:1.6;color:var(--ink-soft)}.prose li::marker{color:var(--gold-ink)}.prose hr{margin:2rem 0;border:none;border-top:1px solid var(--line)}@media (max-width:640px){.post__navlink{max-width:47%}}@font-face{font-family:Fraunces;font-style:italic;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:italic;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c62081b071647022-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:italic;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_c5b148{font-family:Fraunces,Fraunces Fallback}.__variable_c5b148{--font-display-var:"Fraunces","Fraunces Fallback"}@font-face{font-family:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Newsreader;font-style:italic;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/665e920483964785-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/5611c55482296524-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader Fallback;src:local("Times New Roman");ascent-override:69.68%;descent-override:25.12%;line-gap-override:0.00%;size-adjust:105.48%}.__className_328ff9{font-family:Newsreader,Newsreader Fallback}.__variable_328ff9{--font-body-var:"Newsreader","Newsreader Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_898c26{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_898c26{--font-mono-var:"JetBrains Mono","JetBrains Mono Fallback"}