@charset "UTF-8";:root{--accent:#fe640b;--accent-alt:#7287fd;--background:#eff1f5;--surface:#ccd0da;--surface-strong:#acb0be;--line:#bcc0cc;--text:#4c4f69;--muted:#6c6f85;--blockquote:#5c5f77;--sw-red:#d20f39;--sw-peach:#fe640b;--sw-yellow:#df8e1d;--sw-green:#40a02b;--sw-teal:#179299;--sw-sapphire:#209fb5;--sw-blue:#1e66f5;--sw-mauve:#8839ef;--code-background:#dce0e8;--code-text:#4c4f69;--code-line-highlight:#bcc0cc;--code-line-number:#8c8fa1;--code-comment:#9ca0b0;--code-comment-hashbang:#acb0be;--code-red:#d20f39;--code-peach:#fe640b;--code-teal:#179299;--code-mauve:#8839ef;--code-blue:#1e66f5;--code-sky:#04a5e5;--code-yellow:#df8e1d;--code-rosewater:#dc8a78;--code-green:#40a02b;--code-change-background:#ccd0da}html.dark{--accent:#fab387;--accent-alt:#b4befe;--background:#0f0f14;--surface:#313244;--surface-strong:#585b70;--line:#2b2b36;--text:#c6cad3;--muted:#9399b2;--blockquote:#a6adc8;--sw-red:#f38ba8;--sw-peach:#fab387;--sw-yellow:#f9e2af;--sw-green:#a6e3a1;--sw-teal:#94e2d5;--sw-sapphire:#74c7ec;--sw-blue:#89b4fa;--sw-mauve:#cba6f7;--code-background:#11111b;--code-text:#cdd6f4;--code-line-highlight:#45475a;--code-line-number:#7f849c;--code-comment:#6c7086;--code-comment-hashbang:#585b70;--code-red:#f38ba8;--code-peach:#fab387;--code-teal:#94e2d5;--code-mauve:#cba6f7;--code-blue:#89b4fa;--code-sky:#89dceb;--code-yellow:#f9e2af;--code-rosewater:#f5e0dc;--code-green:#a6e3a1;--code-change-background:#313244}@media(prefers-color-scheme:dark){html:not(.light){--accent:#fab387;--accent-alt:#b4befe;--background:#0f0f14;--surface:#313244;--surface-strong:#585b70;--line:#2b2b36;--text:#c6cad3;--muted:#9399b2;--blockquote:#a6adc8;--sw-red:#f38ba8;--sw-peach:#fab387;--sw-yellow:#f9e2af;--sw-green:#a6e3a1;--sw-teal:#94e2d5;--sw-sapphire:#74c7ec;--sw-blue:#89b4fa;--sw-mauve:#cba6f7;--code-background:#11111b;--code-text:#cdd6f4;--code-line-highlight:#45475a;--code-line-number:#7f849c;--code-comment:#6c7086;--code-comment-hashbang:#585b70;--code-red:#f38ba8;--code-peach:#fab387;--code-teal:#94e2d5;--code-mauve:#cba6f7;--code-blue:#89b4fa;--code-sky:#89dceb;--code-yellow:#f9e2af;--code-rosewater:#f5e0dc;--code-green:#a6e3a1;--code-change-background:#313244}}@font-face{font-display:swap;font-family:berkeley mono;font-style:normal;font-weight:400;src:url(fonts/Berkeley-Mono/BerkeleyMono-Regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:berkeley mono;font-style:normal;font-weight:700;src:url(fonts/Berkeley-Mono/BerkeleyMono-Bold.woff2)format("woff2")}@font-face{font-display:swap;font-family:berkeley mono;font-style:italic;font-weight:400;src:url(fonts/Berkeley-Mono/BerkeleyMono-Italic.woff2)format("woff2")}@font-face{font-display:swap;font-family:berkeley mono;font-style:italic;font-weight:700;src:url(fonts/Berkeley-Mono/BerkeleyMono-BoldItalic.woff2)format("woff2")}@font-face{font-display:swap;font-family:ibm plex sans;font-style:normal;font-weight:400;src:url(fonts/IBM-Plex-Sans/ibm-plex-sans-latin-400-normal.woff2)format("woff2")}@font-face{font-display:swap;font-family:ibm plex sans;font-style:normal;font-weight:700;src:url(fonts/IBM-Plex-Sans/ibm-plex-sans-latin-700-normal.woff2)format("woff2")}@font-face{font-display:swap;font-family:ibm plex sans;font-style:italic;font-weight:400;src:url(fonts/IBM-Plex-Sans/ibm-plex-sans-latin-400-italic.woff2)format("woff2")}*,*::before,*::after{box-sizing:border-box;border-radius:0!important}html{overflow-x:hidden;scroll-behavior:smooth}body{min-height:100vh;margin:0;padding:2.5rem 1.25rem;overflow-x:hidden;color:var(--text);background:var(--background);font:18px/1.85 ibm plex sans,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:color 75ms ease-in,background-color 75ms ease-in}.notransition,.notransition *{transition:none!important}::selection{color:var(--background);background:var(--accent)}h1,h2,h3,h4,h5,h6{margin:1.6rem 0 .4rem;color:var(--text);font-family:berkeley mono,ui-monospace,monospace;line-height:1.25;letter-spacing:.01em}p,blockquote,pre,ul,ol,dl,figure,table{margin-top:.65rem;margin-bottom:.65rem}a{color:inherit;text-decoration-color:var(--line)}a:hover{color:var(--accent)}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent-alt);outline-offset:3px}img{display:block;max-width:100%;height:auto;margin-inline:auto}figcaption{color:var(--muted);font-size:.82rem;font-style:italic;text-align:center}hr{border:0;border-top:1px solid var(--line)}.frame{max-width:760px;margin:0 auto;border:1px solid var(--line);background:var(--background)}.navbar{border-bottom:1px solid var(--line)}.menu{display:flex;align-items:center;gap:1rem;min-width:0;padding:.75rem 1.25rem}.site-brand{min-width:0;color:var(--text);font-family:berkeley mono,ui-monospace,monospace;font-weight:700;letter-spacing:.22em;text-decoration:none;text-transform:uppercase}#mode{display:inline-flex;align-items:center;flex-shrink:0;margin-left:auto;padding:0;border:0;color:inherit;background:0 0;cursor:pointer;opacity:.85}#mode:hover{opacity:1}.colorbar{display:inline-flex;gap:1px}.colorbar>i{width:11px;height:7px}.sw-red{background:var(--sw-red)}.sw-peach{background:var(--sw-peach)}.sw-yellow{background:var(--sw-yellow)}.sw-green{background:var(--sw-green)}.sw-teal{background:var(--sw-teal)}.sw-sapphire{background:var(--sw-sapphire)}.sw-blue{background:var(--sw-blue)}.sw-mauve{background:var(--sw-mauve)}.termline{padding:.55rem 1.25rem .15rem;overflow-wrap:anywhere;color:var(--muted);font:.95rem/1.5 berkeley mono,ui-monospace,monospace}.tl-user{color:var(--sw-yellow)}.tl-host{color:var(--sw-blue)}.tl-cmd{color:var(--sw-green);font-weight:700}.tl-arg{color:var(--text)}.ls-nav{display:flex;flex-wrap:wrap;gap:.1rem .5rem;padding:.1rem 1.25rem .7rem;border-bottom:1px solid var(--line);font:.9rem berkeley mono,ui-monospace,monospace}.ls-entry{display:inline-block}.ls-dir{color:var(--sw-blue);text-decoration:none}.ls-dir::after{color:var(--muted);content:"/"}.ls-dir.active{color:var(--accent);font-weight:700}.ls-dir:hover,.ls-dir:focus-visible{color:var(--background);background:var(--accent)}.ls-dir:hover::after,.ls-dir:focus-visible::after{color:var(--background)}.ls-file{color:var(--text)}.wrapper{padding:0 1.25rem 1.75rem}.wrapper .termline{margin-top:.55rem;padding-right:0;padding-left:0}.footer{padding:.85rem 1.25rem;border-top:1px solid var(--line);color:var(--muted);font-family:berkeley mono,ui-monospace,monospace;text-align:center}.footer small{font-size:.76rem}.author{margin:.5rem 0 .75rem;text-align:center}.author-name{margin-bottom:.1rem;font-size:1.7rem}.author-bio{max-width:34rem;margin:0 auto;opacity:.9}.transcript-separator{margin:.9rem -1.25rem 0}.article-header{margin-top:.5rem}.article-header h1{margin-top:0;font-size:2rem}.post-meta,.post-item-meta{color:var(--muted);font-family:berkeley mono,ui-monospace,monospace}.post-meta{font-size:.9rem}.post-item{display:grid;grid-template-columns:auto minmax(0,1fr)auto;gap:.15rem .55rem;align-items:baseline;padding:.3rem 0}.post-item::before{grid-column:1;color:var(--accent);content:">";font-family:berkeley mono,ui-monospace,monospace;font-weight:700}.post-item-title{grid-column:2;margin:0;font-size:1rem;font-weight:400;line-height:1.3}.post-item-title a{text-decoration:none}.post-item-meta{grid-column:3;font-size:.82rem;white-space:nowrap}.post-year{margin-bottom:.25rem;padding-bottom:.25rem;border-bottom:1px solid var(--line);font-size:1.3rem}.page-content{padding-top:.5rem}.page-content>p{padding:.3rem 0}.page-content :is(p,li,blockquote,td) a{border-bottom:1px solid color-mix(in srgb,var(--accent) 40%,transparent);color:var(--accent);text-decoration:none}.page-content :is(p,li,blockquote,td) a:hover,.page-content :is(p,li,blockquote,td) a:focus-visible{border-bottom-color:var(--accent);color:var(--background);background:var(--accent)}.page-content a[target=_blank]::after{content:" ↗";font-size:.8em;vertical-align:super}.page-content ul,.page-content ol{padding-left:1.6rem}.page-content blockquote{margin-right:0;margin-left:.3rem;padding-left:1rem;border-left:4px solid var(--muted);color:var(--blockquote)}.page-content table{width:100%;border-collapse:collapse;font-size:.9rem}.page-content th,.page-content td{padding:.25rem .45rem;border:1px solid var(--line);text-align:left}code,pre{font-family:berkeley mono,ui-monospace,monospace}:not(pre)>code{padding:.1rem .25rem;border:1px solid var(--line);color:var(--text);background:var(--surface-strong);font-size:.9em;white-space:break-spaces}pre{padding:.65rem 1rem;overflow-x:auto;color:var(--code-text);background:var(--code-background);font-size:.9rem;line-height:1.5}pre code{color:inherit}.toc{margin:1rem 0;padding:.6rem 1.25rem;border:1px solid var(--line)}.toc summary{color:var(--text);font-family:berkeley mono,ui-monospace,monospace;cursor:pointer}.toc nav>ul{margin-bottom:0}.not-found{min-height:55vh;display:flex;flex-direction:column;justify-content:center;text-align:center}.not-found h1{color:var(--accent)}#totop{position:fixed;right:1.5rem;bottom:1.5rem;width:2.5rem;height:2.5rem;border:1px solid var(--line);color:var(--text);background:var(--surface);font:1.5rem/2.25rem berkeley mono,ui-monospace,monospace;text-align:center;text-decoration:none;visibility:hidden;opacity:0;transition:opacity 150ms ease-in}#totop.visible{visibility:visible;opacity:1}@media screen and (max-width:768px){body{padding:.75rem;font-size:17px}.frame{width:calc(100vw - 1.5rem);max-width:calc(100vw - 1.5rem)}.menu{display:grid;grid-template-columns:minmax(0,1fr)auto;padding:.7rem 1.25rem}.site-brand{font-size:.9rem;line-height:1.25;letter-spacing:.14em}.post-item-title{grid-column:2/-1}.post-item-meta{grid-column:2/-1;grid-row:2}.page-content pre{margin-right:-1.25rem;margin-left:-1.25rem}#totop{right:1rem;bottom:1rem}}