:root,[data-theme=light],[data-theme=ocean]{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-background: #ffffff;--color-surface: #f8fafc;--color-text: #1e293b;--color-text-muted: rgba(30, 41, 59, .55);--color-accent: #f59e0b;--color-border: #e2e8f0;--color-hero-from: #1d4ed8;--color-hero-to: #0284c7;--color-code-bg: #f1f5f9;--color-code-text: #1e293b;--color-pre-bg: #1e293b;--color-pre-text: #e2e8f0;--font-family: system-ui, -apple-system, sans-serif}[data-theme=dark],[data-theme=midnight]{--color-primary: #818cf8;--color-primary-hover: #a5b4fc;--color-background: #0f172a;--color-surface: #1e293b;--color-text: #e2e8f0;--color-text-muted: rgba(226, 232, 240, .5);--color-accent: #f472b6;--color-border: #334155;--color-hero-from: #1e1b4b;--color-hero-to: #312e81;--color-code-bg: #1e293b;--color-code-text: #e2e8f0;--color-pre-bg: #020617;--color-pre-text: #e2e8f0}[data-theme=forest]{--color-primary: #16a34a;--color-primary-hover: #15803d;--color-background: #f0fdf4;--color-surface: #dcfce7;--color-text: #14532d;--color-text-muted: rgba(20, 83, 45, .55);--color-accent: #f97316;--color-border: #86efac;--color-hero-from: #14532d;--color-hero-to: #16a34a;--color-code-bg: #dcfce7;--color-code-text: #14532d;--color-pre-bg: #14532d;--color-pre-text: #dcfce7}[data-theme=rose]{--color-primary: #e11d48;--color-primary-hover: #be123c;--color-background: #fff1f2;--color-surface: #ffe4e6;--color-text: #1c1917;--color-text-muted: rgba(28, 25, 23, .55);--color-accent: #7c3aed;--color-border: #fecdd3;--color-hero-from: #9f1239;--color-hero-to: #e11d48;--color-code-bg: #ffe4e6;--color-code-text: #1c1917;--color-pre-bg: #1c1917;--color-pre-text: #ffe4e6}[data-theme=slate]{--color-primary: #7c3aed;--color-primary-hover: #6d28d9;--color-background: #f8fafc;--color-surface: #f1f5f9;--color-text: #1e293b;--color-text-muted: rgba(30, 41, 59, .55);--color-accent: #06b6d4;--color-border: #cbd5e1;--color-hero-from: #4c1d95;--color-hero-to: #7c3aed;--color-code-bg: #f1f5f9;--color-code-text: #1e293b;--color-pre-bg: #1e293b;--color-pre-text: #f1f5f9}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:var(--font-family, system-ui, -apple-system, sans-serif);background-color:var(--color-background);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}img{max-width:100%;height:auto}a{color:var(--color-primary);transition:color .15s}a:hover{color:var(--color-primary-hover)}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background:var(--color-background);border-bottom:1px solid var(--color-border);transition:box-shadow .25s ease,border-color .25s ease}@supports (backdrop-filter: blur(12px)){.site-header[data-astro-cid-3ef6ksr2]{background:color-mix(in srgb,var(--color-background) 85%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}.site-header[data-astro-cid-3ef6ksr2].scrolled{box-shadow:0 2px 16px #00000014;border-color:transparent}.accent-bar[data-astro-cid-3ef6ksr2]{height:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-accent))}.header-inner[data-astro-cid-3ef6ksr2]{max-width:1100px;margin:0 auto;padding:0 1.5rem;height:60px;display:flex;align-items:center;justify-content:space-between}.brand[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.55rem;text-decoration:none;transition:opacity .15s}.brand[data-astro-cid-3ef6ksr2]:hover{opacity:.75}.brand-logo[data-astro-cid-3ef6ksr2]{width:28px;height:28px;flex-shrink:0;border-radius:6px}.brand-name[data-astro-cid-3ef6ksr2]{font-size:1.05rem;font-weight:800;letter-spacing:-.04em;color:var(--color-text)}.nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.15rem}.nav-link[data-astro-cid-3ef6ksr2]{font-size:.875rem;font-weight:500;color:var(--color-text-muted);text-decoration:none;padding:.35rem .8rem;border-radius:999px;transition:color .15s,background .15s;white-space:nowrap}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--color-text);background:var(--color-surface)}.nav-link[data-astro-cid-3ef6ksr2].active{color:var(--color-primary);background:var(--color-surface);font-weight:600}.nav-sep[data-astro-cid-3ef6ksr2]{display:block;width:1px;height:18px;background:var(--color-border);margin:0 .4rem;flex-shrink:0}.theme-toggle[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid var(--color-border);border-radius:8px;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:border-color .15s,color .15s,background .15s,transform .2s;padding:0;flex-shrink:0}.theme-toggle[data-astro-cid-3ef6ksr2]:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-surface);transform:rotate(20deg)}.icon-sun[data-astro-cid-3ef6ksr2]{display:none}.icon-moon[data-astro-cid-3ef6ksr2],[data-theme=dark] .icon-sun[data-astro-cid-3ef6ksr2],[data-theme=midnight] .icon-sun[data-astro-cid-3ef6ksr2]{display:block}[data-theme=dark] .icon-moon[data-astro-cid-3ef6ksr2],[data-theme=midnight] .icon-moon[data-astro-cid-3ef6ksr2]{display:none}.site-footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--color-border);margin-top:0;background:var(--color-surface)}.footer-inner[data-astro-cid-sz7xmlte]{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.4rem}.footer-name[data-astro-cid-sz7xmlte]{font-size:.95rem;font-weight:800;letter-spacing:-.02em;color:var(--color-primary)}.footer-desc[data-astro-cid-sz7xmlte]{font-size:.8rem;color:var(--color-text-muted);margin:0;max-width:280px;line-height:1.6}.footer-meta[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.footer-copy[data-astro-cid-sz7xmlte],.footer-built[data-astro-cid-sz7xmlte]{font-size:.8rem;color:var(--color-text-muted);margin:0}.footer-built[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--color-primary);text-decoration:none}.footer-built[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{text-decoration:underline}@media(max-width:560px){.footer-inner[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1.25rem}.footer-meta[data-astro-cid-sz7xmlte]{align-items:flex-start}}
