:root{--accent: #2563eb;--accent-rgb: 37, 99, 235;--accent-rose: #d97782;--accent-rose-rgb: 217, 119, 130;--accent-sage: #7fb58d;--accent-sage-rgb: 127, 181, 141;--black: 15, 23, 42;--gray: 100, 116, 139;--gray-light: 226, 232, 240;--background: #f9fafb}[data-theme=dark]{--accent: #60a5fa;--accent-rgb: 96, 165, 250;--accent-rose: #f3a6b2;--accent-rose-rgb: 243, 166, 178;--accent-sage: #9fd9b8;--accent-sage-rgb: 159, 217, 184;--black: 243, 244, 246;--gray: 156, 163, 175;--gray-light: 55, 65, 81;--background: #111827}[data-theme=dark] body{letter-spacing:.4px;line-height:1.85;font-weight:400}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{letter-spacing:-.3px;font-weight:600}[data-theme=dark] strong,[data-theme=dark] b{font-weight:700}[data-theme=dark] code{letter-spacing:-.1px}[data-theme=dark] .prose{line-height:1.8}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0;padding:0;text-align:left;background:var(--background);word-wrap:break-word;overflow-wrap:break-word;color:rgb(var(--black));font-size:16px;line-height:1.8;letter-spacing:.3px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color 0s,color 0s}main{max-width:680px;margin:0 auto;padding:1.75rem 1.5rem 3.5rem}@media(min-width:1200px){body{font-size:17px}.wide-layout{display:grid;grid-template-columns:1fr 280px;gap:3.5rem;max-width:1400px;margin:0 auto;padding:1.75rem 2rem 3.5rem}.wide-layout main{max-width:100%;padding:0}.wide-layout .sidebar{position:sticky;top:2rem;height:fit-content}}h1,h2,h3,h4,h5,h6{margin:0 0 .75rem;color:rgb(var(--black));line-height:1.3;font-weight:600;letter-spacing:-.5px;position:relative;scroll-margin-top:80px}.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{cursor:pointer;transition:color .2s}.prose h2:hover,.prose h3:hover,.prose h4:hover,.prose h5:hover,.prose h6:hover{color:var(--accent)}.prose h2:before,.prose h3:before,.prose h4:before,.prose h5:before,.prose h6:before{content:"#";opacity:0;position:absolute;left:-1.5em;color:var(--accent);font-weight:400;transition:opacity .2s}.prose h2:hover:before,.prose h3:hover:before,.prose h4:hover:before,.prose h5:hover:before,.prose h6:hover:before{opacity:1}h1{font-size:2.5rem;margin-bottom:.5rem;line-height:1.2}h2{font-size:1.875rem;margin-top:2rem;margin-bottom:1rem}h3{font-size:1.375rem;margin-top:1.5rem}h4{font-size:1.125rem;margin-top:1.25rem}h5,h6{font-size:1rem;margin-top:1rem}strong,b{font-weight:600}a{color:var(--accent);text-decoration-thickness:.08em;text-underline-offset:.15em;transition:color .2s}a:hover{text-decoration:underline}a[target=_blank],a[rel~=external]{position:relative}a[target=_blank]:after,a[rel~=external]:after{content:"↗";margin-left:.25em;font-size:.875em;opacity:.7;transition:opacity .2s;display:inline-block;line-height:1}a[target=_blank]:hover:after,a[rel~=external]:hover:after{opacity:1}.prose a{position:relative;text-decoration:underline;text-decoration-color:#2563eb4d}.prose a:hover{text-decoration-color:var(--accent)}p{margin-bottom:1.25em}.prose p{margin-bottom:1.75em}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%}img{max-width:100%;height:auto}code{padding:.2em .4em;background-color:rgba(var(--gray-light),.6);border:1px solid rgba(var(--gray-light),.8);border-radius:3px;font-size:.9em;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;line-height:1;color:rgb(var(--black))}[data-theme=dark] code{background-color:#4b55634d;border-color:#4b556380;color:#f3f4f6}pre{padding:1.5em;background-color:rgb(var(--gray-light));border:1px solid rgba(var(--gray-light),.8);border-radius:6px;overflow-x:auto;position:relative;margin:2rem 0;line-height:1.6;font-size:.9em}[data-theme=dark] pre{background-color:#1f2937;border-color:#4b556380}pre>code{all:unset;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}.code-block-controls{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;gap:.5rem;z-index:10}.code-language-badge{display:inline-block;padding:.25rem .5rem;background-color:rgba(var(--accent-sage-rgb),.2);color:rgb(var(--black));border-radius:3px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:0;transition:opacity .2s}pre:hover .code-language-badge{opacity:1}[data-theme=dark] .code-language-badge{background-color:rgba(var(--accent-sage-rgb),.25);color:rgb(var(--black))}.copy-button{padding:.4rem .75rem;background-color:rgba(var(--black),.8);color:#f9fafb;border:none;border-radius:3px;font-size:.75rem;font-weight:500;cursor:pointer;opacity:0;transition:opacity .2s,background-color .2s;z-index:10}pre:hover .copy-button{opacity:1}.copy-button:hover{background-color:rgba(var(--black),.95)}.copy-button:active{transform:scale(.95)}[data-theme=dark] .copy-button{background-color:#f3f4f633;color:#f3f4f6}[data-theme=dark] .copy-button:hover{background-color:#f3f4f64d}blockquote{border-left:4px solid var(--accent-sage);padding:.5rem 0 .5rem 1.5rem;margin:2rem 0;font-style:italic;color:rgb(var(--gray));background-color:rgba(var(--accent-sage-rgb),.12);border-radius:0 4px 4px 0}blockquote p{margin:0}.footnotes{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgb(var(--gray-light));font-size:.9rem;color:rgb(var(--gray))}.footnotes ol{padding-left:1.25rem;margin:0}.footnotes li{margin-bottom:.75rem;line-height:1.6}.footnotes li p{margin:0;display:inline}.footnotes li a[href^="#fnref"]{text-decoration:none;margin-left:.25em;font-weight:500}.footnotes li a[href^="#fnref"]:before{content:"↩";opacity:.5;transition:opacity .2s}.footnotes li a[href^="#fnref"]:hover:before{opacity:1}a[href^="#fn"]{position:relative;vertical-align:super;font-size:.8em}[data-theme=dark] blockquote{background-color:rgba(var(--accent-sage-rgb),.18);border-left-color:var(--accent-sage)}[data-theme=dark] .footnotes{border-top-color:rgb(var(--gray-light))}hr{border:none;border-top:2px solid rgb(var(--gray-light));margin:2.5rem 0}@media(max-width:720px){body{font-size:16px}main{max-width:100%;padding:1.5rem 1rem 3rem}}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.theme-toggle[data-astro-cid-x3pjskd3]{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:4px;color:rgb(var(--gray));transition:color .2s ease;display:flex;align-items:center;justify-content:center}.theme-toggle[data-astro-cid-x3pjskd3]:hover{color:rgb(var(--black))}.theme-icon[data-astro-cid-x3pjskd3]{display:block;width:1.25rem;height:1.25rem;position:relative}.sun-icon[data-astro-cid-x3pjskd3],.moon-icon[data-astro-cid-x3pjskd3]{width:100%;height:100%;transition:opacity .2s ease}.moon-icon[data-astro-cid-x3pjskd3]{display:none}[data-astro-cid-x3pjskd3][data-theme=dark] .theme-toggle[data-astro-cid-x3pjskd3]{color:rgb(var(--gray))}[data-astro-cid-x3pjskd3][data-theme=dark] .theme-toggle[data-astro-cid-x3pjskd3]:hover{color:rgb(var(--black))}@media(max-width:720px){.theme-toggle[data-astro-cid-x3pjskd3]{padding:.375rem}.theme-icon[data-astro-cid-x3pjskd3]{width:1.125rem;height:1.125rem}}html.command-open{overflow:hidden}.command-palette[data-astro-cid-wozhyvwc]{position:fixed;inset:0;display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem;z-index:2000;pointer-events:none;opacity:0;transition:opacity .2s ease}.command-palette[data-astro-cid-wozhyvwc][data-open=true]{pointer-events:auto;opacity:1}.command-overlay[data-astro-cid-wozhyvwc]{position:fixed;inset:0;background:#0f172a73;backdrop-filter:blur(6px)}.command-dialog[data-astro-cid-wozhyvwc]{width:min(640px,100%);background:var(--background);border-radius:16px;border:1px solid rgba(var(--gray-light),.8);box-shadow:0 30px 60px #0f172a40;position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.25rem 1.5rem}[data-astro-cid-wozhyvwc][data-theme=dark] .command-dialog[data-astro-cid-wozhyvwc]{background:#111827f2;border-color:#4b556399}.command-header[data-astro-cid-wozhyvwc]{display:flex;justify-content:space-between;align-items:center}.command-title[data-astro-cid-wozhyvwc]{margin:0;font-size:1rem;font-weight:600;color:rgb(var(--black))}.command-subtitle[data-astro-cid-wozhyvwc]{margin:.15rem 0 0;font-size:.85rem;color:rgb(var(--gray))}.command-close[data-astro-cid-wozhyvwc]{border:1px solid rgba(var(--gray-light),.8);background:transparent;border-radius:6px;padding:.15rem .45rem;font-size:.75rem;color:rgb(var(--gray))}.command-input-row[data-astro-cid-wozhyvwc]{display:flex;align-items:center;gap:.5rem;border:1px solid rgba(var(--gray-light),.8);border-radius:10px;padding:.35rem .85rem;background:rgba(var(--background),.6)}.command-input-icon[data-astro-cid-wozhyvwc]{width:18px;height:18px;color:rgb(var(--gray))}.command-input[data-astro-cid-wozhyvwc]{flex:1;border:none;background:transparent;font-size:1rem;color:rgb(var(--black));outline:none;padding:.5rem 0}.command-results[data-astro-cid-wozhyvwc]{max-height:360px;overflow-y:auto;border-radius:12px;border:1px solid rgba(var(--gray-light),.6)}.command-item[data-astro-cid-wozhyvwc]{width:100%;text-align:left;padding:.85rem 1rem;border:none;background:transparent;display:flex;flex-direction:column;gap:.3rem;cursor:pointer;border-bottom:1px solid rgba(var(--gray-light),.4)}.command-item[data-astro-cid-wozhyvwc]:last-child{border-bottom:none}.command-item[data-astro-cid-wozhyvwc].active,.command-item[data-astro-cid-wozhyvwc]:hover{background:rgba(var(--accent-rgb),.08)}.command-item-main[data-astro-cid-wozhyvwc]{display:flex;justify-content:space-between;align-items:center;gap:1rem}.command-item-title[data-astro-cid-wozhyvwc]{margin:0;font-weight:600;color:rgb(var(--black))}.command-item-meta[data-astro-cid-wozhyvwc]{margin:0;font-size:.8rem;color:rgb(var(--gray))}.command-item-topics[data-astro-cid-wozhyvwc]{margin:0;font-size:.78rem;color:rgb(var(--gray))}.command-empty[data-astro-cid-wozhyvwc]{margin:0;padding:1rem;text-align:center;color:rgb(var(--gray))}@media(max-width:640px){.command-dialog[data-astro-cid-wozhyvwc]{padding:1rem;gap:.75rem}.command-subtitle[data-astro-cid-wozhyvwc]{font-size:.78rem}}.site-header[data-astro-cid-3ef6ksr2]{margin:0;background:var(--background);border-bottom:1px solid rgba(var(--gray-light),.6)}.site-nav[data-astro-cid-3ef6ksr2]{max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.brand[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between}.site-title[data-astro-cid-3ef6ksr2]{margin:0;font-size:1rem;font-weight:600}.site-title[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:rgb(var(--black));text-decoration:none}.menu-toggle[data-astro-cid-3ef6ksr2]{background:transparent;border:1px solid rgba(var(--gray),.4);border-radius:999px;padding:.4rem .75rem;cursor:pointer;transition:border-color .2s,background-color .2s;color:rgb(var(--black));display:inline-flex;align-items:center;justify-content:center}.menu-toggle[data-astro-cid-3ef6ksr2]:hover,.menu-toggle[data-astro-cid-3ef6ksr2]:focus-visible{border-color:var(--accent);outline:none;background-color:rgba(var(--gray-light),.6)}.menu-icon[data-astro-cid-3ef6ksr2]{display:inline-flex;flex-direction:column;gap:4px}.menu-icon[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{width:20px;height:2px;background:rgb(var(--black));border-radius:2px}.nav-links[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:1rem;font-size:.9375rem;align-items:flex-start;max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);transition:max-height .25s ease,opacity .2s ease,transform .2s ease}.nav-links[data-astro-cid-3ef6ksr2][data-open=true]{max-height:600px;opacity:1;transform:translateY(0);padding-top:.5rem}.link-list[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:.75rem;width:100%}.nav-link[data-astro-cid-3ef6ksr2]{color:rgb(var(--gray));text-decoration:none;position:relative;padding-bottom:.25rem;font-weight:500}.nav-link[data-astro-cid-3ef6ksr2].icon-link{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border-radius:50%;transition:background-color .2s,color .2s}.nav-icon[data-astro-cid-3ef6ksr2]{width:18px;height:18px}.nav-link[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s;opacity:0}.nav-link[data-astro-cid-3ef6ksr2].active,.nav-link[data-astro-cid-3ef6ksr2]:hover,.nav-link[data-astro-cid-3ef6ksr2]:focus-visible{color:rgb(var(--black));outline:none}.nav-link[data-astro-cid-3ef6ksr2].icon-link:hover,.nav-link[data-astro-cid-3ef6ksr2].icon-link:focus-visible{background-color:rgba(var(--gray-light),.7)}.nav-link[data-astro-cid-3ef6ksr2].active:after{transform:scaleX(1);opacity:1}.nav-links[data-astro-cid-3ef6ksr2] button{align-self:flex-start}@media(min-width:768px){.site-nav[data-astro-cid-3ef6ksr2]{flex-direction:row;align-items:center;justify-content:space-between}.menu-toggle[data-astro-cid-3ef6ksr2]{display:none}.nav-links[data-astro-cid-3ef6ksr2]{flex-direction:row;align-items:center;gap:2rem;max-height:none;opacity:1;transform:none;padding-top:0;font-size:.95rem}.link-list[data-astro-cid-3ef6ksr2]{flex-direction:row;align-items:center;gap:1.5rem;width:auto}.nav-links[data-astro-cid-3ef6ksr2] button{align-self:center}}@media(min-width:1200px){.site-nav[data-astro-cid-3ef6ksr2]{padding:1.25rem 2rem}.nav-link[data-astro-cid-3ef6ksr2]{font-size:1rem}.link-list[data-astro-cid-3ef6ksr2]{gap:2rem}}@media(max-width:720px){.site-nav[data-astro-cid-3ef6ksr2]{padding:1rem}}
