
  .tps-wrap,
  .tps-wrap *{box-sizing:border-box;}
  .tps-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.65;color:#172033;margin:0;width:100%;max-width:100%;}
  .tps-wrap a{color:#0b66b2;text-decoration:none;}
  .tps-wrap a:hover{text-decoration:underline;}
  .tps-wrap h2,.tps-wrap h3{color:#0b559f;font-weight:750;line-height:1.28;margin:34px 0 14px;}
  .tps-wrap h2{font-size:1.55rem;border-left:5px solid #3598db;padding-left:12px;}
  .tps-wrap h3{font-size:1.18rem;}
  .tps-wrap p{margin:0 0 15px;}
  .tps-wrap ul,.tps-wrap ol{margin:10px 0 18px 22px;padding:0;}
  .tps-wrap li{margin:6px 0;}
  .tps-hero{background:linear-gradient(135deg,#083f7a,#0c65b1);color:#fff;border-radius:16px;padding:26px;margin:0 0 24px;}
  .tps-hero p{color:#eef7ff;font-size:1.05rem;max-width:980px;}
  .tps-kicker{letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:700;opacity:.9;margin-bottom:8px;}
  .tps-quick{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:20px;}
  .tps-quick div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:12px;}
  .tps-quick strong{display:block;font-size:.9rem;color:#fff;}
  .tps-quick span{display:block;font-size:.9rem;color:#dff0ff;}
  .tps-toc{border:1px solid #d9e6f2;background:#f6fbff;border-radius:14px;padding:18px;margin:24px 0;}
  .tps-toc strong{display:block;color:#0b559f;margin-bottom:8px;font-size:1.05rem;}
  .tps-toc ol{columns:2;column-gap:28px;margin-bottom:0;}
  .tps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0;}
  .tps-card{border:1px solid #dfe8f1;border-radius:14px;padding:18px;background:#fff;box-shadow:0 2px 10px rgba(8,63,122,.05);}
  .tps-card h3{margin-top:0;}
  .tps-note{border-left:4px solid #3598db;background:#f5faff;padding:15px 16px;border-radius:0 12px 12px 0;margin:18px 0;}
  .tps-cta{background:#0b559f;color:#fff;border-radius:16px;padding:22px;margin:28px 0;}
  .tps-cta p{color:#edf7ff;}
  .tps-cta a{display:inline-block;background:#fff;color:#0b559f;font-weight:700;border-radius:999px;padding:10px 16px;margin-top:8px;}
  .tps-table{width:100%;border-collapse:collapse;margin:18px 0;font-size:.95rem;}
  .tps-table th{background:#0b559f;color:#fff;text-align:left;padding:10px;border:1px solid #0b559f;}
  .tps-table td{padding:10px;border:1px solid #d7e2ec;vertical-align:top;}
  .tps-table tr:nth-child(even) td{background:#f8fbfe;}
  .tps-figure{border:1px solid #dce8f3;border-radius:16px;background:#fff;padding:16px;margin:26px 0;overflow:hidden;}
  .tps-figure svg{width:100%;height:auto;display:block;}
  .tps-figure figcaption{font-size:.9rem;color:#4f5f72;margin-top:10px;}
  .tps-badge{display:inline-block;background:#e8f4ff;color:#0b559f;border:1px solid #badbf7;border-radius:999px;padding:4px 10px;font-size:.85rem;font-weight:700;margin:3px 4px 3px 0;}
  .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;}
  @media(max-width:800px){.tps-quick,.tps-grid{grid-template-columns:1fr}.tps-toc ol{columns:1}.tps-hero{padding:20px}}
