
  *{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%;
    overflow-x:hidden;
  }

  .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;
    min-width:0;
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  .tps-card.wide{
    grid-column:1 / -1;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  .tps-h{
    color:#0b65c2;
    font-weight:800;
    margin:0 0 12px 0;
    font-size:1.02rem;
    line-height:1.3;
    word-break:break-word;
  }

  .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-small{
    font-size:.92rem;
    color:#333;
  }

  .tps-table-wrap{
    width:100%;
    max-width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    margin-top:8px;
  }

  .tps-table{
    width:max-content;
    min-width:100%;
    border-collapse:collapse;
    font-size:.88rem;
    table-layout:auto;
  }

  .tps-table th,
  .tps-table td{
    border:1px solid #e6e6e6;
    padding:10px 8px;
    vertical-align:top;
    text-align:left;
    white-space:normal;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  .tps-table th{
    background:#f5f9ff;
    font-weight:700;
    border-bottom:2px solid #0b65c2;
    text-align:center;
    vertical-align:middle;
  }

  .tps-table th:nth-child(1),
  .tps-table td:nth-child(1){min-width:130px}   /* Model */
  .tps-table th:nth-child(2),
  .tps-table td:nth-child(2){min-width:80px}    /* Power */
  .tps-table th:nth-child(3),
  .tps-table td:nth-child(3){min-width:110px}   /* Voltage Range */
  .tps-table th:nth-child(4),
  .tps-table td:nth-child(4){min-width:110px}   /* Current Range */
  .tps-table th:nth-child(5),
  .tps-table td:nth-child(5){min-width:120px}   /* Type */
  .tps-table th:nth-child(6),
  .tps-table td:nth-child(6){min-width:130px}  /* Characteristic Curve */
  .tps-table th:nth-child(7),
  .tps-table td:nth-child(7){min-width:110px}   /* Ripple CV rms/pp */
  .tps-table th:nth-child(8),
  .tps-table td:nth-child(8){min-width:80px}    /* Efficiency */
  .tps-table th:nth-child(9),
  .tps-table td:nth-child(9){min-width:130px}   /* Insulation */
  .tps-table th:nth-child(10),
  .tps-table td:nth-child(10){min-width:160px}  /* External Control */
  .tps-table th:nth-child(11),
  .tps-table td:nth-child(11){min-width:100px}  /* Housing */
  .tps-table th:nth-child(12),
  .tps-table td:nth-child(12){min-width:140px}  /* Human Interface */
  .tps-table th:nth-child(13),
  .tps-table td:nth-child(13){min-width:110px}  /* Cooling */
  .tps-table th:nth-child(14),
  .tps-table td:nth-child(14){min-width:200px}  /* Special Features */

  @media (max-width:1199px){
    .tps-card{padding:14px}
    .tps-table{font-size:.84rem}
    .tps-table th,
    .tps-table td{padding:8px 6px}
  }

  @media (max-width:768px){
    .tps-card{padding:12px}
    .tps-h{font-size:1rem}
    .tps-table{font-size:.8rem}
  }
