:root{--bg: #ffffff;--text: #111111;--muted: #777777;--border: #e5e5e5;--headings: #111111;--body: #111111;--bullets: #999999;--quote-borders: #dddddd;--primary-color: #117921}@media (prefers-color-scheme: dark){:root{--bg: #0f0f0f;--text: #eaeaea;--muted: #9a9a9a;--border: #2a2a2a;--headings: #eaeaea;--body: #eaeaea;--bullets: #666666;--quote-borders: #333333}}html{tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal}body{background:var(--bg);color:var(--text);max-width:640px;margin:0 auto;font-size:17px;line-height:1.8}main{display:block;unicode-bidi:isolate}h1{font-weight:700;font-size:2.25em;margin-top:1em;margin-bottom:1em;line-height:1.15;letter-spacing:-.01em;color:var(--headings)}h2{font-weight:700;font-size:1.5em;margin-top:1em;margin-bottom:1em;line-height:1.3333333;color:var(--headings)}h3{font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6;color:var(--headings)}p{color:var(--body);margin-top:1.25em;margin-bottom:1.25em}a{color:inherit;text-decoration:none;border-bottom:1px solid var(--primary-color)}@media (prefers-color-scheme: dark){a{border-bottom-color:var(--muted)}}a:hover{color:#4a6fa5;border-bottom-color:#4a6fa5}@media (prefers-color-scheme: dark){a:hover{color:#bee08f;border-bottom-color:var(--primary-color)}}ul{margin-bottom:1.25em;padding-left:1.625em}ul.posts{padding-left:0;margin:2rem 0}ul li{margin-top:.5em;margin-bottom:.5em;padding-left:.375em}ul li::marker{color:var(--bullets)}::marker{unicode-bidi:isolate;font-variant-numeric:tabular-nums}img,video{max-width:100%;height:auto;margin-top:2em;margin-bottom:2em}img,svg,video,canvas,audio,iframe,embed,object{display:block}blockquote{font-weight:500;font-style:italic;border-left:.25rem solid var(--quote-borders);padding-left:1em;margin:0}pre{overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em;background:rgba(127,127,127,.08);border:1px solid var(--border)}.px-2{padding-left:.5rem;padding-right:.5rem}@media (min-width: 640px){.px-2{padding-left:5rem;padding-right:5rem}}.pb-20{padding-bottom:8rem}.post{max-width:640px;margin-top:4rem}.home-intro{margin-top:4rem}.post-title{font-size:2.2rem;line-height:1.15;margin-bottom:1rem}.post-subtitle{font-size:1.2rem;font-weight:600;color:var(--muted);line-height:1.15;margin-bottom:1rem}.post-footer{margin-top:2rem}.post-back{margin:0;font-size:1.2rem}.post-back a{color:var(--muted);border-bottom:none}.post-back a:hover{color:var(--text)}hr{border:none;height:2px;background-color:var(--primary-color);margin:2rem 0}code{background:#f5f5f5;padding:2px 6px;border-radius:4px}@media (prefers-color-scheme: dark){pre{background:rgba(255,255,255,.04)}code{background:var(--bullets)}}