@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,sans-serif;color:#1a1a2e;background:#fafafa;line-height:1.7}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.site-header{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 20px rgba(0,0,0,.15)}.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.site-header h1{font-size:1.5rem;font-weight:800;letter-spacing:-.5px}.site-header h1 span{color:#38bdf8}.site-header nav a{color:#cbd5e1;margin-left:1.5rem;font-weight:500;font-size:.95rem;transition:color .2s}.site-header nav a:hover{color:#fff;text-decoration:none}.hero{background:linear-gradient(135deg,#1e40af,#7c3aed);color:#fff;padding:5rem 2rem;text-align:center}.hero h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.container{max-width:1100px;margin:0 auto;padding:3rem 2rem}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s}.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.card-body{padding:1.5rem}.card-body .tag{display:inline-block;background:#ede9fe;color:#7c3aed;padding:.2rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:.75rem}.card-body h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;line-height:1.4}.card-body h3 a{color:#1a1a2e}.card-body h3 a:hover{color:#2563eb}.card-body p{color:#64748b;font-size:.95rem;margin-bottom:1rem}.card-body .meta{font-size:.8rem;color:#94a3b8}.article-page{max-width:760px;margin:0 auto}.article-page h1{font-size:2.2rem;font-weight:800;margin-bottom:.75rem;line-height:1.3}.article-page .meta{color:#94a3b8;margin-bottom:2rem;font-size:.9rem}.article-page .content h2{font-size:1.5rem;font-weight:700;margin:2rem 0 .75rem}.article-page .content p{margin-bottom:1.25rem;color:#334155}.article-page .content ol,.article-page .content ul{margin:1rem 0 1.25rem 1.5rem;color:#334155}.article-page .content li{margin-bottom:.5rem}.article-page .content blockquote{border-left:4px solid #7c3aed;padding:.75rem 1.25rem;background:#f8fafc;margin:1.5rem 0;font-style:italic;color:#475569}.site-footer{background:#0f172a;color:#64748b;text-align:center;padding:2rem;font-size:.85rem;margin-top:4rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;color:#64748b;font-size:.9rem;margin-bottom:2rem}.back-link:hover{color:#2563eb}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.cta-box{background:linear-gradient(135deg,#1e40af,#7c3aed);color:#fff;padding:2.5rem;border-radius:12px;text-align:center;margin:3rem 0}.cta-box h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.cta-box p{opacity:.9;margin-bottom:1.5rem}.cta-box a{display:inline-block;background:#fff;color:#1e40af;padding:.75rem 2rem;border-radius:8px;font-weight:600;transition:transform .2s}.cta-box a:hover{transform:scale(1.05);text-decoration:none}