
    /* Scoped styles to avoid theme conflicts */
    .tps-article{
      --tps-blue:#3598db;
      --text:#111827;
      --muted:#4b5563;
      --line:#e5e7eb;
      --card:#f8fafc;
      font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      line-height:1.65;
      max-width:980px;
      margin:0 auto;
      padding:24px 16px 56px;
    }
    .tps-article h1,
    .tps-article h2,
    .tps-article h3{
      color:var(--tps-blue);
      font-weight:800;
      line-height:1.25;
      margin:18px 0 10px;
    }
    .tps-article h1{font-size:32px;margin-top:0;}
    .tps-article h2{font-size:22px;margin-top:28px;}
    .tps-article h3{font-size:18px;margin-top:18px;}
    .tps-article p{margin:10px 0;}
    .tps-article a{color:var(--tps-blue);font-weight:800;text-decoration:none;}
    .tps-article a:hover{text-decoration:underline;}
    .tps-hero{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px;}
    .tps-meta{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:10px;color:var(--muted);font-size:14px;}
    .tps-pill{border:1px solid var(--line);padding:6px 10px;border-radius:999px;background:#fff;}
    .tps-card{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:14px;
      padding:14px 16px;
      margin:14px 0;
    }
    .tps-toc{
      border:1px solid var(--line);
      border-radius:14px;
      padding:14px 16px;
      margin:14px 0 22px;
      background:#fff;
    }
    .tps-toc strong{color:var(--tps-blue);}
    .tps-toc ol{margin:10px 0 0 18px;}
    .tps-figure{
      margin:16px 0;
      padding:12px;
      border:1px solid var(--line);
      border-radius:14px;
      background:#fff;
    }
    .tps-figure img{width:100%;height:auto;border-radius:12px;display:block;}
    .tps-figure figcaption{margin-top:10px;font-size:13px;color:var(--muted);}
    .tps-callout{
      border:1px solid var(--line);
      border-left:6px solid var(--tps-blue);
      border-radius:14px;
      padding:14px 16px;
      background:var(--card);
      margin:16px 0;
    }
    .tps-btns{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;}
    .tps-btn{
      display:inline-block;
      padding:10px 12px;
      border-radius:12px;
      border:1px solid var(--tps-blue);
      background:var(--tps-blue);
      color:#fff;
      font-weight:800;
      text-decoration:none;
    }
    .tps-btn.secondary{background:#fff;color:var(--tps-blue);}
    .tps-small{font-size:14px;color:var(--muted);}
    .tps-checklist ul{margin:8px 0 0 18px;}
    .tps-faq{border-top:1px solid var(--line);padding-top:14px;margin-top:24px;}
    .sr-only{
      position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
      clip:rect(0,0,0,0);white-space:nowrap;border:0;
    }
  