@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap";:root,[data-theme=dark]{--bg: #111;--bg-secondary: #1a1a1a;--text: #e0e0e0;--text-muted: #666;--link: #ccc;--link-hover: #fff;--border: #2a2a2a;--tag-bg: #222;--tag-text: #999;--hover-bg: rgba(255, 255, 255, .04);color-scheme:dark}[data-theme=light]{--bg: #fafafa;--bg-secondary: #f0f0f0;--text: #111;--text-muted: #888;--link: #333;--link-hover: #000;--border: #e0e0e0;--tag-bg: #eee;--tag-text: #555;--hover-bg: rgba(0, 0, 0, .03);color-scheme:light}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.7;max-width:680px;margin:0 auto;padding:3rem 1.5rem;transition:background .3s ease,color .3s ease}a{color:var(--link);text-decoration:none;transition:color .2s ease}a:hover{color:var(--link-hover)}nav{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1rem 0;border-bottom:1px solid var(--border);background:var(--bg);transition:background .3s ease}.site-title{font-size:1.1rem;font-weight:700;font-family:JetBrains Mono,monospace}.nav-right{display:flex;align-items:center;gap:1.25rem;font-size:.9rem}.theme-toggle{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.05rem;padding:.2rem;transition:color .2s ease,transform .3s ease;line-height:1}.theme-toggle:hover{color:var(--text);transform:rotate(20deg)}.landing h1{font-size:1.6rem;font-weight:700;margin-bottom:.25rem}.landing .subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:.95rem}.landing h2{font-size:.8rem;font-family:JetBrains Mono,monospace;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:2rem;margin-bottom:.75rem}.landing ul{list-style:none;padding-left:0}.landing li{padding:.25rem 0}.landing li a{position:relative;padding-bottom:1px}.landing li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--link-hover);transition:width .25s ease}.landing li a:hover:after{width:100%}.landing li:before{content:"›";color:var(--text-muted);margin-right:.5rem;font-family:JetBrains Mono,monospace;font-size:.85em}.post-list{list-style:none}.post-item{padding:.6rem .75rem;margin:0 -.75rem;border-radius:6px;transition:background .2s ease}.post-item:hover{background:var(--hover-bg)}.post-item+.post-item{border-top:1px solid var(--border)}.post-meta{font-size:.78rem;color:var(--text-muted);font-family:JetBrains Mono,monospace}.post-title-link{font-size:1.05rem;font-weight:500;display:inline-block;margin-top:.15rem;position:relative;padding-bottom:1px}.post-title-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--link-hover);transition:width .25s ease}.post-title-link:hover:after{width:100%}.badge{display:inline-block;font-size:.65rem;font-family:JetBrains Mono,monospace;padding:.1rem .45rem;background:var(--tag-bg);color:var(--tag-text);border-radius:3px;margin-left:.4rem;vertical-align:middle}.post-header{margin-bottom:2.5rem}.post-header h1{font-size:1.6rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.post-header .post-meta{font-size:.85rem}.post-content{line-height:1.85}.post-content h2{font-size:1.3rem;font-weight:600;margin-top:2.5rem;margin-bottom:.75rem}.post-content h3{font-size:1.1rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem}.post-content p{margin-bottom:1.25rem}.post-content img{max-width:100%;height:auto;border-radius:6px;margin:1.25rem 0}.post-content ul,.post-content ol{padding-left:1.5rem;margin-bottom:1.25rem}.post-content li{margin-bottom:.3rem}.post-content blockquote{border-left:3px solid var(--border);padding-left:1rem;color:var(--text-muted);margin:1.25rem 0;font-style:italic}.post-content code{font-family:JetBrains Mono,monospace;font-size:.85em;background:var(--bg-secondary);padding:.15rem .4rem;border-radius:4px}.post-content pre{padding:1.25rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;font-size:.84rem;line-height:1.6}.post-content pre code{background:none;padding:0}[data-theme=light] .astro-code,[data-theme=light] .astro-code span{color:var(--shiki-light)!important;background-color:var(--shiki-light-bg)!important}[data-theme=dark] .astro-code,[data-theme=dark] .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important}.post-nav{display:flex;justify-content:space-between;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.9rem}.post-nav a{max-width:45%}footer{margin-top:4rem;padding-top:1rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.8rem;font-family:JetBrains Mono,monospace}@media(max-width:480px){body{padding:2rem 1rem}.landing h1{font-size:1.3rem}}
