:root{--font-size:14px;--font-family:"JetBrains Mono", "Courier New", Courier, monospace;--theme-line-height-base:1.625;--theme-line-height:calc(var(--theme-line-height-base) * 1rem);--theme-text:#fff;--theme-background:#111;--theme-background-body:#111;--theme-window-shadow:#fff;--theme-text-subdued:#8c8c8c;--theme-border-width:2px;--theme-border:var(--theme-text);--code-bg:#282828;--code-border:#504945;--code-text:#ebdbb2;--code-inline-bg:#32302f;--code-accent:#fb4934;--space-xs:calc(var(--theme-line-height) * .25);--space-sm:calc(var(--theme-line-height) * .5);--space-md:var(--theme-line-height);--space-lg:calc(var(--theme-line-height) * 2);--space-xl:calc(var(--theme-line-height) * 3)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size);-webkit-text-size-adjust:100%}body{font-family:var(--font-family);font-size:var(--font-size);line-height:var(--theme-line-height);background-color:var(--theme-background-body);color:var(--theme-text);min-height:100vh;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:700;line-height:1.2}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}h4,h5,h6{font-size:1rem}p{margin-bottom:var(--space-md)}p:last-child{margin-bottom:0}a{color:var(--theme-text);text-underline-offset:2px;text-decoration:underline}a:hover{text-decoration:none}strong,b{font-weight:700}em,i{font-style:italic}ul,ol{margin-bottom:var(--space-md);padding-left:2ch}li{margin-bottom:var(--space-xs)}li:last-child{margin-bottom:0}code,pre,kbd,samp{font-family:var(--font-family);font-size:.9375rem}code:not(pre code){background:var(--code-inline-bg);color:var(--code-text);border-radius:0;padding:.1em .4em}pre{background:var(--code-bg);color:var(--code-text);padding:var(--space-sm) 2ch;border-left:var(--theme-border-width) solid var(--code-accent);box-shadow:inset 0 0 0 1px var(--code-border);margin-bottom:var(--space-md);white-space:pre;overflow-x:auto}pre code{color:inherit;background:0 0;padding:0}pre [data-line]{display:block}pre [data-highlighted-line]{background:#363230;margin:0 -2ch;padding:0 2ch}pre code span[style*=--shiki-dark]{color:var(--shiki-dark);font-style:var(--shiki-dark-font-style,inherit);font-weight:var(--shiki-dark-font-weight,inherit);-webkit-text-decoration:var(--shiki-dark-text-decoration,inherit);text-decoration:var(--shiki-dark-text-decoration,inherit)}img{max-width:100%;height:auto;display:block}table{border-collapse:collapse;width:100%;font-size:var(--font-size);margin-bottom:var(--space-md)}th,td{text-align:left;padding:var(--space-xs) 2ch;border-bottom:var(--theme-border-width) solid var(--theme-text)}th{border-bottom-width:var(--theme-border-width);font-weight:700}tr:last-child td{border-bottom:none}hr{border:none;border-top:var(--theme-border-width) solid var(--theme-text);margin:var(--space-md) 0}blockquote{border-left:var(--theme-border-width) solid var(--theme-text);color:var(--theme-text-subdued);margin-bottom:var(--space-md);padding-left:2ch}.site-wrapper{max-width:1100px;margin:0 auto;padding:0 2ch}.prose h2,.prose h3,.prose h4{margin-top:var(--space-lg);margin-bottom:var(--space-sm)}.prose h2:first-child,.prose h3:first-child{margin-top:0}.prose p+ul,.prose p+ol{margin-top:calc(var(--space-md) * -.5)}.prose img{margin:var(--space-md) auto}.prose a{word-break:break-word}.text-subdued{color:var(--theme-text-subdued)}.monospace{font-family:var(--font-family)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}
