*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #0a0e17;--bg-secondary: #111827;--bg-card: #1a2235;--bg-card-hover: #1f2a40;--accent: #22d3ee;--accent-dim: rgba(34, 211, 238, .15);--accent-hover: #06b6d4;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--border: #1e293b;--border-light: #334155;--success: #34d399;--warning: #fbbf24;--danger: #f87171;--radius: 8px;--radius-lg: 12px;--max-width: 1200px;--header-height: 64px}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;scroll-behavior:smooth}body{min-height:100vh;display:flex;flex-direction:column}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto}.nav{position:sticky;top:0;z-index:100;background:#0a0e17e6;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:var(--header-height)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:100%}.nav-logo{font-size:1.5rem;font-weight:800;color:var(--accent);letter-spacing:-.02em}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--accent)}.nav-toggle{display:none;background:none;border:none;color:var(--text-primary);font-size:1.5rem;cursor:pointer}.hero{text-align:center;padding:5rem 1.5rem 3rem;max-width:var(--max-width);margin:0 auto}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15;margin-bottom:1rem}.hero h1 .accent{color:var(--accent)}.hero p{font-size:1.2rem;color:var(--text-secondary);max-width:640px;margin:0 auto 2rem}.hero-cta{display:inline-block;background:var(--accent);color:var(--bg-primary);font-weight:700;padding:.75rem 2rem;border-radius:var(--radius);transition:background .2s}.hero-cta:hover{background:var(--accent-hover);color:var(--bg-primary)}.category-filter{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;padding:0 1.5rem;margin-bottom:2.5rem}.category-filter a{padding:.4rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:500;border:1px solid var(--border-light);color:var(--text-secondary);transition:all .2s}.category-filter a:hover,.category-filter a.active{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem 3rem}.article-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:transform .2s,border-color .2s,background .2s;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-2px);border-color:var(--accent);background:var(--bg-card-hover)}.article-card .card-category{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);background:var(--accent-dim);padding:.2rem .6rem;border-radius:9999px;margin-bottom:.75rem;width:fit-content}.article-card h3{font-size:1.15rem;font-weight:700;line-height:1.3;margin-bottom:.5rem;color:var(--text-primary)}.article-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.5;flex:1}.article-card .card-meta{display:flex;gap:1rem;margin-top:1rem;font-size:.8rem;color:var(--text-muted)}.post-header{max-width:720px;margin:3rem auto 2rem;padding:0 1.5rem}.post-header .post-category{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);background:var(--accent-dim);padding:.25rem .75rem;border-radius:9999px;margin-bottom:1rem}.post-header h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:.75rem}.post-meta{display:flex;gap:1.25rem;color:var(--text-muted);font-size:.875rem}.post-content{max-width:720px;margin:0 auto;padding:0 1.5rem 3rem}.post-content h2{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--text-primary)}.post-content h3{font-size:1.25rem;font-weight:600;margin:2rem 0 .75rem;color:var(--text-primary)}.post-content p{margin-bottom:1.25rem;color:var(--text-secondary);line-height:1.8}.post-content ul,.post-content ol{margin:0 0 1.25rem 1.5rem;color:var(--text-secondary)}.post-content li{margin-bottom:.5rem;line-height:1.7}.post-content code{background:var(--bg-card);padding:.15rem .4rem;border-radius:4px;font-size:.9em}.post-content pre{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;overflow-x:auto;margin-bottom:1.5rem}.post-content blockquote{border-left:3px solid var(--accent);padding:.75rem 1.25rem;margin:1.5rem 0;background:var(--accent-dim);border-radius:0 var(--radius) var(--radius) 0}.post-content a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.post-content strong{color:var(--text-primary);font-weight:600}.post-content table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.post-content th,.post-content td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.post-content th{font-weight:600;color:var(--text-primary);background:var(--bg-card)}.affiliate-disclosure{max-width:720px;margin:0 auto 1.5rem;padding:.75rem 1.25rem;background:#fbbf2414;border:1px solid rgba(251,191,36,.2);border-radius:var(--radius);font-size:.8rem;color:var(--warning)}.affiliate-cta{background:linear-gradient(135deg,var(--bg-card),var(--bg-secondary));border:1px solid var(--accent);border-radius:var(--radius-lg);padding:2rem;margin:2.5rem 0;text-align:center}.affiliate-cta h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.affiliate-cta p{color:var(--text-secondary);margin-bottom:1.25rem}.affiliate-cta .cta-button{display:inline-block;background:var(--accent);color:var(--bg-primary);font-weight:700;padding:.75rem 2rem;border-radius:var(--radius);transition:background .2s}.affiliate-cta .cta-button:hover{background:var(--accent-hover);color:var(--bg-primary)}.email-signup{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem;text-align:center}.email-signup-box{background:linear-gradient(135deg,var(--bg-card),var(--bg-secondary));border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:3rem 2rem;max-width:600px;margin:0 auto}.email-signup-box h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.email-signup-box p{color:var(--text-secondary);margin-bottom:1.5rem}.email-signup-box form{display:flex;gap:.5rem;max-width:420px;margin:0 auto}.email-signup-box input[type=email]{flex:1;padding:.75rem 1rem;border:1px solid var(--border-light);border-radius:var(--radius);background:var(--bg-primary);color:var(--text-primary);font-size:.9rem}.email-signup-box input[type=email]::placeholder{color:var(--text-muted)}.email-signup-box button{padding:.75rem 1.5rem;background:var(--accent);color:var(--bg-primary);border:none;border-radius:var(--radius);font-weight:700;cursor:pointer;transition:background .2s}.email-signup-box button:hover{background:var(--accent-hover)}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0}.tags a{font-size:.8rem;padding:.3rem .75rem;border:1px solid var(--border-light);border-radius:9999px;color:var(--text-muted);transition:all .2s}.tags a:hover{border-color:var(--accent);color:var(--accent)}.footer{margin-top:auto;border-top:1px solid var(--border);padding:2rem 1.5rem;text-align:center}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-links{display:flex;gap:1.5rem;justify-content:center;list-style:none;margin-bottom:1rem}.footer-links a{color:var(--text-muted);font-size:.85rem}.footer-links a:hover{color:var(--accent)}.footer-copy{font-size:.8rem;color:var(--text-muted)}.page-content{max-width:720px;margin:3rem auto;padding:0 1.5rem}.page-content h1{font-size:2rem;font-weight:800;margin-bottom:1.5rem}.page-content h2{font-size:1.4rem;font-weight:700;margin:2rem 0 .75rem}.page-content p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.7}.page-content ul{list-style:disc;margin:0 0 1rem 1.5rem;color:var(--text-secondary)}.page-content li{margin-bottom:.5rem}.section-heading{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:2rem}@media(max-width:768px){.nav-links{display:none;position:absolute;top:var(--header-height);left:0;right:0;background:var(--bg-primary);border-bottom:1px solid var(--border);flex-direction:column;padding:1rem 1.5rem;gap:.75rem}.nav-links.open{display:flex}.nav-toggle{display:block}.article-grid{grid-template-columns:1fr}.email-signup-box form{flex-direction:column}.hero{padding:3rem 1rem 2rem}.footer-links{flex-wrap:wrap}}
