:root{--color-text: #222222;--color-text-muted: #6b7280;--color-bg: #ffffff;--color-link: #1b73b7;--color-link-hover: #125088;--color-border: #e5e7eb;--color-code-bg: #f6f8fa;--font-serif: "Libre Baskerville", Georgia, "Times New Roman", serif;--font-sans: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--content-width: 56rem;--radius: 6px}*{box-sizing:border-box}html{font-family:var(--font-serif);color:var(--color-text);background:var(--color-bg);line-height:1.7;font-size:17px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{margin:0}.container{max-width:var(--content-width);margin:0 auto;padding:0 1.5rem}a{color:var(--color-link);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}a:hover{color:var(--color-link-hover)}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:400;line-height:1.2;color:var(--color-text);margin:2.5rem 0 1rem}h1{font-size:2.75rem;letter-spacing:-.01em}h2{font-size:2rem}h3{font-size:1.375rem}p,ul,ol,blockquote,pre,table{margin:0 0 1.5rem}ul,ol{padding-left:1.5rem}li{margin-bottom:.5rem}img{max-width:100%;height:auto}blockquote{border-left:3px solid var(--color-border);padding:.25rem 0 .25rem 1.25rem;color:var(--color-text-muted);margin-left:0;font-style:italic}code{font-family:var(--font-mono);font-size:.9em;background:var(--color-code-bg);padding:.15em .35em;border-radius:4px}pre{background:var(--color-code-bg);padding:1rem;border-radius:var(--radius);overflow-x:auto}pre code{background:none;padding:0}table{border-collapse:collapse;width:100%;font-size:.95rem;font-family:var(--font-sans)}th,td{border:1px solid var(--color-border);padding:.65rem .85rem;text-align:left;vertical-align:top}thead{background:#888;color:#fff}thead th{font-weight:500}hr{border:0;border-top:1px solid var(--color-border);margin:2.5rem 0}.site-header{font-family:var(--font-sans);padding:1.75rem 0;background:#fff}.site-header-inner{max-width:82rem;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-header .wordmark{font-family:var(--font-serif);font-weight:400;font-size:2.25rem;color:var(--color-text);text-decoration:none;line-height:1}.site-header nav{display:flex;gap:2.5rem;align-items:center}.site-header nav a{font-family:var(--font-serif);font-weight:400;font-size:16px;line-height:1;letter-spacing:-.02em;color:#1d1d1d;text-decoration:none}.site-header nav a:hover{color:var(--color-link)}@media(max-width:860px){.site-header-inner{flex-wrap:wrap;gap:1rem}.site-header nav{flex-wrap:wrap;gap:1rem 1.25rem}.site-header .wordmark{font-size:1.75rem}}.site-footer{--footer-bg: #5b90dd;--footer-text: #ffffff;--footer-text-muted: rgba(255, 255, 255, .75);background:var(--footer-bg);color:var(--footer-text);margin-top:5rem;padding:5rem 0 6rem;font-family:var(--font-serif)}.site-footer-inner{max-width:64rem;margin:0 auto;padding:0 2.5rem}.site-footer a{color:var(--footer-text);text-decoration:underline;text-underline-offset:2px}.site-footer a:hover{color:var(--footer-text);opacity:.85}.footer-cta{margin-bottom:4rem}.footer-cta-heading{display:inline-block;font-size:2.5rem;font-weight:400;font-family:var(--font-serif);line-height:1.2;color:var(--footer-text)}.footer-cta-sub{margin:1rem 0 0;color:var(--footer-text-muted);font-size:1rem}.footer-cols{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem}.footer-col-stack{display:flex;flex-direction:column;gap:2.5rem}.footer-col h3{font-family:var(--font-serif);font-weight:400;font-size:1.75rem;margin:0 0 1.5rem;color:var(--footer-text)}.footer-col ul{list-style:disc;padding-left:1.5rem;margin:0}.footer-col li{margin-bottom:.75rem;font-size:1rem}@media(max-width:860px){.site-footer{padding:3rem 0 4rem}.footer-cta-heading{font-size:1.75rem}.footer-cols{grid-template-columns:1fr;gap:2rem}.footer-col-stack{gap:2rem}.footer-col h3{font-size:1.4rem}}.post{padding:2rem 1.5rem 1rem}.post-header{text-align:center}.post-header h1{font-size:2.5rem;margin:1rem 0}.post-subtitle{font-size:1.5rem;line-height:1.3;color:var(--color-text);margin:0 auto 2rem;max-width:32rem}.post-subtitle-italic{font-style:italic}.post-header .hero{max-width:650px;margin:0 auto 2rem}.post-header .hero-caption{font-size:.9rem;color:var(--color-text-muted);margin:.5rem 0 0;text-align:center}.post-meta{font-family:var(--font-sans);color:var(--color-text-muted);font-size:.95rem;margin-bottom:2rem}.post-body>:first-child{margin-top:0}.post-list{list-style:none;padding:0;margin:2.5rem 0}.post-list li{padding:1.5rem 0;border-bottom:1px solid var(--color-border)}.post-list h2{margin:0 0 .5rem;font-size:1.5rem}.post-list h2 a{color:var(--color-text);text-decoration:none}.post-list h2 a:hover{color:var(--color-link)}.post-list .excerpt{color:var(--color-text-muted);margin:.25rem 0 0}.cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:1.5rem 0}.cta-row .cta-wrapper{margin:0}mark{background:#ffe28c;color:inherit;padding:0 .1em;border-radius:2px}.float-right{float:right;max-width:220px;margin:.25rem 0 1rem 1.5rem;clear:right}.float-right img{width:100%;height:auto}.float-right p{font-size:.85rem;color:var(--color-text-muted);margin:.4rem 0 0}@media(max-width:600px){.float-right{float:none;max-width:100%;margin:1rem 0}}
