:root{--bg:#fff;--bg-subtle:#f6f6f4;--surface:#fff;--border:#e7e7e3;--text:#1a1a1a;--text-muted:#5b5b60;--text-faint:#9a9a9f;--accent:#2f6f8f;--accent-hover:#245a75;--radius:12px;--max-width:680px;--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--bg:#101010;--bg-subtle:#18181a;--surface:#18181a;--border:#2b2b30;--text:#ededee;--text-muted:#a1a1ab;--text-faint:#6f6f78;--accent:#7fb3d0;--accent-hover:#9cc6de}}*,:before,:after{box-sizing:border-box}html{font-family:var(--font-sans);-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--text);font-size:17px;line-height:1.6}body{flex-direction:column;min-height:100dvh;margin:0;display:flex}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-underline-offset:3px;text-decoration:underline}img{max-width:100%;height:auto;display:block}h1,h2,h3{letter-spacing:-.01em;margin:0 0 .6em;line-height:1.25}h1{font-size:2rem;font-weight:700}h2{font-size:1.35rem;font-weight:650}h3{font-size:1.1rem;font-weight:600}p{margin:0 0 1em}hr{border:0;border-top:1px solid var(--border);margin:2.5rem 0}code{font-family:var(--font-mono);background:var(--bg-subtle);border-radius:5px;padding:.1em .35em;font-size:.9em}pre{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.2rem;font-size:.9rem;line-height:1.5;overflow-x:auto}pre code{background:0 0;padding:0}blockquote{border-left:3px solid var(--border);color:var(--text-muted);margin:1.5rem 0;padding-left:1rem}.wrap{width:100%;max-width:calc(var(--max-width) + 3rem);margin:0 auto;padding:0 1.5rem}.site-header{padding:2rem 0 1rem}.site-header .wrap{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.site-name{color:var(--text);font-size:1.05rem;font-weight:700}.site-name:hover{color:var(--accent);text-decoration:none}.site-nav{gap:1.25rem;font-size:.95rem;display:flex}.site-nav a{color:var(--text-muted)}.site-nav a[aria-current=page]{color:var(--text);font-weight:600}main{flex:1;padding:2rem 0 4rem}.section{margin:3rem 0}.label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);margin:0 0 1rem;font-size:.75rem;font-weight:600}.muted{color:var(--text-muted)}.small{font-size:.9rem}.more{margin-top:.5rem;font-weight:500;display:inline-block}.hero{align-items:flex-start;gap:1.5rem;margin:1rem 0 2.5rem;display:flex}.hero img{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:96px;height:96px}.hero h1{margin-bottom:.4rem}.hero .tagline{color:var(--text-muted);margin-bottom:1rem}@media (width<=520px){.hero{flex-direction:column}}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:inherit;padding:1.1rem 1.3rem;transition:border-color .15s;display:block}.card:hover{border-color:var(--accent);color:inherit;text-decoration:none}.card h3{margin-bottom:.3rem}.card p{color:var(--text-muted);margin:0;font-size:.95rem}.card .more{color:var(--accent);margin-top:.6rem}.post-list{margin:0;padding:0;list-style:none}.post-list li{border-bottom:1px solid var(--border);padding:1rem 0}.post-list li:last-child{border-bottom:0}.post-list a.title{color:var(--text);font-size:1.05rem;font-weight:600}.post-list a.title:hover{color:var(--accent)}.post-list .meta{color:var(--text-faint);margin:.2rem 0 .4rem;font-size:.85rem}.post-list .excerpt{color:var(--text-muted);margin:0;font-size:.95rem}.social{align-items:center;gap:1.1rem;margin:0;padding:0;list-style:none;display:flex}.social a{color:var(--text-muted);border-radius:8px;padding:.35rem;display:inline-flex}.social a:hover{color:var(--accent);background:var(--bg-subtle);text-decoration:none}.social svg{display:block}.article-header{margin-bottom:2rem}.article-header .meta{color:var(--text-faint);font-size:.9rem}.prose{font-size:1.05rem}.prose h2{margin-top:2.2rem}.prose h3{margin-top:1.8rem}.prose img{border-radius:var(--radius)}.prose ul,.prose ol{padding-left:1.4rem}.prose li{margin:.3rem 0}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);padding:1.5rem 0 2.5rem;font-size:.9rem}.site-footer .wrap{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}.site-footer nav{gap:1rem;display:flex}.site-footer a{color:var(--text-muted)}.site-footer a:hover{color:var(--accent)}
