:root{--content-width:1300px;--color-bg:#000;--color-surface:#0d0d0d;--color-text:#f5f1f1;--color-muted:#aaa3a3;--color-accent-red:#ff1744;--color-accent-green:#27e272;--color-accent-blue:#1f8fff;--color-accent:var(--color-accent-red);--color-positive-bright:#39ff88cd;--cat-intro-time:2.5s;--cat-fade-time:.4s;--cat-size:min(70vw, 220px);--color-transition:color .3s ease;--home-section-gap:.75rem;--home-hero-gap:1rem;--terminal-font:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--terminal-background:#0d0d0de6;--terminal-border-color:#262626;--terminal-prefix-color:#666;--terminal-border-radius:.35rem;--terminal-padding-inline:.7rem;--terminal-padding-block:.45rem;--motion-duration-fast:.16s;--motion-duration-base:.24s;--motion-duration-layout:.32s;--motion-easing:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box;user-select:none}html,body{background:var(--color-bg);color:var(--color-text)}html{font-family:var(--font-lora), serif}body{min-height:100vh;margin:0}a{color:var(--color-text);transition:var(--color-transition);text-decoration:none}main{max-width:var(--content-width);margin:0 auto;padding:1rem}@media (width>=768px){main{padding:2rem 2rem 0}}article{line-height:1.7}h1,h2,h3{margin:0;line-height:1.2}img{max-width:100%;height:auto}ul{margin-top:.5rem;margin-bottom:.25rem;padding-left:1.5rem;list-style:none}ul li{position:relative}ul li:before{content:"-";color:var(--color-accent);position:absolute;left:-1rem}.hidden{display:none}.blog-title{margin-bottom:.75rem;font-size:32px}.blog-subtitle{margin-bottom:1rem;padding-left:.25rem;font-size:24px;font-style:italic}.blog-content{max-width:var(--content-width)}.links{font-size:20px;list-style-type:circle}.accent{color:var(--color-accent)}.green{color:var(--color-accent-green)}.blue{color:var(--color-accent-blue)}.red{color:var(--color-accent-red)}.white{color:var(--color-text)}.home-content{gap:var(--home-section-gap);font-family:var(--terminal-font), serif;opacity:0;visibility:hidden;animation:fade-in-content var(--cat-fade-time) forwards calc(var(--cat-intro-time) + .2s);flex-direction:column;display:flex}.intro-cat{z-index:10;background:var(--color-bg);opacity:0;animation:fade-in-cat var(--cat-fade-time) forwards, fade-out-cat var(--cat-fade-time) forwards var(--cat-intro-time);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cat-gif{width:var(--cat-size);height:var(--cat-size);object-fit:contain;background:0 0;display:block}html.skip-home-intro .intro-cat{display:none}html.skip-home-intro .home-content{opacity:1;visibility:visible;animation:none}.footer-div{justify-content:space-between;align-items:center;margin-top:2rem;display:flex}@media (width>=768px){.footer-div{margin-top:4rem}}@keyframes fade-in-cat{to{opacity:1}}@keyframes fade-out-cat{to{opacity:0;visibility:hidden;pointer-events:none}}@keyframes fade-in-content{to{opacity:1;visibility:visible}}.typeset{--typeset-font-body:var(--font-lora), serif;--typeset-font-heading:var(--font-lora), serif;--typeset-font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--typeset-size:1rem;--typeset-leading:1.75;--typeset-flow:1.25em;--typeset-color-text:var(--color-text);--typeset-color-muted:var(--color-muted);--typeset-color-accent:var(--color-accent-bright);--typeset-color-border:color-mix(in srgb, var(--color-text) 18%, transparent);--typeset-color-code-bg:var(--color-surface);font-family:var(--typeset-font-body);font-size:var(--typeset-size);line-height:var(--typeset-leading);color:var(--typeset-color-text)}.typeset :where(h1,h2,h3,h4,h5,h6,p,ul,ol,pre,blockquote,table,hr){margin-block:0}.typeset-blog{--typeset-size:1rem;--typeset-leading:1.8;--typeset-flow:1.35em}@media (width>=768px){.typeset-blog{--typeset-size:1.05rem;--typeset-flow:1.5em}}.typeset :where(*+*){margin-block-start:var(--typeset-flow)}.typeset :where(h1,h2,h3,h4,h5,h6){font-family:var(--typeset-font-heading);text-wrap:balance;margin-block-start:calc(var(--typeset-flow) * 1.8);line-height:1.2}.typeset :where(h1){font-size:2rem}.typeset :where(h2){font-size:1.5rem}.typeset :where(h3){font-size:1.25rem}.typeset :where(h4,h5,h6){font-size:1rem}.typeset :where(h1:first-child,h2:first-child,h3:first-child){margin-block-start:0}.typeset :where(p){margin-block-start:var(--typeset-flow)}.typeset :where(a){color:var(--typeset-color-text);text-decoration-color:var(--typeset-color-accent);text-underline-offset:.2em}.typeset :where(a:hover){color:var(--typeset-color-accent)}.typeset :where(ul,ol){padding-inline-start:1.5em}.typeset :where(ul){list-style:none}.typeset :where(ul>li){position:relative}.typeset :where(ul>li):before{content:"-";color:var(--typeset-color-accent);position:absolute;left:-1em}.typeset :where(ol){list-style:decimal}.typeset :where(li+li){margin-block-start:.35em}.typeset :where(code){font-family:var(--typeset-font-mono);background:var(--typeset-color-code-bg);border:1px solid var(--typeset-color-border);border-radius:.35rem;padding:.15em .35em;font-size:.9em}.typeset :where(pre){background:var(--typeset-color-code-bg);border:1px solid var(--typeset-color-border);border-radius:.5rem;padding:1rem;overflow-x:auto}.typeset :where(pre code){background:0 0;border:0;padding:0;font-size:.9rem;line-height:1.7;display:block}.typeset :where(blockquote){border-inline-start:3px solid var(--typeset-color-accent);color:var(--typeset-color-muted);padding-inline-start:1rem;font-style:italic}.typeset :where(hr){border:0;border-block-start:1px solid var(--typeset-color-border);margin-block-start:calc(var(--typeset-flow) * 2)}.typeset :where(table){border-collapse:collapse;width:100%;font-size:.95em}.typeset :where(th,td){border-block-start:1px solid var(--typeset-color-border);text-align:left;vertical-align:top;padding:.6em .75em}.typeset :where(th){color:var(--typeset-color-text);font-weight:700}.typeset-scroll{overflow-x:auto}
