:root{--text: #1a1a1a;--text-muted: #6b7280;--bg: #ffffff;--link: #14532d;--link-hover: #052e16;--rule: #e5e7eb;--code-bg: #f3f4f6;--max-width: 680px}*{box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,system-ui,sans-serif;font-size:18px;line-height:1.7;color:var(--text);background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{margin:0;padding:0;overflow-anchor:none}main{max-width:var(--max-width);margin:0 auto;padding:2.5rem 1.5rem 4rem}.site-header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--rule)}.site-header-inner{max-width:var(--max-width);margin:0 auto;padding:1.5rem 1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem;transition:padding .2s ease,gap .2s ease}.site-header.is-scrolled .site-header-inner{padding-top:.5rem;padding-bottom:.5rem;gap:.4rem}.site-header-brand{display:grid;grid-template-columns:auto 1fr;column-gap:1rem;row-gap:0}.site-header-brand-link{display:contents;text-decoration:none;color:inherit}.site-header-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0;grid-column:1;grid-row:1 / 3;align-self:center;transition:width .2s ease,height .2s ease}.site-header.is-scrolled .site-header-photo{width:64px;height:64px}.site-header-text{display:flex;flex-direction:column;line-height:1.25;grid-column:2;grid-row:1;align-self:end}.site-header-name{font-weight:600;font-size:1rem}.site-header-tagline{color:var(--text-muted);font-size:.9rem}.site-header-socials{font-size:.85rem;line-height:1.25;grid-column:2;grid-row:2;align-self:start;color:var(--text-muted);margin-top:.1rem}.site-header-nav{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;align-items:center;font-size:.9rem}.site-header-link{text-decoration:none;color:var(--link)}.site-header-link:hover{color:var(--link-hover)}.site-header-link.is-active{color:var(--text)}.site-header-sep{color:var(--rule);user-select:none}.site-footer{border-top:1px solid var(--rule);margin-top:4rem}.site-footer-inner{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;gap:.75rem;text-align:left}.site-footer-top{margin:0 0 .25rem;font-size:.9rem}.site-footer-top a{text-decoration:none;color:var(--link)}.site-footer-top a:hover{color:var(--link-hover)}.site-footer-nav{display:flex;flex-wrap:wrap;gap:.4rem 1.25rem;font-size:.9rem}.site-footer-nav a{text-decoration:none;color:var(--link)}.site-footer-nav a:hover{color:var(--link-hover)}.site-footer-nav span{color:var(--rule)}.site-footer-copyright{color:var(--text-muted);font-size:.85rem;margin:0}h1{font-size:2rem;font-weight:600;line-height:1.2;margin:0 0 1.5rem;letter-spacing:-.02em}.h1-pct{color:var(--text-muted);font-weight:400;margin-left:.25em;letter-spacing:0;opacity:.5}h2{font-size:1.35rem;font-weight:600;margin:2.75rem 0 1rem;letter-spacing:-.01em}h3{font-size:1.1rem;font-weight:600;margin:2rem 0 .75rem}p{margin:0 0 1.25rem}a{color:var(--link);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .15s ease}a:hover{color:var(--link-hover)}a.cta{display:inline-block;background:var(--link);color:var(--bg);padding:.875rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:500;margin:.5rem 0;transition:background-color .15s ease,color .15s ease}a.cta:hover{background:var(--link-hover);color:var(--bg)}strong{font-weight:600}em{font-style:italic}ul,ol{margin:0 0 1.25rem;padding-left:1.5rem}li{margin-bottom:.5rem}hr{border:none;border-top:1px solid var(--rule);margin:3rem 0}img{max-width:100%;height:auto;display:block;margin:1.5rem 0}code{font-family:ui-monospace,SF Mono,Menlo,Monaco,Consolas,monospace;font-size:.9em;background:var(--code-bg);padding:.1em .35em;border-radius:3px}pre{background:var(--code-bg);padding:1rem;border-radius:6px;overflow-x:auto;margin:0 0 1.25rem}pre code{background:transparent;padding:0}blockquote{border-left:3px solid var(--rule);padding-left:1rem;margin:1.5rem 0;color:var(--text-muted)}@media(max-width:640px){html{font-size:17px}main{padding:2rem 1.25rem 3rem}h1{font-size:1.75rem}h2{font-size:1.25rem}.site-header-inner{padding:1.25rem 1.25rem 1rem;gap:.85rem}.site-header-photo{width:80px;height:80px}.site-header.is-scrolled .site-header-photo{width:52px;height:52px}.site-header-name{font-size:.95rem}.site-header-tagline{font-size:.85rem}.site-header-socials{font-size:.8rem}.site-header-nav{font-size:.85rem}.site-footer-inner{padding:1.5rem 1.25rem 2rem}}@media(prefers-color-scheme:dark){:root{--text: #e5e7eb;--text-muted: #9ca3af;--bg: #0a0a0a;--link: #4ade80;--link-hover: #86efac;--rule: #1f2937;--code-bg: #1f2937}}
