.navbar[data-astro-cid-5blmo7yk]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid var(--color-border);background:var(--color-surface-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:50;margin-left:-1rem;margin-right:-1rem;padding:1rem}.logo[data-astro-cid-5blmo7yk]{font-weight:700;font-size:1.2rem;color:var(--color-text);display:flex;align-items:center;gap:.4rem;transition:all .2s ease}.logo-icon[data-astro-cid-5blmo7yk]{width:1.3rem;height:1.3rem;color:var(--color-primary);flex-shrink:0}.logo[data-astro-cid-5blmo7yk]:hover{text-decoration:none;opacity:.8}.nav-links[data-astro-cid-5blmo7yk]{display:flex;list-style:none;gap:1.5rem}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{color:var(--color-text-muted);font-size:.95rem;padding:.25em .5em;border-radius:6px;transition:all .2s ease;position:relative}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{color:var(--color-primary);text-decoration:none;background:var(--color-primary-light)}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk].active{color:var(--color-primary);font-weight:600}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk].active:after{content:"";position:absolute;bottom:-2px;left:.5em;right:.5em;height:2px;background:var(--gradient-primary);border-radius:1px}@media(max-width:768px){.navbar[data-astro-cid-5blmo7yk]{flex-direction:column;gap:.5rem}.nav-links[data-astro-cid-5blmo7yk]{gap:1rem}}.footer[data-astro-cid-sz7xmlte]{margin-top:3rem;padding:1.5rem 0;border-top:1px solid var(--color-border);font-size:.875rem;color:var(--color-text-muted)}.footer-content[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center}.footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--color-text-muted);transition:color .2s ease}.footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--color-primary)}@media(max-width:768px){.footer-content[data-astro-cid-sz7xmlte]{flex-direction:column;gap:.5rem;text-align:center}}.theme-toggle[data-astro-cid-x3pjskd3]{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;border:1px solid var(--glass-border);background:var(--color-surface-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100;box-shadow:var(--shadow-md)}.theme-toggle[data-astro-cid-x3pjskd3]:hover{box-shadow:var(--shadow-glow);border-color:var(--color-primary);transform:scale(1.08)}.icon[data-astro-cid-x3pjskd3]{width:20px;height:20px;position:absolute;transition:transform .4s ease,opacity .3s ease}.icon-moon[data-astro-cid-x3pjskd3]{opacity:1;transform:rotate(0)}.icon-sun[data-astro-cid-x3pjskd3]{opacity:0;transform:rotate(-90deg)}html[data-theme=dark] .icon-moon[data-astro-cid-x3pjskd3]{opacity:0;transform:rotate(90deg)}html[data-theme=dark] .icon-sun[data-astro-cid-x3pjskd3]{opacity:1;transform:rotate(0)}@media(max-width:768px){.theme-toggle[data-astro-cid-x3pjskd3]{bottom:1.25rem;right:1.25rem;width:42px;height:42px}}.wrapper[data-astro-cid-37fxchfa]{max-width:720px;margin:0 auto;padding:0 1rem}main[data-astro-cid-37fxchfa]{min-height:60vh}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=light]{--color-bg: #f5f9f5;--color-surface: #ffffff;--color-surface-glass: rgba(255, 255, 255, .72);--color-text: #1a2e1a;--color-text-muted: #5a7264;--color-primary: #2d8a5e;--color-primary-light: rgba(45, 138, 94, .08);--color-border: #d4e8da;--color-tag-bg: rgba(45, 138, 94, .08);--color-tag-text: #2d8a5e;--color-code-bg: #1e2923;--color-code-text: #e2f0e6;--gradient-primary: linear-gradient(135deg, #2d8a5e, #4ecdc4);--gradient-glow: linear-gradient(135deg, rgba(45,138,94,.12), rgba(78,205,196,.12));--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-glow: 0 0 20px rgba(45,138,94,.15);--shadow-glow-strong: 0 0 30px rgba(45,138,94,.25);--glass-border: rgba(45,138,94,.15);--surface-hover: rgba(45,138,94,.04)}[data-theme=dark]{--color-bg: #0a120e;--color-surface: rgba(255, 255, 255, .04);--color-surface-glass: rgba(255, 255, 255, .06);--color-text: #e2f0e6;--color-text-muted: #94b8a4;--color-primary: #5eba8a;--color-primary-light: rgba(94, 186, 138, .1);--color-border: rgba(255, 255, 255, .08);--color-tag-bg: rgba(94, 186, 138, .1);--color-tag-text: #86d4a8;--color-code-bg: #111816;--color-code-text: #e2f0e6;--gradient-primary: linear-gradient(135deg, #5eba8a, #6ee7c0);--gradient-glow: linear-gradient(135deg, rgba(94,186,138,.12), rgba(110,231,192,.12));--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 12px rgba(0,0,0,.4);--shadow-glow: 0 0 20px rgba(94,186,138,.2);--shadow-glow-strong: 0 0 40px rgba(94,186,138,.3);--glass-border: rgba(255, 255, 255, .1);--surface-hover: rgba(255, 255, 255, .06)}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans SC,sans-serif;font-size:16px;line-height:1.7;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;transition:background .4s ease,color .4s ease}body{min-height:100vh;background-image:radial-gradient(ellipse 120px 80px at 15% 20%,rgba(45,138,94,.04),transparent),radial-gradient(ellipse 100px 60px at 85% 40%,rgba(78,205,196,.03),transparent),radial-gradient(ellipse 80px 100px at 50% 80%,rgba(45,138,94,.03),transparent);background-attachment:fixed}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{text-decoration:underline}img{max-width:100%;height:auto}h1,h2,h3,h4{line-height:1.3;font-weight:700}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.2rem}p{margin-bottom:1rem}pre{background:var(--color-code-bg);color:var(--color-code-text);padding:1.25rem;border-radius:8px;overflow-x:auto;font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:.875rem;line-height:1.6;border:1px solid var(--color-border)}code{font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:.875em}:not(pre)>code{background:var(--color-tag-bg);color:var(--color-primary);padding:.15em .45em;border-radius:4px;font-weight:500}blockquote{border-left:3px solid transparent;border-image:var(--gradient-primary) 1;padding:.75rem 1rem;color:var(--color-text-muted);margin:1.25rem 0;background:var(--gradient-glow);border-radius:0 8px 8px 0}hr{border:none;border-top:1px solid var(--color-border);margin:2rem 0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@media(max-width:768px){html{font-size:15px}h1{font-size:1.6rem}h2{font-size:1.3rem}}
