
  .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.55;
    color:#111;
    margin:0;
    width:100%;
    max-width:100%;
  }

  .tps-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    width:100%;
    max-width:100%;
  }

  @media(min-width:900px){
    .tps-grid{
      grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    }
  }

  .tps-grid > *{
    min-width:0;
  }

  .tps-card{
    border:1px solid #e6e6e6;
    border-radius:12px;
    padding:16px;
    background:#fff;
    width:100%;
    max-width:100%;
    min-width:0;
  }

  .tps-card.wide{
    grid-column:1 / -1;
  }

  .tps-h{
    color:#0b65c2;
    font-weight:800;
    margin:0 0 12px 0;
    font-size:1.08rem;
    line-height:1.3;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  .tps-k{
    margin:0;
    padding:0 0 0 20px;
    max-width:100%;
  }

  .tps-k li{
    margin:8px 0;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  .tps-note{
    border-left:4px solid #0b65c2;
    background:#f5f9ff;
    padding:10px 12px;
    border-radius:10px;
    margin-top:10px;
    max-width:100%;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  .tps-cta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:10px;
  }

  .tps-btn{
    display:inline-block;
    padding:10px 12px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
  }

  .tps-btn.primary{background:#0b65c2;color:#fff}
  .tps-btn.ghost{border:1px solid #0b65c2;color:#0b65c2}

  .tps-small{
    font-size:.92rem;
    color:#333;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  .tps-table-wrap{
    width:100%;
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    margin-top:8px;
  }

  .tps-table{
    width:max-content;
    min-width:100%;
    border-collapse:collapse;
    table-layout:auto;
    font-size:.82rem;
    line-height:1.4;
  }

  .tps-table th,
  .tps-table td{
    border:1px solid #e1e6ee;
    padding:8px 7px;
    vertical-align:top;
    white-space:normal;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  .tps-table th{
    background:#f5f9ff;
    text-align:center;
    font-weight:700;
    border-bottom:2px solid #0b65c2;
    vertical-align:middle;
  }

  .tps-table td{
    text-align:left;
  }

  .tps-table th:nth-child(1),
  .tps-table td:nth-child(1){min-width:175px}

  .tps-table th:nth-child(2),
  .tps-table td:nth-child(2){min-width:150px}

  .tps-table th:nth-child(3),
  .tps-table td:nth-child(3){min-width:145px}

  .tps-table th:nth-child(4),
  .tps-table td:nth-child(4){min-width:145px}

  .tps-table th:nth-child(5),
  .tps-table td:nth-child(5){min-width:140px}

  .tps-table th:nth-child(6),
  .tps-table td:nth-child(6){min-width:165px}

  .tps-table th:nth-child(7),
  .tps-table td:nth-child(7){min-width:300px}

  .tps-table th:nth-child(8),
  .tps-table td:nth-child(8){min-width:230px}

  .tps-table th:nth-child(9),
  .tps-table td:nth-child(9){min-width:155px}

  .tps-table th:nth-child(10),
  .tps-table td:nth-child(10){min-width:430px}

  @media(max-width:1199px){
    .tps-card{padding:14px}
    .tps-table{font-size:.78rem}
    .tps-table th,
    .tps-table td{padding:7px 5px}
  }

  @media(max-width:768px){
    .tps-card{padding:12px}
    .tps-h{font-size:1rem}
    .tps-table{font-size:.76rem}
  }
