:root{--bg:#f4f1ea;--bg-sunk:#ebe7dd;--text:#1c1a16;--text-muted:#5f5a50;--border:#d9d3c6;--accent:#b8431f;--accent-text:#f4f1ea;--band-bg:#1c1a16;--band-text:#ebe6db;--band-muted:#a39d90;--band-border:#3a362f;--band-accent:#e8764c;--radius:3px;--max-width:70rem;--gutter:clamp(1.25rem, 4vw, 2.5rem);--ease:cubic-bezier(.2, .7, .2, 1);color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#151411;--bg-sunk:#1d1b17;--text:#ebe6db;--text-muted:#a39d90;--border:#2e2b25;--accent:#e8764c;--accent-text:#151411;--band-bg:#1d1b17;--band-border:#34302a;color-scheme:dark}}:root[data-theme=dark]{--bg:#151411;--bg-sunk:#1d1b17;--text:#ebe6db;--text-muted:#a39d90;--border:#2e2b25;--accent:#e8764c;--accent-text:#151411;--band-bg:#1d1b17;--band-border:#34302a;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.6}::selection{background:var(--accent);color:var(--accent-text)}h1,h2,h3{letter-spacing:-.025em;text-wrap:balance;font-weight:700;line-height:1.1}p{text-wrap:pretty}a{color:inherit;text-decoration-line:underline;text-decoration-color:var(--accent);text-underline-offset:.22em;transition:text-decoration-thickness .15s var(--ease), color .15s var(--ease);text-decoration-thickness:1px}a:hover{text-decoration-thickness:2px}img{max-width:100%;height:auto;display:block}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.container{width:100%;max-width:var(--max-width);padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:clamp(3.5rem,8vw,6rem)}.section-title{margin:0;font-size:clamp(1.75rem,3.5vw,2.5rem)}.section-lead{color:var(--text-muted);max-width:34rem;margin:.75rem 0 0}.label{font-family:var(--font-mono);letter-spacing:0;color:var(--text-muted);margin:0;font-size:.8125rem;font-weight:400}.btn{border-radius:var(--radius);border:1px solid var(--text);transition:background-color .15s var(--ease), border-color .15s var(--ease), color .15s var(--ease);align-items:center;gap:.6rem;padding:.8rem 1.3rem;font-size:.95rem;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.btn-primary{background:var(--text);color:var(--bg)}.btn-primary:hover{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.btn-secondary{color:var(--text);border-color:var(--border);background:0 0}.btn-secondary:hover{border-color:var(--text)}.astro-code{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-sunk);font-family:var(--font-mono);margin:1.5rem 0;padding:1rem 1.25rem;font-size:.8125rem;line-height:1.7}.astro-code,.astro-code span{color:var(--shiki-light)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .astro-code,:root:not([data-theme=light]) .astro-code span{color:var(--shiki-dark)}}:root[data-theme=dark] .astro-code,:root[data-theme=dark] .astro-code span{color:var(--shiki-dark)}.tags{font-family:var(--font-mono);color:var(--text-muted);flex-wrap:wrap;gap:.15rem 0;margin:0;padding:0;font-size:.8125rem;list-style:none;display:flex}.tag{white-space:nowrap}.tag:not(:last-child):after{content:"·";opacity:.6;margin-inline:.5em}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header[data-astro-cid-nen7h5rs]{z-index:10;background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0}.inner[data-astro-cid-nen7h5rs]{align-items:center;gap:2rem;height:3.75rem;display:flex}.brand[data-astro-cid-nen7h5rs]{letter-spacing:-.03em;color:var(--text);font-size:1.05rem;font-weight:800;text-decoration:none}.brand[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{color:var(--text-muted);font-weight:400}nav[data-astro-cid-nen7h5rs]{margin-left:auto}nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{gap:1.75rem;margin:0;padding:0;list-style:none;display:flex}nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--text-muted);font-size:.95rem;text-decoration:none}nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--text)}.actions[data-astro-cid-nen7h5rs]{gap:.25rem;margin-right:-.5rem;display:flex}.icon-btn[data-astro-cid-nen7h5rs]{border-radius:var(--radius);width:2.25rem;height:2.25rem;color:var(--text-muted);cursor:pointer;transition:color .15s var(--ease), background-color .15s var(--ease);background:0 0;border:0;place-items:center;text-decoration:none;display:grid}.icon-btn[data-astro-cid-nen7h5rs]:hover{color:var(--text);background:var(--bg-sunk)}.lang[data-astro-cid-nen7h5rs]{font-family:var(--font-mono);font-size:.8rem}[data-theme=dark] .sun[data-astro-cid-nen7h5rs],:root:not([data-theme=dark]) .moon[data-astro-cid-nen7h5rs]{display:none}@media (width<=600px){.header[data-astro-cid-nen7h5rs]{position:static}.inner[data-astro-cid-nen7h5rs]{flex-wrap:wrap;row-gap:0;height:auto;padding-top:.6rem}.actions[data-astro-cid-nen7h5rs]{margin-left:auto}nav[data-astro-cid-nen7h5rs]{flex-basis:100%;order:3;margin:0}nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{gap:1.25rem;padding-block:.4rem .7rem}}footer[data-astro-cid-jo6i4kqk]{background:var(--band-bg);color:var(--band-muted);font-family:var(--font-mono);font-size:.8125rem}.inner[data-astro-cid-jo6i4kqk]{border-top:1px solid var(--band-border);flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding-block:1.25rem;display:flex}body{flex-direction:column;min-height:100vh;display:flex}main[data-astro-cid-ju4pidww]{flex:1}.skip-link[data-astro-cid-ju4pidww]{z-index:100;background:var(--text);color:var(--bg);border-radius:var(--radius);padding:.5rem 1rem;position:absolute;top:-3rem;left:1rem}.skip-link[data-astro-cid-ju4pidww]:focus{top:1rem}
