:root{--bg: #fbfaf7;--bg-elevated: #ffffff;--surface: #f4f1ea;--text: #1b1b1b;--text-muted: #5f5b54;--border: #e5e0d5;--accent: #8a1d1d;--accent-hover: #6d1414;--shadow-card: 0 8px 22px rgba(0, 0, 0, .06);--shadow-card-strong: 0 10px 30px rgba(0, 0, 0, .08);--header-blur-bg: rgba(255, 255, 255, .85);--max-width: 68rem;--radius: 6px;--font-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, "Georgia Pro", Georgia, serif;--font-sans: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color-scheme:light}html[data-theme=dark]{--bg: #141311;--bg-elevated: #1c1b18;--surface: #23221e;--text: #f1ede3;--text-muted: #a39d8f;--border: #2e2d27;--accent: #e06a60;--accent-hover: #ec8b82;--shadow-card: 0 8px 22px rgba(0, 0, 0, .35);--shadow-card-strong: 0 10px 30px rgba(0, 0, 0, .45);--header-blur-bg: rgba(28, 27, 24, .85);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:18px;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-serif);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto;width:100%}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}a{color:var(--accent);text-decoration:none;transition:color .12s ease}a:hover,a:focus-visible{color:var(--accent-hover);text-decoration:underline}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--text);line-height:1.2;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:clamp(1.85rem,4vw + .5rem,2.75rem)}h2{font-size:clamp(1.4rem,2vw + .75rem,1.85rem)}h3{font-size:1.2rem}p{margin:0 0 1em}img{max-width:100%;height:auto;display:block}hr{border:0;border-top:1px solid var(--border);margin:2rem 0}blockquote{border-inline-start:3px solid var(--accent);margin:1.5rem 0;padding:.25rem 0 .25rem 1rem;color:var(--text-muted);font-style:italic}code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95em}pre{background:var(--surface);padding:1rem;border-radius:var(--radius);overflow-x:auto}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.page-header{padding:2.5rem 0 1.5rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.page-header__kicker{display:inline-block;font-family:var(--font-sans);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.35rem}.page-header__lede{color:var(--text-muted);max-width:38rem;margin-top:.25rem;font-size:1.05rem}.post-grid{display:grid;grid-template-columns:1fr;gap:1.75rem}@media(min-width:640px){.post-grid--cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.post-grid--cards{grid-template-columns:repeat(3,1fr)}}.empty-state{padding:3rem 1rem;text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius);background:var(--bg-elevated)}.post-body{font-size:1.075rem;line-height:1.8}.post-body h2,.post-body h3{margin-top:2rem}.post-body img,.post-body figure{margin:1.5rem 0;border-radius:var(--radius)}.post-body figure img{border-radius:var(--radius)}.post-body figcaption{font-size:.9rem;color:var(--text-muted);text-align:center;margin-top:.5rem}.post-body a{text-decoration:underline;text-underline-offset:3px}.post-body ul,.post-body ol{padding-inline-start:1.5rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.theme-toggle[data-astro-cid-x3pjskd3]{--size: 2.25rem;width:var(--size);height:var(--size);display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);cursor:pointer;padding:0;position:relative;transition:background .12s ease,color .12s ease,border-color .12s ease,transform .12s ease}.theme-toggle[data-astro-cid-x3pjskd3]:hover,.theme-toggle[data-astro-cid-x3pjskd3]:focus-visible{color:var(--accent);border-color:var(--accent);transform:translateY(-1px)}.theme-toggle__icon[data-astro-cid-x3pjskd3]{width:1.05rem;height:1.05rem;position:absolute;transition:opacity .18s ease,transform .22s ease}.theme-toggle__icon--sun[data-astro-cid-x3pjskd3]{opacity:0;transform:rotate(-35deg) scale(.7)}.theme-toggle__icon--moon[data-astro-cid-x3pjskd3],html[data-theme=dark] .theme-toggle__icon--sun[data-astro-cid-x3pjskd3]{opacity:1;transform:rotate(0) scale(1)}html[data-theme=dark] .theme-toggle__icon--moon[data-astro-cid-x3pjskd3]{opacity:0;transform:rotate(35deg) scale(.7)}.site-header[data-astro-cid-3ef6ksr2]{background:var(--header-blur-bg, var(--bg-elevated));border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20;backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px)}.site-header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.9rem;padding-bottom:.9rem}.brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.7rem;color:var(--text);text-decoration:none}.brand[data-astro-cid-3ef6ksr2]:hover,.brand[data-astro-cid-3ef6ksr2]:focus-visible{color:var(--text);text-decoration:none}.brand__logo[data-astro-cid-3ef6ksr2]{display:block;width:2.4rem;height:2.4rem;border-radius:6px;object-fit:cover;flex-shrink:0}.brand__text[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;line-height:1.1}.brand__name[data-astro-cid-3ef6ksr2]{font-family:var(--font-serif);font-weight:700;font-size:1.15rem;letter-spacing:-.01em}.site-header__right[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem}.visually-hidden[data-astro-cid-3ef6ksr2]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-search[data-astro-cid-3ef6ksr2]{position:relative;display:flex;align-items:center}.header-search__input[data-astro-cid-3ef6ksr2]{width:11rem;padding:.35rem 2rem .35rem .7rem;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);border-radius:var(--radius);font-family:var(--font-sans);font-size:.88rem;transition:border-color .14s ease,box-shadow .14s ease,width .16s ease}.header-search__input[data-astro-cid-3ef6ksr2]::placeholder{color:var(--text-muted)}.header-search__input[data-astro-cid-3ef6ksr2]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in oklab,var(--accent) 25%,transparent)}.header-search__btn[data-astro-cid-3ef6ksr2]{position:absolute;right:.25rem;top:50%;transform:translateY(-50%);border:0;background:transparent;padding:.3rem;color:var(--text-muted);cursor:pointer;display:inline-flex;border-radius:4px}.header-search__btn[data-astro-cid-3ef6ksr2]:hover,.header-search__btn[data-astro-cid-3ef6ksr2]:focus-visible{color:var(--accent)}@media(max-width:820px){.header-search__input[data-astro-cid-3ef6ksr2]{width:8rem}}@media(max-width:560px){.header-search__input[data-astro-cid-3ef6ksr2]{display:none}.header-search__btn[data-astro-cid-3ef6ksr2]{position:static;transform:none;padding:.4rem;border:1px solid var(--border);background:var(--bg-elevated);border-radius:var(--radius)}.header-search[data-astro-cid-3ef6ksr2]{margin-right:0}}nav[data-astro-cid-3ef6ksr2]{position:relative}.nav[data-astro-cid-3ef6ksr2]{display:flex;gap:1.25rem;list-style:none;padding:0;margin:0;font-family:var(--font-sans);font-size:.95rem}.nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--text);padding:.3rem .1rem;border-bottom:2px solid transparent}.nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover,.nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:focus-visible{color:var(--accent);text-decoration:none;border-bottom-color:var(--accent)}.nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2][aria-current=page]{color:var(--accent);border-bottom-color:var(--accent)}.nav-toggle[data-astro-cid-3ef6ksr2],.nav-toggle__btn[data-astro-cid-3ef6ksr2]{display:none}@media(max-width:720px){.nav-toggle__btn[data-astro-cid-3ef6ksr2]{display:inline-flex;flex-direction:column;justify-content:space-between;width:1.6rem;height:1.2rem;cursor:pointer}.nav-toggle__btn[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;height:2px;background:var(--text);border-radius:1px;transition:transform .16s ease}.nav[data-astro-cid-3ef6ksr2]{position:absolute;right:0;top:calc(100% + .75rem);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;flex-direction:column;gap:.75rem;min-width:12rem;box-shadow:var(--shadow-card-strong);display:none}.nav-toggle[data-astro-cid-3ef6ksr2]:checked~.nav[data-astro-cid-3ef6ksr2]{display:flex}}
