:root{--background:#0a0a0a;--foreground:#ededed;--card:#1a1a1a;--card-foreground:#ededed;--muted:#262626;--muted-foreground:#a3a3a3;--border:#2a2a2a;--primary:#10a37f;--primary-foreground:#fff;--secondary:#f59e0b;--accent:#ec4899;--accent-foreground:#fff;--destructive:#ef4444;--destructive-foreground:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}input,button,textarea,select{font:inherit}.blog-article{max-width:42rem;margin:0 auto;padding:4rem 1.5rem 6rem}.blog-article header{margin-bottom:3rem}.blog-article header h1{margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.25}.blog-article header .blog-meta{color:var(--muted-foreground);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.blog-article header .blog-meta span:not(:last-child):after{content:"·";margin-left:.75rem}.blog-article .blog-content h2{color:var(--foreground);margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.blog-article .blog-content h3{color:var(--foreground);margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.blog-article .blog-content p{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.blog-article .blog-content a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.blog-article .blog-content a:hover{opacity:.8}.blog-article .blog-content strong{color:var(--foreground);font-weight:600}.blog-article .blog-content ul,.blog-article .blog-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-article .blog-content li{color:var(--muted-foreground);margin-bottom:.5rem;font-size:1.0625rem;line-height:1.8}.blog-article .blog-content blockquote{border-left:3px solid var(--primary);color:var(--muted-foreground);margin:2rem 0;padding-left:1.25rem;font-style:italic}.blog-article .blog-content code{background:var(--muted);border-radius:.25rem;padding:.15em .4em;font-family:SF Mono,Fira Code,monospace;font-size:.9em}.blog-article .blog-content pre{background:var(--card);border:1px solid var(--border);border-radius:.5rem;margin-bottom:1.5rem;padding:1.25rem;overflow-x:auto}.blog-article .blog-content pre code{background:0 0;padding:0}.blog-article .blog-content hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.blog-article .blog-content img{border-radius:.5rem;max-width:100%;margin:2rem 0}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glow-pulse{0%,to{opacity:.5}50%{opacity:.8}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
