.theme-toggle[data-astro-cid-r7uuxm25]{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--border);border-radius:999px;background:var(--surface-strong);color:var(--muted);cursor:pointer;transition:all .2s ease}.theme-toggle[data-astro-cid-r7uuxm25]:hover{background:var(--accent-soft);color:var(--accent)}.icon-sun[data-astro-cid-r7uuxm25]{display:none}.icon-moon[data-astro-cid-r7uuxm25],[data-theme=dark] .icon-sun[data-astro-cid-r7uuxm25]{display:block}[data-theme=dark] .icon-moon[data-astro-cid-r7uuxm25]{display:none}[data-theme=light] .icon-sun[data-astro-cid-r7uuxm25]{display:block}[data-theme=light] .icon-moon[data-astro-cid-r7uuxm25]{display:none}:root{color-scheme:light dark;--bg: #f7f8f4;--surface: rgba(255, 255, 255, .9);--surface-strong: #ffffff;--border: rgba(17, 24, 39, .08);--ink: #101828;--muted: #475467;--accent: #14532d;--accent-soft: #ecfdf3;--primary: #3b82f6;--primary-light: #eff6ff;--color-text: #1f2937;--color-text-secondary: #4b5563;--color-text-muted: #6b7280;--color-tag-bg: #f3f4f6;--color-surface-alt: #f9fafb;--code-bg: #0f172a;--code-ink: #e2e8f0;--shadow: 0 18px 50px -28px rgba(16, 24, 40, .22);--radius: 18px;--shell: min(72rem, calc(100vw - 2rem) )}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--bg: #0f172a;--surface: rgba(30, 41, 59, .9);--surface-strong: #1e293b;--border: rgba(51, 65, 85, .3);--ink: #f1f5f9;--muted: #94a3b8;--accent: #22c55e;--accent-soft: rgba(34, 197, 94, .1);--primary: #60a5fa;--primary-light: rgba(96, 165, 250, .1);--color-text: #f1f5f9;--color-text-secondary: #cbd5e1;--color-text-muted: #94a3b8;--color-tag-bg: rgba(51, 65, 85, .5);--color-surface-alt: #1e293b;--shadow: 0 18px 50px -28px rgba(0, 0, 0, .5)}}[data-theme=dark]{color-scheme:dark;--bg: #0f172a;--surface: rgba(30, 41, 59, .9);--surface-strong: #1e293b;--border: rgba(51, 65, 85, .3);--ink: #f1f5f9;--muted: #94a3b8;--accent: #22c55e;--accent-soft: rgba(34, 197, 94, .1);--primary: #60a5fa;--primary-light: rgba(96, 165, 250, .1);--color-text: #f1f5f9;--color-text-secondary: #cbd5e1;--color-text-muted: #94a3b8;--color-tag-bg: rgba(51, 65, 85, .5);--color-surface-alt: #1e293b;--shadow: 0 18px 50px -28px rgba(0, 0, 0, .5)}[data-theme=light]{color-scheme:light;--bg: #f7f8f4;--surface: rgba(255, 255, 255, .9);--surface-strong: #ffffff;--border: rgba(17, 24, 39, .08);--ink: #101828;--muted: #475467;--accent: #14532d;--accent-soft: #ecfdf3;--primary: #3b82f6;--primary-light: #eff6ff;--color-text: #1f2937;--color-text-secondary: #4b5563;--color-text-muted: #6b7280;--color-tag-bg: #f3f4f6;--color-surface-alt: #f9fafb;--shadow: 0 18px 50px -28px rgba(16, 24, 40, .22)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(20,83,45,.08),transparent 28%),linear-gradient(180deg,#fbfcfa 0%,var(--bg) 100%);color:var(--ink);font-family:Segoe UI,Aptos,system-ui,sans-serif;line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.shell{width:var(--shell);margin-inline:auto}.skip-link{position:absolute;left:1rem;top:-4rem;z-index:100;padding:.75rem 1rem;border-radius:999px;background:var(--ink);color:#fff}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:10;padding:1rem 0;backdrop-filter:blur(12px)}.site-header__inner,.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.2rem;border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);background:#ffffffc7;box-shadow:var(--shadow)}.site-brand{display:grid;gap:.15rem}.site-brand__eyebrow,.eyebrow{margin:0;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-brand__name{font-size:1rem;font-weight:700}.site-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin:0;padding:0;list-style:none}.site-nav__link{display:inline-flex;align-items:center;min-height:2.5rem;padding:.6rem .95rem;border-radius:999px;color:var(--muted);font-weight:600}.site-nav__link:hover,.site-nav__link.is-active{background:var(--accent-soft);color:var(--accent)}.page-shell{padding:2rem 0 4rem}.hero,.section__header,.post-hero,.post-card,.site-footer{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.hero,.section__header,.post-hero{padding:clamp(1.5rem,4vw,3rem)}.hero{display:grid;gap:1.2rem}.hero h1,.section h1,.section h2,.post-hero h1,.prose h1,.prose h2{margin:0;line-height:1.1;letter-spacing:0;font-family:Georgia,Iowan Old Style,serif}.hero h1{font-size:clamp(2.5rem,6vw,4.75rem);max-width:11ch}.hero__lead,.section__lead,.post-hero__lead{margin:0;max-width:60ch;color:var(--muted);font-size:1.05rem}.hero__actions,.tag-row{display:flex;flex-wrap:wrap;gap:.75rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.8rem;padding:.75rem 1rem;border-radius:999px;font-weight:700}.button--primary{background:var(--accent);color:#fff}.button--secondary{border:1px solid rgba(20,83,45,.15);background:#fff;color:var(--accent)}.section{display:grid;gap:1.5rem;margin-top:2rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1rem}.post-card{display:grid;gap:.85rem;padding:1.25rem}.post-card__meta{margin:0;color:var(--muted);font-size:.92rem}.post-card__title{margin:0;font-size:1.35rem;line-height:1.2}.post-card__title a:hover{color:var(--accent)}.post-card__description{margin:0;color:var(--muted)}.post-card__tags,.tag-row{display:flex;flex-wrap:wrap;gap:.5rem}.post-card__tags span,.tag-row span{padding:.35rem .7rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.85rem;font-weight:600}.post-shell{display:grid;gap:1.5rem}.prose{padding:clamp(1.4rem,3vw,2.5rem);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-strong);box-shadow:var(--shadow)}.prose>:first-child{margin-top:0}.prose h1{margin-top:0;font-size:clamp(2rem,4vw,3.3rem)}.prose h2{margin-top:2.5rem;font-size:clamp(1.6rem,3vw,2.2rem)}.prose p,.prose li{color:var(--muted);font-size:1.05rem;line-height:1.85}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:.18em}.prose ul,.prose ol{padding-left:1.3rem}.prose code{padding:.15rem .38rem;border-radius:.45rem;background:#0f172a0f;color:#0f172a;font-size:.92em}.prose pre{overflow-x:auto;margin:0;padding:1rem;border-radius:0 0 1rem 1rem;background:var(--code-bg);color:var(--code-ink)}.prose pre code{padding:0;background:transparent;color:inherit}.prose img,.article-image{margin:1.8rem 0}.prose img,.article-image__asset :where(img,picture),.article-image__asset{width:100%;border-radius:1rem}.article-image figcaption{margin-top:.65rem;color:var(--muted);font-size:.92rem;text-align:center}.prose blockquote{margin:1.8rem 0;padding:1rem 1.2rem;border-left:4px solid rgba(20,83,45,.35);border-radius:.9rem;background:var(--accent-soft);color:var(--ink)}.prose hr{border:0;border-top:1px solid var(--border);margin:2rem 0}.callout{margin:1.5rem 0;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:1rem}.callout__title{margin:0 0 .45rem;font-weight:700}.callout__body>:first-child{margin-top:0}.callout--info{background:#eff6ff}.callout--warning{background:#fff7ed}.callout--success{background:#ecfdf3}.callout--note{background:#f8fafc}.video-embed__frame{position:relative;overflow:hidden;border-radius:1rem;border:1px solid var(--border);background:#000}.video-embed__frame:before{content:"";display:block;padding-top:56.25%}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.code-block{margin:1.5rem 0;overflow:hidden;border-radius:1rem;border:1px solid rgba(15,23,42,.15);background:var(--code-bg)}.code-block__header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.8rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#cbd5e1;font-size:.88rem}.code-copy{border:0;border-radius:999px;padding:.45rem .75rem;background:#ffffff14;color:#fff;cursor:pointer;font:inherit}.code-copy:hover{background:#ffffff29}.site-footer{margin:2rem auto 3rem}.site-footer__inner{font-size:.95rem}@media(max-width:720px){.site-header__inner,.site-footer__inner{flex-direction:column;align-items:flex-start}}
