@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--font-sans: "DM Sans", system-ui, sans-serif;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--bg: #f6f4ef;--bg-subtle: #efece4;--surface: #fffcf7;--ink: #161616;--ink-muted: #5a5854;--ink-faint: #8c8984;--accent: #9a3412;--accent-hover: #7c2d12;--accent-soft: rgba(154, 52, 18, .09);--primary: var(--accent);--primary-hover: var(--accent-hover);--text: var(--ink);--text-muted: var(--ink-muted);--white: var(--surface);--border: #e0dbd2;--border-strong: #c9c2b6;--header-bg: #121212;--header-text: #f5f2eb;--header-muted: #a8a29a;--radius: 6px;--radius-lg: 12px;--shadow: 0 1px 2px rgba(22, 22, 22, .05);--shadow-md: 0 4px 20px rgba(22, 22, 22, .07);--content-width: 68rem;--prose-width: 42rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body.site-root{margin:0;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.65;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;letter-spacing:-.02em;line-height:1.2;color:var(--ink)}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s ease}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--content-width);margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}.container--narrow{max-width:var(--prose-width)}.site-header{background:var(--header-bg);color:var(--header-text);border-bottom:1px solid #2a2a2a;position:sticky;top:0;z-index:100}.site-header .container{padding-top:1rem;padding-bottom:1rem}.site-header nav{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem 1.5rem}.logo{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--header-text);text-decoration:none;letter-spacing:-.03em}.logo:hover{color:#fff}.nav-links{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem;list-style:none;margin:0;padding:0}.nav-links a{font-size:.875rem;font-weight:500;color:var(--header-muted);text-decoration:none;letter-spacing:.01em}.nav-links a:hover{color:var(--header-text)}main.container{padding-top:clamp(2rem,5vw,3.5rem);padding-bottom:clamp(3rem,8vw,5rem);min-height:70vh}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:2.5rem 0 3rem;color:var(--ink-muted);font-size:.9375rem}.footer-inner{display:grid;gap:1.5rem;justify-items:center;text-align:center}@media(min-width:640px){.footer-inner{grid-template-columns:1fr auto;justify-items:stretch;text-align:left;align-items:center}}.footer-links{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.footer-links a{color:var(--ink-muted);text-decoration:none;font-weight:500}.footer-links a:hover{color:var(--accent)}.site-footer small{font-size:.8125rem;color:var(--ink-faint)}.site-footer .copyright{margin:0;font-size:.8125rem;color:var(--ink-faint)}article>header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}article>header h1{font-size:clamp(1.75rem,4vw,2.35rem);font-weight:600;margin:0 0 .75rem;max-width:20ch}.meta{font-size:.9rem;color:var(--ink-muted);margin:0}.meta time{white-space:nowrap}.prose{max-width:var(--prose-width);font-size:1.0625rem}.prose>:first-child{margin-top:0}.prose h1{font-size:clamp(1.75rem,4vw,2.35rem);margin:0 0 1rem;letter-spacing:-.03em}.prose h2{font-size:1.35rem;margin:2.25rem 0 .75rem;padding-top:.5rem}.prose h3{font-size:1.1rem;margin:1.75rem 0 .5rem;font-weight:600}.prose p{margin:0 0 1.15rem;color:var(--ink)}.prose ul,.prose ol{margin:0 0 1.25rem;padding-left:1.35rem}.prose li{margin-bottom:.4rem}.prose li::marker{color:var(--ink-faint)}.prose strong{font-weight:600;color:var(--ink)}.prose a{font-weight:500}.prose code{font-family:var(--font-mono);font-size:.88em;background:var(--bg-subtle);padding:.12em .35em;border-radius:4px;border:1px solid var(--border)}.prose pre{font-family:var(--font-mono);font-size:.85rem;line-height:1.55;background:#1c1917;color:#e7e5e4;padding:1rem 1.15rem;border-radius:var(--radius-lg);overflow-x:auto;margin:1.25rem 0;border:1px solid #292524}.prose pre code{background:none;border:0;padding:0;font-size:inherit;color:inherit}.prose blockquote{margin:1.5rem 0;padding:.5rem 0 .5rem 1rem;border-left:3px solid var(--accent);color:var(--ink-muted);font-style:italic}pre:not(.prose pre){font-family:var(--font-mono);background:#1c1917;color:#e7e5e4;padding:1rem 1.15rem;border-radius:var(--radius-lg);overflow-x:auto;border:1px solid #292524}
