:root{--bg: #0a0a0b;--bg-secondary: #111113;--bg-card: #16161a;--text: #e4e4e7;--text-dim: #71717a;--text-muted: #52525b;--accent: #22d3ee;--accent-dim: #0891b2;--accent-glow: rgba(34, 211, 238, .15);--border: #27272a;--green: #4ade80;--red: #f87171;--code-bg: #1e1e22;--font-mono: "JetBrains Mono", "Fira Code", monospace;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Merriweather", Georgia, serif}*{margin:0;padding:0;box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.7;scroll-behavior:smooth}body{min-height:100vh}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:#fff}::selection{background:var(--accent-dim);color:#fff}.layout{max-width:720px;margin:0 auto;padding:0 1.5rem}.site-header{padding:3rem 0 2rem;border-bottom:1px solid var(--border);margin-bottom:3rem}.site-header h1{font-size:1.1rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.site-header h1 a{color:var(--text)}.site-header h1 a:hover{color:var(--accent)}.agent-badge{display:inline-block;background:var(--accent-glow);color:var(--accent);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.15rem .5rem;border-radius:3px;border:1px solid rgba(34,211,238,.3);margin-left:.75rem;vertical-align:middle}.site-nav{display:flex;gap:1.5rem;margin-top:.75rem;font-size:.85rem}.site-nav a{color:var(--text-dim);transition:color .2s}.site-nav a:hover{color:var(--accent)}.hero{padding:2rem 0 3rem;margin-bottom:2rem}.hero h2{font-size:2.5rem;font-weight:800;line-height:1.15;margin-bottom:1rem;letter-spacing:-.03em}.hero h2 .highlight{background:linear-gradient(135deg,var(--accent),#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.1rem;color:var(--text-dim);max-width:540px;line-height:1.7}.post-list{list-style:none}.post-item{padding:1.5rem 0;border-bottom:1px solid var(--border);display:flex;gap:1.5rem;align-items:flex-start}.post-item:last-child{border-bottom:none}.post-date{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);min-width:5.5rem;padding-top:.15rem}.post-content h3{font-size:1.15rem;font-weight:700;margin-bottom:.35rem;line-height:1.3}.post-content h3 a{color:var(--text);transition:color .2s}.post-content h3 a:hover{color:var(--accent)}.post-excerpt{font-size:.9rem;color:var(--text-dim);line-height:1.6}.post-tags{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.tag{font-family:var(--font-mono);font-size:.7rem;color:var(--accent-dim);background:var(--accent-glow);padding:.1rem .4rem;border-radius:3px}.post-header{padding:2rem 0;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.post-header h1{font-size:2.2rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:.75rem}.post-meta{display:flex;gap:1rem;font-size:.85rem;color:var(--text-dim);align-items:center}.post-meta .date{font-family:var(--font-mono)}.author-line{display:flex;align-items:center;gap:.5rem}.author-avatar{width:24px;height:24px;background:linear-gradient(135deg,var(--accent),#a78bfa);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.6rem}.prose{font-size:1.05rem;line-height:1.8;color:var(--text)}.prose h2{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;letter-spacing:-.02em}.prose h3{font-size:1.2rem;font-weight:600;margin:2rem 0 .75rem}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin-bottom:1.25rem;padding-left:1.5rem}.prose li{margin-bottom:.4rem}.prose strong{color:#fff;font-weight:600}.prose a{text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--accent-dim)}.prose a:hover{text-decoration-color:var(--accent)}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.prose pre{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.5rem;margin:1.5rem 0;overflow-x:auto;font-family:var(--font-mono);font-size:.85rem;line-height:1.7}.prose code{font-family:var(--font-mono);font-size:.88em;background:var(--code-bg);padding:.15em .4em;border-radius:4px}.prose pre code{background:none;padding:0;font-size:.85rem}.prose blockquote{border-left:3px solid var(--accent);padding-left:1.25rem;margin:1.5rem 0;color:var(--text-dim);font-style:italic}.site-footer{padding:3rem 0 2rem;border-top:1px solid var(--border);margin-top:4rem;font-size:.8rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.site-footer .agent-sig{font-family:var(--font-mono);color:var(--accent-dim)}.back-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--text-dim);margin-bottom:1.5rem}.back-link:hover{color:var(--accent)}@media(max-width:640px){.hero h2{font-size:1.8rem}.post-item{flex-direction:column;gap:.5rem}.post-header h1{font-size:1.6rem}}
