.trp-vh{width:100%;background:#ffffff}
.trp-vh *{box-sizing:border-box}
.trp-vh-inner{max-width:1200px;margin:0 auto;padding:22px 14px}
.trp-vh-top{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap}
.trp-vh-h{font-size:22px;line-height:1.2;margin:0;color:#0d1321}
.trp-vh-sub{margin:8px 0 0;color:#4b5565;max-width:820px}
.trp-vh-search{position:relative;min-width:280px;flex:1;max-width:420px}
.trp-vh-search-input{width:100%;padding:12px 40px 12px 40px;border:1px solid #e6e8ee;border-radius:12px;background:#fff;outline:none}
.trp-vh-search-input:focus{border-color:#b7c6ff;box-shadow:0 0 0 4px rgba(60,100,255,.08)}
.trp-vh-search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7280}
.trp-vh-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:transparent;font-size:20px;line-height:1;cursor:pointer;color:#97a0af;display:none}
.trp-vh-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 6px}
.trp-vh-tab{border:1px solid #e6e8ee;background:#fff;border-radius:999px;padding:9px 12px;cursor:pointer;color:#334155}
.trp-vh-tab.is-active{border-color:#b7c6ff;box-shadow:0 0 0 4px rgba(60,100,255,.08)}
.trp-vh-grid{display:grid;gap:12px;margin-top:12px}
.trp-vh-card{border:1px solid #e6e8ee;border-radius:16px;background:#fff;padding:14px;display:flex;flex-direction:column;min-height:150px;transition:transform .12s ease, box-shadow .12s ease}
.trp-vh-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(13,19,33,.08)}
.trp-vh-card.is-highlight{border-color:#b7c6ff;box-shadow:0 0 0 4px rgba(60,100,255,.08)}
.trp-vh-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.trp-vh-ic{font-size:20px;color:#1f2a44}
.trp-vh-badge{font-size:12px;padding:4px 10px;border-radius:999px;background:#eef2ff;color:#2b3a67;border:1px solid #dbe2ff}
.trp-vh-title{margin:0;font-size:16px;color:#0d1321}
.trp-vh-desc{margin:7px 0 0;color:#4b5565;font-size:14px;line-height:1.35}
.trp-vh-card-bot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px}
.trp-vh-cta{display:inline-flex;align-items:center;gap:8px;text-decoration:none;border-radius:12px;padding:10px 12px;border:1px solid #dbe2ff;background:#f6f8ff;color:#1f2a44;font-weight:700}
.trp-vh-cta:hover{background:#eef2ff}
.trp-vh-arrow{font-weight:900}
.trp-vh-cat{font-size:12px;color:#6b7280}
.trp-vh-empty{margin-top:14px;border:1px dashed #d7dbe5;border-radius:16px;padding:16px;color:#475569;background:#fbfcff}
.trp-vh-card.is-hidden{display:none}
.trp-vh-more{margin-top:14px;text-align:center}
.trp-vh-more-btn{border:1px solid #dbe2ff;background:#ffffff;border-radius:12px;padding:12px 14px;font-weight:800;cursor:pointer}
.trp-vh-more-btn:hover{box-shadow:0 10px 26px rgba(13,19,33,.08)}