:root{--bg:#fafaf8;--fg:#1a1a18;--fg-muted:#6b6b66;--fg-faint:#9a9a94;--accent:#0f6e56;--border:#e2e2dd;--code-bg:#f1f1ec;--font-mono:"JetBrains Mono", "Moralerspace", "HackGen", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace}@media (prefers-color-scheme:dark){:root{--bg:#121210;--fg:#e8e8e3;--fg-muted:#a0a099;--fg-faint:#6b6b66;--accent:#5dcaa5;--border:#2c2c28;--code-bg:#1c1c19}}*{box-sizing:border-box}html{scroll-padding-top:4rem}body{background:var(--bg);color:var(--fg);font-family:var(--font-mono);margin:0;font-size:15px;line-height:1.8}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.prompt{color:var(--accent);-webkit-user-select:none;user-select:none}.cmd{color:var(--fg-faint);margin:0 0 .5rem;font-size:13px}article h1{margin:0 0 .5rem;font-size:1.5rem;line-height:1.5}article h2{border-bottom:1px solid var(--border);margin-top:2.5rem;padding-bottom:.3rem;font-size:1.2rem}article h3{margin-top:2rem;font-size:1.05rem}article img{max-width:100%}.post-image{margin:1.5rem 0}.post-image--sm{max-width:320px}.post-image--md{max-width:560px}.post-image--lg{max-width:800px}.post-image--full{max-width:100%}.post-image img{border:1px solid var(--border);border-radius:4px;width:100%;height:auto;display:block}.post-image figcaption{color:var(--fg-faint);margin-top:.5rem;font-size:13px}article code{background:var(--code-bg);border-radius:4px;padding:.15em .4em;font-size:.9em}article pre{border:1px solid var(--border);border-radius:8px;padding:1rem;font-size:13px;line-height:1.7;overflow-x:auto;background:var(--code-bg)!important}article pre code{background:0 0;padding:0}article code[data-theme] span{color:var(--shiki-light)}@media (prefers-color-scheme:dark){article code[data-theme] span{color:var(--shiki-dark)}}article blockquote{border-left:3px solid var(--accent);color:var(--fg-muted);margin:1rem 0;padding-left:1rem}
.layout-module__CUj6aG__container{max-width:720px;margin:0 auto;padding:0 1.25rem 4rem}.layout-module__CUj6aG__siteHeader{z-index:10;background:var(--bg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:3rem;padding:1rem 0;display:flex;position:sticky;top:0}.layout-module__CUj6aG__siteTitle{color:var(--fg);font-weight:700}.layout-module__CUj6aG__siteHeader nav{align-items:center;gap:1rem;font-size:13px;display:flex}.layout-module__CUj6aG__siteHeader nav a{color:var(--fg-muted)}.layout-module__CUj6aG__iconLink{align-items:center;display:inline-flex}.layout-module__CUj6aG__iconLink img{width:1.1em;height:1.1em}@media (max-width:560px){.layout-module__CUj6aG__siteHeader{flex-direction:column;align-items:flex-start;gap:.6rem}.layout-module__CUj6aG__siteHeader nav{flex-wrap:wrap;gap:.5rem 1rem}}.layout-module__CUj6aG__siteFooter{color:var(--fg-faint);margin-top:4rem;font-size:13px}