:root{--bg-primary:#0a0a0a;--bg-secondary:#0f0f0f;--bg-card:#111111;--bg-card-hover:#161616;--green:#00ff41;--green-dim:#00cc33;--green-faint:rgba(0, 255, 65, 0.08);--amber:#f59e0b;--amber-dim:#d97706;--text-primary:#c9d1d9;--text-secondary:#8b949e;--text-muted:#484f58;--border:#1e1e1e;--border-hover:#2a2a2a;--font-mono:"JetBrains Mono", "Fira Code", ui-monospace, monospace;--max-width:720px;--radius:4px;--transition:0.15s ease}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:15px;-webkit-font-smoothing:antialiased}body{font-family:var(--font-mono);background:var(--bg-primary);color:var(--text-primary);line-height:1.75;min-height:100vh;display:flex;flex-direction:column}a{color:var(--green);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--green-dim);text-decoration:underline}img{max-width:100%;height:auto;border-radius:var(--radius)}.site-wrapper{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-header{padding:1.25rem 0;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.site-header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-brand{font-family:var(--font-mono);font-size:1rem;font-weight:700;color:var(--text-primary);text-decoration:none;letter-spacing:-.02em}.site-brand:hover{color:var(--text-primary);text-decoration:none}.brand-prefix{color:var(--green);margin-right:.1em}.accent{color:var(--amber)}.site-nav{display:flex;gap:1.5rem;align-items:center}.site-nav a{font-size:.85rem;color:var(--text-secondary);text-decoration:none;transition:color var(--transition)}.site-nav a:hover{color:var(--green);text-decoration:none}.site-footer{margin-top:4rem;padding:1.5rem 0;border-top:1px solid var(--border)}.site-footer-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-brand{font-weight:700;color:var(--text-secondary);font-size:.85rem}.footer-brand em{color:var(--amber);font-style:normal}.footer-links{list-style:none;display:flex;gap:1.25rem}.footer-links a{font-size:.8rem;color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--green);text-decoration:none}.footer-copy{font-size:.75rem;color:var(--text-muted)}.home-intro{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.home-prompt{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.home-prompt span{color:var(--green)}.home-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;letter-spacing:-.02em}.home-subtitle{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.section-heading{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--amber);margin-bottom:1.25rem}.post-list{display:flex;flex-direction:column;gap:0}.post-card{display:block;padding:1rem 0;border-bottom:1px solid var(--border);text-decoration:none;transition:background var(--transition)}.post-card:hover{text-decoration:none}.post-card:hover .post-card-title{color:var(--green)}.post-card-title{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:.3rem;transition:color var(--transition)}.post-card-meta{font-size:.75rem;color:var(--amber);margin-bottom:.4rem;display:flex;gap:.5rem;align-items:center}.post-card-summary{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.post-card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.tag-pill{font-size:.7rem;padding:.15rem .5rem;background:var(--green-faint);color:var(--green-dim);border:1px solid rgba(0,255,65,.2);border-radius:var(--radius)}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.85rem}.pagination a{display:flex;align-items:center;gap:.4rem;color:var(--text-secondary)}.pagination a:hover{color:var(--green);text-decoration:none}.page-number{color:var(--text-muted);font-size:.8rem}.post-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.post-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);line-height:1.3;margin-bottom:.75rem;letter-spacing:-.02em}.post-meta{font-size:.78rem;color:var(--amber);display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.post-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.post-tags a{font-size:.75rem;padding:.2rem .6rem;background:var(--green-faint);color:var(--green-dim);border:1px solid rgba(0,255,65,.2);border-radius:var(--radius);text-decoration:none}.post-tags a:hover{background:rgba(0,255,65,.15);color:var(--green);text-decoration:none}.post-body{font-size:.95rem;line-height:1.8;color:var(--text-primary)}.post-body h1,.post-body h2,.post-body h3,.post-body h4{color:var(--green);margin-top:2rem;margin-bottom:.75rem;font-weight:700;line-height:1.3}.post-body h1{font-size:1.3rem}.post-body h2{font-size:1.15rem}.post-body h3{font-size:1rem}.post-body h4{font-size:.9rem}.post-body p{margin-bottom:1.25rem}.post-body ul,.post-body ol{margin:0 0 1.25rem 1.5rem}.post-body li{margin-bottom:.3rem}.post-body blockquote{border-left:3px solid var(--amber);padding:.75rem 1rem;margin:1.5rem 0;background:rgba(245,158,11,5%);color:var(--text-secondary);font-style:italic}.post-body code{font-family:var(--font-mono);font-size:.85em;background:rgba(0,255,65,6%);color:var(--green);padding:.15em .4em;border-radius:3px;border:1px solid rgba(0,255,65,.15)}.post-body pre{background:#0d0d0d;border:1px solid var(--border-hover);border-radius:var(--radius);padding:1.25rem;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:0 0;color:var(--text-primary);padding:0;border:none;font-size:.85rem}.post-body a{color:var(--green);text-decoration:underline;text-underline-offset:2px}.post-body a:hover{color:var(--green-dim)}.post-body hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.post-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.85rem}.post-body th{text-align:left;padding:.5rem .75rem;border-bottom:2px solid var(--amber);color:var(--amber);font-weight:600}.post-body td{padding:.5rem .75rem;border-bottom:1px solid var(--border);color:var(--text-secondary)}.post-body tr:hover td{background:var(--bg-card)}.not-found{text-align:center;padding:4rem 0}.not-found-code{font-size:4rem;font-weight:700;color:var(--green);display:block;margin-bottom:.5rem}.not-found h1{font-size:1.25rem;color:var(--text-secondary);margin-bottom:1rem}.not-found p{color:var(--text-muted);margin-bottom:1.5rem}@media(max-width:600px){.site-header-inner{flex-direction:column;align-items:flex-start;gap:.75rem}.site-footer-inner{flex-direction:column;align-items:flex-start;gap:.75rem}.post-title{font-size:1.25rem}}