:root{color-scheme:light;--text:#1a1a1a;--muted:#555;--link:#1a1a1a;--bg:#f7f6f3;--max-width:52rem;--gutter:clamp(1.5rem,5vw,3.5rem)}@media(prefers-color-scheme:dark){:root:not([data-theme="light"]){color-scheme:dark;--text:#e8e6e3;--muted:#9a9893;--link:#e8e6e3;--bg:#1a1917}}:root[data-theme="dark"]{color-scheme:dark;--text:#e8e6e3;--muted:#9a9893;--link:#e8e6e3;--bg:#1a1917}:root[data-theme="light"]{color-scheme:light;--text:#1a1a1a;--muted:#555;--link:#1a1a1a;--bg:#f7f6f3}*,*::before,*::after{box-sizing:border-box}html{font-size:17px;-webkit-text-size-adjust:100%}body{margin:0;color:var(--text);background:var(--bg);font-family:Georgia,"Times New Roman",Times,serif;line-height:1.55}.page{max-width:var(--max-width);margin:0;padding:2.5rem var(--gutter) 4rem var(--gutter)}.page-top{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;justify-content:flex-end;padding:1.35rem var(--gutter) 0;pointer-events:none}.theme-toggle{position:relative;pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer;transition:color .15s ease,background-color .15s ease}.theme-toggle:hover{color:var(--text);background:color-mix(in srgb,var(--text) 8%,transparent)}.theme-toggle:focus-visible{outline:2px solid var(--text);outline-offset:2px}.theme-toggle-icon{display:flex;line-height:0}.site-title{margin:0 0 1.5rem;font-size:1.75rem;font-weight:normal;letter-spacing:-0.02em;line-height:1.2}.site-title:has(+.subtitle){margin-bottom:.35rem}.content{margin-bottom:2rem}.content p{margin:0 0 1.1rem}.content h2{margin:0 0 1rem;font-size:1.1rem;font-weight:normal;letter-spacing:.02em}.content h2:not(:first-child){margin-top:2rem}.content ul{margin:0;padding-left:1.25rem}.content li{margin-bottom:.45rem}.content a{color:var(--link);text-decoration:underline;text-underline-offset:2px}.content a:hover{text-decoration-thickness:2px}.post .post-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:normal;line-height:1.25}.post .post-meta{margin:0 0 1.5rem;color:var(--muted);font-size:.95rem}.social-links{margin:0;font-size:1rem}.social-links a{color:var(--link);text-decoration:underline;text-underline-offset:2px}@media(min-width:900px){:root{--max-width:58rem}}@media(max-width:480px){.page{padding-top:2rem}}