.hbpv-wrap{
  max-width: 980px;
  margin: 30px auto;
  padding: 0 16px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.hbpv-card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:16px;
  box-shadow: 0 8px 30px rgba(0,0,0,.06);
  overflow:hidden;
}
.hbpv-head{
  padding:18px 20px;
  border-bottom:1px solid #eee;
  background: linear-gradient(180deg, #fafafa, #fff);
}
.hbpv-title{ font-size:18px; font-weight:700; }
.hbpv-sub{ font-size:13px; color:#666; margin-top:4px; }

.hbpv-grid{
  display:grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
  padding:18px;
}
@media (max-width: 900px){
  .hbpv-grid{ grid-template-columns: 1fr; }
}

.hbpv-qr{
  text-align:center;
  padding: 12px;
  border:1px dashed #e5e5e5;
  border-radius:14px;
  background:#fcfcfc;
}
.hbpv-qr img{
  width:260px;
  height:260px;
  max-width:100%;
  border-radius:12px;
  border:1px solid #eee;
  background:#fff;
}
.hbpv-qr-hint{
  margin-top:10px;
  font-size:12px;
  color:#666;
}

.hbpv-info{ padding: 4px 6px; }
.hbpv-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding: 10px 0;
  border-bottom:1px solid #f1f1f1;
}
.hbpv-row:last-child{ border-bottom:none; }
.hbpv-label{ font-size:12px; color:#666; min-width:160px; }
.hbpv-value{ font-size:14px; color:#111; display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.hbpv-mono{ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; }

.hbpv-copy{
  border:1px solid #e0e0e0;
  background:#fff;
  padding:6px 10px;
  border-radius:10px;
  cursor:pointer;
  font-size:12px;
}
.hbpv-copy:hover{ background:#f7f7f7; }

.hbpv-note-row .hbpv-note{
  font-size:18px;
  font-weight:800;
  letter-spacing: 1px;
}
.hbpv-note-warning{
  margin-top: 6px;
  font-size:12px;
  color:#b45309;
}

.hbpv-status{
  margin-top:16px;
  padding: 14px;
  border:1px solid #eee;
  border-radius:14px;
  background:#fafafa;
}
.hbpv-badge{
  display:inline-block;
  padding:10px 12px;
  border-radius:12px;
  font-size:13px;
  font-weight:700;
}
.hbpv-badge-pending{
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#9a3412;
}
.hbpv-badge-success{
  background:#ecfdf5;
  border:1px solid #a7f3d0;
  color:#065f46;
}
.hbpv-badge-fail{
  background:#fef2f2;
  border:1px solid #fecaca;
  color:#991b1b;
}

.hbpv-recheck{
  margin-top:10px;
  font-size:13px;
  color:#444;
}
.hbpv-actions{
  display:flex;
  gap:10px;
  margin-top:12px;
  flex-wrap:wrap;
}
.hbpv-btn{
  border:none;
  background:#111827;
  color:#fff;
  padding:10px 14px;
  border-radius:12px;
  cursor:pointer;
  font-weight:700;
  font-size:13px;
  text-decoration:none;
}
.hbpv-btn:hover{ opacity:.92; }
.hbpv-btn-secondary{
  background:#fff;
  color:#111;
  border:1px solid #e5e7eb;
}

.hbpv-coin-card img{
  width:32px;
  height:32px;
  border-radius:50%;
  background:#fff;
  padding:3px;
  box-shadow:0 2px 6px rgba(0,0,0,.08);
}
