*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #a5b4fc;--accent: #f59e0b;--text: #1e293b;--text-light: #64748b;--bg: #ffffff;--bg-soft: #f8fafc;--bg-card: #ffffff;--border: #e2e8f0;--success: #10b981;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);--max-width: 1200px;--content-width: 800px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}.site-header{background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px);background:#fffffff2}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}.logo{font-size:1.5rem;font-weight:800;color:var(--text);display:flex;align-items:center;gap:.5rem}.logo span{color:var(--primary)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-light);font-weight:500;font-size:.95rem;transition:color .2s}.nav-links a:hover{color:var(--primary)}.hero{background:linear-gradient(135deg,#eef2ff,#faf5ff,#fff7ed);padding:5rem 1.5rem 4rem;text-align:center}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.2;color:var(--text);max-width:800px;margin:0 auto 1rem}.hero h1 .highlight{color:var(--primary)}.hero p{font-size:1.2rem;color:var(--text-light);max-width:600px;margin:0 auto 2rem;line-height:1.6}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:.85rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .2s;box-shadow:0 4px 14px #6366f159}.hero-cta:hover{background:var(--primary-dark);color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #6366f166}.section{padding:4rem 1.5rem;max-width:var(--max-width);margin:0 auto}.section-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.section-subtitle{color:var(--text-light);font-size:1.05rem;margin-bottom:2.5rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.article-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .25s;display:flex;flex-direction:column}.article-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-color:var(--primary-light)}.card-image{height:200px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;position:relative}.card-badge{position:absolute;top:12px;left:12px;background:#fffffff2;color:var(--primary);font-size:.75rem;font-weight:700;padding:.3rem .8rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em}.card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.card-body h3{font-size:1.15rem;font-weight:700;margin-bottom:.6rem;line-height:1.4;color:var(--text)}.card-body p{color:var(--text-light);font-size:.92rem;line-height:1.6;flex:1}.card-meta{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.82rem;color:var(--text-light)}.article-header{background:linear-gradient(135deg,#eef2ff,#faf5ff);padding:4rem 1.5rem 3rem;text-align:center}.article-header .category-tag{display:inline-block;background:var(--primary);color:#fff;padding:.3rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.article-header h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.25;max-width:800px;margin:0 auto 1rem}.article-header .meta{color:var(--text-light);font-size:.95rem}.article-content{max-width:var(--content-width);margin:0 auto;padding:3rem 1.5rem}.article-content h2{font-size:1.6rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:var(--text);padding-bottom:.5rem;border-bottom:2px solid var(--border)}.article-content h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:var(--text)}.article-content p{margin-bottom:1.2rem;color:var(--text);line-height:1.8}.article-content ul,.article-content ol{margin-bottom:1.2rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem;line-height:1.7}.article-content strong{color:var(--text)}.affiliate-box{background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:2px solid var(--primary-light);border-radius:var(--radius);padding:2rem;margin:2rem 0;text-align:center}.affiliate-box h4{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.affiliate-box p{color:var(--text-light);margin-bottom:1.2rem;font-size:.95rem}.affiliate-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:.75rem 2rem;border-radius:50px;font-weight:600;font-size:.95rem;transition:all .2s;box-shadow:0 4px 14px #6366f14d}.affiliate-btn:hover{background:var(--primary-dark);color:#fff;transform:translateY(-1px)}.comparison-table{width:100%;border-collapse:collapse;margin:2rem 0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.comparison-table thead th{background:var(--primary);color:#fff;padding:1rem;font-weight:600;font-size:.9rem;text-align:left}.comparison-table tbody td{padding:.9rem 1rem;border-bottom:1px solid var(--border);font-size:.92rem}.comparison-table tbody tr:hover{background:var(--bg-soft)}.comparison-table .winner{background:#ecfdf5;font-weight:600;color:var(--success)}.toc{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 2rem;margin-bottom:2.5rem}.toc h4{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);margin-bottom:.75rem}.toc ol{padding-left:1.2rem}.toc li{margin-bottom:.4rem}.toc a{color:var(--text);font-size:.92rem}.toc a:hover{color:var(--primary)}.site-footer{background:var(--text);color:#94a3b8;padding:3rem 1.5rem;margin-top:4rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-inner a{color:#94a3b8}.footer-inner a:hover{color:#fff}.footer-links{display:flex;gap:2rem;list-style:none;font-size:.9rem}@media(max-width:768px){.nav-links{display:none}.articles-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}.hero{padding:3rem 1.5rem 2.5rem}.section{padding:2.5rem 1rem}}
