.post-reader{--reader-serif:"Geist", ui-sans-serif, system-ui, sans-serif;--reader-sans:"Geist", ui-sans-serif, system-ui, sans-serif;--reader-mono:"Geist Mono", ui-monospace, monospace;--reader-faint:var(--muted);--reader-hairline:var(--border);--reader-muted:var(--muted-foreground);--reader-ink:var(--foreground);--reader-accent:var(--foreground)}.dark .post-reader{--reader-faint:var(--muted)}.post-reader .post-header{margin:0 auto 56px;padding-top:24px}.post-reader .post-title{letter-spacing:-.02em;color:var(--reader-ink);text-wrap:balance;margin:0;font-size:clamp(2rem,4.6vw,3.25rem);font-weight:600;line-height:1.1}.post-reader .post-dek{color:var(--reader-muted);text-wrap:pretty;margin:18px 0 0;font-size:1.125rem;line-height:1.5}.post-reader .post-meta{font-variant-numeric:tabular-nums;margin-top:28px}.post-reader .post-body{width:100%;margin-left:auto;margin-right:auto}.post-reader .typeset{font-family:var(--reader-sans);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;grid-template-columns:[full-start]minmax(0,1fr)[main-start]min(68ch,100%)[main-end]minmax(0,1fr)[full-end];column-gap:0;font-size:1rem;line-height:1.75;display:grid}.post-reader .typeset>*{grid-column:main;min-width:0}.post-reader .typeset>:where(figure,table,img,video,iframe,.full-bleed){grid-column:full;width:100%;max-width:none;margin-left:0;margin-right:0}.post-reader .typeset>p:has(>img:only-child):not(:has(>img.inline-icon)){grid-column:full;width:100%;max-width:none;margin-left:0;margin-right:0}.post-reader .typeset>p:has(>a>img:only-child):not(:has(img.inline-icon)){grid-column:full;width:100%;max-width:none;margin-left:0;margin-right:0}.post-reader .typeset>p:has(>.full-bleed){grid-column:full;width:100%;max-width:none;margin-left:0;margin-right:0}.post-reader .typeset>div:has(>table){grid-column:full;width:100%;max-width:none;margin-left:0;margin-right:0}.post-reader.post-reader--note .typeset{display:block}.post-reader.post-reader--note .typeset>*{grid-column:unset}.post-reader.post-reader--note .typeset>.not-typeset,.post-reader.post-reader--note .typeset>.not-prose{margin-left:0;margin-right:0}.post-reader .typeset>:is(figure,table,img,video,iframe){margin-top:2rem;margin-bottom:2rem}.post-reader .typeset img,.post-reader .typeset video{object-fit:contain;border-radius:4px;width:100%;max-width:100%;height:auto;max-height:88vh;display:block;margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}:is(.post-reader .typeset>p:has(>img:only-child),.post-reader .typeset>p:has(>a>img:only-child)){margin-top:2rem;margin-bottom:2rem}.post-reader .typeset figure>img,.post-reader .typeset figure>video{margin:0 auto}.post-reader .typeset img.inline-icon{vertical-align:-.15em;border-radius:3px;width:1em;height:1em;display:inline-block;margin:0 .25em 0 0!important}.post-reader .typeset pre :is(.line-hl,.line-add,.line-del){border-radius:3px;width:100%;display:inline-block;position:relative}.post-reader .typeset pre .line-hl{background:color-mix(in srgb, currentColor 9%, transparent)}.post-reader .typeset pre .line-add{background:#2ea04324}.post-reader .typeset pre .line-del{opacity:.75;background:#f851491f}.post-reader .typeset pre .line-add:before,.post-reader .typeset pre .line-del:before{position:absolute;left:-1.2em}.post-reader .typeset pre .line-add:before{content:"+";color:#2ea043}.post-reader .typeset pre .line-del:before{content:"-";color:#f85149}.post-reader .typeset .code-tabs{margin:2rem 0}.post-reader .typeset .code-tabs>input{display:none}.post-reader .typeset .code-tabs .tab-list{background:var(--muted);border-radius:10px;align-items:center;gap:2px;padding:3px;display:inline-flex}.post-reader .typeset .code-tabs .tab-list label{color:var(--muted-foreground,var(--reader-muted));cursor:pointer;border:1px solid #0000;border-radius:7px;padding:.3em .85em;font-size:.8rem;font-weight:550;line-height:1.4;transition:color .15s}.post-reader .typeset .code-tabs .tab-list label:hover{color:var(--reader-ink)}.post-reader .typeset .code-tabs>.tab-panel{display:none}.post-reader .typeset .code-tabs>.tab-panel>pre{margin-top:.75rem;margin-bottom:0}.post-reader .typeset .code-tabs>input:first-of-type:checked~.tab-list label:first-of-type,.post-reader .typeset .code-tabs>input:nth-of-type(2):checked~.tab-list label:nth-of-type(2),.post-reader .typeset .code-tabs>input:nth-of-type(3):checked~.tab-list label:nth-of-type(3),.post-reader .typeset .code-tabs>input:nth-of-type(4):checked~.tab-list label:nth-of-type(4){color:var(--reader-ink);background:var(--background);border-color:var(--border,transparent)}.post-reader .typeset .code-tabs>input:first-of-type:checked~.tab-panel:first-of-type,.post-reader .typeset .code-tabs>input:nth-of-type(2):checked~.tab-panel:nth-of-type(2),.post-reader .typeset .code-tabs>input:nth-of-type(3):checked~.tab-panel:nth-of-type(3),.post-reader .typeset .code-tabs>input:nth-of-type(4):checked~.tab-panel:nth-of-type(4){display:block}.post-reader .typeset pre,.post-reader .typeset pre code{line-height:1.55}.post-reader .typeset pre{position:relative}.post-reader .typeset pre .code-copy{border:1px solid var(--border,transparent);background:var(--background);width:28px;height:28px;color:var(--muted-foreground,var(--reader-muted));opacity:0;cursor:pointer;border-radius:6px;place-items:center;transition:opacity .15s,color .15s;display:grid;position:absolute;top:8px;right:8px}.post-reader .typeset pre:hover .code-copy,.post-reader .typeset pre .code-copy:focus-visible{opacity:1}.post-reader .typeset pre .code-copy:hover{color:var(--reader-ink)}.post-reader .typeset ul{padding-left:1.4em;list-style:outside}.post-reader .typeset ol{padding-left:1.4em;list-style:decimal}.post-reader .typeset li{margin-top:.35em;margin-bottom:.35em}.post-reader .typeset li::marker{color:var(--reader-muted)}.post-reader .typeset>img,.post-reader .typeset>figure>img,.post-reader .typeset>table{max-width:1100px;margin-left:auto;margin-right:auto}.post-reader .typeset>p:has(>img:only-child)>img{max-width:1100px;margin-left:auto;margin-right:auto}.post-reader .typeset>p:has(>a>img:only-child) img{max-width:1100px;margin-left:auto;margin-right:auto}.post-reader .typeset>div:has(>table){max-width:1100px;margin-left:auto;margin-right:auto}.post-reader .typeset>pre{width:100%;max-width:100%}:is(.post-reader .typeset>table,.post-reader .typeset>div:has(>table)){width:fit-content;min-width:0;max-width:min(1100px,100%)}.post-reader .typeset .img-row{flex-wrap:nowrap;grid-column:full;justify-content:center;align-items:flex-start;gap:1rem;width:100%;margin:2rem 0;display:flex}.post-reader .typeset .img-row img{border-radius:.5rem;flex:0 auto;width:auto;min-width:0;max-width:100%;height:auto;max-height:78vh;margin:0!important}.post-reader .typeset .img-bento{grid-column:full;grid-template-columns:repeat(6,1fr);grid-auto-rows:clamp(140px,18vw,240px);gap:1rem;width:100%;margin:2rem 0;display:grid}.post-reader .typeset .img-bento img{object-fit:cover;object-position:top;border:1px solid var(--reader-hairline);border-radius:.5rem;grid-column:span 2;width:100%;height:100%;margin:0!important}.post-reader .typeset .img-bento img:first-child{grid-area:span 2/span 4}@media (width<=640px){.post-reader .typeset .img-bento{grid-template-columns:1fr;grid-auto-rows:auto}.post-reader .typeset .img-bento img,.post-reader .typeset .img-bento img:first-child{grid-area:auto;height:auto}.post-reader .typeset .img-row{flex-direction:column;align-items:center}.post-reader .typeset .img-row img{width:100%;max-width:1024px}}.post-reader .typeset figcaption{color:var(--reader-muted);text-align:center;margin-top:.75rem;font-size:.8125rem;line-height:1.5}.post-reader .typeset table{border-collapse:collapse;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto;font-size:.9375rem;line-height:1.55;display:block;overflow-x:auto}.post-reader .typeset table thead{border-bottom:1px solid var(--reader-hairline)}.post-reader .typeset table th,.post-reader .typeset table td{text-align:left;border-bottom:1px solid var(--reader-hairline);padding:.625rem .875rem}.post-reader .typeset table th{color:var(--reader-ink);font-weight:600}.post-reader .typeset pre:has(>code.language-prompt){overflow-x:visible}.post-reader .typeset pre>code.language-prompt{white-space:pre-wrap;overflow-wrap:anywhere}.post-reader .typeset>p:has(>img[src$=loop\.svg]){grid-column:main}.post-reader .typeset>p:has(>img[src$=loop\.svg])>img{max-width:100%}.post-reader .typeset p{margin-top:0;margin-bottom:1em;line-height:1.8}.post-reader .typeset :where(ul,ol){margin-top:0;margin-bottom:0}.post-reader .typeset :where(h1,h2,h3,h4,h5,h6){letter-spacing:-.012em;color:var(--reader-ink);text-wrap:balance}.post-reader .typeset h1{margin-top:1em;margin-bottom:1em;font-size:1.875rem;font-weight:600;line-height:1.2}.post-reader .typeset h2{margin-top:1.2em;margin-bottom:.5em;font-size:1.625rem;font-weight:600;line-height:1.25;border-bottom:0!important;padding-bottom:0!important}.post-reader .typeset h3{margin-top:1em;margin-bottom:.4em;font-size:1.3rem;font-weight:600;line-height:1.3}.post-reader .typeset h4{margin-top:1em;margin-bottom:.4em;font-size:1rem;font-weight:400;line-height:1.35}.post-reader .typeset :where(h1,h2,h3,h4,h5,h6){position:relative}.post-reader .typeset :where(h1,h2,h3,h4,h5,h6)>a.heading-link,.post-reader .typeset :where(h1,h2,h3,h4,h5,h6)>a[aria-hidden=true],.post-reader .typeset :where(h1,h2,h3,h4,h5,h6)>a.header-anchor,.post-reader .typeset :where(h1,h2,h3,h4,h5,h6)>a.anchor{color:var(--reader-muted);opacity:0;font-weight:400;text-decoration:none;transition:opacity .12s ease-out;position:absolute;top:0;left:-.85em;transform:translate(-100%)}.post-reader .typeset :where(h1,h2,h3,h4,h5,h6):hover>a.heading-link,.post-reader .typeset :where(h1,h2,h3,h4,h5,h6):hover>a[aria-hidden=true],.post-reader .typeset :where(h1,h2,h3,h4,h5,h6):hover>a.header-anchor,.post-reader .typeset :where(h1,h2,h3,h4,h5,h6):hover>a.anchor,.post-reader .typeset :where(h1,h2,h3,h4,h5,h6)>a.heading-link:hover{opacity:.55}.post-reader .typeset a{color:var(--reader-ink);text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--reader-hairline);text-decoration-color:var(--reader-hairline);text-underline-offset:4px;transition:text-decoration-color .15s ease-out}.post-reader .typeset a:hover{-webkit-text-decoration-color:var(--reader-accent);text-decoration-color:var(--reader-accent)}.post-reader .typeset blockquote{text-align:center;max-width:90%;color:var(--foreground);letter-spacing:-.01em;margin:2.5em auto;font-size:1.35em;font-style:normal;font-weight:500;line-height:1.5}.post-reader .typeset blockquote p{font-size:inherit;margin-bottom:.6em;line-height:1.55}.post-reader .typeset blockquote p:last-child{margin-bottom:0}.post-reader .typeset blockquote a{font-size:.85em;font-weight:400}.post-reader .typeset .x-embed{justify-content:center;display:flex}.post-reader .typeset aside,.post-reader .typeset .footnotes,.post-reader .typeset section.footnotes{color:var(--reader-muted);border-top:1px solid var(--reader-hairline);margin-top:3em;padding-top:1.5em;font-size:.875em}.post-reader .typeset :where(pre),.post-reader article pre{font-family:var(--reader-mono);margin:1.75em 0;font-size:.875em;line-height:1.75;overflow-x:auto;box-shadow:none!important;background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:10px!important;padding:1.25em 1.5em!important}.dark .post-reader .typeset :where(pre),.dark .post-reader article pre{background-color:#0d1117!important;border-color:#30363d!important}.post-reader .typeset :where(pre) code,.post-reader .typeset pre code.hljs{font-size:inherit;background:0 0!important;padding:0!important}.post-reader .typeset :where(code):not(:where(pre code)){font-family:var(--reader-mono);font-size:.85em;font-weight:400;color:var(--reader-ink)!important;background-color:#f3f4f6!important;border:1px solid #e5e7eb!important;border-radius:4px!important;padding:.15em .4em!important}.dark .post-reader .typeset :where(code):not(:where(pre code)){background-color:#1e2530!important;border-color:#30363d!important}.post-reader .post-meta time,.post-reader .post-meta .meta-number{font-variant-numeric:tabular-nums}.series-block{border-top:1px solid var(--reader-hairline);border-bottom:1px solid var(--reader-hairline);margin-top:56px;padding:28px 0}.series-block .series-label{letter-spacing:.14em;text-transform:uppercase;color:var(--reader-muted);margin:0 0 6px;font-size:.7rem;font-weight:500}.series-block .series-title{letter-spacing:-.012em;color:var(--reader-ink);margin:0 0 18px;font-size:1.25rem;font-weight:600;line-height:1.25}.series-block .series-title a{color:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--reader-hairline);text-decoration-color:var(--reader-hairline);text-underline-offset:3px;transition:text-decoration-color .15s ease-out}.series-block .series-title a:hover{-webkit-text-decoration-color:var(--reader-accent);text-decoration-color:var(--reader-accent)}.series-block ol{counter-reset:series-counter;margin:0;padding:0;list-style:none}.series-block li{counter-increment:series-counter;grid-template-columns:2.25rem 1fr;gap:0 4px;padding:6px 0;font-size:.95rem;line-height:1.5;display:grid}.series-block li:before{content:counter(series-counter, decimal-leading-zero);font-variant-numeric:tabular-nums;color:var(--reader-muted);padding-top:.25em;font-size:.75rem}.series-block li a{color:var(--reader-muted);text-decoration:none;transition:color .15s ease-out}.series-block li a:hover{color:var(--reader-ink)}.series-block li.is-current span,.series-block li.is-current{color:var(--reader-ink);font-weight:600}
