:root{color-scheme:light;--editorial-bg: #ffffff;--editorial-surface: #ffffff;--editorial-text: #111111;--editorial-heading: #000000;--editorial-muted: #5f5f5f;--editorial-line: rgba(0, 0, 0, 0.12);--editorial-line-strong: rgba(0, 0, 0, 0.3);--editorial-accent: #000000;--editorial-accent-soft: rgba(0, 0, 0, 0.04);--editorial-max: 1080px;--editorial-copy: 100%;--editorial-radius: 16px;--editorial-overline-offset: 16px;--editorial-code-bg: #f6f6f6;--editorial-code-surface: #fbfbfb;--editorial-code-inline-bg: rgba(0, 0, 0, 0.05);--editorial-code-border: rgba(0, 0, 0, 0.12);--editorial-code-shadow: rgba(0, 0, 0, 0.12);--editorial-code-text: #171717;--editorial-code-muted: #737373;--editorial-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "Georgia", serif;--editorial-sans: "Avenir Next", "Segoe UI", "Helvetica Neue", "Helvetica", sans-serif;--editorial-mono: "SFMono-Regular", "SF Mono", "Menlo", "Consolas", monospace}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--editorial-bg: #000000;--editorial-surface: #000000;--editorial-text: #dedede;--editorial-heading: #ececec;--editorial-muted: #9f9f9f;--editorial-line: rgba(255, 255, 255, 0.16);--editorial-line-strong: rgba(255, 255, 255, 0.34);--editorial-accent: #ececec;--editorial-accent-soft: rgba(255, 255, 255, 0.08);--editorial-code-bg: #0d0d0d;--editorial-code-surface: #151515;--editorial-code-inline-bg: rgba(255, 255, 255, 0.08);--editorial-code-border: rgba(255, 255, 255, 0.14);--editorial-code-shadow: rgba(0, 0, 0, 0.55);--editorial-code-text: #e6e6e6;--editorial-code-muted: #9f9f9f}}html[data-theme='light']{color-scheme:light;--editorial-bg: #ffffff;--editorial-surface: #ffffff;--editorial-text: #111111;--editorial-heading: #000000;--editorial-muted: #5f5f5f;--editorial-line: rgba(0, 0, 0, 0.12);--editorial-line-strong: rgba(0, 0, 0, 0.3);--editorial-accent: #000000;--editorial-accent-soft: rgba(0, 0, 0, 0.04);--editorial-code-bg: #f6f6f6;--editorial-code-surface: #fbfbfb;--editorial-code-inline-bg: rgba(0, 0, 0, 0.05);--editorial-code-border: rgba(0, 0, 0, 0.12);--editorial-code-shadow: rgba(0, 0, 0, 0.12);--editorial-code-text: #171717;--editorial-code-muted: #737373}html[data-theme='dark']{color-scheme:dark;--editorial-bg: #000000;--editorial-surface: #000000;--editorial-text: #dedede;--editorial-heading: #ececec;--editorial-muted: #9f9f9f;--editorial-line: rgba(255, 255, 255, 0.16);--editorial-line-strong: rgba(255, 255, 255, 0.34);--editorial-accent: #ececec;--editorial-accent-soft: rgba(255, 255, 255, 0.08);--editorial-code-bg: #0d0d0d;--editorial-code-surface: #151515;--editorial-code-inline-bg: rgba(255, 255, 255, 0.08);--editorial-code-border: rgba(255, 255, 255, 0.14);--editorial-code-shadow: rgba(0, 0, 0, 0.55);--editorial-code-text: #e6e6e6;--editorial-code-muted: #9f9f9f}*,*::before,*::after{box-sizing:border-box}html{background:var(--editorial-bg);scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--editorial-text);font-family:var(--editorial-sans);line-height:1.7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}::selection{background:var(--editorial-accent-soft);color:var(--editorial-heading)}.editorial-shell{max-width:var(--editorial-max);margin:0 auto;padding:28px clamp(18px, 3vw, 32px) 64px}.editorial-main{display:grid;gap:56px}.editorial-main>*{min-width:0}.editorial-header{margin-bottom:0}.editorial-header__inner{display:grid;grid-template-columns:minmax(0, 1fr) auto;align-items:end;gap:24px;padding-bottom:18px;border-bottom:1px solid var(--editorial-line)}.editorial-footer__inner{display:flex;align-items:center;justify-content:center;padding:4px 0 0}.editorial-header__bar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;min-width:0}.editorial-header__controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}.editorial-brand{display:inline-flex;flex:1 1 auto;flex-direction:column;gap:2px;min-width:0}.editorial-brand__kicker,.editorial-footer__eyebrow,.editorial-kicker,.editorial-meta,.editorial-tag{letter-spacing:0.14em;text-transform:uppercase;font-size:0.74rem}.editorial-brand__kicker,.editorial-footer__eyebrow,.editorial-kicker,.editorial-meta{color:var(--editorial-muted)}.editorial-kicker{margin:0}.editorial-brand__name{color:var(--editorial-heading);font-family:var(--editorial-serif);font-size:1.35rem;font-weight:600}.editorial-nav{display:flex;justify-content:flex-end}.editorial-nav__panel{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px 18px}.editorial-nav-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--editorial-line);border-radius:999px;background:transparent;color:var(--editorial-heading);cursor:pointer;flex-shrink:0}.editorial-nav-toggle:hover,.editorial-nav-toggle:focus-visible{background:var(--editorial-accent-soft);outline:none}.editorial-nav-toggle__icon{display:none;width:18px;height:18px}.editorial-nav-toggle__icon svg{display:block;width:18px;height:18px}.editorial-nav-toggle[aria-expanded='false'] .editorial-nav-toggle__icon--menu{display:inline-flex}.editorial-nav-toggle[aria-expanded='true'] .editorial-nav-toggle__icon--close{display:inline-flex}.editorial-nav__link{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding-bottom:4px;border-bottom:1px solid transparent;color:var(--editorial-muted);transition:color 160ms ease, border-color 160ms ease}.editorial-theme-toggle{display:inline-flex;align-items:center;justify-content:center;align-self:center;width:34px;height:34px;margin-bottom:0;padding:0;border:0;border-radius:999px;background:transparent;color:var(--editorial-muted);cursor:pointer;transform:translateY(-3px);transition:color 160ms ease, background-color 160ms ease}.editorial-theme-toggle--mobile{display:none;width:40px;height:40px;border:1px solid var(--editorial-line);color:var(--editorial-heading);transform:none}.editorial-theme-toggle:hover,.editorial-theme-toggle:focus-visible{color:var(--editorial-heading);background:var(--editorial-accent-soft);outline:none}.editorial-theme-toggle__icon{display:none;width:18px;height:18px}.editorial-theme-toggle__icon svg{width:18px;height:18px;display:block}html[data-theme='light'] .editorial-theme-toggle__icon--moon{display:inline-flex}html[data-theme='dark'] .editorial-theme-toggle__icon--sun{display:inline-flex}.editorial-theme-toggle[data-theme='light'] .editorial-theme-toggle__icon--moon{display:inline-flex}.editorial-theme-toggle[data-theme='dark'] .editorial-theme-toggle__icon--sun{display:inline-flex}.editorial-nav__link:hover,.editorial-nav__link:focus-visible{border-color:var(--editorial-line-strong);color:var(--editorial-heading);outline:none}.editorial-nav__link.is-active{border-color:var(--editorial-line-strong);color:var(--editorial-heading)}.editorial-hero{display:grid;gap:18px}.editorial-display,.editorial-section__title,.editorial-post-card__title,.editorial-richtext h1,.editorial-richtext h2,.editorial-richtext h3,.editorial-richtext h4{color:var(--editorial-heading);font-family:var(--editorial-serif);font-weight:600;line-height:1.08;letter-spacing:-0.03em;margin:0}.editorial-display{font-size:clamp(2.7rem, 7vw, 4.9rem)}.editorial-display--page,.editorial-display--post{font-size:clamp(2.2rem, 5vw, 4rem)}.editorial-lead{margin:0;max-width:46rem;color:var(--editorial-heading);font-size:clamp(1.06rem, 2vw, 1.22rem);line-height:1.65}.editorial-richtext{width:100%;min-width:0;max-width:var(--editorial-copy);color:var(--editorial-text)}.editorial-richtext--intro{color:var(--editorial-muted);max-width:100%}.editorial-richtext--article{font-size:1.04rem;max-width:100%}.editorial-post-layout .editorial-richtext p,.editorial-post-layout .editorial-richtext li{text-align:justify;text-justify:inter-word;hyphens:auto}.editorial-richtext--article::after{content:"";display:block;clear:both}.editorial-richtext .contact-intro{max-width:100%;color:var(--editorial-muted)}.editorial-richtext .contact-links{list-style:none;margin:1.5rem 0 0;padding:0;border-top:1px solid var(--editorial-line)}.editorial-richtext .contact-links__item{display:grid;grid-template-columns:minmax(110px, 150px) minmax(0, 1fr);gap:12px 20px;align-items:baseline;margin:0;padding:16px 0;border-bottom:1px solid var(--editorial-line)}.editorial-richtext .contact-links__label{color:var(--editorial-muted);font-size:0.83rem;letter-spacing:0.04em;text-transform:uppercase}.editorial-richtext .contact-links__value{color:var(--editorial-heading);font-weight:500;overflow-wrap:anywhere}.editorial-richtext>:first-child{margin-top:0}.editorial-richtext>:last-child{margin-bottom:0}.editorial-richtext p,.editorial-richtext ul,.editorial-richtext ol,.editorial-richtext blockquote,.editorial-richtext pre,.editorial-richtext .editorial-code-shell,.editorial-richtext div.highlighter-rouge,.editorial-richtext div.highlight,.editorial-richtext figure.highlight,.editorial-richtext table,.editorial-richtext figure:not(.editorial-post-media--aside),.editorial-richtext hr{margin:0 0 1.35rem}.editorial-richtext p:first-of-type{color:var(--editorial-heading);font-size:1.13rem}.editorial-richtext h1,.editorial-richtext h2,.editorial-richtext h3,.editorial-richtext h4{margin:2.4rem 0 1rem;padding-right:0.9em;position:relative;scroll-margin-top:1.4rem}.editorial-richtext h2{font-size:clamp(1.8rem, 3vw, 2.4rem)}.editorial-richtext h3{font-size:clamp(1.35rem, 2.4vw, 1.8rem)}.editorial-richtext h4{font-size:1.2rem}.editorial-heading-text{color:inherit;text-decoration:none}.editorial-heading-text:hover,.editorial-heading-text:focus-visible{color:inherit;text-decoration:none;outline:none}.editorial-heading-link{position:absolute;top:0;left:0;display:inline-flex;align-items:center;justify-content:center;min-width:1.05em;min-height:1.05em;padding:0;border:0;background:transparent;color:var(--editorial-muted);font:inherit;font-size:0.62em;font-weight:500;line-height:1;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity 160ms ease, color 160ms ease}.editorial-heading-link__icon{position:relative;width:0.92em;height:0.92em;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.editorial-heading-link__hash{display:block;line-height:1;transition:transform 160ms ease, opacity 160ms ease}.editorial-heading-link__icon::before{content:"";position:absolute;top:50%;left:50%;width:0.26em;height:0.54em;border:solid currentColor;border-width:0 1.6px 1.6px 0;opacity:0;transform:translate(-50%, -58%) rotate(45deg) scale(0.72);transition:transform 160ms ease, opacity 160ms ease}.editorial-heading-link:hover,.editorial-heading-link:focus-visible{color:var(--editorial-heading);outline:none;opacity:1;pointer-events:auto}.editorial-richtext h2:hover .editorial-heading-link,.editorial-richtext h2:focus-within .editorial-heading-link,.editorial-richtext h3:hover .editorial-heading-link,.editorial-richtext h3:focus-within .editorial-heading-link,.editorial-richtext h4:hover .editorial-heading-link,.editorial-richtext h4:focus-within .editorial-heading-link,.editorial-heading-link[data-copy-state='copied'],.editorial-heading-link[data-copy-state='error']{opacity:1;pointer-events:auto}.editorial-heading-link[data-copy-state='copied']{color:var(--editorial-heading)}.editorial-heading-link[data-copy-state='copied'] .editorial-heading-link__hash{opacity:0;transform:scale(0.72)}.editorial-heading-link[data-copy-state='copied'] .editorial-heading-link__icon::before{opacity:1;transform:translate(-50%, -58%) rotate(45deg) scale(1)}.editorial-richtext h2:target,.editorial-richtext h3:target,.editorial-richtext h4:target{color:var(--editorial-heading)}@media (hover: none){.editorial-heading-link{opacity:0.55}}.editorial-richtext a:not(.editorial-heading-link):not(.editorial-heading-text),.editorial-text-link,.editorial-footer__link{color:var(--editorial-accent);text-decoration:underline;text-decoration-thickness:0.09em;text-underline-offset:0.18em}.editorial-richtext a:not(.editorial-heading-link):not(.editorial-heading-text):hover,.editorial-text-link:hover,.editorial-footer__link:hover,.editorial-richtext a:not(.editorial-heading-link):not(.editorial-heading-text):focus-visible,.editorial-text-link:focus-visible,.editorial-footer__link:focus-visible{color:var(--editorial-heading);outline:none}.editorial-richtext strong{color:var(--editorial-heading)}.editorial-richtext ul,.editorial-richtext ol{padding-left:1.3rem}.editorial-richtext li+li{margin-top:0.45rem}.editorial-richtext blockquote{padding-left:1.2rem;border-left:2px solid var(--editorial-line-strong);color:var(--editorial-heading)}.editorial-richtext blockquote>:last-child{margin-bottom:0}.editorial-richtext code,.editorial-richtext pre{font-family:var(--editorial-mono);font-size:0.95rem}.editorial-richtext :not(pre)>code{padding:0.16rem 0.5rem;border:1px solid var(--editorial-code-border);border-radius:999px;background:var(--editorial-code-inline-bg);color:var(--editorial-code-text);white-space:break-spaces}.editorial-richtext .editorial-code-shell,.editorial-richtext>pre,.editorial-richtext div.highlighter-rouge,.editorial-richtext div.highlight,.editorial-richtext figure.highlight{position:relative;overflow:hidden;min-width:0;max-width:100%;border:1px solid var(--editorial-code-border);border-radius:14px;background:linear-gradient(180deg, var(--editorial-code-surface) 0%, var(--editorial-code-bg) 100%);box-shadow:0 24px 48px -38px var(--editorial-code-shadow)}.editorial-richtext pre,.editorial-richtext .highlight,.editorial-richtext .highlight table{color:var(--editorial-code-text);text-align:left}.editorial-richtext .editorial-code-shell pre,.editorial-richtext>pre{overflow-x:auto;padding:1rem 3.55rem 1.1rem 1.15rem;line-height:1.75;tab-size:2}.editorial-richtext div.highlighter-rouge .highlight,.editorial-richtext div.highlight .highlight,.editorial-richtext figure.highlight .highlight{margin:0;background:transparent}.editorial-richtext div.highlighter-rouge>.highlight,.editorial-richtext figure.highlight>.highlight{overflow:visible;min-width:0;max-width:none;border:0;border-radius:0;background:transparent;box-shadow:none}.editorial-richtext .editorial-code-shell pre,.editorial-richtext div.highlighter-rouge pre,.editorial-richtext div.highlight pre,.editorial-richtext figure.highlight pre{overflow-x:auto;margin:0;padding:1rem 3.55rem 1.1rem 1.15rem;border:0;border-radius:0;background:transparent;line-height:1.75;tab-size:2}.editorial-code-copy{position:absolute;top:0.8rem;right:0.8rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--editorial-code-border);border-radius:999px;background:var(--editorial-code-inline-bg);box-shadow:0 10px 22px -18px var(--editorial-code-shadow);color:var(--editorial-code-muted);cursor:pointer;transition:color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease}.editorial-code-copy:hover,.editorial-code-copy:focus-visible{color:var(--editorial-code-text);border-color:var(--editorial-line-strong);background:var(--editorial-code-inline-bg);transform:translateY(-1px);outline:none}.editorial-code-copy[data-copy-state='copied']{color:var(--editorial-code-text)}.editorial-code-copy[data-copy-state='error']{color:var(--editorial-code-text)}.editorial-code-copy__icon{position:relative;width:0.95rem;height:0.95rem;display:inline-block;overflow:hidden}.editorial-code-copy__icon::before,.editorial-code-copy__icon::after{content:"";position:absolute;top:50%;left:50%;transition:transform 160ms ease, opacity 160ms ease, border-radius 160ms ease, border-width 160ms ease, background-color 160ms ease}.editorial-code-copy__icon::before{width:0.56rem;height:0.56rem;border:1.5px solid currentColor;border-radius:0.12rem;transform:translate(calc(-50% + 0.12rem), calc(-50% + 0.12rem))}.editorial-code-copy__icon::after{width:0.56rem;height:0.56rem;border:1.5px solid currentColor;border-radius:0.12rem;background:transparent;transform:translate(calc(-50% - 0.08rem), calc(-50% - 0.08rem))}.editorial-code-copy[data-copy-state='copied'] .editorial-code-copy__icon::before{width:0.28rem;height:0.58rem;border-width:0 1.8px 1.8px 0;border-radius:0;opacity:1;transform:translate(-50%, -58%) rotate(45deg)}.editorial-code-copy[data-copy-state='copied'] .editorial-code-copy__icon::after{opacity:0;transform:translate(calc(-50% - 0.08rem), calc(-50% - 0.08rem)) scale(0.72)}.editorial-code-copy[data-copy-state='error'] .editorial-code-copy__icon::before,.editorial-code-copy[data-copy-state='error'] .editorial-code-copy__icon::after{width:1.5px;height:0.74rem;border:0;border-radius:999px;background:currentColor}.editorial-code-copy[data-copy-state='error'] .editorial-code-copy__icon::before{transform:translate(-50%, -50%) rotate(45deg)}.editorial-code-copy[data-copy-state='error'] .editorial-code-copy__icon::after{opacity:1;transform:translate(-50%, -50%) rotate(-45deg)}.editorial-code-copy__label,.editorial-heading-link__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.editorial-richtext pre code{display:inline-block;min-width:100%;width:max-content;padding:0;background:transparent;color:inherit;vertical-align:top}.editorial-richtext pre::-webkit-scrollbar{height:10px}.editorial-richtext pre::-webkit-scrollbar-track{background:transparent}.editorial-richtext pre::-webkit-scrollbar-thumb{border-radius:999px;background:var(--editorial-line-strong)}.editorial-richtext .highlight table{width:100%;margin:0;border-collapse:collapse;font-size:inherit}.editorial-richtext .highlight td,.editorial-richtext .highlight th{padding:0;border:0}.editorial-richtext .highlight .rouge-gutter{user-select:none;color:var(--editorial-code-muted)}.editorial-richtext .highlight .rouge-gutter pre{padding-right:0.95rem;border-right:1px solid var(--editorial-code-border)}.editorial-richtext .highlight .rouge-code pre{padding-left:1rem}.editorial-richtext .highlight .c,.editorial-richtext .highlight .c1,.editorial-richtext .highlight .cm,.editorial-richtext .highlight .cp,.editorial-richtext .highlight .cs{color:var(--editorial-code-muted);font-style:italic}.editorial-richtext .highlight .err{color:inherit;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:0.2em}.editorial-richtext .highlight .k,.editorial-richtext .highlight .kc,.editorial-richtext .highlight .kd,.editorial-richtext .highlight .kn,.editorial-richtext .highlight .kp,.editorial-richtext .highlight .kr,.editorial-richtext .highlight .kt,.editorial-richtext .highlight .nt,.editorial-richtext .highlight .ow{color:var(--editorial-code-text);font-weight:650}.editorial-richtext .highlight .m,.editorial-richtext .highlight .mb,.editorial-richtext .highlight .mf,.editorial-richtext .highlight .mh,.editorial-richtext .highlight .mi,.editorial-richtext .highlight .il,.editorial-richtext .highlight .mo{color:var(--editorial-code-text);font-weight:600}.editorial-richtext .highlight .na,.editorial-richtext .highlight .nb,.editorial-richtext .highlight .nc,.editorial-richtext .highlight .nd,.editorial-richtext .highlight .ne,.editorial-richtext .highlight .nf,.editorial-richtext .highlight .nl,.editorial-richtext .highlight .nn,.editorial-richtext .highlight .nx,.editorial-richtext .highlight .py,.editorial-richtext .highlight .vc,.editorial-richtext .highlight .vg,.editorial-richtext .highlight .vi,.editorial-richtext .highlight .vm{color:var(--editorial-code-text)}.editorial-richtext .highlight .s,.editorial-richtext .highlight .s1,.editorial-richtext .highlight .s2,.editorial-richtext .highlight .sb,.editorial-richtext .highlight .sc,.editorial-richtext .highlight .sd,.editorial-richtext .highlight .se,.editorial-richtext .highlight .sh,.editorial-richtext .highlight .si,.editorial-richtext .highlight .sr,.editorial-richtext .highlight .ss,.editorial-richtext .highlight .sx{color:var(--editorial-code-text)}.editorial-richtext .highlight .o,.editorial-richtext .highlight .p,.editorial-richtext .highlight .w{color:var(--editorial-code-muted)}.editorial-richtext .highlight .gd{background:var(--editorial-code-inline-bg);text-decoration:line-through}.editorial-richtext .highlight .gi{background:var(--editorial-code-inline-bg);font-weight:650}.editorial-richtext hr{border:0;border-top:1px solid var(--editorial-line)}.editorial-richtext table{width:100%;border-collapse:collapse;font-size:0.96rem}.editorial-richtext th,.editorial-richtext td{padding:0.85rem 0.9rem;border-bottom:1px solid var(--editorial-line);text-align:left}.editorial-richtext img{border-radius:10px;border:1px solid var(--editorial-line)}.editorial-inline-links{display:flex;flex-wrap:wrap;gap:10px 18px;padding-top:6px}.editorial-inline-links a{color:var(--editorial-muted);text-decoration:underline;text-underline-offset:0.2em}.editorial-inline-links a:hover,.editorial-inline-links a:focus-visible{color:var(--editorial-heading);outline:none}.editorial-section{display:grid;gap:22px}.editorial-section__header{display:grid;gap:8px}.editorial-section__title{font-size:clamp(1.7rem, 3vw, 2.4rem);max-width:14ch}.editorial-section__note{max-width:100%;color:var(--editorial-muted);margin:0}.editorial-post-list{display:grid}.editorial-post-list>.editorial-post-row:first-child{padding-top:var(--editorial-overline-offset)}.editorial-post-row{display:grid;grid-template-columns:1fr;gap:16px;align-items:start;padding:24px 0;border-bottom:1px solid var(--editorial-line)}.editorial-post-row--with-media{grid-template-columns:minmax(0, 1fr) 224px;gap:18px 24px}.editorial-post-row__body{display:grid;gap:14px;min-width:0}.editorial-post-card__title{font-size:clamp(1.4rem, 2.4vw, 2rem)}.editorial-post-card__title a:hover,.editorial-post-card__title a:focus-visible{color:var(--editorial-heading);outline:none}.editorial-post-card__excerpt{margin:0;color:var(--editorial-muted)}.editorial-post-row__media,.editorial-post-media{display:block;width:100%}.editorial-post-media{margin:0}.editorial-post-media__caption{margin:0.65rem 0 0;color:var(--editorial-muted);font-size:0.86rem;font-style:italic;line-height:1.45;text-align:center}.editorial-richtext .editorial-post-media--aside{float:right;width:min(38%, 360px);max-width:360px;margin:0 0.9rem 0.95rem 2.16rem}.editorial-post-row__media{width:224px;justify-self:end;align-self:start}.editorial-post-row__media img,.editorial-post-media img{width:100%;border-radius:10px;border:1px solid var(--editorial-line);object-fit:cover}.editorial-post-row__media img{aspect-ratio:4 / 3}.editorial-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.editorial-tag{display:inline-flex;align-items:center;padding:0.18rem 0.45rem;border-radius:999px;border:1px solid var(--editorial-line);color:var(--editorial-heading)}.editorial-article-shell,.editorial-post-layout,.editorial-gallery-shell{display:grid;gap:24px;min-width:0;width:100%}.editorial-article-header,.editorial-post-hero{display:grid;gap:14px}.editorial-article-header,.editorial-post-hero{padding-top:var(--editorial-overline-offset)}.editorial-article-header--gallery .editorial-display--page,.editorial-article-header--gallery .editorial-lead{max-width:100%}.editorial-gallery{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:18px;align-items:start}.editorial-gallery a{display:block;min-width:0}.editorial-gallery.is-justified{display:flex;flex-wrap:wrap;align-items:flex-start}.editorial-gallery.is-justified a{flex:0 0 var(--editorial-gallery-item-width, auto);width:var(--editorial-gallery-item-width, auto)}.editorial-gallery img{width:100%;height:auto;border-radius:10px;border:1px solid var(--editorial-line)}.editorial-footer{margin-top:28px}.editorial-footer__signature{margin:0;color:var(--editorial-muted);display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0.45rem;text-align:center}.editorial-footer__separator{color:var(--editorial-muted)}@media (max-width: 980px){.editorial-post-row--with-media{grid-template-columns:minmax(0, 1fr) 196px;gap:16px 20px}.editorial-post-row__media{width:196px}}@media (max-width: 820px){.editorial-post-hero{padding-top:var(--editorial-overline-offset)}.editorial-article-header{padding-top:calc(var(--editorial-overline-offset) + 8px)}.editorial-gallery{grid-template-columns:repeat(2, minmax(0, 1fr))}.editorial-header__inner,.editorial-footer__inner{align-items:start}.editorial-header__inner{grid-template-columns:1fr;gap:14px}.editorial-header__bar{align-items:center;gap:10px}.editorial-header__controls{gap:8px;padding-right:2px}.editorial-brand__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editorial-nav-toggle{display:inline-flex}.editorial-nav{width:100%;justify-content:start}.editorial-nav__panel{display:none;width:100%;flex-direction:column;align-items:stretch;gap:4px;padding-top:14px;border-top:1px solid var(--editorial-line)}.editorial-header[data-nav-open='true'] .editorial-nav__panel{display:flex}.editorial-nav__link{justify-content:flex-start;width:100%;min-height:40px;padding:6px 0}.editorial-theme-toggle--desktop{display:none}.editorial-theme-toggle--mobile{display:inline-flex}.editorial-nav__panel .editorial-theme-toggle{margin-top:6px}.editorial-post-row--with-media{grid-template-columns:1fr;gap:14px}.editorial-post-row__media{width:100%;max-width:372px;justify-self:start}.editorial-richtext .editorial-post-media--aside{width:min(42%, 320px);max-width:320px;margin:0 0.65rem 0.95rem 1.56rem}.editorial-richtext .contact-links__item{grid-template-columns:1fr;gap:6px}}@media (max-width: 560px){.editorial-shell{padding:20px 14px 48px}.editorial-display{max-width:100%}.editorial-gallery{grid-template-columns:1fr}.editorial-header__inner,.editorial-footer__inner{padding-bottom:14px}.editorial-nav__panel{padding-top:12px}.editorial-nav{gap:8px 14px}.editorial-richtext>pre,.editorial-richtext .editorial-code-shell pre,.editorial-richtext div.highlighter-rouge pre,.editorial-richtext div.highlight pre,.editorial-richtext figure.highlight pre{padding:0.9rem 3.1rem 1rem 0.95rem;font-size:0.89rem}.editorial-code-copy{top:0.68rem;right:0.68rem}.editorial-richtext .editorial-post-media--aside{float:none;width:100%;max-width:100%;margin:0 0 1.35rem}}
