.blog-typography{font-family:var(--font-body);font-weight:var(--fw-light);font-size:var(--reading-body-size);line-height:var(--reading-line-height);letter-spacing:var(--ls-normal);color:var(--color-black);word-break:break-word}.blog-typography :where(p,ul,ol,blockquote,pre,table,figure){margin-block:0}.blog-typography :where(h1,h2,h3,h4,h5,h6){font-family:var(--font-serif);font-weight:var(--fw-normal);letter-spacing:var(--heading-letter-spacing-tight);scroll-margin-top:6rem;text-wrap:balance}.blog-typography h1{font-size:var(--reading-h1-size);font-weight:var(--fw-normal);line-height:var(--reading-heading-line-height-h1);margin-top:var(--rhythm-heading-h1-above);margin-bottom:var(--rhythm-heading-h1-below)}.blog-typography h2{font-size:var(--reading-h2-size);font-weight:var(--fw-normal);line-height:var(--reading-heading-line-height-h2);margin-top:var(--rhythm-heading-h2-above);margin-bottom:var(--rhythm-heading-h2-below)}.reading-body>.blog-typography>h2:first-of-type,.blog-typography>h2:first-of-type{margin-top:var(--sp-comfortable)}.blog-typography h3{font-size:var(--reading-h3-size);font-weight:var(--fw-normal);line-height:var(--reading-heading-line-height-h3);margin-top:var(--rhythm-heading-h3-above);margin-bottom:var(--rhythm-heading-h3-below)}.blog-typography h4{font-size:var(--reading-h4-size);font-weight:var(--fw-x-light);line-height:1.4;margin-top:var(--rhythm-heading-h4-above);margin-bottom:var(--rhythm-heading-h4-below)}.blog-typography>h1:first-of-type{font-size:var(--reading-h2-size);font-family:var(--font-serif);font-weight:var(--fw-normal);margin-top:var(--rhythm-heading-h2-above);margin-bottom:var(--rhythm-heading-h2-below)}.blog-typography p{color:var(--color-black);letter-spacing:var(--ls-normal);line-height:var(--reading-line-height);font-weight:var(--fw-light);margin-top:0;margin-bottom:0}.blog-typography p+p{margin-top:var(--rhythm-paragraph-comfortable)}.blog-typography a{color:var(--reading-color-link);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.2em;font-weight:var(--fw-normal)}.blog-typography a:hover{color:var(--reading-color-link-hover)}.blog-typography a:focus-visible{outline:2px solid var(--reading-color-outline);outline-offset:4px}.blog-typography :where(ul,ol){padding-left:1.75rem;margin-top:var(--rhythm-list-above);margin-bottom:var(--rhythm-list-below);line-height:var(--reading-line-height);font-weight:var(--fw-light)}.blog-typography li+li{margin-top:var(--rhythm-list-item)}.blog-typography li::marker{color:var(--color-cyan-600)}.blog-typography blockquote{padding:1.25rem 1.5rem;border-left:4px solid var(--color-cyan-600);background:#0891b20f;border-radius:.75rem;color:var(--color-gray-700);font-family:var(--font-body);font-weight:var(--fw-light);font-style:italic;margin-top:var(--rhythm-blockquote-above);margin-bottom:var(--rhythm-blockquote-below);line-height:var(--reading-line-height);font-size:1.05em}.blog-typography blockquote cite{display:block;margin-top:.75rem;font-family:var(--font-sans);font-size:.8125rem;font-weight:var(--fw-normal);font-style:normal;text-transform:uppercase;letter-spacing:.05em;color:var(--color-gray-600);line-height:1.5}.blog-typography code{font-family:var(--font-mono);font-size:.9375em;background:var(--reading-color-inline-code-bg);border:1px solid rgba(53,53,52,.15);border-radius:var(--radius-sm);padding:.15em .5em;line-height:inherit;color:var(--color-black);font-weight:var(--fw-normal)}.blog-typography pre{position:relative;padding:1.25rem;background:var(--reading-color-code-bg);border:1px solid rgba(15,23,42,.6);border-radius:var(--radius-md);color:#f1f5f9;font-family:var(--font-mono);font-size:.875rem;line-height:var(--lh-code);overflow-x:auto;box-shadow:var(--box-shadow-lg);margin-top:var(--rhythm-code-above);margin-bottom:var(--rhythm-code-below);font-weight:var(--fw-normal)}.blog-typography pre code{background:none;border:none;padding:0;color:inherit}.blog-typography :is(h2,h3,h4,h5,h6){position:relative}.blog-typography .anchor-link{display:inline-flex;align-items:center;justify-content:center;margin-left:var(--sp-sm);opacity:0;transform:translate(var(--sp-xs));color:var(--color-gray-600);transition:opacity .16s ease,color .16s ease,transform .16s ease}.blog-typography :is(h2,h3,h4,h5,h6):hover .anchor-link,.blog-typography :is(h2,h3,h4,h5,h6):focus-within .anchor-link{opacity:1;transform:translate(0);color:var(--color-cyan-600)}.blog-typography .anchor-link:focus-visible{outline:2px solid var(--color-cyan-600);outline-offset:var(--sp-xs);border-radius:var(--radius-md)}.blog-typography table{width:100%;border-collapse:collapse;border:1px solid var(--color-tinted-cream);border-radius:var(--radius-lg);overflow:hidden;margin-top:var(--rhythm-code-above);margin-bottom:var(--rhythm-code-below)}.blog-typography thead{background:#0891b214}.blog-typography th,.blog-typography td{padding:.625rem .875rem;text-align:left;border-bottom:1px solid var(--color-tinted-cream);line-height:1.6}.blog-typography tbody tr:nth-child(odd){background:#f6f5f180}.blog-typography table caption{margin-bottom:.625rem;font-size:.875rem;color:var(--color-gray-700);text-align:left;line-height:1.6}.blog-typography figure{display:grid;gap:.625rem;margin-top:var(--rhythm-image-above);margin-bottom:var(--rhythm-image-below)}.blog-typography img,.blog-typography video{width:100%;border-radius:var(--radius-lg);box-shadow:var(--box-shadow)}.blog-typography figcaption{font-size:.8125rem;color:var(--color-gray-700);text-align:center;margin-top:var(--rhythm-image-below);margin-bottom:0;line-height:1.6}.blog-typography figure:has(figcaption){margin-bottom:var(--rhythm-caption-below)}.blog-typography hr{border:none;height:1px;width:clamp(48px,10vw,120px);border-radius:1px;margin:2.5em auto;background:linear-gradient(90deg,transparent,var(--color-cyan-600),transparent);opacity:.6}.blog-typography :where(.callout,.note,.tip,.warning){border:1px solid var(--reading-color-callout-border);background:var(--reading-color-callout-bg);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;font-family:var(--font-body);font-weight:var(--fw-light);margin-top:var(--rhythm-blockquote-above);margin-bottom:var(--rhythm-blockquote-below);line-height:var(--reading-line-height);color:var(--color-black)}@media(max-width:640px){.blog-typography{font-size:clamp(1rem,1.5vw + .875rem,1.0625rem);line-height:var(--reading-line-height)}.blog-typography p+p{margin-top:var(--rhythm-paragraph-standard)}.blog-typography h1{margin-top:2rem;margin-bottom:1rem}.blog-typography h2{margin-top:2rem;margin-bottom:.875rem}.blog-typography h3{margin-top:1.5rem;margin-bottom:.75rem}.blog-typography h4{margin-top:1.25rem;margin-bottom:.625rem}.blog-typography :where(ul,ol){margin-top:.875rem;margin-bottom:.875rem}.blog-typography blockquote,.blog-typography pre{margin-top:1.5rem;margin-bottom:1.5rem}.blog-typography figure{margin-top:2rem;margin-bottom:.75rem}.blog-typography :where(h1,h2,h3,h4,h5,h6){scroll-margin-top:4.5rem}.blog-typography h1{font-size:clamp(1.5rem,4vw + .875rem,1.875rem);line-height:1.25}.blog-typography h2{font-size:clamp(1.375rem,3.5vw + .75rem,1.625rem);line-height:1.3}.blog-typography h3{font-size:clamp(1.25rem,3vw + .625rem,1.4375rem);line-height:1.35}.blog-typography h4{font-size:clamp(1.125rem,2.5vw + .5625rem,1.25rem);line-height:1.4}.blog-typography>h1:first-of-type{margin-top:1.25em;margin-bottom:.875em}.blog-typography p{line-height:1.65}.blog-typography p+p{margin-top:.75em}.blog-typography :where(ul,ol){padding-left:1.5rem;margin-top:1em;margin-bottom:.625em}.blog-typography li+li{margin-top:.375em}.blog-typography blockquote{padding:1rem 1.25rem;margin-top:1em;margin-bottom:1em;border-left-width:3px;line-height:1.65}.blog-typography blockquote cite{margin-top:.5rem;font-size:.75rem}.blog-typography code{font-size:.875em;padding:.125em .375em}.blog-typography pre{padding:1rem;font-size:.8125rem;line-height:1.6;margin-top:1em;margin-bottom:1em;overflow-x:auto;-webkit-overflow-scrolling:touch}.blog-typography table{font-size:.875rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:1em;margin-bottom:1em}.blog-typography th,.blog-typography td{padding:.5rem .625rem;font-size:.875em;line-height:1.6}.blog-typography table caption{font-size:.75rem;margin-bottom:.5rem}.blog-typography figure{margin:1.25em 0;gap:.5rem}.blog-typography img,.blog-typography video{border-radius:var(--radius-md)}.blog-typography figcaption{font-size:.75rem;margin-top:.25rem;line-height:1.6}.blog-typography hr{width:clamp(40px,8vw,80px);margin:2em auto}.blog-typography :where(.callout,.note,.tip,.warning){padding:1rem 1.25rem;margin-top:1em;margin-bottom:1em;font-size:.875rem;line-height:1.65}.blog-typography .anchor-link{margin-left:.5rem}}body.notes-body{background-color:var(--color-cream);color:var(--reading-color-text);font-family:var(--font-reading-body);min-height:100vh}body.notes-body [data-astro-cid-fezs4xpw]:where(h1,h2,h3,h4,h5,h6){font-family:var(--font-reading-display)}.reading-progress[data-astro-cid-fezs4xpw]{position:fixed;top:0;left:0;width:100%;height:var(--reading-progress-height);background:#f6f5f1e6;z-index:40;pointer-events:none}.reading-progress__bar[data-astro-cid-fezs4xpw]{display:block;height:100%;width:100%;background:var(--reading-color-link);transform-origin:left center;transform:scaleX(var(--progress, 0));transition:transform .16s ease;will-change:transform}@media(prefers-reduced-motion:reduce){.reading-progress__bar[data-astro-cid-fezs4xpw]{transition:none}}.reading-article[data-astro-cid-fezs4xpw]{padding:clamp(2rem,5vw,3.5rem) 0 clamp(2.5rem,6vw,4rem)}.reading-shell[data-astro-cid-fezs4xpw]{width:min(var(--layout-reading-shell-max-width),100%);margin:0 auto;padding-inline:var(--layout-container-padding-inline)}@media(max-width:640px){.reading-shell[data-astro-cid-fezs4xpw]{padding-inline:var(--layout-container-padding-inline-mobile)}}.reading-backlink[data-astro-cid-fezs4xpw]{display:inline-flex;align-items:center;gap:var(--sp-tight);font-family:var(--font-sans);font-weight:var(--fw-normal);font-size:.875rem;letter-spacing:var(--ls-normal);text-decoration:none;color:var(--reading-color-link);margin-bottom:var(--sp-lg);transition:color .16s ease}.reading-backlink[data-astro-cid-fezs4xpw] svg[data-astro-cid-fezs4xpw]{flex-shrink:0;transition:transform .16s ease}.reading-backlink[data-astro-cid-fezs4xpw]:hover{color:var(--reading-color-link-hover)}.reading-backlink[data-astro-cid-fezs4xpw]:hover svg[data-astro-cid-fezs4xpw]{transform:translate(-4px)}.reading-backlink[data-astro-cid-fezs4xpw]:focus-visible,.reading-tag[data-astro-cid-fezs4xpw]:focus-visible,.reading-outline__link[data-astro-cid-fezs4xpw]:focus-visible{outline:2px solid var(--color-cyan-600);outline-offset:4px}.reading-header[data-astro-cid-fezs4xpw]{display:flex;flex-direction:column;max-width:var(--reading-content-max);width:100%;margin-bottom:var(--sp-lg)}.reading-title[data-astro-cid-fezs4xpw]{margin:0 0 var(--sp-standard) 0;font-size:clamp(1.875rem,2vw + 1.5rem,2.75rem);line-height:1.25;font-weight:var(--fw-medium);font-family:var(--font-reading-display);letter-spacing:-.02em;color:var(--color-black);text-wrap:balance;position:relative}.reading-title[data-astro-cid-fezs4xpw]:after{content:"";display:block;width:clamp(48px,8vw,80px);height:3px;margin-top:.5rem;border-radius:999px;background:linear-gradient(90deg,var(--color-cyan-600),var(--color-cyan-700));opacity:.9}.reading-summary[data-astro-cid-fezs4xpw]{margin:0 0 var(--sp-standard) 0;font-size:clamp(1rem,1vw + .75rem,1.125rem);line-height:1.6;color:var(--color-gray-700);letter-spacing:.01em}.reading-meta[data-astro-cid-fezs4xpw]{display:flex;flex-wrap:wrap;gap:.375rem .625rem;align-items:center;margin:0 0 var(--sp-tight) 0;font-size:.875rem;letter-spacing:.025em;color:var(--color-gray-700)}.reading-meta__item[data-astro-cid-fezs4xpw]{font-family:var(--font-reading-body)}.reading-meta__divider[data-astro-cid-fezs4xpw]{color:var(--color-gray-500)}.reading-tags[data-astro-cid-fezs4xpw]{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:var(--sp-tight);align-items:center}.reading-tag[data-astro-cid-fezs4xpw]{display:inline-flex;align-items:center;padding:.375rem .625rem;border-radius:var(--radius-sm);border:1px solid;font-family:var(--font-sans);font-size:.8125rem;font-weight:var(--fw-normal);line-height:1.4;letter-spacing:.01em;text-decoration:none;transition:color .16s ease,border-color .16s ease,background-color .16s ease}.reading-tag[data-astro-cid-fezs4xpw]:hover{text-decoration:none}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--crimson{background-color:#0891b205;border-color:#0891b233;color:var(--color-cyan-600)}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--crimson:hover{background-color:#0891b214;border-color:#0891b24d;color:var(--color-cyan-700)}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--blue{background-color:#0891b205;border-color:#0891b233;color:var(--color-cyan-600)}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--blue:hover{background-color:#0891b214;border-color:#0891b24d;color:var(--color-cyan-700)}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--purple{background-color:#7558b205;border-color:#7558b233;color:var(--color-purple)}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--purple:hover{background-color:#7558b214;border-color:#7558b24d;color:#7558b2}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--salmon{background-color:#fd837005;border-color:#fd837033;color:var(--color-salmon)}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--salmon:hover{background-color:#fd837014;border-color:#fd83704d;color:#fd8370}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--green{background-color:#228b2205;border-color:#228b2233;color:#228b22}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--green:hover{background-color:#228b2214;border-color:#228b224d;color:#1e7a1e}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--orange{background-color:#ff8c0005;border-color:#ff8c0033;color:#ff8c00}.reading-tag[data-astro-cid-fezs4xpw].topic-pill--orange:hover{background-color:#ff8c0014;border-color:#ff8c004d;color:#e67e00}.reading-layout[data-astro-cid-fezs4xpw]{display:flex;flex-direction:column;gap:var(--sp-lg)}.reading-layout[data-astro-cid-fezs4xpw].has-outline{display:grid;grid-template-columns:minmax(0,var(--reading-content-max)) minmax(14rem,var(--reading-outline-width));align-items:start;gap:var(--sp-xl)}.reading-body[data-astro-cid-fezs4xpw]{max-width:var(--reading-content-max);width:100%;min-width:0}.reading-outline[data-astro-cid-fezs4xpw]{position:sticky;top:clamp(5rem,10vh,6.5rem);align-self:start;border:1px solid rgba(8,145,178,.12);border-radius:var(--radius-lg);background:var(--color-cream);box-shadow:var(--box-shadow-sm);transition:box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;max-height:calc(100vh - clamp(5rem,10vh,6.5rem) - 2rem);overflow:hidden}.reading-outline[data-astro-cid-fezs4xpw]:hover{box-shadow:var(--box-shadow);border-color:#0891b22e}.reading-outline__header[data-astro-cid-fezs4xpw]{padding:var(--sp-comfortable) var(--sp-comfortable) var(--sp-standard);border-bottom:1px solid rgba(8,145,178,.08);flex-shrink:0}.reading-outline__label[data-astro-cid-fezs4xpw]{text-transform:uppercase;letter-spacing:.08em;font-size:.6875rem;color:var(--color-cyan-600);font-weight:var(--fw-medium);font-family:var(--font-sans);margin:0;line-height:1.4}.reading-outline__nav[data-astro-cid-fezs4xpw]{flex:1;overflow-y:auto;overflow-x:hidden;padding:var(--sp-standard) var(--sp-comfortable);scrollbar-width:thin;scrollbar-color:rgba(8,145,178,.2) transparent}.reading-outline__nav[data-astro-cid-fezs4xpw]::-webkit-scrollbar{width:6px}.reading-outline__nav[data-astro-cid-fezs4xpw]::-webkit-scrollbar-track{background:transparent}.reading-outline__nav[data-astro-cid-fezs4xpw]::-webkit-scrollbar-thumb{background:#0891b233;border-radius:3px}.reading-outline__nav[data-astro-cid-fezs4xpw]::-webkit-scrollbar-thumb:hover{background:#0891b24d}.reading-outline__list[data-astro-cid-fezs4xpw]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.125rem}.reading-outline__item[data-astro-cid-fezs4xpw]{margin:0;padding:0}.reading-outline__link[data-astro-cid-fezs4xpw]{display:flex;align-items:flex-start;position:relative;padding:.375rem .5rem;margin-left:0;border-radius:var(--radius-sm);text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);color:var(--color-gray-700);font-family:var(--font-sans);font-size:.8125rem;line-height:1.5;background:#0891b205}.reading-outline__link[data-astro-cid-fezs4xpw]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent;border-radius:0 2px 2px 0;transition:background .2s ease}.reading-outline__link-text[data-astro-cid-fezs4xpw]{flex:1;word-wrap:break-word;overflow-wrap:break-word;display:block;position:relative;z-index:1}.reading-outline__item[data-astro-cid-fezs4xpw].depth-2 .reading-outline__link[data-astro-cid-fezs4xpw]{padding-left:.5rem;font-weight:var(--fw-medium);color:var(--color-gray-900)}.reading-outline__item[data-astro-cid-fezs4xpw].depth-2 .reading-outline__link[data-astro-cid-fezs4xpw]:before{display:none}.reading-outline__item[data-astro-cid-fezs4xpw].depth-3 .reading-outline__link[data-astro-cid-fezs4xpw]{padding-left:1.5rem;font-size:.75rem}.reading-outline__item[data-astro-cid-fezs4xpw].depth-3 .reading-outline__link[data-astro-cid-fezs4xpw]:before{left:1rem;width:2px}.reading-outline__item[data-astro-cid-fezs4xpw].depth-4 .reading-outline__link[data-astro-cid-fezs4xpw]{padding-left:2.25rem;font-size:.75rem;color:var(--color-gray-600)}.reading-outline__item[data-astro-cid-fezs4xpw].depth-4 .reading-outline__link[data-astro-cid-fezs4xpw]:before{left:1.75rem;width:2px}.reading-outline__link[data-astro-cid-fezs4xpw]:hover{color:var(--color-cyan-600);background:#0891b214}.reading-outline__link[data-astro-cid-fezs4xpw]:hover:before{background:#0891b24d}.reading-outline__link[data-astro-cid-fezs4xpw][data-active=true]{color:var(--color-cyan-600);background:#0891b21a;font-weight:var(--fw-medium)}.reading-outline__link[data-astro-cid-fezs4xpw][data-active=true]:before{background:var(--color-cyan-600);width:3px}.reading-outline__item[data-astro-cid-fezs4xpw].depth-3 .reading-outline__link[data-astro-cid-fezs4xpw][data-active=true]:before,.reading-outline__item[data-astro-cid-fezs4xpw].depth-4 .reading-outline__link[data-astro-cid-fezs4xpw][data-active=true]:before{width:2px}.reading-outline__link[data-astro-cid-fezs4xpw]:focus-visible{outline:2px solid var(--color-cyan-600);outline-offset:2px;border-radius:var(--radius-sm)}.reading-outline__footer[data-astro-cid-fezs4xpw]{padding:var(--sp-standard) var(--sp-comfortable) var(--sp-comfortable);border-top:1px solid rgba(8,145,178,.08);flex-shrink:0}.reading-outline__top[data-astro-cid-fezs4xpw]{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.8125rem;font-weight:var(--fw-normal);color:var(--color-gray-700);text-decoration:none;letter-spacing:var(--ls-normal);padding:.5rem .75rem;border-radius:var(--radius-sm);border:1px solid rgba(8,145,178,.12);background-color:#0891b205;line-height:1.4;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%;justify-content:center}.reading-outline__top-text[data-astro-cid-fezs4xpw]{flex:1;text-align:center}.reading-outline__top-icon[data-astro-cid-fezs4xpw]{flex-shrink:0;width:14px;height:14px;opacity:.7;transition:transform .2s ease,opacity .2s ease}.reading-outline__top[data-astro-cid-fezs4xpw]:hover{color:var(--color-cyan-600);background-color:#0891b214;border-color:#0891b233;text-decoration:none}.reading-outline__top[data-astro-cid-fezs4xpw]:hover .reading-outline__top-icon[data-astro-cid-fezs4xpw]{opacity:1;transform:translateY(-2px)}.reading-outline__top[data-astro-cid-fezs4xpw]:active{background-color:#0891b21f;border-color:#0891b240}.reading-outline__top[data-astro-cid-fezs4xpw]:active .reading-outline__top-icon[data-astro-cid-fezs4xpw]{transform:translateY(0)}.reading-outline__top[data-astro-cid-fezs4xpw]:focus-visible{outline:2px solid var(--color-cyan-600);outline-offset:2px}@media(max-width:1024px){.reading-layout[data-astro-cid-fezs4xpw].has-outline{display:flex;flex-direction:column}.reading-outline[data-astro-cid-fezs4xpw]{width:100%;position:static;max-height:none}}@media(max-width:640px){.reading-article[data-astro-cid-fezs4xpw]{padding:clamp(1.5rem,4vw,2.5rem) 0 clamp(2rem,5vw,3rem)}.reading-shell[data-astro-cid-fezs4xpw]{padding-inline:var(--layout-container-padding-inline-mobile)}.reading-backlink[data-astro-cid-fezs4xpw]{font-size:.875rem;margin-bottom:var(--sp-lg)}.reading-header[data-astro-cid-fezs4xpw]{margin-bottom:var(--sp-lg)}.reading-title[data-astro-cid-fezs4xpw]{font-size:clamp(1.625rem,5vw + 1.125rem,2rem);line-height:1.25;margin-bottom:var(--sp-standard)}.reading-title[data-astro-cid-fezs4xpw]:after{width:clamp(40px,7vw,64px);height:2px;margin-top:.375rem}.reading-summary[data-astro-cid-fezs4xpw]{font-size:clamp(.9375rem,1.5vw + .8125rem,1.0625rem);line-height:1.6;margin-top:.25rem;margin-bottom:var(--sp-standard)}.reading-meta[data-astro-cid-fezs4xpw]{flex-direction:column;align-items:flex-start;gap:.25rem;font-size:.8125rem;margin-bottom:var(--sp-tight)}.reading-tags[data-astro-cid-fezs4xpw],.reading-outline[data-astro-cid-fezs4xpw]{display:none}}
