@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto+Slab:wght@400;500;700&display=swap";:root{--color-bg: #faf7f4;--color-surface: #ffffff;--color-surface-alt: #f1ece6;--color-primary: #2a2421;--color-accent: #a57e65;--color-accent-hover: #8d6a55;--color-text-primary: #2a2421;--color-text-secondary: #6c645e;--color-border: #e6ddd4;--color-link: #8d6a55;--max-width: 64rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 14px;--shadow-sm: 0 1px 2px rgba(42, 36, 33, .06);--shadow-md: 0 4px 14px rgba(42, 36, 33, .08);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-serif: "Roboto Slab", Georgia, serif;--transition: .2s ease}@media(prefers-color-scheme:dark){:root{--color-bg: #1c1815;--color-surface: #2a2421;--color-surface-alt: #332b27;--color-primary: #f1ece6;--color-accent: #c39880;--color-accent-hover: #d4ab94;--color-text-primary: #f1ece6;--color-text-secondary: #b8aea4;--color-border: #3d342f;--color-link: #d4ab94;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 4px 14px rgba(0, 0, 0, .3)}}*{box-sizing:border-box}html,body{margin:0;padding:0;background-color:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--color-text-primary);line-height:1.25;margin-top:0}h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.02em}h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin-top:2.5rem;margin-bottom:1rem}h3{font-size:1.2rem;font-weight:600;margin-top:1.75rem;margin-bottom:.5rem}p{margin:0 0 1rem;color:var(--color-text-primary)}a{color:var(--color-link);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-accent-hover);text-decoration:underline}ul,ol{padding-left:1.5rem;margin:0 0 1rem}li{margin-bottom:.4rem}strong{color:var(--color-text-primary);font-weight:600}hr{border:0;border-top:1px solid var(--color-border);margin:2.5rem 0}code{font-family:SF Mono,Menlo,Consolas,monospace;background:var(--color-surface-alt);padding:.15rem .4rem;border-radius:var(--radius-sm);font-size:.9em}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.prose{max-width:42rem;margin:0 auto}.prose h2,.prose h3{margin-top:2rem}.muted{color:var(--color-text-secondary);font-size:.95rem}.site-header.svelte-12qhfyh{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:10;-webkit-backdrop-filter:saturate(160%) blur(8px);backdrop-filter:saturate(160%) blur(8px)}.header-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding-top:.85rem;padding-bottom:.85rem;gap:1rem;flex-wrap:wrap}.brand.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-primary);text-decoration:none;font-family:var(--font-serif);font-weight:700;font-size:1.15rem}.brand.svelte-12qhfyh:hover{text-decoration:none;color:var(--color-accent)}.brand-mark.svelte-12qhfyh{font-size:1.25rem}nav.svelte-12qhfyh{display:flex;gap:.25rem;flex-wrap:wrap}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.4rem .75rem;border-radius:var(--radius-sm);font-size:.95rem;color:var(--color-text-secondary);transition:background-color var(--transition),color var(--transition)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{text-decoration:none;background-color:var(--color-surface-alt);color:var(--color-text-primary)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--color-accent);font-weight:600}main.svelte-12qhfyh{min-height:calc(100vh - 12rem);padding:2rem 0 4rem}.site-footer.svelte-12qhfyh{background:var(--color-surface);border-top:1px solid var(--color-border);padding:2rem 0;margin-top:2rem}.footer-inner.svelte-12qhfyh{text-align:center}.footer-inner.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:.25rem 0;font-size:.875rem}@media(max-width:480px){.header-inner.svelte-12qhfyh{flex-direction:column;align-items:flex-start;gap:.5rem}nav.svelte-12qhfyh{width:100%}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.4rem .6rem}}
