
  .tps-article, .tps-article * { box-sizing: border-box; }
  .tps-article { font-family: Arial, Helvetica, sans-serif; color:#1f2933; line-height:1.65; max-width:1120px; margin:0 auto; padding:18px; }
  .tps-article a { color:#005baa; text-decoration:none; }
  .tps-article a:hover { text-decoration:underline; }
  .tps-article h2 { font-size:30px; line-height:1.25; margin:42px 0 14px; color:#0b2f5b; }
  .tps-article h3 { font-size:22px; line-height:1.35; margin:28px 0 10px; color:#123f73; }
  .tps-article p { margin:0 0 16px; }
  .tps-article ul, .tps-article ol { margin:0 0 18px 22px; padding:0; }
  .tps-article li { margin:7px 0; }
  .tps-lead { font-size:18px; color:#334e68; background:#f4f8fc; border-left:5px solid #005baa; padding:18px 20px; border-radius:10px; }
  .tps-toc { background:#f7fafc; border:1px solid #dbe7f3; border-radius:12px; padding:22px; margin:28px 0; }
  .tps-toc strong { display:block; color:#0b2f5b; font-size:20px; margin-bottom:8px; }
  .tps-toc a { display:block; padding:4px 0; }
  .tps-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin:18px 0; }
  .tps-card { border:1px solid #dbe7f3; border-radius:12px; padding:18px; background:#fff; }
  .tps-card h3 { margin-top:0; }
  .tps-table { width:100%; border-collapse:collapse; margin:18px 0 24px; font-size:15px; }
  .tps-table th { background:#0b5aa6; color:#fff; text-align:left; }
  .tps-table th, .tps-table td { border:1px solid #d7e2ee; padding:10px 12px; vertical-align:top; }
  .tps-table tr:nth-child(even) td { background:#f8fbfe; }
  .tps-note { background:#fff8e6; border:1px solid #f2d68a; border-radius:10px; padding:16px 18px; margin:20px 0; }
  .tps-cta { background:#0b2f5b; color:#fff; border-radius:14px; padding:24px; margin:34px 0; }
  .tps-cta h2, .tps-cta h3, .tps-cta p { color:#fff; }
  .tps-cta a { color:#fff; font-weight:bold; text-decoration:underline; }
  .tps-figure { margin:28px 0; border:1px solid #dbe7f3; border-radius:14px; padding:16px; background:#ffffff; overflow:hidden; }
  .tps-figure svg { width:100%; height:auto; display:block; }
  .tps-figure figcaption { color:#52616f; font-size:14px; margin-top:10px; }
  .tps-badge { display:inline-block; background:#e8f2fd; color:#0b5aa6; border-radius:999px; padding:4px 10px; font-size:13px; font-weight:bold; margin-right:6px; }
  .tps-faq { border-top:1px solid #dbe7f3; padding-top:18px; }
  @media (max-width:760px){ .tps-article{padding:12px;} .tps-grid{grid-template-columns:1fr;} .tps-article h2{font-size:25px;} .tps-article h3{font-size:20px;} .tps-table{font-size:14px;} }
