:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fcfcfc;--fg:#111;--muted:#737373;--link:#111;--hover:#e5e5e5;--border:#e5e5e5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#1c1c1c;--fg:#e5e5e5;--muted:#7d7d7d;--link:#f5f5f5;--hover:#404040;--border:#3a3a3a}}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);font-family:var(--font-geist-sans), ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;-webkit-tap-highlight-color:transparent;margin:0;padding:0}a{color:var(--link);text-decoration:none}.container{width:100%;max-width:42rem;margin:0 auto;padding:24px 16px 40px;font-size:.875rem}.site-header{align-items:center;margin-bottom:20px;display:flex}.site-title{white-space:nowrap;padding-right:8px;font-size:1.125rem;font-weight:700}.site-title:hover{background:var(--hover);border-radius:16px}.site-nav{flex-grow:1;justify-content:flex-end;align-items:center;gap:2px;font-size:.75rem;display:flex}.site-nav a{border-radius:12px;padding:8px}.follow-link{align-items:center;gap:.3rem;display:inline-flex}.x-icon{opacity:.9;width:.65rem;height:.65rem}.site-nav a:hover{background:var(--hover)}.content{margin-top:8px}.posts-table{width:100%}.post-row{grid-template-columns:56px 1fr 56px;align-items:center;gap:0;padding:6px 0;display:grid}.post-year{color:var(--muted);margin-top:2px;font-size:.75rem}.post-main{justify-content:space-between;align-items:center;gap:8px;display:flex}.post-title{flex:1;min-width:0;font-size:.85rem;font-weight:400;line-height:1.4}.post-title a,.post-title>a{border-radius:12px;padding:2px 6px;font-weight:400;display:inline-flex}.post-title a:hover,.post-title>a:hover{background:var(--hover);text-decoration:none}.external-link-icon{opacity:.7;flex-shrink:0}.post-entry-meta{flex-shrink:0;justify-content:flex-end;align-items:center;gap:4px;display:inline-flex}.post-entry-meta small{color:var(--muted);margin-left:0;padding:1px 2px;font-size:.65rem}.post-views{text-align:right;color:var(--muted);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1, "lnum" 1;margin-top:2px;font-size:.75rem}.tag-filter{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.tag-button{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:2px 8px;font-size:.7rem}.tag-button.active{color:var(--fg);border-color:var(--muted)}.post-page{max-width:42rem}.post-page h1{margin:0 0 .35rem;font-size:1.5rem;font-weight:700;line-height:1.25}.post-meta-row{color:var(--muted);font-size:.75rem;font-family:var(--font-geist-mono), ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.1rem;display:flex}.post-meta-left{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.post-meta-left a:hover{text-decoration:underline}.post-meta-sep{opacity:.65}.post-meta-right{white-space:nowrap}.post-meta{color:var(--muted);margin-bottom:20px;font-size:.8rem}.post-body{color:color-mix(in srgb, var(--fg) 84%, var(--muted));font-size:.96rem;line-height:1.7}.post-body p{margin:1.2rem 0}.post-body h2{color:var(--fg);margin:2rem 0;font-size:1.25rem;font-weight:700;line-height:1.35}.post-body h3{color:var(--fg);margin:2rem 0;font-size:1.125rem;font-weight:700;line-height:1.4}.post-body ul,.post-body ol{margin:0 0 1.3rem 1.25rem;padding:0}.post-body li{margin:.5rem 0}.post-body blockquote{border-left:4px solid var(--border);color:color-mix(in srgb, var(--fg) 66%, var(--muted));margin:1.25rem 0;padding:.15rem 0 .15rem 1rem}.post-body blockquote p:last-child{margin-bottom:0}.post-body hr{border:0;border-top:1px solid var(--border);margin:2rem 0}.post-body .post-inline-figure{margin:1.05rem auto 1.35rem;display:block}.post-body .post-inline-figure img{border-radius:4px;max-width:100%;height:auto;margin:0 auto;display:block}.post-body .post-inline-caption{color:var(--muted);text-align:center;margin-top:.45rem;font-size:.72rem;line-height:1.4;display:block}.post-body a{text-underline-offset:2px;text-decoration:underline}.post-body sup{vertical-align:super;font-size:.72em}.post-body sup a{color:var(--muted);text-decoration:none}.post-body sup a:hover{text-decoration:underline}.about-page{max-width:52rem}.about-page h1{margin:0 0 1.25rem;font-size:2rem}.about-layout{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:2.25rem;display:grid}.about-content{min-width:0}.about-content.post-body a{color:inherit;-webkit-text-decoration-color:color-mix(in srgb, var(--fg) 32%, var(--muted));text-decoration-color:color-mix(in srgb, var(--fg) 32%, var(--muted));text-underline-offset:2px;text-decoration-thickness:1px}.about-content.post-body a:hover{-webkit-text-decoration-color:color-mix(in srgb, var(--fg) 62%, var(--muted));text-decoration-color:color-mix(in srgb, var(--fg) 62%, var(--muted))}.about-avatar-wrap{flex-shrink:0;margin-top:.35rem}.about-avatar{object-fit:cover;border-radius:999px;width:224px;height:224px;display:block}@media (max-width:760px){.about-layout{grid-template-columns:1fr;gap:1.25rem}.about-avatar-wrap{order:-1;justify-self:center;margin-top:0}.about-avatar{width:180px;height:180px}}.site-footer{color:color-mix(in srgb, var(--fg) 86%, var(--muted));font-size:.75rem;font-family:var(--font-geist-mono), ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;justify-content:space-between;align-items:center;gap:.75rem;margin-top:36px;display:flex}.site-footer-left{min-width:0;margin:0}.site-footer-left a{color:inherit;text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.site-footer-left a:hover,.site-footer-source:hover{text-decoration:underline}.site-footer-source{color:inherit;text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}@media (max-width:600px){.site-footer{flex-direction:column;align-items:flex-start;gap:.4rem}}
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/fef07dbb0973bf53-s.3p2_lha1f2xer.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.1qq4vpdcun5oj.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/53b9e256198e5412-s.390ncx5urfkfu.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.21jp631_3pja2.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a8fa0c1a-module__MXp6vq__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a8fa0c1a-module__MXp6vq__variable{--font-geist-sans:"Geist", "Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5ce348bf30bf5439.31988l_ccedte.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14.2tuy5pz7dlieh.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/6306c77e7c8268e4.2dbetqa9o8jxf.woff2)format("woff2");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7d817b4c03b0c5f1.1uyisp29ctx0d.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21.1rgnod-3esatf.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e.p.0r6juujl39pe6.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.geist_mono_44a15786-module__TFZSCa__className{font-family:Geist Mono,ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-style:normal}.geist_mono_44a15786-module__TFZSCa__variable{--font-geist-mono:"Geist Mono", ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace}
