:root{--yellow: #D4B23A;--coral: #CC5B47;--green: #458945;--purple: #6E529A;--blue: #3462B8;--cyan: #2E96B0;--purple-light: #F3EFF8;--cyan-light: #EDF6F8;--coral-light: #FDF0EE;--green-light: #EFF5EF;--yellow-light: #FBF6E8;--blue-light: #EEF2FB;--bg: #FAFAFA;--bg-card: #FFFFFF;--bg-card-hover: #F8F8FC;--bg-alt: #F2F2F7;--border: #E2E2EC;--border-hover: #CFCFDC;--text: #1A1A2E;--text-muted: #5C5C78;--text-dim: #8C8CA6;--link: #C4883A;--link-hover: #A06E2A;--nav-bg: rgba(250, 250, 250, .92);--nav-bg-mobile: rgba(250, 250, 250, .97);--hover-overlay: rgba(0, 0, 0, .03);--shadow-card: rgba(0, 0, 0, .04);--max-width: 1100px;--nav-height: 64px;--ease: cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--purple-light: rgba(110, 82, 154, .12);--cyan-light: rgba(46, 150, 176, .12);--coral-light: rgba(204, 91, 71, .12);--green-light: rgba(69, 137, 69, .12);--yellow-light: rgba(212, 178, 58, .12);--blue-light: rgba(52, 98, 184, .12);--bg: #0E0E1A;--bg-card: #16162A;--bg-card-hover: #2E2E4A;--bg-alt: #121222;--border: #2A2A44;--border-hover: #3A3A5A;--text: #E8E8F0;--text-muted: #8888AA;--text-dim: #5A5A78;--link: #5AAFC0;--link-hover: #7CC5D2;--nav-bg: rgba(14, 14, 26, .92);--nav-bg-mobile: rgba(14, 14, 26, .97);--hover-overlay: rgba(255, 255, 255, .04);--shadow-card: rgba(0, 0, 0, .2)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:focus-visible{outline:2px solid var(--link);outline-offset:2px;border-radius:4px}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Ubuntu,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.7;min-height:100vh;transition:background .3s var(--ease),color .3s var(--ease)}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.3;color:var(--text)}h1{font-size:2.2rem;margin-bottom:1rem}h2{font-size:1.6rem;margin-top:2rem;margin-bottom:.75rem}h3{font-size:1.2rem;margin-top:1.5rem;margin-bottom:.5rem}@media(max-width:640px){h1{font-size:1.7rem}h2{font-size:1.35rem}h3{font-size:1.1rem}}p{margin-bottom:1rem}a{color:var(--link);text-decoration:none;transition:color .2s var(--ease)}a:hover{color:var(--link-hover)}.prose a{transition:color .2s var(--ease)}code,pre{font-family:JetBrains Mono,monospace}code{font-size:.85em;padding:.15em .4em;border-radius:4px;background:var(--purple-light);color:var(--purple)}pre{padding:1.2rem 1.5rem;border-radius:8px;background:#1a1a2e;color:#e8e8f0;border:1px solid var(--border);overflow-x:auto;font-size:.85rem;line-height:1.7;margin-bottom:1.5rem}pre code{padding:0;background:none;color:inherit}img{max-width:100%;height:auto}ul,ol{padding-left:1.5rem}li{margin-bottom:.35rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}@media(max-width:640px){.section{padding:2.5rem 0}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:.6rem 1.5rem 1.5rem;transition:border-color .3s var(--ease),box-shadow .3s var(--ease)}.card:hover{border-color:var(--border-hover);box-shadow:0 2px 12px var(--shadow-card)}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.grid--2,.grid--3{grid-template-columns:1fr}}.nav[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:100;height:var(--nav-height);background:var(--nav-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.nav-logo[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:500;color:var(--text);text-decoration:none;letter-spacing:-.01em;flex-shrink:0}.nav-logo[data-astro-cid-dmqpwcec]:hover{color:var(--text)}.nav-logo-mark[data-astro-cid-dmqpwcec]{flex-shrink:0;object-fit:contain}.nav-right[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:.25rem}.nav-links[data-astro-cid-dmqpwcec]{display:flex;list-style:none;gap:.25rem;align-items:center}.nav-link[data-astro-cid-dmqpwcec]{display:block;padding:.4rem .85rem;font-size:.9rem;font-weight:400;color:var(--text-muted);text-decoration:none;border-radius:6px;transition:color .2s var(--ease),background .2s var(--ease)}.nav-link[data-astro-cid-dmqpwcec]:hover{color:var(--text);background:var(--hover-overlay)}.nav-link[data-astro-cid-dmqpwcec].active{color:var(--purple);background:var(--purple-light)}.theme-toggle[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;cursor:pointer;border-radius:6px;color:var(--text-muted);transition:color .2s var(--ease),background .2s var(--ease);margin-left:.25rem}.theme-toggle[data-astro-cid-dmqpwcec]:hover{color:var(--text);background:var(--hover-overlay)}.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}.nav-toggle[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:none;cursor:pointer;border-radius:6px;transition:background .2s var(--ease)}.nav-toggle[data-astro-cid-dmqpwcec]:hover{background:var(--hover-overlay)}.nav-toggle-bar[data-astro-cid-dmqpwcec]{display:block;width:100%;height:2px;background:var(--text-muted);border-radius:2px;transition:transform .25s var(--ease),opacity .25s var(--ease)}.nav-toggle[data-astro-cid-dmqpwcec][aria-expanded=true] .nav-toggle-bar[data-astro-cid-dmqpwcec]:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[data-astro-cid-dmqpwcec][aria-expanded=true] .nav-toggle-bar[data-astro-cid-dmqpwcec]:nth-child(2){opacity:0}.nav-toggle[data-astro-cid-dmqpwcec][aria-expanded=true] .nav-toggle-bar[data-astro-cid-dmqpwcec]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.nav-toggle[data-astro-cid-dmqpwcec]{display:flex}.nav-links[data-astro-cid-dmqpwcec]{display:none;position:absolute;top:var(--nav-height);left:0;right:0;flex-direction:column;padding:.75rem 1.5rem 1rem;background:var(--nav-bg-mobile);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);gap:.125rem}.nav-links[data-astro-cid-dmqpwcec].open{display:flex}.nav-link[data-astro-cid-dmqpwcec]{padding:.6rem .85rem;width:100%}}main[data-astro-cid-5hce7sga]{min-height:calc(100vh - var(--nav-height) - 80px)}.site-footer[data-astro-cid-5hce7sga]{border-top:1px solid var(--border);padding:1.5rem 0;background:var(--bg)}.footer-inner[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;font-size:.82rem}.footer-brand[data-astro-cid-5hce7sga]{color:var(--text-dim)}.footer-nav[data-astro-cid-5hce7sga]{display:flex;gap:1.25rem}.footer-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--text-dim);text-decoration:none;transition:color .2s var(--ease)}.footer-nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--text)}.footer-icons[data-astro-cid-5hce7sga]{display:flex;gap:.75rem;align-items:center}.footer-icons[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--text-dim);display:flex;transition:color .2s var(--ease)}.footer-icons[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{color:var(--text)}@media(max-width:640px){.footer-inner[data-astro-cid-5hce7sga]{flex-direction:column;gap:.75rem;text-align:center}}
