body { background: #050508; color: #e2e8f0; margin: 0; font-family: 'Inter', sans-serif; }
      .blog-post-header { padding: 120px 24px 60px; text-align: center; background: linear-gradient(to bottom, #0f0f1a, #050508); }
      .blog-post-header h1 { font-family: 'Manrope', sans-serif; font-size: 40px; font-weight: 800; letter-spacing: -1.5px; line-height: 1.2; max-width: 800px; margin: 0 auto 16px; }
      .blog-post-header .meta { color: #94a3b8; font-size: 15px; }
      .back-link { color: #818cf8; text-decoration: none; font-weight: 700; display: inline-block; margin-bottom: 24px; }
      .blog-article { max-width: 760px; margin: 0 auto; padding: 32px 24px 80px; line-height: 1.8; font-size: 17px; }
      .blog-article h2 { font-family: 'Manrope', sans-serif; font-size: 28px; font-weight: 700; margin: 48px 0 16px; letter-spacing: -0.5px; }
      .blog-article h3 { font-family: 'Manrope', sans-serif; font-size: 21px; font-weight: 600; margin: 32px 0 12px; }
      .blog-article p { margin: 0 0 20px; }
      .blog-article a { color: #818cf8; text-decoration: underline; }
      .blog-article ul, .blog-article ol { margin: 0 0 20px 20px; }
      .blog-article li { margin-bottom: 8px; }
      .tldr { background: rgba(99,102,241,0.08); border: 1px solid rgba(99,102,241,0.25); border-radius: 12px; padding: 20px 24px; margin: 0 0 32px; }
      .tldr h2 { margin: 0 0 10px; font-size: 16px; letter-spacing: 0.04em; text-transform: uppercase; color: #a5b4fc; }
      .tldr p { margin: 0; font-size: 17px; }
      .compare-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14px; }
      .compare-table th, .compare-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.08); vertical-align: top; }
      .compare-table thead th { background: rgba(99,102,241,0.12); font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; }
      .cta-box { background: linear-gradient(135deg, rgba(99,102,241,0.15), rgba(139,92,246,0.1)); border: 1px solid rgba(99,102,241,0.3); border-radius: 20px; padding: 36px 28px; text-align: center; margin: 48px 0; }
      .cta-btn { display: inline-block; background: #6366f1; color: #fff; padding: 14px 32px; border-radius: 12px; text-decoration: none; font-weight: 700; }
      [data-theme="light"] body { background: #f8fafc; color: #1e293b; }
      [data-theme="light"] .blog-post-header { background: linear-gradient(to bottom, #fff, #f8fafc); }
      [data-theme="light"] .blog-post-header h1 { color: #0f172a; }
      [data-theme="light"] .tldr { background: rgba(255,255,255,0.6); }
      [data-theme="light"] .compare-table thead th { background: rgba(99,102,241,0.08); color: #0f172a; }
      [data-theme="light"] .compare-table th, [data-theme="light"] .compare-table td { border-color: #e2e8f0; }
