:root{--text-fluid-display: clamp(3.1rem, 6vw, 6.8rem);--text-fluid-title: clamp(2.7rem, 5vw, 5.5rem);--text-fluid-h2: clamp(2rem, 3vw, 3.15rem);--text-fluid-h3: clamp(1.45rem, 2vw, 2rem);--text-fluid-body: clamp(1.05rem, 1.1vw, 1.2rem);--text-fluid-meta: .78rem;--lh-tight: 1.05;--lh-snug: 1.18;--lh-body: 1.78;--content-width: 43rem;--media-width: 72rem}.editorial-page{color:var(--color-text);background:var(--color-bg)}.editorial-shell{width:min(100%,80rem);margin:0 auto;padding:6.5rem 1.25rem 5rem}.editorial-shell--blog{padding-top:8.25rem}.editorial-shell--blog .editorial-header,.editorial-shell--blog .editorial-footer,.editorial-shell--blog .editorial-section,.editorial-shell--blog .editorial-card,.editorial-shell--blog .editorial-media-wrap{width:100%;max-width:100%}.editorial-grid{display:grid;gap:2rem}.editorial-header,.editorial-footer,.editorial-section,.editorial-media-frame,.editorial-note,.editorial-card{position:relative;border:1px solid var(--color-border);background:var(--color-surface)}.dark .editorial-header,.dark .editorial-footer,.dark .editorial-section,.dark .editorial-media-frame,.dark .editorial-note,.dark .editorial-card{background:var(--color-surface)}.editorial-header,.editorial-footer,.editorial-section,.editorial-card{border-radius:var(--border-radius-lg)}.editorial-continuous .editorial-header,.editorial-continuous .editorial-footer,.editorial-continuous .editorial-section,.editorial-continuous .editorial-card,.editorial-continuous .editorial-note{border:0;background:transparent;border-radius:0}.editorial-header{padding:clamp(1.5rem,3vw,2.6rem)}.editorial-section,.editorial-card,.editorial-footer{padding:clamp(1.4rem,2.4vw,2rem)}.editorial-kicker,.editorial-meta,.editorial-chip,.editorial-eyebrow,.editorial-button,.editorial-caption,.editorial-overline{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase}.editorial-kicker,.editorial-overline,.editorial-eyebrow{color:var(--color-accent-strong);font-size:var(--text-fluid-meta)}.editorial-kicker:before,.editorial-eyebrow:before{content:"";display:inline-block;width:6px;height:6px;margin-right:.55rem;margin-bottom:.1rem;background:var(--color-accent)}.editorial-title,.editorial-display,.editorial-prose :where(h1,h2,h3,h4,h5,h6){font-family:var(--font-display);color:var(--color-text);font-variation-settings:"SOFT" 80,"WONK" 0;text-wrap:balance}.editorial-display{font-size:var(--text-fluid-display);line-height:.94;letter-spacing:-.045em}.editorial-title{font-size:var(--text-fluid-title);line-height:.98;letter-spacing:-.04em}.editorial-subtitle,.editorial-lead,.editorial-prose :where(p,li,dd){font-family:var(--font-sans);color:var(--color-text-soft);line-height:var(--lh-body)}.editorial-subtitle,.editorial-lead{font-size:clamp(1.12rem,1.5vw,1.35rem);max-width:42rem;text-wrap:pretty}.editorial-meta{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;color:var(--color-text-faint);font-size:var(--text-fluid-meta)}.editorial-meta-divider{width:1.75rem;height:1px;background:var(--color-border-strong)}.editorial-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .8rem;border-radius:999px;font-size:.72rem;color:var(--color-accent-strong);border:1px solid rgb(86 116 104 / .2);background:#56746814}.editorial-note{border-radius:var(--border-radius-lg);padding:1rem 1.1rem;color:var(--color-text-soft)}.editorial-media-wrap{width:min(100%,var(--media-width));margin:0 auto}.editorial-media-frame{overflow:hidden;border-radius:var(--border-radius-lg);padding:clamp(.5rem,1vw,.75rem);background:var(--color-surface-muted)}.dark .editorial-media-frame{background:var(--color-surface-muted)}.editorial-media-frame :where(img,video){width:100%;display:block;border-radius:var(--border-radius);background:var(--color-bg-elevated);object-fit:cover}.editorial-caption{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;font-size:.74rem;color:var(--color-text-faint)}.editorial-prose{width:min(100%,var(--content-width));margin:0 auto}.editorial-prose :where(h1,h2,h3,h4,h5,h6,p,ul,ol,dl,blockquote,pre,table,figure,hr){margin-top:0;margin-bottom:0}.editorial-prose>*+*{margin-top:1.35rem}.editorial-prose :where(h2,h3,h4,h5,h6){margin-top:3.2rem}.editorial-prose :where(h2){font-size:var(--text-fluid-h2);line-height:1;letter-spacing:-.035em}.editorial-prose :where(h3){font-size:var(--text-fluid-h3);line-height:var(--lh-snug);letter-spacing:-.02em}.editorial-prose :where(h4,h5,h6){font-size:1.04rem;line-height:1.4;letter-spacing:.02em}.editorial-prose :where(p,ul,ol,dl,blockquote){font-size:var(--text-fluid-body)}.editorial-prose :where(strong,b){color:var(--color-text);font-weight:650}.editorial-prose :where(em,i){color:var(--color-text)}.editorial-prose :where(a){color:var(--color-accent-strong);text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:#56746873;text-underline-offset:.22em;transition:color .18s ease,text-decoration-color .18s ease}.editorial-prose :where(a:hover,a:focus-visible){color:var(--color-accent);text-decoration-color:currentColor}.editorial-prose :where(ul,ol){padding-left:1.35rem}.editorial-prose :where(li+li){margin-top:.55rem}.editorial-prose :where(li)::marker{color:var(--color-accent)}.editorial-prose :where(blockquote){padding:1.35rem 1.5rem;border-left:3px solid var(--color-accent);border-radius:0;color:var(--color-text)}.editorial-prose :where(hr){height:1px;border:0;background:var(--color-border)}.editorial-prose :where(code){font-family:var(--font-mono);font-size:.88em;padding:.2em .45em;border-radius:var(--border-radius);border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-accent-strong)}.dark .editorial-prose :where(code){background:var(--color-surface-muted)}.editorial-prose :where(pre,.astro-code){padding:1.15rem 1.2rem!important;border-radius:0;border:1px solid var(--color-border);border-left:3px solid var(--color-accent);background:var(--color-surface-muted)!important;overflow-x:auto}.dark .editorial-prose :where(pre,.astro-code){background:var(--color-surface-muted)!important}.editorial-prose :where(pre code){padding:0;border:0;background:transparent;color:inherit}.editorial-prose :where(pre,.astro-code) span{color:var(--shiki-light)!important;font-style:var(--shiki-light-font-style)!important;font-weight:var(--shiki-light-font-weight)!important;text-decoration:var(--shiki-light-text-decoration)!important}.dark .editorial-prose :where(pre,.astro-code) span{color:var(--shiki-dark)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}.editorial-prose :where(table){width:100%;border-collapse:collapse;font-family:var(--font-sans);font-size:.96rem;overflow:hidden;border-radius:var(--border-radius-lg);border-style:hidden;box-shadow:0 0 0 1px var(--color-border)}.editorial-prose :where(th,td){padding:.9rem .95rem;text-align:left;border-bottom:1px solid var(--color-border)}.editorial-prose :where(th){font-family:var(--font-mono);font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-faint);background:#5674680f}.editorial-prose :where(tr:last-child td){border-bottom:0}.editorial-prose :where(img){display:block;width:100%;border-radius:0;background:var(--color-bg-elevated)}.editorial-prose :where(figure){margin-left:0;margin-right:0;padding:1rem;border:1px solid var(--color-border);border-radius:var(--border-radius-lg);background:var(--color-surface)}.editorial-prose :where(figcaption){margin-top:.8rem;font-family:var(--font-mono);font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-faint)}.dark .editorial-prose :where(figure){background:var(--color-surface)}.editorial-actions{display:flex;flex-wrap:wrap;gap:.9rem}.editorial-button{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-height:3.25rem;padding:.9rem 1.25rem;border-radius:999px;border:1px solid var(--color-border-strong);color:var(--color-text);background:#ffffff75;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.dark .editorial-button{background:#ffffff08}.editorial-button:hover,.editorial-button:focus-visible{transform:translateY(-1px);border-color:#56746866;color:var(--color-accent-strong);outline:2px solid color-mix(in srgb,var(--color-accent) 55%,white);outline-offset:3px}.editorial-button[data-variant=accent]{border-color:var(--color-accent-strong);color:var(--color-bg);background:var(--color-accent-strong)}.editorial-button[data-variant=accent]:hover,.editorial-button[data-variant=accent]:focus-visible{color:var(--color-bg);background:var(--color-accent)}.editorial-link-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:center}.editorial-link-row a{font-family:var(--font-mono);font-size:var(--text-fluid-meta);text-transform:uppercase;letter-spacing:.14em;color:var(--color-accent-strong);text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:transparent;text-underline-offset:.2em;transition:text-decoration-color .18s ease}.editorial-link-row a:hover,.editorial-link-row a:focus-visible{text-decoration-color:currentColor;outline:2px solid color-mix(in srgb,var(--color-accent) 55%,white);outline-offset:3px;border-radius:var(--border-radius)}.editorial-prose :where(a[target=_blank]:after),.editorial-link-row a[target=_blank]:after{content:" ↗";font-size:.85em;opacity:.6}.editorial-prose :where(a[target=_blank]:hover:after),.editorial-link-row a[target=_blank]:hover:after{opacity:1}@media (max-width: 768px){.editorial-shell{padding-top:5.3rem}.editorial-shell--blog{padding-top:6.75rem}.editorial-caption,.editorial-link-row{flex-direction:column;align-items:flex-start}.editorial-header,.editorial-section,.editorial-card,.editorial-footer{border-radius:var(--border-radius-lg)}.editorial-prose :where(h2,h3,h4,h5,h6){margin-top:2.4rem}}@media print{.editorial-page,.editorial-header,.editorial-footer,.editorial-section,.editorial-media-frame,.editorial-note,.editorial-card{background:#fff!important;box-shadow:none!important;border-color:#ccc!important}.editorial-page{color:#000!important}.editorial-display,.editorial-title,.editorial-prose :where(h1,h2,h3,h4,h5,h6){color:#000!important}.editorial-prose :where(p,li,dd){color:#222!important}.editorial-kicker,.editorial-overline,.editorial-eyebrow,.editorial-meta,.editorial-caption,.editorial-chip{color:#444!important}.editorial-prose :where(a){color:#000!important;text-decoration:underline!important}.editorial-button,.editorial-link-row a{border-color:#999!important;color:#000!important}}
