.nav[data-astro-cid-dmqpwcec]{height:var(--nav-h);border-bottom:1px solid var(--border, #e0e0e0);background:var(--surface, #fff);position:sticky;top:0;z-index:100}.nav__inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;height:100%}.nav__logo[data-astro-cid-dmqpwcec]{font-weight:700;font-size:1.1rem;color:var(--text, #1a1a1a);text-decoration:none;letter-spacing:-.02em}.nav__logo[data-astro-cid-dmqpwcec]:hover{text-decoration:none;color:var(--accent, #4a6cf7)}.nav__links[data-astro-cid-dmqpwcec]{list-style:none;display:flex;gap:2rem}.nav__link[data-astro-cid-dmqpwcec]{color:var(--text-muted, #666);font-size:.95rem;text-decoration:none;transition:color .15s}.nav__link[data-astro-cid-dmqpwcec]:hover,.nav__link--active[data-astro-cid-dmqpwcec]{color:var(--accent, #4a6cf7);text-decoration:none}.theme-toggle[data-astro-cid-dmqpwcec]{background:none;border:1px solid var(--border, #e0e0e0);border-radius:6px;padding:.45rem .55rem;margin-left:1rem;cursor:pointer;color:var(--text-muted, #666);display:flex;align-items:center;line-height:1;transition:color .15s,border-color .15s}.theme-toggle[data-astro-cid-dmqpwcec]:hover{color:var(--accent, #4a6cf7);border-color:var(--accent, #4a6cf7)}.icon-sun[data-astro-cid-dmqpwcec]{display:none}.icon-moon[data-astro-cid-dmqpwcec],[data-theme=dark] .icon-sun[data-astro-cid-dmqpwcec]{display:block}[data-theme=dark] .icon-moon[data-astro-cid-dmqpwcec]{display:none}.slides-theme .nav[data-astro-cid-dmqpwcec]{background:var(--slides-surface);border-bottom-color:var(--slides-border)}.slides-theme .nav__logo[data-astro-cid-dmqpwcec],.slides-theme .nav__link[data-astro-cid-dmqpwcec]{color:var(--slides-muted)}.slides-theme .nav__logo[data-astro-cid-dmqpwcec]:hover,.slides-theme .nav__link[data-astro-cid-dmqpwcec]:hover,.slides-theme .nav__link--active[data-astro-cid-dmqpwcec]{color:var(--slides-accent)}.footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--border, #e0e0e0);padding:1.5rem 0;margin-top:auto}.footer__inner[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__left[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.2rem}.footer__copy[data-astro-cid-sz7xmlte]{font-size:.85rem;color:var(--text-muted, #666)}.footer__note[data-astro-cid-sz7xmlte]{font-size:.75rem;color:var(--text-muted, #666)}.footer__note[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-muted, #666);text-decoration:underline;text-underline-offset:2px}.footer__note[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent, #4a6cf7)}.footer__links[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.85rem;color:var(--text-muted, #666);text-decoration:none}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent, #4a6cf7)}.slides-theme .footer[data-astro-cid-sz7xmlte]{border-top-color:var(--slides-border)}.slides-theme .footer__copy[data-astro-cid-sz7xmlte],.slides-theme .footer__note[data-astro-cid-sz7xmlte],.slides-theme .footer__note[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.slides-theme .footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--slides-muted)}.slides-theme .footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--slides-accent)}:root{--bg: #fafafa;--surface: #ffffff;--text: #1a1a1a;--text-muted: #666;--border: #e0e0e0;--accent: #4a6cf7;--accent-hover: #3559e0;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--max-w: 900px;--nav-h: 60px}[data-theme=dark]{--bg: #1E2030;--surface: #2A2D42;--text: #EEEEEE;--text-muted: #8890A4;--border: #3A3D52;--accent: #4DD9EF;--accent-hover: #2bbdd4}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;scroll-behavior:smooth}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:700}code{font-family:var(--font-mono);font-size:.875em;background:var(--border);padding:.1em .3em;border-radius:3px}pre code{background:none;padding:0}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section-title{font-size:1.75rem;margin-bottom:2rem;position:relative}.section-title:after{content:"";display:block;width:3rem;height:3px;background:var(--accent);margin-top:.5rem}.tag{display:inline-block;font-size:.75rem;padding:.2em .6em;border-radius:999px;background:var(--border);color:var(--text-muted)}
