*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #0d9488;--accent-light: #14b8a6;--bg: #0f1117;--bg-surface: #1a1d27;--bg-surface-hover: #242836;--text: #e4e4e7;--text-muted: #a1a1aa;--text-dim: #71717a;--text-bright: #fafafa;--border: #27272a;--cta-text: #fff;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--max-width: 720px}@media(prefers-color-scheme:light){:root{--accent: #0d9488;--accent-light: #0a7a70;--bg: #f8f8fc;--bg-surface: #ffffff;--bg-surface-hover: #f0f0f5;--text: #1a1c24;--text-muted: #66687a;--text-dim: #9a9caa;--text-bright: #111218;--border: #dddbe4;--cta-text: #fff}}html{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--accent-light);text-decoration:none}a:hover{text-decoration:underline}.blog-nav{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:1.5rem 1.25rem}.blog-nav-brand{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;color:var(--text);text-decoration:none}.blog-nav-brand:hover{text-decoration:none}.blog-nav-brand span{color:var(--text-muted);font-weight:400}.blog-nav-links{display:flex;gap:1.25rem;list-style:none}.blog-nav-links a{color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color .15s}.blog-nav-links a:hover{color:var(--text);text-decoration:none}.blog-footer{max-width:var(--max-width);margin:0 auto;padding:3rem 1.25rem 2rem;border-top:1px solid var(--border);text-align:center;color:var(--text-dim);font-size:.8125rem}.blog-footer a{color:var(--text-muted)}.blog-article[data-astro-cid-bvzihdzo]{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem 4rem}.article-header[data-astro-cid-bvzihdzo]{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.draft-badge[data-astro-cid-bvzihdzo]{display:inline-block;padding:.2rem .6rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fbbf24;background:#fbbf241a;border:1px solid rgba(251,191,36,.25);border-radius:4px}.article-header[data-astro-cid-bvzihdzo] h1[data-astro-cid-bvzihdzo]{font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:var(--text-bright);margin-bottom:.75rem}.article-meta[data-astro-cid-bvzihdzo]{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.875rem}.meta-sep[data-astro-cid-bvzihdzo]{opacity:.4}.article-body[data-astro-cid-bvzihdzo]{font-size:1.0625rem;line-height:1.8}.article-body[data-astro-cid-bvzihdzo] h2{font-size:1.5rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-bright);letter-spacing:-.015em}.article-body[data-astro-cid-bvzihdzo] h3{font-size:1.2rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:var(--text)}.article-body[data-astro-cid-bvzihdzo] p{margin-bottom:1.25rem}.article-body[data-astro-cid-bvzihdzo] strong{color:var(--text-bright);font-weight:600}.article-body[data-astro-cid-bvzihdzo] ul,.article-body[data-astro-cid-bvzihdzo] ol{margin-bottom:1.25rem;padding-left:1.5rem}.article-body[data-astro-cid-bvzihdzo] li{margin-bottom:.4rem}.article-body[data-astro-cid-bvzihdzo] li strong{color:var(--accent-light)}.article-body[data-astro-cid-bvzihdzo] a{color:var(--accent-light);text-decoration:underline;text-underline-offset:2px}.article-body[data-astro-cid-bvzihdzo] a:hover{color:var(--accent)}.article-body[data-astro-cid-bvzihdzo] blockquote{border-left:3px solid var(--accent);padding:.75rem 1rem;margin:1.5rem 0;background:var(--bg-surface);border-radius:0 6px 6px 0;color:var(--text-muted);font-style:italic}.article-body[data-astro-cid-bvzihdzo] code{font-family:var(--font-mono);font-size:.875em;background:var(--bg-surface);padding:.15em .4em;border-radius:4px}.article-body[data-astro-cid-bvzihdzo] hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.article-footer[data-astro-cid-bvzihdzo]{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.article-cta[data-astro-cid-bvzihdzo]{text-align:center;margin-bottom:2rem}.article-cta[data-astro-cid-bvzihdzo] p[data-astro-cid-bvzihdzo]{color:var(--text-muted);margin-bottom:.75rem;font-size:1.0625rem}.cta-button[data-astro-cid-bvzihdzo]{display:inline-block;padding:.75rem 2rem;background:var(--accent);color:var(--cta-text);font-weight:600;font-size:1rem;border-radius:8px;text-decoration:none;transition:background .15s}.cta-button[data-astro-cid-bvzihdzo]:hover{background:var(--accent-light);text-decoration:none}.article-tags[data-astro-cid-bvzihdzo]{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.tag[data-astro-cid-bvzihdzo]{font-size:.75rem;padding:.25rem .625rem;background:var(--bg-surface);color:var(--text-muted);border-radius:999px;border:1px solid var(--border)}@media(max-width:640px){.article-header[data-astro-cid-bvzihdzo] h1[data-astro-cid-bvzihdzo]{font-size:1.75rem}.article-body[data-astro-cid-bvzihdzo]{font-size:1rem}.article-body[data-astro-cid-bvzihdzo] h2{font-size:1.3rem}}
