*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#7c3aed;--dark:#111827;--light:#f9fafb;--gray:#6b7280;--border:#e5e7eb;--shadow:0 1px 3px 0 rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--radius:12px;--radius-lg:20px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:var(--dark);line-height:1.5;transition:background .2s,color .2s}body.dark{background:#0f172a;color:#e2e8f0}body.dark .card{background:#1e293b;border-color:#334155}body.dark .btn-outline{border-color:#475569;color:#cbd5e1}body.dark .btn-outline:hover{background:#334155;color:#fff}body.dark .tag{background:#334155;color:#cbd5e6}body.dark .hero{background:#0f172a}body.dark .affiliate-header,body.dark .blog-header,body.dark .news-header{background:linear-gradient(135deg,#1e1b4b,#0f172a)}.container{max-width:1280px;margin:0 auto;padding:0 24px}h1,h2,h3,h4{line-height:1.2;font-weight:700}h1{font-size:3rem;margin-bottom:1rem}h2{font-size:2rem;margin-bottom:1.5rem}h3{font-size:1.25rem;margin-bottom:.5rem}.section-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem;border-left:4px solid var(--primary);padding-left:1rem}.btn{display:inline-block;background:var(--primary);color:#fff;padding:10px 24px;border-radius:40px;font-weight:500;transition:all .2s;border:none;cursor:pointer;font-size:.9rem;text-decoration:none}.btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:2rem;gap:2rem;margin-top:1rem}.card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;border:1px solid var(--border);text-decoration:none;color:inherit;display:block}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card-image{width:100%;height:200px;object-fit:cover}.card-content{padding:1.5rem}.card-meta{font-size:.8rem;color:var(--gray);margin-bottom:.75rem;display:flex;gap:1rem;flex-wrap:wrap}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.card-excerpt{color:var(--gray);font-size:.9rem;margin-bottom:1rem;line-height:1.5}.tag{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:500;color:var(--primary)}.ad-placeholder,.tag{background:var(--light)}.ad-placeholder{border:2px dashed var(--border);padding:2rem;text-align:center;border-radius:var(--radius);margin:2rem 0;color:var(--gray)}.share-buttons{display:flex;gap:1rem;margin:2rem 0;padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap}.share-buttons a{color:var(--primary);text-decoration:none}.share-buttons a:hover{text-decoration:underline}@media (max-width:768px){.container{padding:0 16px}h1{font-size:2rem}.section-title{font-size:1.5rem}.card-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.card-image{height:160px}.card-content{padding:1rem}}.navbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.95);transition:all .3s ease}body.dark .navbar{background:rgba(15,23,42,.95);border-bottom-color:#1e293b}.nav-container{max-width:1280px;margin:0 auto;flex-wrap:wrap}.nav-brand,.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:800;text-decoration:none;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent;transition:all .3s ease}body.dark .logo{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.8rem;cursor:pointer;padding:.5rem;border-radius:8px;color:#111827}body.dark .mobile-menu-btn{color:#e2e8f0}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;font-weight:500;color:#111827;padding:.5rem 0;transition:color .2s}body.dark .nav-link{color:#e2e8f0}.nav-link:hover{color:#2563eb}.dark-toggle{background:#f3f4f6;border:1px solid #e5e7eb;padding:.5rem 1.2rem;border-radius:40px;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s;color:#111827}body.dark .dark-toggle{background:#1e293b;border-color:#334155;color:#e2e8f0}.dark-toggle:hover{background:#e5e7eb;transform:scale(1.02)}body.dark .dark-toggle:hover{background:#334155}@media (max-width:768px){.navbar{padding:1rem}.mobile-menu-btn{display:block}.nav-menu{display:none;flex-direction:column;gap:1rem;padding:1rem 0;width:100%;margin-top:1rem}.nav-menu.active{display:flex}.nav-brand{width:100%}.nav-container{flex-direction:column;align-items:stretch}.dark-toggle{width:100%;text-align:center;padding:.75rem}.nav-link{text-align:center;padding:.5rem}}@media (max-width:480px){.logo{font-size:1.2rem}.mobile-menu-btn{font-size:1.5rem}}.hero-section{background:linear-gradient(135deg,#f9fafb,#fff);padding:4rem 0;text-align:center;margin-bottom:2rem;transition:background .3s ease}body.dark .hero-section{background:linear-gradient(135deg,#0f172a,#1e1b4b)}.hero-title{font-size:3rem;margin-bottom:1rem;font-weight:800;color:#111827;transition:color .3s ease}body.dark .hero-title{color:#fff}.hero-subtitle{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto;transition:color .3s ease}body.dark .hero-subtitle{color:#cbd5e1}@media (max-width:768px){.hero-section{padding:2rem 0}.hero-title{font-size:1.75rem;padding:0 1rem}.hero-subtitle{font-size:1rem;padding:0 1rem}}.affiliate-header,.blog-header,.news-header,.products-header{background:linear-gradient(135deg,#f9fafb,#fff);padding:3rem 0;text-align:center;border-bottom:1px solid var(--border);transition:all .3s ease}body.dark .affiliate-header,body.dark .blog-header,body.dark .news-header,body.dark .products-header{background:linear-gradient(135deg,#0f172a,#1e1b4b);border-bottom-color:#1e293b}.affiliate-header h1,.blog-header h1,.news-header h1,.products-header h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--dark);transition:color .3s ease}body.dark .affiliate-header h1,body.dark .blog-header h1,body.dark .news-header h1,body.dark .products-header h1{color:#fff}.affiliate-header p,.blog-header p,.news-header p,.products-header p{color:var(--gray);font-size:1.1rem;max-width:600px;margin:0 auto;transition:color .3s ease}body.dark .affiliate-header p,body.dark .blog-header p,body.dark .news-header p,body.dark .products-header p{color:#cbd5e1}.affiliate-disclosure-badge{display:inline-block;margin-top:1rem;font-size:.8rem;color:var(--gray);background:#fef3c7;padding:.5rem 1rem;border-radius:40px;transition:all .3s ease}body.dark .affiliate-disclosure-badge{background:#451a03;color:#fde68a}@media (max-width:768px){.affiliate-header,.blog-header,.news-header,.products-header{padding:2rem 0}.affiliate-header h1,.blog-header h1,.news-header h1,.products-header h1{font-size:1.75rem}.affiliate-header p,.blog-header p,.news-header p,.products-header p{font-size:1rem;padding:0 1rem}}.container,main,section{transition:background .3s ease,color .3s ease}body.dark .card,body.dark .cons-box,body.dark .full-description,body.dark .pros-box{background:#1e293b}body.dark .product-brand{color:#94a3b8}body.dark .product-description{color:#cbd5e1}body.dark .original-price{color:#94a3b8}body.dark .ad-placeholder{background:#1e293b;border-color:#334155;color:#94a3b8}body.dark .share-buttons{border-top-color:#334155;border-bottom-color:#334155}body.dark .section-title{color:#e2e8f0}