.theme-toggle[data-astro-cid-x3pjskd3]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:none;color:var(--text-muted);cursor:pointer;transition:color .3s ease}.theme-toggle[data-astro-cid-x3pjskd3]:hover{color:var(--accent)}.theme-toggle__sun[data-astro-cid-x3pjskd3]{display:none}.theme-toggle__moon[data-astro-cid-x3pjskd3],html[data-theme=dark] .theme-toggle__sun[data-astro-cid-x3pjskd3]{display:block}html[data-theme=dark] .theme-toggle__moon[data-astro-cid-x3pjskd3]{display:none}.site-header[data-astro-cid-dmqpwcec]{padding:1.25rem 0;border-bottom:1px solid var(--border)}.site-header__inner[data-astro-cid-dmqpwcec]{display:flex;justify-content:space-between;align-items:baseline}.site-logo[data-astro-cid-dmqpwcec]{font-weight:600;font-size:1.05rem;color:var(--text)}.nav-right[data-astro-cid-dmqpwcec]{display:flex;align-items:baseline;gap:1.25rem}.nav-list[data-astro-cid-dmqpwcec]{display:flex;gap:1.25rem}.nav-link[data-astro-cid-dmqpwcec]{font-size:.95rem;color:var(--text-muted)}.nav-link[data-astro-cid-dmqpwcec]:hover{color:var(--text)}.nav-link--active[data-astro-cid-dmqpwcec]{color:var(--text);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}@media(max-width:480px){.site-header__inner[data-astro-cid-dmqpwcec]{flex-wrap:wrap;gap:.5rem}.nav-list[data-astro-cid-dmqpwcec]{gap:1rem}}.site-footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--border);padding:2rem 0}.footer__bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:baseline}.footer__socials[data-astro-cid-sz7xmlte]{display:flex;gap:1rem}.footer-social-link[data-astro-cid-sz7xmlte]{font-size:.9rem;color:var(--text-muted)}.footer-social-link[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.footer__copy[data-astro-cid-sz7xmlte]{font-size:.9rem;color:var(--text-muted)}@media(max-width:768px){.footer__bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:.75rem;text-align:center}}:root{--bg: #faf7f2;--bg-surface: #f1ece3;--text: #211d19;--text-muted: #6f6659;--accent: #a84b28;--accent-hover: #8c3d20;--border: rgba(33, 29, 25, .15);--focus-ring: var(--accent);--font-body: "Source Serif 4", Georgia, serif;--font-mono: ui-monospace, "SF Mono", Menlo, monospace;--content-width: 44rem;--reading-width: 70ch}html[data-theme=dark]{--bg: #1c1916;--bg-surface: #292420;--text: #e9e2d8;--text-muted: #a2968a;--accent: #e08d64;--accent-hover: #eba57f;--border: rgba(233, 226, 216, .16)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{min-height:100%;background-color:var(--bg);-webkit-font-smoothing:antialiased}body{min-height:100%;font-family:var(--font-body);font-weight:400;font-size:1.05rem;line-height:1.7;color:var(--text);background-color:var(--bg)}main{display:block}img,svg{display:block;max-width:100%}[hidden]{display:none!important}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3{font-family:var(--font-body);font-weight:600;line-height:1.2;color:var(--text)}h1{font-size:clamp(1.9rem,4vw,2.5rem)}h2{font-size:clamp(1.35rem,3vw,1.7rem)}h3{font-size:1.15rem}code,pre{font-family:var(--font-mono)}.container{width:min(90%,var(--content-width));margin:0 auto}.reading-width{max-width:var(--reading-width);margin:0 auto}.section{padding:clamp(2rem,5vh,3.5rem) 0}.section-heading{margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.meta{font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:4px}.skip-link{position:absolute;top:1rem;left:1rem;z-index:10000;padding:.75rem 1rem;background-color:var(--accent);color:var(--bg);text-decoration:none;transform:translateY(-200%);transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}.text-link{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.text-link:hover{color:var(--accent-hover)}.btn-primary{display:inline-block;padding:.5rem 1.1rem;font-family:var(--font-body);font-size:.95rem;font-weight:600;color:var(--bg);background-color:var(--text);border:1px solid var(--text);border-radius:3px;cursor:pointer}.btn-primary:hover{background-color:var(--accent);border-color:var(--accent);color:var(--bg)}.prose p{margin-bottom:1.5rem;line-height:1.8}.prose h2{margin-top:2.5rem;margin-bottom:1rem}.prose h3{margin-top:2rem;margin-bottom:.75rem}.prose ul,.prose ol{margin-bottom:1.5rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem;list-style:disc}.prose ol li{list-style:decimal}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.prose a:hover{color:var(--accent-hover)}.prose blockquote{border-left:3px solid var(--border);padding-left:1.25rem;margin:1.5rem 0;color:var(--text-muted);font-style:italic}.prose img{width:100%;height:auto;border-radius:4px;margin:1.5rem 0}.prose pre{background-color:var(--bg-surface);border-radius:4px;padding:1.25rem;overflow-x:auto;margin:1.5rem 0;font-size:.9rem;line-height:1.6}.prose code:not(pre code){background-color:var(--bg-surface);padding:.15rem .4rem;border-radius:3px;font-size:.88em}.tag{font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted)}.tag:before{content:"#"}a.tag:hover,button.tag:hover{color:var(--accent)}
