header.svelte-oiwvqb{background:linear-gradient(to right,var(--header-grad-start),var(--header-grad-mid1),var(--header-grad-mid2),var(--header-grad-end));padding:0}.header-inner.svelte-oiwvqb{display:flex;align-items:stretch;gap:1.25rem}.header-photo-link.svelte-oiwvqb{flex-shrink:0;display:flex}.header-photo.svelte-oiwvqb{display:block;width:auto;height:100%;object-fit:cover;border:none}.title-block.svelte-oiwvqb{padding:1rem 1rem 1rem 0}.controls-panel.svelte-oiwvqb{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;padding:.5rem 1rem .5rem 0}.theme-controls.svelte-oiwvqb{display:flex}.font-controls.svelte-oiwvqb{display:flex;align-items:center;gap:.35rem}.font-controls-label.svelte-oiwvqb{color:var(--header-muted-text);font-size:.8rem;margin-right:.2rem}.theme-btn.svelte-oiwvqb{border:1px solid var(--header-control-border);background:var(--header-control-bg);color:var(--header-control-text);border-radius:4px;cursor:pointer;font-weight:600;line-height:1;padding:.35rem .55rem;width:2.3rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;padding:0}.theme-icon.svelte-oiwvqb{width:1.1rem;height:1.1rem;fill:currentColor}.theme-icon-moon.svelte-oiwvqb{display:none}:root[data-theme=dark] .theme-icon-sun.svelte-oiwvqb{display:none}:root[data-theme=dark] .theme-icon-moon.svelte-oiwvqb{display:block}.theme-btn.svelte-oiwvqb:hover{background:var(--header-control-bg-hover)}.theme-btn.svelte-oiwvqb:focus-visible{outline:2px solid #ffffff;outline-offset:1px}.font-btn.svelte-oiwvqb{border:1px solid var(--header-control-border);background:var(--header-control-bg);color:var(--header-control-text);border-radius:4px;cursor:pointer;font-weight:700;line-height:1;padding:.35rem .45rem;min-width:2.1rem}.font-btn.svelte-oiwvqb:hover{background:var(--header-control-bg-hover)}.font-btn.svelte-oiwvqb:focus-visible{outline:2px solid #ffffff;outline-offset:1px}.title-block.svelte-oiwvqb a:where(.svelte-oiwvqb){display:block;font-size:2rem;font-weight:700;color:var(--header-title-text);text-decoration:none;line-height:1.2}.title-block.svelte-oiwvqb a:where(.svelte-oiwvqb):hover{text-decoration:underline}.byline.svelte-oiwvqb{margin:.25rem 0 0;font-size:1rem;color:var(--header-muted-text)}@media(max-width:920px){.header-inner.svelte-oiwvqb{flex-wrap:wrap;gap:.6rem}.font-controls.svelte-oiwvqb{width:auto;justify-content:flex-end}.controls-panel.svelte-oiwvqb{width:100%;margin-left:0;align-items:flex-end;padding-top:0;padding-right:.75rem}}nav.svelte-1jnx671{background-color:var(--nav-bg);padding:1rem;min-width:170px;position:sticky;top:0;align-self:flex-start;max-height:100vh;overflow:auto}.nav-list.svelte-1jnx671{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem}.nav-item.svelte-1jnx671{list-style:none}a.svelte-1jnx671{color:var(--nav-link);text-decoration:none;font-size:.85rem;display:block;padding:.2rem .25rem;border-radius:2px}a.svelte-1jnx671:hover{color:var(--nav-link-hover);text-decoration:underline}a.section-heading.svelte-1jnx671{font-weight:700;color:var(--nav-heading);margin-top:.5rem}.sub-list.svelte-1jnx671{list-style:none;padding:0 0 0 .75rem;margin:0;display:flex;flex-direction:column;gap:.1rem}.sub-list.svelte-1jnx671 li:where(.svelte-1jnx671) a:where(.svelte-1jnx671){font-size:.8rem}li.active.svelte-1jnx671>a:where(.svelte-1jnx671){color:var(--nav-active);font-weight:700}.site-footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--card-border);background:var(--card-bg);margin-top:1rem;padding:1.2rem 1rem}.footer-inner[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:.8rem 1.25rem;flex-wrap:wrap;min-height:3rem}.footer-copy[data-astro-cid-sz7xmlte]{margin:0;color:var(--caption-text);font-size:.95rem}.footer-credit[data-astro-cid-sz7xmlte]{margin:0;display:flex;align-items:center;min-width:15rem;justify-content:flex-end}.footer-copy[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--nav-link-hover);text-decoration:none}.footer-version[data-astro-cid-sz7xmlte]{color:var(--caption-text);font-size:.92rem;white-space:nowrap}.com[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;min-height:44px;transition:all .5s ease;color:#4f46e5;text-decoration:none;font-size:1.0625rem;font-weight:600;white-space:nowrap;transform-origin:center;will-change:transform,filter}.com[data-astro-cid-sz7xmlte]:hover{transform:scale(1.2) rotate(5deg);filter:hue-rotate(180deg) drop-shadow(0 0 8px rgba(102,126,234,.8));animation:colorSwirl 2s infinite}@keyframes colorSwirl{0%{filter:hue-rotate(0deg) drop-shadow(0 0 8px rgba(102,126,234,.8))}25%{filter:hue-rotate(90deg) drop-shadow(0 0 8px rgba(234,102,126,.8))}50%{filter:hue-rotate(180deg) drop-shadow(0 0 8px rgba(126,234,102,.8))}75%{filter:hue-rotate(270deg) drop-shadow(0 0 8px rgba(234,126,102,.8))}to{filter:hue-rotate(360deg) drop-shadow(0 0 8px rgba(102,126,234,.8))}}:root[data-theme=dark] .com[data-astro-cid-sz7xmlte]{color:#a5b4fc}.footer-copy[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{text-decoration:underline}.copyright-tooltip[data-astro-cid-sz7xmlte]{position:relative;cursor:help}.copyright-tooltip[data-astro-cid-sz7xmlte]:after{content:attr(data-version);position:absolute;left:50%;bottom:calc(100% + .35rem);transform:translate(-50%);padding:.3rem .5rem;border-radius:.35rem;background:#111827;color:#fff;font-size:.75rem;opacity:0;pointer-events:none;transition:opacity .15s ease;white-space:nowrap}.copyright-tooltip[data-astro-cid-sz7xmlte]:hover:after{opacity:1}.scroll-to-top-btn[data-astro-cid-sz7xmlte]{position:fixed;right:1.1rem;bottom:1.1rem;width:2.6rem;height:2.6rem;border:1px solid color-mix(in srgb,var(--nav-link-hover) 70%,white);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--nav-link-hover) 84%,white);color:#fff;box-shadow:0 8px 18px #00000038;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease,visibility .25s;z-index:1000}.scroll-to-top-btn[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:1.05rem;height:1.05rem}.scroll-to-top-btn[data-astro-cid-sz7xmlte]:hover{transform:translateY(-2px)}.scroll-to-top-btn[data-astro-cid-sz7xmlte].is-visible{opacity:.92;visibility:visible;transform:translateY(0);animation:scrollTopPopIn .24s ease-out}@keyframes scrollTopPopIn{0%{opacity:0;transform:translateY(10px) scale(.94)}to{opacity:.92;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.scroll-to-top-btn[data-astro-cid-sz7xmlte],.scroll-to-top-btn[data-astro-cid-sz7xmlte].is-visible{transition:none;animation:none}}:root[data-theme=dark] .scroll-to-top-btn[data-astro-cid-sz7xmlte]{color:#111827;background:color-mix(in srgb,var(--nav-link-hover) 65%,#dbeafe);border-color:color-mix(in srgb,var(--nav-link-hover) 70%,#dbeafe)}@media(max-width:720px){.footer-inner[data-astro-cid-sz7xmlte]{justify-content:center;text-align:center}.footer-copy[data-astro-cid-sz7xmlte],.footer-credit[data-astro-cid-sz7xmlte]{width:100%;justify-content:center;min-width:0}.scroll-to-top-btn[data-astro-cid-sz7xmlte]{right:.9rem;bottom:.9rem;width:2.35rem;height:2.35rem}}:root{--body-font-scale: 1.2;--page-bg: #ffffff;--text-main: #2f3440;--header-grad-start: #032a7a;--header-grad-mid1: #1a5bbf;--header-grad-mid2: #4a8fd4;--header-grad-end: #7ab4e8;--header-title-text: #ffffff;--header-muted-text: #d8ebff;--header-control-border: rgba(255, 255, 255, .55);--header-control-bg: rgba(0, 24, 86, .25);--header-control-bg-hover: rgba(0, 24, 86, .45);--header-control-text: #ffffff;--nav-bg: #edebe6;--nav-link: #444444;--nav-link-hover: #032a7a;--nav-heading: #032a7a;--nav-active: #6464fe;--card-bg: #f8fafc;--card-border: #d4d7dc;--caption-text: #334155}:root[data-theme=dark]{--page-bg: #10131a;--text-main: #e5e7eb;--header-grad-start: #0f172a;--header-grad-mid1: #1e293b;--header-grad-mid2: #1f3b63;--header-grad-end: #274f7d;--header-title-text: #f8fafc;--header-muted-text: #bfdbfe;--header-control-border: rgba(191, 219, 254, .7);--header-control-bg: rgba(2, 8, 23, .45);--header-control-bg-hover: rgba(2, 8, 23, .7);--header-control-text: #e2e8f0;--nav-bg: #1b212c;--nav-link: #d1d5db;--nav-link-hover: #93c5fd;--nav-heading: #bfdbfe;--nav-active: #a5b4fc;--card-bg: #1c2532;--card-border: #334155;--caption-text: #cbd5e1}[data-astro-cid-sckkx6r4],[data-astro-cid-sckkx6r4]:before,[data-astro-cid-sckkx6r4]:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Verdana,Geneva,sans-serif;background:var(--page-bg);color:var(--text-main);transition:background-color .2s ease,color .2s ease}.site-layout[data-astro-cid-sckkx6r4]{display:flex;flex-direction:column;min-height:100vh}.content-area[data-astro-cid-sckkx6r4]{display:flex;flex:1}main[data-astro-cid-sckkx6r4]{flex:1;padding:1.5rem 2rem;font-size:calc(1rem * var(--body-font-scale))}.content-prose{line-height:1.6}.content-prose>*+*{margin-top:1rem}.use-two-columns[data-astro-cid-sckkx6r4] .content-prose{columns:2;column-gap:2.5rem}.use-two-columns[data-astro-cid-sckkx6r4] .content-prose h1,.use-two-columns[data-astro-cid-sckkx6r4] .content-prose h2,.use-two-columns[data-astro-cid-sckkx6r4] .content-prose h3,.use-two-columns[data-astro-cid-sckkx6r4] .content-prose h4,.use-two-columns[data-astro-cid-sckkx6r4] .content-prose h5,.use-two-columns[data-astro-cid-sckkx6r4] .content-prose h6,.use-two-columns[data-astro-cid-sckkx6r4] .content-prose img,.use-two-columns[data-astro-cid-sckkx6r4] .content-prose pre,.use-two-columns[data-astro-cid-sckkx6r4] .content-prose blockquote{break-inside:avoid}.content-prose img{max-width:100%;height:auto;display:block}.content-prose pre,.content-prose code{background:transparent;color:inherit;font-family:inherit;font-size:inherit}.content-prose pre{padding:0;white-space:pre-wrap}.content-prose a{color:var(--nav-link-hover)}@media(max-width:1100px){.use-two-columns[data-astro-cid-sckkx6r4] .content-prose{columns:1}}
