.hbve-panel{--hbve-ink:#111827;--hbve-muted:#667085;--hbve-line:#d8dde3;--hbve-soft:#f6f7f8;--hbve-accent:#073e4d;--hbve-accent-2:#0a586b;--hbve-white:#fff;box-sizing:border-box;width:100%;margin:1.75rem 0;padding:1.35rem;border:1px solid var(--hbve-line);border-radius:10px;background:var(--hbve-white);color:var(--hbve-ink)}
.hbve-panel *{box-sizing:border-box}.hbve-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.hbve-section-head .hbve-section-title{margin:.15rem 0 0;font-size:1.25rem;line-height:1.35;color:var(--hbve-ink)}.hbve-section-head p{margin:.35rem 0 0;color:var(--hbve-muted);font-size:.9rem}.hbve-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--hbve-accent-2)}
.hbve-search-label{display:block;position:relative}.hbve-search-label>span,.hbve-control-label{display:block;margin-bottom:.35rem;font-size:.82rem;font-weight:700}.hbve-search,.hbve-db-search,.hbve-db-controls select,.hbve-compare-select{width:100%;min-height:44px;padding:.65rem .75rem;border:1px solid #cfd5dc;border-radius:5px;background:#fff;font-size:16px;color:var(--hbve-ink)}
.hbve-suggestions{position:relative;z-index:20;max-height:260px;overflow:auto;width:min(100%,620px);margin-top:.25rem;border:1px solid var(--hbve-line);border-radius:6px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08)}.hbve-suggestion{display:block;width:100%;padding:.7rem .8rem;border:0;border-bottom:1px solid #eef0f2;background:#fff;text-align:left;cursor:pointer}.hbve-suggestion:last-child{border-bottom:0}.hbve-suggestion:hover,.hbve-suggestion:focus-visible{background:var(--hbve-soft)}
.hbve-category-chips,.hbve-unit-switch,.hbve-presets,.hbve-scale-switch{display:flex;flex-wrap:wrap;gap:.45rem}.hbve-category-chips{margin:.9rem 0 1rem}.hbve-category-chips button,.hbve-unit-switch button,.hbve-presets button,.hbve-scale-switch button,.hbve-add-compare,.hbve-db-more,.hbve-compact-more,.hbve-race-actions button{min-height:40px;padding:.5rem .78rem;border:1px solid #c9d0d7;border-radius:4px;background:#fff;color:var(--hbve-ink);cursor:pointer;font-weight:600}.hbve-category-chips button.is-active,.hbve-unit-switch button.is-active,.hbve-scale-switch button.is-active,.hbve-add-compare,.hbve-db-more,.hbve-race-start{border-color:var(--hbve-accent);background:var(--hbve-accent);color:#fff}
.hbve-selected{text-align:center;padding:1.2rem 0 .25rem}.hbve-selected-name{display:block;font-size:1.2rem}.hbve-primary-value{display:flex;align-items:baseline;justify-content:center;gap:.35rem;margin:.65rem 0 .25rem}.hbve-primary-value span{font-size:clamp(2.3rem,7vw,4.5rem);font-weight:750;line-height:1}.hbve-primary-value small{font-size:1.05rem;color:var(--hbve-muted)}.hbve-secondary-values{display:flex;justify-content:center;gap:1.1rem;flex-wrap:wrap;color:#475467;font-size:.92rem}.hbve-mach-meter{max-width:680px;margin:1.35rem auto .8rem}.hbve-mach-line{position:relative;height:8px;border-radius:999px;background:linear-gradient(90deg,#d9dde1 0 33.33%,#aabfc5 33.33% 66.66%,#7e9ea8 66.66% 100%)}.hbve-mach-one{position:absolute;left:33.33%;top:-1.65rem;transform:translateX(-50%);font-size:.75rem;font-weight:700;color:#475467}.hbve-mach-marker{position:absolute;top:50%;left:0;width:16px;height:16px;border:3px solid #fff;border-radius:50%;background:var(--hbve-accent);box-shadow:0 0 0 1px var(--hbve-accent);transform:translate(-50%,-50%);transition:left .2s ease}.hbve-mach-ticks{display:flex;justify-content:space-between;margin-top:.35rem;font-size:.72rem;color:var(--hbve-muted)}.hbve-reference-copy{margin:.8rem 0 .9rem;color:#475467}.hbve-add-compare{border-radius:4px}
.hbve-table-wrap{overflow-x:hidden}.hbve-table{width:100%;border-collapse:collapse}.hbve-table th,.hbve-table td{padding:.65rem .75rem;border-bottom:1px solid #e0e3e6;text-align:right;white-space:nowrap}.hbve-table thead th{background:var(--hbve-accent);color:#fff}.hbve-table th:first-child,.hbve-table td:first-child{text-align:left}
.hbve-compact-table{margin:1rem 0;padding:1rem;border:1px solid var(--hbve-line);border-radius:8px;background:#fff}.hbve-compact-table .hbve-compact-title{margin:0 0 .65rem;font-weight:700}.hbve-compact-row{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid #e9ecef}.hbve-compact-row:last-child{border-bottom:0}.hbve-compact-row span{color:#475467;text-align:right}.hbve-compact-row span i{font-style:normal;color:#a0a6ad}.hbve-compact-row.is-extra{display:none}.hbve-compact-table.is-expanded .hbve-compact-row.is-extra{display:flex}.hbve-compact-more{display:block;margin:.8rem auto 0}
.hbve-compare-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;position:relative}.hbve-compare-grid:after{content:'VS';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid var(--hbve-line);font-size:.75rem;font-weight:800}.hbve-compare-card{min-width:0;padding:1rem;border:1px solid var(--hbve-line);border-radius:8px;background:var(--hbve-soft)}.hbve-compare-name,.hbve-compare-primary,.hbve-compare-mach{display:block}.hbve-compare-name{margin-top:.7rem}.hbve-compare-primary{margin-top:.35rem;font-size:1.7rem;font-weight:750}.hbve-compare-mach{color:var(--hbve-muted)}.hbve-ratio{text-align:center;margin:1rem 0;font-weight:700}.hbve-bars{display:grid;gap:.6rem}.hbve-bar-row{display:grid;grid-template-columns:minmax(80px,150px) 1fr;gap:.7rem;align-items:center}.hbve-bar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem}.hbve-bar-track{height:14px;border-radius:99px;background:#e8ebee;overflow:hidden}.hbve-bar-fill{display:block;width:0;height:100%;background:var(--hbve-accent);transition:width .25s ease}.hbve-presets{justify-content:center;margin-top:1rem}.hbve-presets button{font-size:.8rem}
.hbve-mach-viz-chart{position:relative;padding:2.5rem .5rem .75rem;min-height:250px}.hbve-mach-viz-axis{position:absolute;left:.5rem;right:.5rem;top:1.2rem;display:flex;justify-content:space-between;border-top:2px solid #cfd5dc}.hbve-mach-viz-axis span{transform:translateY(-1.9rem);font-size:.75rem;color:var(--hbve-muted)}.hbve-mach-viz-axis .hbve-axis-one{color:var(--hbve-accent);font-weight:800}.hbve-mach-points{position:relative;min-height:200px}.hbve-mach-point{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);display:flex;align-items:center;gap:.35rem;max-width:180px}.hbve-mach-point i{flex:0 0 auto;width:11px;height:11px;border-radius:50%;background:var(--hbve-accent)}.hbve-mach-point span{font-size:.75rem;line-height:1.2;background:rgba(255,255,255,.9);padding:.15rem .25rem}
.hbve-race-lanes{display:grid;gap:.85rem}.hbve-race-lane{display:grid;grid-template-columns:minmax(90px,160px) 1fr minmax(70px,90px);gap:.6rem;align-items:center}.hbve-race-name{font-size:.85rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbve-race-track{position:relative;height:20px;border-bottom:2px solid #d9dde1}.hbve-race-dot{position:absolute;left:0;bottom:-6px;width:12px;height:12px;border-radius:50%;background:var(--hbve-accent);transform:translateX(-50%)}.hbve-race-time{text-align:right;font-size:.8rem;color:var(--hbve-muted)}.hbve-race.is-running .hbve-race-dot{left:100%;transition-property:left;transition-timing-function:linear;transition-duration:var(--duration)}.hbve-race-actions{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.hbve-note{margin:.8rem 0 0;color:var(--hbve-muted);font-size:.78rem;text-align:center}
.hbve-world-chart{display:grid;gap:.55rem}.hbve-world-row{display:grid;grid-template-columns:minmax(100px,180px) 1fr minmax(70px,100px);gap:.7rem;align-items:center}.hbve-world-name{font-size:.82rem;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbve-world-track{position:relative;height:12px;background:#eef0f2;border-radius:99px}.hbve-world-dot{position:absolute;left:var(--x);top:50%;width:12px;height:12px;border-radius:50%;background:var(--hbve-accent);transform:translate(-50%,-50%);transition:left .2s ease}.hbve-world-value{text-align:right;font-size:.8rem;color:var(--hbve-muted)}
.hbve-db-controls{display:grid;grid-template-columns:1fr 180px 1fr 180px;gap:.9rem;align-items:end;margin:1rem 0}.hbve-db-controls .hbve-category-chips{margin:0}.hbve-db-list{border-top:1px solid var(--hbve-line)}.hbve-db-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;width:100%;padding:.8rem .2rem;border:0;border-bottom:1px solid #e7eaed;background:transparent;text-align:left;cursor:pointer}.hbve-db-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbve-db-row span{color:#475467;white-space:nowrap}.hbve-db-more{display:block;margin:1rem auto 0;border-radius:6px}.hbve-db-detail{position:relative;margin-top:1rem;padding:1rem;border:1px solid var(--hbve-line);border-radius:8px;background:var(--hbve-soft)}.hbve-detail-close{position:absolute;right:.6rem;top:.4rem;border:0;background:transparent;font-size:1.4rem;cursor:pointer}.hbve-db-detail>strong{font-size:1.1rem}.hbve-db-detail dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1rem}.hbve-db-detail dl div{padding:.55rem 0;border-bottom:1px solid #dde1e5}.hbve-db-detail dt{font-size:.75rem;color:var(--hbve-muted)}.hbve-db-detail dd{margin:.2rem 0 0;font-weight:650}.hbve-detail-note{font-size:.82rem;color:var(--hbve-muted)}
.hbve-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:760px){.hbve-panel{padding:1rem}.hbve-db-controls{grid-template-columns:1fr}.hbve-compare-grid{grid-template-columns:1fr}.hbve-compare-grid:after{top:50%}.hbve-secondary-values{gap:.55rem .9rem}.hbve-compact-row{display:block}.hbve-compact-row span{display:block;margin-top:.2rem;text-align:left;font-size:.86rem}.hbve-race-lane,.hbve-world-row{grid-template-columns:minmax(80px,120px) 1fr}.hbve-race-time,.hbve-world-value{grid-column:2;text-align:left}.hbve-db-detail dl{grid-template-columns:1fr}.hbve-mach-point span{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
@media(prefers-reduced-motion:reduce){.hbve-mach-marker,.hbve-bar-fill,.hbve-world-dot,.hbve-race-dot{transition:none!important}}

.hbve-status{min-height:1.35rem;margin:.35rem 0;color:#8a2d2d;font-size:.9rem}.hbve-panel.hbve-explorer{max-width:none;margin-left:0;margin-right:0;min-width:0;overflow-x:hidden}.hbve-explorer-header{max-width:70rem;margin-bottom:1.25rem}.hbve-explorer-header h2{margin:.2rem 0 .45rem;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.25}.hbve-explorer-header p:not(.hbve-eyebrow){margin:.4rem 0;color:var(--hbve-muted)}
.hbve-query-form{margin:1.5rem 0 1.75rem;padding:1.25rem 1.5rem;border:1px solid var(--hbve-line);border-radius:8px;background:var(--hbve-soft);min-width:0}.hbve-query-row{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0}.hbve-query-row-search{display:block}.hbve-query-search{display:grid;gap:.3rem;width:100%;font-size:.82rem;font-weight:700}.hbve-query-search input,.hbve-results-controls select{width:100%;min-height:44px;padding:.55rem .65rem;border:1px solid #bfc7cf;border-radius:5px;background:#fff;color:var(--hbve-ink);font-size:16px}.hbve-filter-label{flex:0 0 4rem;padding-top:.65rem;font-size:.82rem;font-weight:700}.hbve-category-buttons{display:flex;flex-wrap:wrap;gap:.6rem .75rem;min-width:0}.hbve-category-button{min-height:44px;padding:.5rem .78rem;border:1px solid #c9d0d7;border-radius:4px;background:#fff;color:var(--hbve-ink);cursor:pointer;font-weight:600}.hbve-category-button.is-active{border-color:var(--hbve-accent);background:var(--hbve-accent);color:#fff}.hbve-explorer button:focus-visible,.hbve-explorer input:focus-visible,.hbve-explorer select:focus-visible,.hbve-explorer a:focus-visible{outline:3px solid #f0a800;outline-offset:2px}
.hbve-results-controls{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin:0 0 1.5rem;min-width:0}.hbve-results-control-fields{display:flex;justify-content:flex-end;gap:1rem;min-width:0}.hbve-results-controls label{display:grid;gap:.3rem;min-width:10rem;font-size:.82rem;font-weight:700}.hbve-results-controls select{width:auto}.hbve-results-status{margin:1.5rem .25rem .75rem;color:var(--hbve-muted);font-size:.9rem}.hbve-record-table{width:100%;max-width:100%;min-width:0;border-collapse:collapse;table-layout:fixed;font-size:clamp(.72rem,1.1vw,.92rem)}.hbve-record-table th,.hbve-record-table td{padding:.55rem .4rem;border-bottom:1px solid var(--hbve-line);vertical-align:top;overflow-wrap:anywhere}.hbve-record-table thead th{background:var(--hbve-accent);color:#fff;text-align:center;vertical-align:middle;white-space:normal;line-height:1.25}.hbve-record-table thead th>span{display:block}.hbve-record-table .hbve-select-col{width:9%;min-width:0;text-align:center}.hbve-record-table .hbve-name-col{width:34%;min-width:0}.hbve-record-table .hbve-velocity-col{width:14.25%;min-width:0}.hbve-record-table tbody td.hbve-select-col{display:table-cell;width:9%;min-width:0;text-align:center;vertical-align:middle}.hbve-record-table tbody td.hbve-number{text-align:right;white-space:normal;font-variant-numeric:tabular-nums;word-break:break-word}.hbve-record-table tbody th.hbve-name-col{min-width:0;font-weight:700;text-align:left;overflow-wrap:anywhere}.hbve-compare-trigger{min-height:36px;padding:.35rem .4rem;border:1px solid #fff;border-radius:4px;background:#fff;color:var(--hbve-accent);cursor:pointer;font-size:.8rem;font-weight:700;white-space:nowrap}.hbve-compare-trigger:disabled{cursor:not-allowed;opacity:.55}.hbve-record-checkbox{width:20px;height:20px;accent-color:var(--hbve-accent)}.hbve-record-id{display:block;max-width:100%;margin-top:.25rem;overflow:hidden;color:var(--hbve-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;line-height:1.25;font-weight:400;opacity:.7}
.hbve-comparison-view{max-width:70rem;margin:0 auto;text-align:center;min-width:0}.hbve-back-to-list{min-height:44px;margin:.75rem auto;padding:.55rem 1rem;border:1px solid var(--hbve-accent);border-radius:4px;background:#fff;color:var(--hbve-accent);cursor:pointer;font-weight:700}.hbve-comparison-view .hbve-comparison{text-align:left;margin:.75rem 0 1rem;padding:1rem;border:2px solid var(--hbve-accent);border-radius:8px;background:#fbfdfd;min-width:0}.hbve-comparison-view .hbve-selected-count{font-weight:700;color:var(--hbve-accent)}.hbve-comparison-empty{margin:.4rem 0;color:var(--hbve-muted)}.hbve-comparison-summary{display:flex;flex-wrap:wrap;gap:.45rem;margin:.5rem 0}.hbve-selection-chip{display:inline-flex;align-items:center;gap:.25rem;max-width:100%;padding:.35rem .45rem .35rem .65rem;border:1px solid var(--hbve-line);border-radius:4px;background:#fff;font-size:.85rem}.hbve-selection-chip .hbve-remove-selection{padding:0 .25rem;border:0;background:transparent}.hbve-selection-more{align-self:center;color:var(--hbve-muted);font-size:.85rem}.hbve-clear-selection,.hbve-remove-selection{min-height:40px;padding:.45rem .7rem;border:1px solid #a63838;border-radius:4px;background:#fff;color:#8a2d2d;cursor:pointer;font-weight:650}.hbve-comparison-output{margin-top:1rem}.hbve-comparison-table-wrap{overflow-x:auto}.hbve-comparison-table{width:100%;border-collapse:collapse}.hbve-comparison-table th,.hbve-comparison-table td{padding:.55rem .65rem;border-bottom:1px solid var(--hbve-line);text-align:right;white-space:nowrap}.hbve-comparison-table th:first-child,.hbve-comparison-table td:first-child{text-align:left}.hbve-comparison-table caption{text-align:left;font-weight:700;margin-bottom:.4rem}.hbve-comparison-graph{margin-top:1rem;padding:.9rem .75rem;border:1px solid var(--hbve-line);background:#fff;overflow:hidden}.hbve-graph-title{margin:0 0 .7rem;font-weight:700;color:var(--hbve-accent)}.hbve-graph-scale{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:calc(70% - .75rem);margin-left:calc(30% + .75rem);color:var(--hbve-muted);font-size:.75rem}.hbve-graph-scale span:nth-child(2){text-align:center}.hbve-graph-scale span:last-child{text-align:right}.hbve-graph-rows{display:grid;gap:.65rem;margin-top:.25rem}.hbve-graph-row{display:grid;grid-template-columns:30% minmax(0,1fr);gap:.75rem;align-items:center}.hbve-graph-meta{min-width:0;display:grid;gap:.12rem}.hbve-graph-label{font-weight:650;overflow-wrap:anywhere}.hbve-graph-value{color:var(--hbve-muted);font-size:.8rem}.hbve-graph-track{height:1.15rem;border-radius:4px;background:#e8ebee;overflow:hidden}.hbve-graph-fill{display:block;width:0;height:100%;border-radius:3px;background:var(--hbve-accent-2);transition:width .25s ease}.hbve-graph-note{margin:.45rem 0;color:var(--hbve-muted);font-size:.85rem}
.hbve-explorer .hbve-pagination{display:block;width:100%;margin:1.5rem 0 0}.hbve-explorer .hbve-pagination ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin:0;padding:0;list-style:none}.hbve-explorer .hbve-pagination li{display:block;flex:0 0 auto;margin:0;padding:0}.hbve-explorer .hbve-pagination a,.hbve-explorer .hbve-pagination span{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:2.75rem;min-height:2.75rem;height:auto;max-width:100%;padding:.5rem .75rem;border:1px solid var(--hbve-line);border-radius:5px;background:#fff;color:var(--hbve-accent);font:inherit;line-height:1;text-align:center;text-decoration:none;white-space:nowrap;word-break:keep-all}.hbve-explorer .hbve-pagination a:hover,.hbve-explorer .hbve-pagination a:focus-visible{border-color:var(--hbve-accent);background:var(--hbve-soft);color:var(--hbve-accent)}.hbve-explorer .hbve-pagination [aria-current="page"]{border-color:var(--hbve-accent);background:var(--hbve-accent);color:#fff;font-weight:700}
@media(max-width:720px){.hbve-query-row{display:block;padding:.65rem 0}.hbve-filter-label{display:block;padding:0 0 .35rem}.hbve-results-controls{display:block}.hbve-results-control-fields{justify-content:stretch;margin-top:.75rem}.hbve-results-control-fields label{flex:1;min-width:0}.hbve-explorer .hbve-table-wrap{max-width:100%;overflow-x:hidden;overflow-y:visible}.hbve-record-table{display:table;width:100%;min-width:0}.hbve-record-table thead{display:table-header-group}.hbve-record-table tbody{display:table-row-group}.hbve-record-table tr{display:table-row}.hbve-record-table td,.hbve-record-table tbody th{display:table-cell;width:auto;min-width:0;padding:.45rem .25rem;text-align:left}.hbve-record-table td::before,.hbve-record-table tbody th::before{content:none}.hbve-record-table .hbve-select-col,.hbve-record-table tbody td.hbve-select-col{display:table-cell;width:12%;min-width:0;padding:.45rem .25rem;text-align:center}.hbve-record-table .hbve-number{text-align:right}.hbve-record-table .hbve-name-col{width:28%;min-width:0}.hbve-record-table .hbve-velocity-col{width:15%;min-width:0}.hbve-explorer .hbve-pagination ul{justify-content:flex-start;gap:.4rem}.hbve-explorer .hbve-pagination a,.hbve-explorer .hbve-pagination span{min-width:2.5rem;min-height:2.5rem;padding:.45rem .6rem}.hbve-comparison-table th,.hbve-comparison-table td{white-space:normal}.hbve-graph-scale{width:calc(58% - .5rem);margin-left:calc(42% + .5rem);font-size:.68rem}.hbve-graph-row{grid-template-columns:42% minmax(0,1fr);gap:.5rem}.hbve-graph-value{font-size:.72rem}}
