.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}#themeToggle[data-astro-cid-oemx5le4]{border:0;background:none;cursor:pointer;padding:.5rem;border-radius:6px;color:var(--text-muted);transition:color .15s ease,background-color .15s ease}#themeToggle[data-astro-cid-oemx5le4]:hover{color:var(--text);background:var(--bg-subtle)}#themeToggle[data-astro-cid-oemx5le4]:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.sun[data-astro-cid-oemx5le4]{fill:#f59e0b;display:none}.moon[data-astro-cid-oemx5le4]{fill:#cbd5e1}.dark .sun[data-astro-cid-oemx5le4]{display:block}.dark .moon[data-astro-cid-oemx5le4]{display:none}.social-media-icon[data-astro-cid-yxtifmrq]{width:28px;height:28px;color:var(--text-muted);transition:color .15s ease}.social-media-icon[data-astro-cid-yxtifmrq]:hover{color:var(--text)}footer[data-astro-cid-sz7xmlte]{display:flex;gap:1rem;margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--border)}:root{--bg: #f8fafc;--bg-subtle: #f1f5f9;--text: #0f172a;--text-muted: #475569;--border: #e2e8f0;--link: #2563eb;--link-hover: #1d4ed8;--code-bg: #f1f5f9;--selection-bg: #dbeafe;--focus: #2563eb;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--content-width: 80ch;color-scheme:light}html.dark{--bg: #0f172a;--bg-subtle: #1e293b;--text: #f1f5f9;--text-muted: #94a3b8;--border: #334155;--link: #60a5fa;--link-hover: #93c5fd;--code-bg: #1e293b;--selection-bg: #1e40af;--focus: #60a5fa;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{background-color:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}body{margin:0 auto;width:100%;max-width:var(--content-width);padding:1.5rem;min-height:100vh;display:flex;flex-direction:column}main{flex:1}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}::selection{background:var(--selection-bg)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;letter-spacing:-.011em;text-wrap:balance;color:var(--text)}h1{font-size:2.25rem;margin:1.5rem 0 1rem}h2{font-size:1.75rem;margin:2.5rem 0 .75rem}h3{font-size:1.3125rem;margin:2rem 0 .5rem}h4{font-size:1.0625rem;margin:1.5rem 0 .5rem}.main-content :is(h1,h2,h3,h4,h5,h6){scroll-margin-top:1rem}.heading-anchor{margin-left:.4em;color:var(--text-muted);text-decoration:none;opacity:0;transition:opacity .15s ease,color .15s ease;font-weight:400}:is(h1,h2,h3,h4,h5,h6):hover .heading-anchor,.heading-anchor:focus-visible{opacity:1}.heading-anchor:hover{color:var(--link)}.section-label{display:block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}p{margin:0 0 1.25em;text-wrap:pretty;overflow-wrap:break-word}ul,ol{margin:0 0 1.25em;padding-left:1.5em}li{margin:.25em 0}blockquote{margin:1.5em 0;padding:.25em 1em;border-left:3px solid var(--border);color:var(--text-muted)}hr{border:0;border-top:1px solid var(--border);margin:2.5em 0}small{color:var(--text-muted);font-size:.875em}a{color:var(--link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s ease}a:hover{color:var(--link-hover)}a:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:2px}code:not(pre code){font-family:var(--font-mono);font-size:.875em;background:var(--code-bg);color:var(--text);padding:.15em .4em;border-radius:4px}.expressive-code{margin:1.5rem 0}.skip-link{position:absolute;top:-100px;left:1rem;background:var(--link);color:var(--bg);padding:.5rem .875rem;z-index:100;text-decoration:none;font-weight:600;border-radius:4px}.skip-link:focus{top:.5rem;color:var(--bg)}header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}header nav{display:flex;align-items:center;position:relative}#themeToggle{margin-left:auto}.hamburger{background:none;border:0;padding:.5rem 0;cursor:pointer;color:var(--text)}.hamburger .line{display:block;width:26px;height:2px;margin-bottom:6px;background-color:currentColor;border-radius:2px}.hamburger .line:last-child{margin-bottom:0}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;margin-top:.5rem;padding:.5rem 0;list-style:none;flex-direction:column;gap:.25rem;background:var(--bg);border:1px solid var(--border);border-radius:6px;z-index:10}.nav-links a{display:block;text-decoration:none;font-size:1rem;color:var(--text-muted);padding:.5rem 1rem;font-weight:500}.nav-links a:hover{color:var(--text)}.expanded{display:flex}@media(min-width:640px){.hamburger{display:none}.nav-links{display:flex;position:static;flex-direction:row;gap:1.5rem;margin:0;padding:0;background:none;border:0;border-radius:0}.nav-links a{padding:0}}.main-content img{width:100%;height:auto;border-radius:6px;margin:1.5em 0}.page-title[data-astro-cid-37fxchfa]{margin-top:0}
