:root{--base:20px;--lh:1.7;--measure:66ch;--space-1:0.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--bg:#faf7f2;--text:#0f0f0f;--muted:#555;--link:#0f0f0f;--tag-bg:#e8e2d5;color-scheme:light dark}:root.dark{--bg:#0f0f0f;--text:#eae7e1;--muted:#aaa;--link:#eae7e1;--tag-bg:#2a2a2a}@media (prefers-color-scheme:dark){:root:not(.light){--bg:#0f0f0f;--text:#eae7e1;--muted:#aaa;--link:#eae7e1;--tag-bg:#2a2a2a}}body,html{padding:0;margin:0;background:var(--bg);color:var(--text);font-size:var(--base);line-height:var(--lh);font-family:New York,Iowan Old Style,Palatino Linotype,Palatino,Book Antiqua,Georgia,Times New Roman,Times,serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-variant-ligatures:common-ligatures}main{max-width:var(--measure);padding:var(--space-4) var(--space-2) var(--space-5);margin-left:auto;margin-right:auto}h1{font-size:1.9rem;font-weight:700}.site-header,h1{margin:0 0 var(--space-2) 0}.site-title{font-size:1.9rem;font-weight:700;text-decoration:none;color:var(--text)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.page-title,h2{font-size:1.15rem;margin:var(--space-4) 0 var(--space-2);font-weight:700}p{margin:0 0 var(--space-2) 0}ul{margin:0 0 var(--space-3) 0;padding-left:1.25rem}li{margin:.35rem 0}a{color:var(--link);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.muted{color:var(--muted)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:22px;border-radius:999px;border:1px solid;opacity:.8;margin-left:.5rem;cursor:pointer;user-select:none;font-size:12px;line-height:0}.theme-toggle:hover{opacity:1}nav{margin-bottom:var(--space-4)}nav a{color:var(--text);margin-right:var(--space-3)}img{max-width:80%;height:auto;max-height:400px;margin:var(--space-3) auto;display:block;object-fit:contain}code,pre{font-family:Menlo,Monaco,Consolas,monospace;font-size:.9em}blockquote{border-left:3px solid var(--muted);padding-left:var(--space-2);margin:var(--space-3) 0;color:var(--muted)}