:root{--accent: #f7931a;--accent-dim: rgba(247, 147, 26, .55);--bg: #0c0e12;--bg-card: #151820;--bg-input: #1a1d26;--bg-deeper: #06080b;--text: #e6e8ec;--text-muted: #98a0b0;--text-muted-strong: #c4cad8;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .18);--mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1;max-width:720px;margin:0 auto;padding:1.5rem 1.25rem 3rem;width:100%}.blog-header{border-bottom:1px solid var(--border);padding:1rem 1.25rem}.blog-header-inner{max-width:720px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.brand-link{display:inline-flex;align-items:center;gap:.6rem;color:var(--text);text-decoration:none;font-weight:700;letter-spacing:-.01em}.brand-link:hover{color:var(--accent)}.brand-mark{width:22px;height:22px;background:var(--accent);color:#0c0e12;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-family:var(--mono);font-size:14px}.blog-header-nav{display:flex;gap:1rem;font-size:.9rem}.blog-header-nav a{color:var(--text-muted);text-decoration:none}.blog-header-nav a:hover{color:var(--accent)}.intro{font-size:1.1rem;color:var(--text-muted-strong);line-height:1.55;margin:1.5rem 0 2.5rem}.post-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.post-list>li{padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.post-list>li:last-child{border-bottom:0}.post-list h2{font-size:1.4rem;margin:0 0 .4rem;letter-spacing:-.01em}.post-list h2 a{color:var(--text);text-decoration:none}.post-list h2 a:hover{color:var(--accent)}.post-list-meta{font-size:.82rem;color:var(--text-muted);margin-bottom:.5rem;font-family:var(--mono)}.post-list-description{color:var(--text-muted-strong);margin:0;line-height:1.55}.post-header{margin:1.5rem 0 2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.post-header h1{font-size:2rem;letter-spacing:-.015em;margin:.3rem 0 .6rem;line-height:1.2}.post-meta{font-size:.82rem;color:var(--text-muted);font-family:var(--mono)}.post-description{font-size:1.1rem;color:var(--text-muted-strong);margin:.75rem 0 0;line-height:1.5}.post-content{font-size:1rem;line-height:1.7}.post-content h2{font-size:1.5rem;margin:2.5rem 0 .75rem;letter-spacing:-.01em}.post-content h3{font-size:1.2rem;margin:1.8rem 0 .5rem;letter-spacing:-.005em}.post-content p{margin:1rem 0}.post-content a{color:var(--accent);text-decoration:underline;text-decoration-color:var(--accent-dim);text-underline-offset:3px}.post-content a:hover{text-decoration-color:var(--accent)}.post-content strong{color:var(--text)}.post-content em{color:var(--text);font-style:italic}.post-content ul,.post-content ol{padding-left:1.5rem;margin:1rem 0}.post-content li{margin:.5rem 0}.post-content blockquote{margin:1.5rem 0;padding:.75rem 1rem;border-left:3px solid var(--accent);background:#f7931a0d;color:var(--text-muted-strong);font-style:italic}.post-content code{font-family:var(--mono);font-size:.88em;background:var(--bg-input);border:1px solid var(--border);padding:.1em .35em;border-radius:4px;color:var(--text)}.post-content pre{background:var(--bg-deeper);border:1px solid var(--border);border-radius:8px;padding:1rem 1.1rem;overflow-x:auto;font-family:var(--mono);font-size:.85rem;line-height:1.55;margin:1.25rem 0}.post-content pre code{background:transparent;border:0;padding:0;font-size:inherit}.post-content hr{border:0;border-top:1px solid var(--border);margin:2.5rem 0}.post-footer-cta{margin:3rem 0 0;padding:1.25rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;gap:.5rem}.post-footer-cta strong{color:var(--text)}.post-footer-cta p{margin:0;color:var(--text-muted-strong);font-size:.95rem;line-height:1.5}.post-footer-cta a{display:inline-block;margin-top:.5rem;padding:.55rem 1rem;background:var(--accent);color:#0c0e12;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;align-self:flex-start;transition:filter .1s}.post-footer-cta a:hover{filter:brightness(1.1)}.blog-footer{border-top:1px solid var(--border);padding:1rem 1.25rem;font-size:.82rem;color:var(--text-muted)}.blog-footer-inner{max-width:720px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.blog-footer a{color:var(--text-muted)}.blog-footer a:hover{color:var(--accent)}@media(max-width:540px){main{padding:1rem 1rem 2rem}.post-header h1{font-size:1.6rem}.post-content h2{font-size:1.3rem}.post-content h3{font-size:1.1rem}.blog-header-inner,.blog-footer-inner{gap:.5rem}}
