.hptc-ui{max-width:980px;margin:0 auto;padding:24px 0}
.hptc-ui__card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 18px 40px rgba(0,0,0,.06);padding:22px}
.hptc-ui__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}
.hptc-ui__kicker{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;background:rgba(37,99,235,.08);padding:6px 10px;border-radius:999px}
.hptc-ui__title{margin:8px 0 2px;font-size:22px;line-height:1.2;font-weight:800}
.hptc-ui__sub{opacity:.75;font-size:13px}
.hptc-ui__form{margin-top:12px}
.hptc-ui__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.hptc-field__label{display:block;font-size:12px;font-weight:700;opacity:.8;margin-bottom:6px}
.hptc-field__input,.hptc-field__select{width:100%;height:44px;border:1px solid rgba(0,0,0,.12);border-radius:12px;padding:0 12px;background:#fff;outline:none}
.hptc-field__input:focus,.hptc-field__select:focus{border-color:rgba(37,99,235,.6);box-shadow:0 0 0 4px rgba(37,99,235,.12)}
.hptc-ui__actions{margin-top:14px}
.hptc-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:12px;border:1px solid transparent;font-weight:800;cursor:pointer}
.hptc-btn--primary{background:linear-gradient(180deg,#2b7fff,#1e5eff);color:#fff;box-shadow:0 12px 22px rgba(37,99,235,.24)}
.hptc-ui__meta{margin-top:10px;font-size:12px;opacity:.7}
.hptc-seg{display:flex;gap:10px;flex-wrap:wrap}
.hptc-seg__opt{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(0,0,0,.10);border-radius:999px;padding:8px 12px;background:#fff;font-size:12px;font-weight:700;cursor:pointer}
.hptc-operator{display:flex;gap:10px;align-items:center}
.hptc-operator .hptc-field__select{flex:1}
.hptc-amounts{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.hptc-pill{border:1px solid rgba(37,99,235,.25);background:rgba(37,99,235,.05);color:#1e5eff;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}
.hptc-gws{display:flex;gap:10px;flex-wrap:wrap}
.hptc-gw{display:flex;align-items:center;gap:8px;border:1px solid rgba(0,0,0,.10);border-radius:14px;padding:10px 12px;background:#fff;font-weight:700}
.hptc-gw input{margin:0}
@media (max-width:700px){.hptc-ui__grid{grid-template-columns:1fr}}
