.hbc-tool { font-size: 13.5px; color: #1e1b4b; }
.hbc-tool * { box-sizing: border-box; }
.hbc-row { margin-bottom: 14px; }
.hbc-label { display: block; font-size: 12px; font-weight: 600; color: #4b5563; margin-bottom: 6px; }
.hbc-iw { position: relative; display: flex; align-items: center; }
.hbc-input {
  width: 100%; height: 42px; padding: 0 14px;
  border: 1.5px solid #e0e7ff; border-radius: 10px;
  font-size: 15px; font-weight: 600; color: #1e1b4b; background: #fafaff;
  appearance: none; outline: none;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.hbc-input.has-prefix { padding-left: 26px; }
.hbc-input::placeholder { color: #c7c9e0; font-weight: 500; }
.hbc-input:focus { border-color: #6366f1; box-shadow: 0 0 0 3px rgba(99,102,241,.12); background: #fff; }
.hbc-input.err { border-color: #ef4444; background: #fff; }
.hbc-select {
  width: 100%; height: 42px; padding: 0 34px 0 14px;
  border: 1.5px solid #e0e7ff; border-radius: 10px;
  font-size: 13px; font-weight: 600; color: #1e1b4b; background: #fafaff;
  appearance: none; outline: none; cursor: pointer;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.hbc-select:focus { border-color: #6366f1; box-shadow: 0 0 0 3px rgba(99,102,241,.12); background: #fff; }
.hbc-prefix { position: absolute; left: 14px; font-size: 14px; font-weight: 600; color: #9ca3af; pointer-events: none; }
.hbc-arrow { position: absolute; right: 14px; width: 0; height: 0; border: 5px solid transparent; border-top-color: #9ca3af; pointer-events: none; margin-top: 2px; }
.hbc-errmsg { display: none; font-size: 11px; color: #ef4444; margin-top: 4px; }
.hbc-errmsg.show { display: block; }
.hbc-divider { height: 1px; background: #e0e7ff; margin: 16px 0; }
.hbc-btn { width: 100%; height: 44px; margin-top: 6px; background: #4338ca; color: #fff; border: none; border-radius: 10px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .15s, transform .1s; }
.hbc-btn:hover { background: #3730a3; }
.hbc-btn:active { transform: scale(.98); }
.hbc-results { margin-top: 16px; }
.hbc-main-card { background: #f8f9ff; border: 1.5px solid #e0e7ff; border-radius: 10px; padding: 14px; margin-bottom: 10px; transition: border-color .2s, background .2s; }
.hbc-main-card.live { background: #fff; border-color: #4338ca; }
.hbc-main-label { font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #6b7280; margin-bottom: 6px; }
.hbc-main-val { font-size: 28px; font-weight: 700; color: #1e1b4b; line-height: 1; margin-bottom: 4px; }
.hbc-main-sub { font-size: 11.5px; color: #6b7280; margin-top: 4px; }
.hbc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hbc-card { background: #f8f9ff; border: 1.5px solid #e0e7ff; border-radius: 10px; padding: 12px 10px; transition: border-color .2s, background .2s; }
.hbc-card.live { background: #fff; border-color: #4338ca; }
.hbc-clabel { font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #6b7280; margin-bottom: 8px; }
.hbc-cval { font-size: 20px; font-weight: 700; color: #1e1b4b; line-height: 1; }
.hbc-csub { font-size: 11px; color: #9ca3af; margin-top: 4px; }
.hbc-card.hbc-warn .hbc-cval { color: #dc2626; }
.hbc-card.hbc-warn { border-color: #fca5a5; background: #fff; }
.hbc-compare { background: #f8f9ff; border: 1.5px solid #e0e7ff; border-radius: 10px; padding: 14px; margin-top: 10px; transition: border-color .2s, background .2s; }
.hbc-compare.live { background: #fff; border-color: #4338ca; }
.hbc-compare-label { font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #6b7280; margin-bottom: 10px; }
.hbc-compare-row { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; padding: 5px 0; border-bottom: 1px solid #e0e7ff; color: #4b5563; }
.hbc-compare-row:last-child { border-bottom: none; font-weight: 700; color: #1e1b4b; font-size: 13px; padding-top: 8px; }
.hbc-compare-row span:last-child { font-weight: 700; color: #4338ca; }
.hbc-compare-row.hbc-penalty span:last-child { color: #dc2626; }
.hbc-ph { display: inline-block; width: 24px; height: 2px; background: #4338ca; border-radius: 2px; vertical-align: middle; }
.hbc-note { font-size: 11.5px; line-height: 1.5; color: #9ca3af; margin: 14px 0 0; text-align: center; }