@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Syne:wght@400;600;700;800&family=JetBrains+Mono:wght@400;500&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;1,9..40,400&display=swap");:root{--bg:#020507;--bg-card:rgba(255,255,255,0.04);--bg-card-hover:rgba(255,255,255,0.07);--border:rgba(255,255,255,0.08);--text:#f0f0f0;--text-muted:#6b7280;--amber:#f59e0b;--cyan:#22d3ee;--green:#4ade80;--red:#f87171;--purple:#a78bfa;--font-display:"Instrument Serif",serif;--font-sub:"Syne",sans-serif;--font-mono:"JetBrains Mono",monospace;--font-body:"DM Sans",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}body,html{background-color:var(--bg)}body{min-height:100vh}a{color:inherit;text-decoration:none}.blog-content h2{font-size:1.3rem;font-weight:800;margin:2rem 0 .75rem}.blog-content h2,.blog-content h3{font-family:var(--font-sub);color:var(--text)}.blog-content h3{font-size:1.05rem;font-weight:700;margin:1.5rem 0 .5rem}.blog-content p{margin-bottom:1rem;color:var(--text)}.blog-content ol,.blog-content ul{margin:.75rem 0 1rem 1.5rem}.blog-content li{margin-bottom:.4rem;color:var(--text)}.blog-content strong{color:var(--amber);font-weight:700}.blog-content hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.blog-content a{color:var(--amber);text-decoration:underline}