.nav:where(.astro-bvzihdzo){position:sticky;top:0;z-index:100;background:#f5f2ebeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:var(--hair)}.nav-inner:where(.astro-bvzihdzo){max-width:var(--col-wide);margin:0 auto;padding:0 28px;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-logo:where(.astro-bvzihdzo){display:inline-flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:14px;font-weight:700;color:var(--ink);text-decoration:none;letter-spacing:.08em}.nav-dot:where(.astro-bvzihdzo){width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px #c23a2a2e;display:inline-block}.nav-right:where(.astro-bvzihdzo){display:flex;align-items:center;gap:28px}.nav-link:where(.astro-bvzihdzo){color:var(--ink-2);text-decoration:none;font-size:14px;font-weight:500;transition:color var(--dur-fast) var(--ease-out)}.nav-link:where(.astro-bvzihdzo):hover{color:var(--accent)}.nav-cta:where(.astro-bvzihdzo){padding:8px 16px;font-size:13px}@media(max-width:880px){.nav-right:where(.astro-bvzihdzo) .nav-link:where(.astro-bvzihdzo):not(:nth-last-child(-n+2)){display:none}}.post-head:where(.astro-bvzihdzo){border-bottom:var(--hair);background:var(--paper)}.post-head-inner:where(.astro-bvzihdzo){max-width:var(--col-narrow);margin:0 auto;padding:72px 28px 56px}.post-back:where(.astro-bvzihdzo){display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);text-decoration:none;margin-bottom:28px;transition:color var(--dur-fast) var(--ease-out)}.post-back:where(.astro-bvzihdzo):hover{color:var(--accent)}.post-back-arrow:where(.astro-bvzihdzo){display:inline-block;transition:transform var(--dur-fast) var(--ease-out)}.post-back:where(.astro-bvzihdzo):hover .post-back-arrow:where(.astro-bvzihdzo){transform:translate(-2px)}.post-meta:where(.astro-bvzihdzo){display:inline-flex;align-items:center;gap:10px;margin:0 0 14px}.post-meta-sep:where(.astro-bvzihdzo){color:var(--rule)}.post-title:where(.astro-bvzihdzo){max-width:22ch;margin:0 0 18px}.post-lead:where(.astro-bvzihdzo){margin:0;max-width:60ch}.post-body:where(.astro-bvzihdzo){background:var(--paper)}.post-body-inner:where(.astro-bvzihdzo){max-width:var(--col-narrow);margin:0 auto;padding:56px 28px 96px;font-size:17px;line-height:1.75;color:var(--ink-2)}.post-body-inner:where(.astro-bvzihdzo) h2{font-family:var(--font-sans);font-weight:800;font-size:clamp(24px,3vw,32px);line-height:1.18;letter-spacing:-.02em;color:var(--ink);margin:56px 0 18px;padding-top:36px;border-top:var(--hair)}.post-body-inner:where(.astro-bvzihdzo) h2:first-child{margin-top:0;padding-top:0;border-top:none}.post-body-inner:where(.astro-bvzihdzo) h3{font-family:var(--font-sans);font-weight:700;font-size:20px;letter-spacing:-.01em;color:var(--ink);margin:36px 0 14px}.post-body-inner:where(.astro-bvzihdzo) p{margin:0 0 22px;max-width:64ch}.post-body-inner:where(.astro-bvzihdzo) strong{color:var(--ink);font-weight:700}.post-body-inner:where(.astro-bvzihdzo) em{font-family:var(--font-display);font-style:italic;font-weight:500;color:var(--accent)}.post-body-inner:where(.astro-bvzihdzo) a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color var(--dur-fast) var(--ease-out)}.post-body-inner:where(.astro-bvzihdzo) a:hover{color:var(--ink)}.post-body-inner:where(.astro-bvzihdzo) ul,.post-body-inner:where(.astro-bvzihdzo) ol{margin:0 0 24px;padding-left:24px;max-width:64ch}.post-body-inner:where(.astro-bvzihdzo) li{margin-bottom:10px}.post-body-inner:where(.astro-bvzihdzo) code{font-family:var(--font-mono);font-size:.88em;background:var(--paper-2);border:var(--hair-soft);border-radius:var(--r-1);padding:.12em .42em;color:var(--ink)}.post-body-inner:where(.astro-bvzihdzo) pre{background:var(--paper-2);border:var(--hair);border-radius:var(--r-2);padding:18px 20px;overflow-x:auto;margin:0 0 24px;font-size:13.5px;line-height:1.7}.post-body-inner:where(.astro-bvzihdzo) pre code{background:none;border:none;padding:0;color:var(--ink)}.post-body-inner:where(.astro-bvzihdzo) blockquote{margin:32px 0;padding:14px 18px;border-left:2px solid var(--accent);background:var(--paper-2);color:var(--ink-2);border-radius:0 var(--r-2) var(--r-2) 0}.post-body-inner:where(.astro-bvzihdzo) .highlight-box{background:var(--paper-2);border:var(--hair);border-radius:var(--r-2);padding:24px 28px;margin:32px 0;box-shadow:3px 3px #1a1a1a0d}.post-body-inner:where(.astro-bvzihdzo) .highlight-box h3{margin-top:0;font-size:18px}.post-body-inner:where(.astro-bvzihdzo) .highlight-box p:last-child{margin-bottom:0}.post-body-inner:where(.astro-bvzihdzo) hr{border:none;border-top:var(--hair);margin:48px 0}.post-cta:where(.astro-bvzihdzo){border-top:var(--hair);background:var(--paper-2)}.post-cta-inner:where(.astro-bvzihdzo){max-width:var(--col-narrow);margin:0 auto;padding:72px 28px}.post-cta:where(.astro-bvzihdzo) .display-h2:where(.astro-bvzihdzo){margin:12px 0 28px}.post-cta-actions:where(.astro-bvzihdzo){display:flex;gap:12px;flex-wrap:wrap}.footer:where(.astro-bvzihdzo){border-top:var(--hair-bold);background:var(--paper);padding:40px 28px 32px}.footer-inner:where(.astro-bvzihdzo){max-width:var(--col-wide);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.footer-left:where(.astro-bvzihdzo){display:inline-flex;align-items:center;gap:14px;font-family:var(--font-mono);font-size:13px;letter-spacing:.08em;color:var(--ink)}.footer-logo:where(.astro-bvzihdzo){font-weight:700}.footer-copy:where(.astro-bvzihdzo){color:var(--ink-3)}.footer-links:where(.astro-bvzihdzo){display:flex;gap:22px;flex-wrap:wrap}.footer-links:where(.astro-bvzihdzo) a:where(.astro-bvzihdzo){font-family:var(--font-sans);font-size:14px;color:var(--ink-2);text-decoration:none;transition:color var(--dur-fast) var(--ease-out)}.footer-links:where(.astro-bvzihdzo) a:where(.astro-bvzihdzo):hover{color:var(--accent)}
