.hb-system-graph{padding:24px 0 30px}.hb-system-graph-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:17px}.hb-system-graph-heading h2{font-size:13px;font-weight:500}.hb-system-graph-heading>span{font-size:10px;color:var(--hb-muted)}.hb-architecture-scroll{overflow-x:auto;padding:0 1px 5px}.hb-architecture-canvas{position:relative}.hb-architecture-edges{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;overflow:visible}.hb-architecture-edges text{fill:#a2a2a2;font:11px Inter,sans-serif;paint-order:stroke;stroke:var(--hb-paper);stroke-width:5px;stroke-linejoin:round}.hb-system-node{position:absolute;height:100px;border:1px solid var(--hb-line);border-radius:9px;background:var(--hb-surface);padding:13px}.hb-system-node-label{display:block;margin-bottom:11px;color:var(--hb-muted);font-size:10px;letter-spacing:.3px}.hb-system-node-title{display:flex;align-items:center;gap:8px}.hb-system-node-title svg{color:var(--hb-muted);flex-shrink:0}.hb-system-node-title h3{font-size:12px;font-weight:500;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb-system-node p{color:var(--hb-muted);font-size:10px;line-height:1.5;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb-architecture-source{display:inline-flex;align-items:center;gap:5px;margin-top:9px;font-size:10px;color:var(--hb-muted)!important;text-decoration:none}.hb-architecture-source:hover{color:var(--hb-ink)!important}.hb-architecture-empty{padding:20px 0;color:var(--hb-muted);font-size:12px}@media(max-width:700px){.hb-system-graph{padding:18px 0 24px}.hb-system-graph-heading{align-items:flex-start}.hb-system-graph-heading>span{max-width:45%;text-align:right}}.hb-pipeline{padding:23px 26px 18px;background:#161616;border-bottom:1px solid var(--hb-line)}.hb-pipeline-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.hb-pipeline-heading h2{font-size:13px;font-weight:500}.hb-pipeline-switch{display:flex;border:1px solid #353535;border-radius:6px;padding:3px;background:var(--hb-paper)}.hb-pipeline-switch button{padding:6px 10px;font-size:10px;border:0;border-radius:4px;color:var(--hb-muted);background:transparent}.hb-pipeline-switch button[aria-pressed=true]{color:var(--hb-ink);background:#333}.hb-pipeline-layers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:0;margin:0;list-style:none}.hb-pipeline-layers>li{min-width:0;position:relative;border:1px solid #353535;border-radius:8px;padding:14px 12px 12px;background:#1d1d1d}.hb-pipeline-layers>li.is-changed{border-color:#888;background:#252525}.hb-pipeline-layers>li.is-waiting{background:#171717}.hb-pipeline-layer-top{display:flex;align-items:center;gap:7px;color:#bababa;font-size:10px}.hb-pipeline-layer-top svg{flex-shrink:0}.hb-pipeline-layer-top small{font-size:8px;padding:2px 5px;margin-left:auto;border-radius:3px;background:#414141;color:#eee}.hb-pipeline-layers strong{display:block;font-size:12px;font-weight:500;margin-top:18px;white-space:nowrap}.hb-pipeline-layers p{font-size:10px;color:var(--hb-muted);margin-top:5px}.hb-pipeline-state{display:flex;gap:6px;align-items:center;margin-top:20px;color:#d0d0d0;font-size:9px}.hb-pipeline-state>span{height:4px;width:4px;border-radius:50%;background:#c9c9c9;flex-shrink:0}.hb-pipeline-state.has-issue{color:#ff9295}.hb-pipeline-state.has-issue>span{background:#ff9295}.is-waiting .hb-pipeline-state{color:#aaa}.is-waiting .hb-pipeline-state>span{background:#656565}.hb-pipeline-arrow{position:absolute;right:-21px;top:50%;transform:translateY(-50%);color:#777;display:flex}.hb-pipeline .hb-pipeline-note{margin-top:15px;font-size:11px;color:var(--hb-muted)}@media(max-width:1000px)and (min-width:701px){.hb-pipeline{padding-inline:20px}.hb-pipeline-layers{gap:18px}.hb-pipeline-layers>li{padding-inline:9px}.hb-pipeline-layer-top{flex-wrap:wrap}.hb-pipeline-layer-top small{margin-left:0}.hb-pipeline-layers strong{font-size:11px;white-space:normal}.hb-pipeline-arrow{right:-18px}}@media(max-width:700px){.hb-pipeline{padding:20px}.hb-pipeline-heading{flex-wrap:wrap;gap:12px}.hb-pipeline-layers{grid-template-columns:1fr;gap:20px}.hb-pipeline-layers>li{display:grid;grid-template-columns:1fr auto;column-gap:14px}.hb-pipeline-layer-top{grid-column:1 / -1}.hb-pipeline-layer-top small{margin-left:8px}.hb-pipeline-layers strong{margin-top:12px}.hb-pipeline-layers p{grid-column:1}.hb-pipeline-state{grid-column:2;grid-row:2 / 4;margin-top:8px}.hb-pipeline-arrow{top:auto;bottom:-19px;left:50%;right:auto;transform:translate(-50%) rotate(90deg)}}.hb-verification{margin-top:22px;min-width:0}.hb-verification .hb-panel-heading{align-items:flex-start}.hb-verification .hb-panel-heading h2{font-size:18px;color:var(--hb-ink)}.hb-verification .hb-v-heading-copy{margin-top:6px;max-width:590px;color:var(--hb-muted);font-size:12px;line-height:1.7}.hb-verification input,.hb-verification textarea,.hb-verification select{width:100%;min-width:0;padding:10px 12px;border:1px solid var(--hb-line);border-radius:6px;background:var(--hb-surface);font:inherit;color:var(--hb-ink)}.hb-verification textarea{resize:vertical;min-height:68px}.hb-verification input:focus-visible,.hb-verification select:focus-visible,.hb-verification textarea:focus-visible,.hb-verification summary:focus-visible{outline:2px solid var(--hb-accent);outline-offset:3px}.hb-verification label{display:block;margin-bottom:7px;font-size:11px;font-weight:500;color:var(--hb-muted)}.hb-verification label>span{margin-left:5px;color:var(--hb-muted);font-size:10px;font-weight:400}.hb-v-connection{display:flex;align-items:flex-end;gap:14px;padding:0 23px 18px}.hb-v-repository-picker{flex:1;min-width:0}.hb-v-repository-picker>p{padding:9px 0;color:var(--hb-muted)}.hb-v-connection>.hb-btn{flex-shrink:0}.hb-v-connect{padding:18px 23px;border-block:1px solid var(--hb-line);background:var(--hb-surface)}.hb-v-connect>div{display:flex;gap:10px}.hb-v-connect .hb-btn{min-width:85px}.hb-verification .hb-v-help{color:var(--hb-muted);font-size:11px;line-height:1.7;margin-top:8px}.hb-verification .hb-v-worker-detail{margin:0 23px;padding-block:12px;border-block:1px solid var(--hb-line);font-size:11px;color:var(--hb-muted)}.hb-v-worker-detail>summary,.hb-v-method>summary{cursor:pointer}.hb-v-worker-detail>summary>svg{margin:0 7px -2px}.hb-v-worker-detail>summary>span{margin-left:10px;color:var(--hb-muted);font-size:10px}.hb-v-worker-detail>div{margin-top:10px}.hb-v-worker-detail p{margin-top:7px;max-height:100px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.7}.hb-v-worker-detail .hb-btn{margin-top:9px}.hb-v-method{max-width:580px;color:var(--hb-muted);font-size:12px}.hb-v-method>p{margin-top:8px;font-size:11px;line-height:1.7}.hb-v-workspace{padding:20px 23px 23px}.hb-v-callout{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:12px;margin-bottom:15px;background:var(--hb-surface);border:1px solid var(--hb-line);border-radius:6px;font-size:11px;color:var(--hb-muted)}.hb-v-callout>span:nth-child(2){flex:1}.hb-v-run-options{display:flex;align-items:flex-end;gap:14px}.hb-v-run-options>label{flex:1;min-width:0;margin:0}.hb-v-run-options select,.hb-v-run-options input{display:block;margin-top:6px}.hb-v-focus,.hb-v-issue-picker{margin-top:16px}.hb-v-focus>summary{cursor:pointer;color:var(--hb-muted);font-size:12px}.hb-v-focus>label{margin-top:12px}.hb-v-launch-foot{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px}.hb-v-launch-foot>.hb-v-help{max-width:580px;margin-top:0}.hb-v-launch-foot>.hb-btn{flex-shrink:0}.hb-v-issue-link{display:inline-flex;align-items:center;gap:5px;margin-top:8px;color:var(--hb-accent)!important;font-size:11px;text-decoration:none}.hb-v-history{border-top:1px solid var(--hb-line);margin-top:24px;padding-top:20px}.hb-v-section-heading{display:flex;justify-content:space-between;gap:14px;margin-bottom:12px;align-items:baseline}.hb-v-section-heading h3,.hb-v-checks h4{font-size:12px;font-weight:500}.hb-v-section-heading>span{color:var(--hb-muted);font:9px var(--hb-mono)}.hb-v-run-list{display:grid;gap:5px}.hb-v-run-list>button{display:flex;align-items:center;gap:12px;text-align:left;border:1px solid var(--hb-line);border-radius:6px;padding:12px;background:var(--hb-surface);color:var(--hb-muted)}.hb-v-run-list>button:hover,.hb-v-run-list>button[aria-pressed=true]{background:var(--hb-surface);border-color:var(--hb-line)}.hb-v-run-list>button>span:first-child{flex:1;min-width:0}.hb-v-run-list strong{display:block;font-size:11px;font-weight:500;overflow-wrap:anywhere}.hb-v-run-list small{display:block;color:var(--hb-muted);font-size:9px;margin-top:4px}.hb-v-status{display:inline-block;width:fit-content;padding:4px 7px;border-radius:4px;background:var(--hb-surface);color:var(--hb-muted);font:9px var(--hb-mono);white-space:nowrap}.hb-v-status--positive,.hb-v-status--negative,.hb-v-status--warning,.hb-v-status--active{background:var(--hb-surface);color:var(--hb-muted)}.hb-v-empty{padding:25px;color:var(--hb-muted);font-size:12px;text-align:center}.hb-verification .hb-v-history-empty{padding:16px 5px;text-align:left;font-size:11px}.hb-v-unavailable{display:grid;justify-items:center;gap:10px;padding-bottom:30px}.hb-v-empty h3{font-size:14px;color:var(--hb-muted)}.hb-v-empty p{max-width:550px;line-height:1.7}.hb-v-feedback{margin:0 23px 20px;padding:11px 13px;border-radius:6px;font-size:11px;line-height:1.7}.hb-verification .hb-v-error{color:var(--hb-muted);white-space:pre-wrap;overflow-wrap:anywhere}.hb-v-feedback.hb-v-error{background:var(--hb-surface);border:1px solid var(--hb-line)}.hb-v-notice{background:var(--hb-surface);border:1px solid var(--hb-line);color:var(--hb-muted)}.hb-v-detail{border-top:1px solid var(--hb-line);background:var(--hb-surface)}.hb-v-detail-controls{display:flex;align-items:center;justify-content:space-between;padding:10px 20px 0}.hb-v-run-detail{padding:7px 23px 23px}.hb-v-run-heading{display:flex;align-items:flex-start;gap:15px;justify-content:space-between}.hb-v-run-heading h3{font-size:17px;font-weight:500;line-height:1.5;margin-top:4px}.hb-v-run-heading .hb-eyebrow{font-size:9px}.hb-verification .hb-v-summary{margin-top:9px;color:var(--hb-muted);font-size:12px;line-height:1.8}.hb-v-run-meta{display:flex;flex-wrap:wrap;gap:6px 15px;margin-top:10px;color:var(--hb-muted);font:9px var(--hb-mono)}.hb-v-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.hb-v-actions:empty{display:none}.hb-v-session{border:1px solid var(--hb-line);background:var(--hb-surface);border-radius:7px;padding:13px;margin-top:17px}.hb-v-session>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px 20px;font-size:11px;color:var(--hb-muted)}.hb-v-session>p{margin-top:8px;color:var(--hb-muted);font-size:10px}.hb-v-rounds,.hb-v-events{list-style:none;padding:0;margin:12px 0 0}.hb-v-rounds li+li{border-top:1px solid var(--hb-line)}.hb-v-rounds button{display:flex;gap:10px;align-items:center;width:100%;padding:10px 0;border:0;background:transparent;color:var(--hb-muted);text-align:left;font-size:10px}.hb-v-rounds button>span:first-child{min-width:49px}.hb-v-rounds strong{flex:1;min-width:0;font-weight:400;line-height:1.6}.hb-v-worker-receipt{display:flex;align-items:center;gap:8px;margin-top:14px;color:var(--hb-muted);font:10px var(--hb-mono)}.hb-v-evidence{margin-top:10px;border:1px solid var(--hb-line);border-radius:6px;overflow:hidden;background:var(--hb-surface)}.hb-v-evidence>summary{padding:12px;color:var(--hb-muted);cursor:pointer;font-size:11px}.hb-v-evidence>summary>.hb-v-status{margin-left:10px}.hb-v-evidence pre{margin:0;max-height:350px;overflow:auto;padding:15px;border-top:1px solid var(--hb-line);background:var(--hb-surface);color:var(--hb-muted);font:10px/1.8 var(--hb-mono);white-space:pre-wrap;overflow-wrap:anywhere}.hb-v-checks{margin-top:20px}.hb-v-artifacts{padding:10px 12px;font-size:10px;color:var(--hb-muted)}.hb-v-artifacts>summary{cursor:pointer;margin-bottom:8px}.hb-v-patch-actions{padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--hb-muted);font-size:10px}.hb-v-events{padding:0 13px 13px}.hb-v-events li{display:flex;align-items:baseline;gap:12px;color:var(--hb-muted);font-size:10px;line-height:1.7;padding-top:8px}.hb-v-events time{flex-shrink:0;min-width:62px;color:var(--hb-muted);font:9px var(--hb-mono)}.hb-verification .hb-v-scope{margin-top:16px}@media(max-width:620px){.hb-verification .hb-panel-heading{gap:10px}.hb-verification .hb-panel-heading h2{font-size:17px}.hb-verification .hb-v-heading-copy{font-size:11px}.hb-verification .hb-panel-heading>.hb-btn{font-size:10px;padding:7px}.hb-v-connection{padding-inline:17px;flex-wrap:wrap}.hb-v-repository-picker{flex-basis:100%}.hb-v-connect{padding-inline:17px}.hb-v-connect>div{flex-direction:column}.hb-verification .hb-v-worker-detail{margin-inline:17px}.hb-v-workspace,.hb-v-run-detail{padding-inline:17px}.hb-v-run-options{flex-direction:column;align-items:stretch;gap:10px}.hb-v-run-options>label{width:100%}.hb-v-launch-foot{flex-direction:column;align-items:stretch;gap:12px}.hb-v-section-heading{flex-direction:column;gap:5px}.hb-v-run-list>button{flex-wrap:wrap;gap:8px}.hb-v-run-list>button>span:first-child{flex-basis:calc(100% - 24px)}.hb-v-run-list>button>svg{margin-left:auto}.hb-v-feedback{margin-inline:17px}.hb-v-run-heading{flex-direction:column;gap:8px}.hb-v-run-heading h3{font-size:15px}.hb-v-rounds button{flex-wrap:wrap}.hb-v-rounds strong{flex-basis:calc(100% - 60px)}.hb-v-rounds button>.hb-v-status{margin-left:59px}.hb-v-patch-actions{flex-direction:column;align-items:flex-start}}.hb-verification input,.hb-verification textarea,.hb-verification select{color:var(--hb-ink);background:var(--hb-paper)}.hb-v-run-list>button:hover,.hb-v-run-list>button[aria-pressed=true],.hb-v-session,.hb-v-evidence pre{background:var(--hb-raised)}.hb-v-run-list strong,.hb-v-run-heading h3{color:var(--hb-ink)}.hb-v-status{background:#2b2b2b;color:#c6c6c6}.hb-v-status--negative,.hb-verification .hb-v-error{color:#ff9295}.hb-v-status--negative,.hb-v-feedback.hb-v-error{background:#2c1c1d;border-color:#4b3032}.hb-v-status--warning{background:#29261e;color:#dbbf82}.hb-v-notice{background:var(--hb-raised);color:var(--hb-ink)}.hb-issue-detail{min-width:0}.hb-issue-back{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;color:var(--hb-muted);background:transparent;font-size:12px}.hb-issue-back>svg{transform:rotate(180deg)}.hb-issue-back:hover{color:var(--hb-ink)}.hb-issue-heading{margin:24px 0}.hb-issue-kicker{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:11px;color:var(--hb-muted);font:10px var(--hb-mono)}.hb-issue-heading h1{font-size:clamp(23px,3vw,32px);font-weight:500;letter-spacing:-.9px;line-height:1.25}.hb-issue-heading p{margin-top:12px;color:var(--hb-muted);font-size:13px;line-height:1.7;max-width:820px}.hb-issue-graph{border:1px solid var(--hb-line);border-radius:10px;overflow:hidden}.hb-issue-graph .hb-pipeline{border-bottom:0}.hb-issue-section{padding:25px 0;border-bottom:1px solid var(--hb-line)}.hb-issue-section h2{font-size:15px;font-weight:500}.hb-issue-section>p{margin-top:10px;color:var(--hb-muted);font-size:12px;line-height:1.8}.hb-issue-section-label{display:flex;align-items:center;gap:10px}.hb-issue-section-label>span{color:#848484;font:10px var(--hb-mono)}.hb-issue-error{display:block;margin-top:12px;padding:11px 14px;background:#201a1a;border:1px solid #3b2c2d;border-radius:6px;color:#e9aaaa;font:11px/1.7 var(--hb-mono);overflow-wrap:anywhere}.hb-issue-patch{margin-top:17px;border:1px solid var(--hb-line);border-radius:8px;overflow:hidden;background:#161616}.hb-issue-patch-heading{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:11px 14px;border-bottom:1px solid var(--hb-line);color:#c5c5c5}.hb-issue-patch-heading>code{font:10px var(--hb-mono);overflow-wrap:anywhere}.hb-issue-patch-heading>span{margin-left:auto;color:var(--hb-muted);font-size:9px}.hb-issue-patch-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.hb-issue-patch-pair>div{min-width:0}.hb-issue-patch-pair>div+div{border-left:1px solid var(--hb-line);background:#1c1c1c}.hb-issue-patch-label{display:block;padding:13px 14px 0;color:var(--hb-muted);font-size:10px}.hb-issue-patch-pair pre{margin:0;padding:12px 14px 16px;overflow:auto;color:#dedede;font:10px/1.8 var(--hb-mono)}.hb-issue-patch-pair>div:first-child pre{color:#d3abab}.hb-issue-result{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:18px;padding:20px;border:1px solid var(--hb-line);border-radius:8px;background:var(--hb-surface)}.hb-issue-result>div{display:flex;flex-direction:column;gap:5px;min-width:130px}.hb-issue-result>div>span{color:var(--hb-muted);font-size:10px}.hb-issue-result strong{font-size:27px;font-weight:500;letter-spacing:-.8px}.hb-issue-result small{color:var(--hb-muted);font:10px var(--hb-mono)}.hb-issue-result>svg{color:#777}.hb-issue-result>p{flex:1;min-width:140px;max-width:270px;margin-left:auto;font-size:12px;color:#d2d2d2;line-height:1.8}.hb-issue-checks{margin-top:13px}.hb-issue-checks>details{border-bottom:1px solid #282828}.hb-issue-checks summary{display:flex;align-items:center;gap:10px;padding:12px 0;cursor:pointer;list-style:none;font-size:11px}.hb-issue-checks summary::-webkit-details-marker,.hb-issue-provenance>summary::-webkit-details-marker{display:none}.hb-issue-checks summary>svg{color:#bbb;flex-shrink:0}.hb-issue-checks summary>strong{font-weight:500;margin-left:auto;white-space:nowrap}.hb-issue-checks details[open] summary>svg:last-child,.hb-issue-provenance[open]>summary>svg{transform:rotate(90deg)}.hb-issue-checks details>p{padding:0 24px 13px;color:var(--hb-muted);font-size:11px;line-height:1.8}.hb-issue-section>.hb-issue-scope{margin-top:14px;font-size:10px}.hb-issue-provenance{padding-top:18px;color:var(--hb-muted);font-size:11px}.hb-issue-provenance>summary{display:flex;align-items:center;justify-content:space-between;padding:3px 0 10px;cursor:pointer;list-style:none}.hb-issue-provenance>div{padding:12px 0}.hb-issue-provenance dl{display:grid;gap:13px;margin:0 0 20px}.hb-issue-provenance dl>div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:15px}.hb-issue-provenance dd{margin:0;color:#d2d2d2;overflow-wrap:anywhere;line-height:1.8}.hb-issue-provenance p{margin-top:12px;line-height:1.8}.hb-issue-provenance table{width:100%;margin:20px 0;border-collapse:collapse;text-align:left}.hb-issue-provenance caption{text-align:left;padding-bottom:8px}.hb-issue-provenance td,.hb-issue-provenance th{padding:8px 0;border-bottom:1px solid var(--hb-line);font-weight:400}.hb-issue-source-path{display:block;margin-top:17px;font:10px/1.8 var(--hb-mono);overflow-wrap:anywhere}.hb-issue-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hb-issue-links .hb-btn{min-height:34px;font-size:11px}.hb-issue-live-pipeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:20px 0 0;padding:0;list-style:none}.hb-issue-live-pipeline li{position:relative;padding:17px;border:1px solid var(--hb-line);border-radius:8px;background:var(--hb-surface)}.hb-issue-live-pipeline li>span{display:flex;align-items:center;gap:8px;color:var(--hb-muted);font-size:10px}.hb-issue-live-pipeline strong{display:block;margin-top:14px;color:var(--hb-ink);font-size:12px;font-weight:500;overflow-wrap:anywhere}.hb-issue-live-pipeline li>svg{position:absolute;right:-23px;top:calc(50% - 8px);color:#777}.hb-issue-log{max-height:270px;margin:15px 0 0;padding:16px;border:1px solid var(--hb-line);border-radius:7px;background:var(--hb-surface);color:#cfcfcf;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;font:11px/1.8 var(--hb-mono)}.hb-issue-diff{max-height:480px;white-space:pre}.hb-issue-live-result .hb-v-run-detail{padding:10px 0 0}.hb-issue-live-result .hb-v-run-heading,.hb-issue-live-result .hb-v-summary{display:none}.hb-issue-live-result .hb-v-help{color:var(--hb-muted);font-size:11px;margin-top:10px;line-height:1.8}.hb-issue-live-result .hb-v-error{margin-top:12px;white-space:pre-wrap;overflow-wrap:anywhere;color:#ff9295}@media(max-width:760px){.hb-issue-patch-pair{grid-template-columns:1fr}.hb-issue-patch-pair>div+div{border-left:0;border-top:1px solid var(--hb-line)}.hb-issue-result{gap:18px}.hb-issue-result>p{flex-basis:100%;max-width:none;margin-left:0}}@media(max-width:540px){.hb-issue-heading{margin-top:19px}.hb-issue-section{padding-block:20px}.hb-issue-result{padding:16px;gap:15px}.hb-issue-result>div{min-width:0;flex:1}.hb-issue-result strong{font-size:22px}.hb-issue-provenance dl>div{grid-template-columns:1fr;gap:4px}.hb-issue-live-pipeline{grid-template-columns:1fr;gap:21px}.hb-issue-live-pipeline li{padding:13px 15px}.hb-issue-live-pipeline strong{margin-top:7px}.hb-issue-live-pipeline li>svg{top:auto;right:calc(50% - 8px);bottom:-20px;transform:rotate(90deg)}.hb-issue-checks summary{gap:7px;font-size:10px}}.hb-connection-dialog:has(.hb-hardware-connections){width:min(620px,calc(100vw - 36px))}.hb-hardware-intro{color:var(--hb-muted);font-size:12px;margin-bottom:18px}.hb-hardware-server{padding:17px;border:1px solid var(--hb-line);border-radius:8px;background:var(--hb-paper)}.hb-hardware-server+.hb-hardware-server{margin-top:12px}.hb-hardware-server-heading{display:flex;align-items:center;gap:10px}.hb-hardware-server-heading>svg{color:#aaa;flex-shrink:0}.hb-hardware-server-heading>div{min-width:0}.hb-hardware-server-heading strong{display:block;font-size:12px;font-weight:500;overflow-wrap:anywhere}.hb-hardware-server-heading small{display:block;color:var(--hb-muted);font:10px/1.6 var(--hb-mono);margin-top:4px;overflow-wrap:anywhere}.hb-hardware-server-heading .hb-repo-status{margin-left:auto}.hb-hardware-server-actions{display:flex;align-items:center;gap:12px;margin-top:17px}.hb-hardware-server-actions .hb-btn{min-height:32px;font-size:11px;padding:7px 10px}.hb-hardware-server-actions>:last-child{margin-left:auto}.hb-hardware-server-actions>:only-child{margin-left:0}.hb-hardware-selected{color:var(--hb-muted);font-size:11px}.hb-hardware-connections details{color:var(--hb-muted);font-size:11px;margin-top:16px}.hb-hardware-connections summary{cursor:pointer}.hb-hardware-connections details p{line-height:1.8;margin-top:10px;overflow-wrap:anywhere}.hb-hardware-server details p{white-space:pre-wrap;max-height:150px;overflow:auto}.hb-hardware-add{margin-top:20px;font-size:12px}.hb-hardware-form{display:flex;flex-direction:column;gap:8px;margin-top:20px;border-top:1px solid var(--hb-line);padding-top:20px}.hb-hardware-form label{color:silver;font-size:11px;margin-top:10px}.hb-hardware-form label:first-child{margin-top:0}.hb-hardware-form input,.hb-hardware-form textarea{width:100%;min-width:0;border:1px solid #3b3b3b;border-radius:6px;background:var(--hb-paper);padding:11px 12px;color:var(--hb-ink);font:12px/1.6 Inter,sans-serif}.hb-hardware-form textarea{font-family:var(--hb-mono);font-size:11px;resize:vertical}.hb-hardware-note{color:var(--hb-muted);font-size:11px;line-height:1.8;overflow-wrap:anywhere}.hb-hardware-note code,.hb-hardware-key-setup code{font:10px/1.8 var(--hb-mono);color:#ccc}.hb-hardware-key-setup{padding:13px 15px;border:1px solid var(--hb-line);border-radius:6px;margin-top:6px!important}.hb-hardware-key-setup .hb-btn{font-size:11px;min-height:32px;margin-top:12px}.hb-hardware-public-key{margin-top:12px;overflow-wrap:anywhere}.hb-hardware-form>button[type=submit]{align-self:flex-end;margin-top:12px;font-size:12px}@media(max-width:480px){.hb-hardware-server{padding:13px}.hb-hardware-server-heading{flex-wrap:wrap}}.hb-app{min-height:100vh;background:var(--hb-surface)}.hb-skip{position:fixed;top:-100px;left:20px;padding:12px;background:var(--hb-surface);z-index:100}.hb-skip:focus{top:12px}.hb-panel{background:var(--hb-surface);border:1px solid var(--hb-line);border-radius:10px;overflow:hidden}.hb-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:22px 23px 20px}.hb-panel h2{font-size:16px;font-weight:500}.hb-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--hb-surface);color:var(--hb-muted);border-radius:7px;padding:12px 18px;font-size:12px;display:flex;align-items:center;gap:9px;z-index:50;box-shadow:0 8px 30px #00000026}.hb-record>summary{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;cursor:pointer;list-style:none;font-size:12px;color:var(--hb-muted);border-top:1px solid var(--hb-line)}.hb-record>summary::-webkit-details-marker{display:none}.hb-record>summary:hover{background:var(--hb-surface)}.hb-record>summary>svg{transition:transform .15s}.hb-record[open]>summary>svg{transform:rotate(90deg)}.hb-app summary:focus-visible,.hb-app select:focus-visible{outline:3px solid var(--hb-accent);outline-offset:3px}.hb-record-content{padding:4px 28px 28px;border-top:1px solid var(--hb-line)}.hb-record-content>section{padding-top:24px}.hb-record-content h3{font-size:13px;font-weight:500;margin-bottom:14px}.hb-patch h3{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px}.hb-patch h3 code{color:var(--hb-muted);font:10px var(--hb-mono);overflow-wrap:anywhere}.hb-patch-pair{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--hb-line);border-radius:7px;overflow:hidden}.hb-patch-side{min-width:0;padding:13px;background:var(--hb-surface)}.hb-patch-side--after{background:var(--hb-surface);border-left:1px solid var(--hb-line)}.hb-patch-side .hb-eyebrow{font-size:9px;color:var(--hb-muted)}.hb-patch-side pre{margin:12px 0 0;overflow:auto;font:10px/1.8 var(--hb-mono);color:var(--hb-muted)}.hb-record-content .hb-detail-note{margin-top:9px;font-size:10px;color:var(--hb-muted)}.hb-record-check{display:flex;align-items:flex-start;gap:10px;border-top:1px solid var(--hb-line);padding:14px 0}.hb-record-check>svg{flex-shrink:0;color:var(--hb-muted);margin-top:2px}.hb-record-check>div{flex:1}.hb-record-check strong{font-size:12px;font-weight:500}.hb-record-check>span{white-space:nowrap;font:11px var(--hb-mono);color:var(--hb-muted)}.hb-record-check p{color:var(--hb-muted);font-size:11px;line-height:1.7;margin-top:5px}.hb-record-config dl{margin:0}.hb-record-config dl>div{display:grid;grid-template-columns:135px 1fr;gap:20px;padding:12px 0;border-top:1px solid var(--hb-line);font-size:11px}.hb-record-config dt{color:var(--hb-muted)}.hb-record-config dd{margin:0;overflow-wrap:anywhere}.hb-record-scope{padding:16px;margin-top:12px;background:var(--hb-surface);border-radius:6px;font-size:11px;color:var(--hb-muted)}.hb-record-scope strong{font-weight:500}.hb-record-scope p{margin-top:8px;line-height:1.8}.hb-record-path{display:block;font:10px/1.7 var(--hb-mono);color:var(--hb-muted);margin-top:18px;overflow-wrap:anywhere}.hb-record-links{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:14px}.hb-record-links a{display:flex;align-items:center;gap:5px;font-size:11px;text-decoration:none}.hb-record-links>button{margin-left:auto;font-size:11px}.hb-comparison{padding-bottom:24px}.hb-chart-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;font-weight:500;margin-bottom:20px}.hb-chart-direction{display:inline-flex;align-items:center;gap:5px;color:var(--hb-muted);font-size:10px;font-weight:400}.hb-chart-direction svg{transform:rotate(-45deg)}.hb-bar-groups{display:grid;gap:18px}.hb-bar-label{font-size:11px;color:var(--hb-muted);margin-bottom:7px}.hb-bar-track{width:calc(100% - 60px);display:flex;align-items:center;gap:7px;height:21px;margin:5px 0}.hb-bar{height:17px;min-width:3px;flex-shrink:0;border-radius:2px}.hb-bar--baseline,.hb-bar--optimized{background:var(--hb-surface)}.hb-bar-track>span{font:10px var(--hb-mono);color:var(--hb-muted);flex-shrink:0}.hb-chart-legend{display:flex;align-items:center;gap:13px;margin-top:21px;font-size:10px;color:var(--hb-muted)}.hb-chart-legend>span{display:inline-flex;align-items:center;gap:5px}.hb-chart-legend>span:last-child{margin-left:auto}.hb-chart-legend i{width:7px;height:7px;border-radius:1px;background:var(--hb-surface)}.hb-chart-legend>span:nth-child(2) i{background:var(--hb-surface)}@media(max-width:620px){.hb-record>summary{padding:16px 20px}.hb-record-content{padding-inline:20px}.hb-patch-pair{grid-template-columns:1fr}.hb-patch-side--after{border-left:0;border-top:1px solid var(--hb-line)}.hb-record-config dl>div{grid-template-columns:90px 1fr;gap:12px}.hb-record-check{flex-wrap:wrap}.hb-record-check>div{flex-basis:calc(100% - 30px)}.hb-record-check>span{margin-left:26px}}.hb-app{background:var(--hb-paper)}.hb-skip{background:var(--hb-accent);color:var(--hb-paper)}.hb-record>summary:hover{background:var(--hb-raised)}.hb-record-content h3,.hb-record-check strong{color:var(--hb-ink)}.hb-patch-side--before{background:#241b1b}.hb-patch-side--before pre{color:#e8b6b6}.hb-patch-side--after,.hb-record-scope{background:var(--hb-raised)}.hb-patch-side--after pre{color:#e2e2e2}.hb-bar--baseline,.hb-chart-legend i{background:#525252}.hb-bar--optimized,.hb-chart-legend>span:nth-child(2) i{background:#d0d0d0}.hb-toast{background:#ededed;color:#141414}.hb-repo-app{display:flex;min-height:100vh;background:var(--hb-paper)}.hb-repo-sidebar{position:fixed;inset:0 auto 0 0;width:236px;display:flex;flex-direction:column;padding:26px 18px 18px;border-right:1px solid var(--hb-line);background:#131313}.hb-repo-brand{display:inline-flex;text-decoration:none;padding:0 4px}.hb-repo-brand .hb-brand{font-size:22px}.hb-repo-picker{margin-top:40px;min-height:0;overflow-y:auto}.hb-repo-list-label{display:block;color:var(--hb-muted);font-size:10px;margin:0 0 10px 9px}.hb-repo-list{display:grid;gap:5px;margin:0;padding:0;list-style:none}.hb-repo-list button{display:flex;align-items:flex-start;gap:11px;width:100%;padding:12px 9px;text-align:left;color:var(--hb-muted);border:1px solid transparent;border-radius:7px;background:transparent}.hb-repo-list button:hover:enabled{background:#1c1c1c}.hb-repo-list button[aria-current=page]{background:#242424;border-color:#383838;color:var(--hb-ink)}.hb-repo-number{min-width:20px;padding-top:1px;font:11px/1.6 var(--hb-mono);color:#999}.hb-repo-list button>span:last-child{min-width:0}.hb-repo-list strong{display:block;font-size:12px;font-weight:500;overflow-wrap:anywhere}.hb-repo-list small{display:block;margin-top:4px;color:#999;font-size:9px;line-height:1.6}.hb-repo-connections{display:grid;gap:8px;padding:21px 0 26px;flex-shrink:0}.hb-repo-connect-button{justify-content:flex-start;font-size:12px}.hb-repo-connect-button>svg:last-child{margin-left:auto}.hb-repo-account{margin-top:auto;padding-top:18px;border-top:1px solid var(--hb-line);display:flex;gap:9px;align-items:center;color:var(--hb-muted);font-size:11px}.hb-repo-avatar{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#2b2b2b;color:#eee;flex-shrink:0}.hb-repo-account>span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis}.hb-repo-account>button{padding:4px;min-height:30px;margin-left:auto}.hb-repo-content{margin-left:236px;width:calc(100% - 236px);min-width:0}.hb-repo-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;height:61px;padding:0 34px;border-bottom:1px solid var(--hb-line);color:var(--hb-muted);font-size:11px}.hb-repo-topbar>span:first-child{display:flex;align-items:center;gap:8px;color:#ddd;overflow-wrap:anywhere}.hb-repo-topbar>span:last-child{flex-shrink:0;font-size:10px}.hb-repo-main{max-width:1230px;padding:35px 34px 45px;margin:0 auto;outline:none}.hb-repo-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.hb-repo-heading .hb-eyebrow{font-size:9px;letter-spacing:1px;margin-bottom:8px}.hb-repo-heading h1{font-size:clamp(23px,2.5vw,31px);letter-spacing:-1px;line-height:1.25;font-weight:500;overflow-wrap:anywhere}.hb-repo-status{display:inline-flex;align-items:center;font:10px Inter,sans-serif;color:#bdbdbd;padding:5px 8px;border:1px solid #383838;border-radius:5px;white-space:nowrap}.hb-repo-tabs{display:flex;gap:26px;padding:0 22px;border-bottom:1px solid var(--hb-line)}.hb-repo-tabs>button{position:relative;display:flex;align-items:center;gap:8px;padding:18px 0;background:transparent;border:0;color:var(--hb-muted);font-size:12px}.hb-repo-tabs>button[aria-selected=true]{color:var(--hb-ink)}.hb-repo-tabs>button[aria-selected=true]:after{content:"";position:absolute;inset:auto 0 -1px;height:2px;background:#ededed}.hb-repo-tabs>button>span{display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;color:#bbb;background:#303030;font-size:9px;border-radius:5px}.hb-issues-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px;padding:14px 22px}.hb-issues-toolbar>span{color:var(--hb-muted);font-size:11px}.hb-issues-toolbar>div{display:flex;gap:10px}.hb-issues-toolbar .hb-btn{font-size:11px;min-height:34px;padding:7px 11px}.hb-issue-list{border-top:1px solid var(--hb-line)}.hb-issue-row{display:flex;align-items:center;gap:12px;padding:0 22px}.hb-issue-row+.hb-issue-row{border-top:1px solid #2b2b2b}.hb-issue-row:hover{background:#202020}.hb-issue-row>input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;width:15px;height:15px;margin:0;accent-color:#ddd;cursor:pointer}.hb-issue-symbol{display:flex;color:#a6a6a6}.hb-issue-open{min-width:0;flex:1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:21px 0;border:0;color:var(--hb-ink);background:transparent;text-align:left}.hb-issue-open>span:first-child{display:flex;gap:12px;min-width:0;align-items:baseline}.hb-issue-open small{color:#999;font:10px var(--hb-mono);flex-shrink:0}.hb-issue-open strong{font-size:12px;font-weight:500;line-height:1.7}.hb-issue-row-result{display:flex;align-items:center;gap:13px;color:#bbb;font-size:10px;white-space:nowrap;flex-shrink:0}.hb-selection-note{padding:12px 22px;font-size:10px;color:var(--hb-muted);border-top:1px solid var(--hb-line)}.hb-repo-empty{padding:30px 22px;color:var(--hb-muted);font-size:12px;line-height:1.8}.hb-repo-empty>.hb-btn{margin-top:14px}.hb-discover-form{padding:25px 22px 20px}.hb-discover-intro{margin-bottom:23px}.hb-discover-intro h2{font-size:16px;font-weight:500}.hb-discover-intro p{font-size:12px;color:var(--hb-muted);margin-top:6px}.hb-repo-main label{display:block;color:silver;font-size:11px;margin-bottom:8px}.hb-repo-main label>span{color:#999;font-size:10px;margin-left:6px}.hb-repo-main input:not([type=checkbox]),.hb-repo-main textarea,.hb-repo-main select{width:100%;border:1px solid #3a3a3a;border-radius:6px;padding:10px 12px;background:#111;color:var(--hb-ink);font:12px Inter,sans-serif}.hb-repo-main textarea{min-height:70px;resize:vertical;line-height:1.65}.hb-repo-app input:focus-visible,.hb-repo-app textarea:focus-visible,.hb-repo-app select:focus-visible{outline:2px solid #bdbdbd;outline-offset:3px}.hb-discover-controls{display:flex;align-items:flex-end;gap:18px;margin-top:20px}.hb-discover-controls>label{width:185px;margin:0}.hb-discover-controls select,.hb-discover-controls input{margin-top:7px}.hb-discover-controls>.hb-btn{margin-left:auto}.hb-discover-method{font-size:11px;color:var(--hb-muted);margin-top:20px}.hb-discover-method>summary{cursor:pointer}.hb-discover-method>p{margin-top:9px;max-width:700px;line-height:1.8}.hb-connection-dialog{width:min(510px,calc(100vw - 36px));max-height:calc(100dvh - 48px);padding:25px;border:1px solid #3b3b3b;border-radius:12px;color:var(--hb-ink);background:var(--hb-surface);box-shadow:0 25px 90px #0008}.hb-connection-dialog::backdrop{background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.hb-connection-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:23px}.hb-connection-heading h2{font-size:18px;font-weight:500;letter-spacing:-.3px}.hb-connection-heading>button{padding:6px;min-height:30px}.hb-connection-form{display:flex;flex-direction:column;gap:10px}.hb-connection-form label{color:var(--hb-muted);font-size:12px}.hb-connection-form input{width:100%;min-width:0;padding:12px;border:1px solid #3b3b3b;border-radius:6px;background:var(--hb-paper);color:var(--hb-ink);font-size:12px}.hb-connection-form>button{align-self:flex-end;margin-top:10px}.hb-connection-dialog .hb-repo-feedback{margin:18px 0 0!important}.hb-hardware-connection>p{color:var(--hb-muted);font-size:12px}.hb-hardware-worker{padding:18px;margin-top:18px;border:1px solid var(--hb-line);border-radius:8px;background:var(--hb-paper)}.hb-hardware-worker>div{display:flex;align-items:center;gap:10px}.hb-hardware-worker>div>svg{flex-shrink:0;color:#aaa}.hb-hardware-worker strong{font-weight:500;font-size:12px;overflow-wrap:anywhere}.hb-hardware-worker .hb-repo-status{margin-left:auto}.hb-hardware-message{font-size:12px;line-height:1.7;margin-top:14px}.hb-hardware-capabilities{color:var(--hb-muted);font-size:10px;line-height:1.8;overflow-wrap:anywhere;margin-top:12px!important}.hb-hardware-worker>button{font-size:11px;margin-top:16px}.hb-hardware-connection details{color:var(--hb-muted);font-size:11px;margin-top:18px}.hb-hardware-connection summary{cursor:pointer}.hb-hardware-connection details p{line-height:1.8;margin-top:10px;overflow-wrap:anywhere}.hb-hardware-worker details p{white-space:pre-wrap;max-height:150px;overflow:auto}.hb-repo-feedback{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:center;margin-bottom:22px!important;padding:12px 15px;border:1px solid #3a3a3a;border-radius:7px;font-size:12px;color:#d0d0d0;background:#222;line-height:1.7}.hb-repo-feedback.hb-repo-error{color:#ffb6b8;border-color:#5a3535;background:#261c1c}.hb-repo-inline-error{color:#ffb6b8;font-size:11px;line-height:1.8;padding:0 22px 18px}.hb-repo-history{padding:20px 22px 22px;border-top:1px solid var(--hb-line)}.hb-repo-history h2{font-size:12px;font-weight:500;margin-bottom:15px}.hb-repo-runs{display:grid;gap:8px}.hb-repo-runs>button{display:flex;align-items:center;gap:12px;border:1px solid #353535;border-radius:6px;background:#1b1b1b;color:#ddd;text-align:left;padding:14px 12px}.hb-repo-runs>button:hover{background:#242424}.hb-repo-runs>button>span:nth-child(2){min-width:0;flex:1}.hb-repo-runs strong{display:block;font-size:12px;font-weight:500;overflow-wrap:anywhere}.hb-repo-runs small{display:block;margin-top:4px;font-size:10px;color:var(--hb-muted)}.hb-repo-back{display:flex;align-items:center;gap:8px;border:0;background:transparent;padding:0;margin-bottom:24px;font-size:12px;color:var(--hb-muted)}.hb-repo-back>svg{transform:rotate(180deg)}.hb-repo-issue-preview h1{font-size:27px;font-weight:500;letter-spacing:-.6px;line-height:1.4;margin-top:10px}.hb-repo-issue-preview>p{font-size:13px;color:#bbb;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere;margin:22px 0;max-height:480px;overflow:auto}.hb-repo-issue-preview>div{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:1100px)and (min-width:701px){.hb-repo-sidebar{width:205px;padding-inline:14px}.hb-repo-brand .hb-brand{font-size:19px;gap:6px}.hb-repo-brand .hb-brand svg{width:24px}.hb-repo-content{width:calc(100% - 205px);margin-left:205px}.hb-repo-main{padding:28px 23px 35px}}@media(max-width:700px){.hb-repo-app{display:block}.hb-repo-sidebar{position:static;width:100%;display:grid;grid-template-columns:1fr auto;padding:19px 18px;gap:17px 12px;border-right:0;border-bottom:1px solid var(--hb-line)}.hb-repo-brand{grid-column:1}.hb-repo-brand .hb-brand{font-size:21px}.hb-repo-picker{grid-column:1 / -1;grid-row:2;margin:0;min-width:0;max-height:225px}.hb-repo-list-label{display:none}.hb-repo-connections{grid-column:1 / -1;grid-row:3;grid-template-columns:1fr 1fr;padding:0}.hb-repo-connect-button{min-height:40px;font-size:11px;padding-inline:10px}.hb-repo-connect-button>svg:last-child{display:none}.hb-repo-account{grid-column:2;grid-row:1;margin:0;padding:0;border:0;justify-content:end}.hb-repo-account>span{display:none}.hb-repo-content{margin:0;width:100%}.hb-repo-topbar{padding-inline:20px;height:46px}.hb-repo-topbar>span:last-child{display:none}.hb-repo-main{padding:26px 18px 35px}.hb-repo-heading h1{font-size:24px}.hb-repo-tabs,.hb-issue-row,.hb-issues-toolbar{padding-inline:16px}.hb-issue-open{align-items:flex-start;gap:10px;flex-direction:column}.hb-issue-open>span:first-child{display:block}.hb-issue-open small{display:block;margin-bottom:5px}.hb-issue-row-result{font-size:9px}.hb-discover-form{padding-inline:16px}.hb-discover-controls{flex-wrap:wrap;gap:14px}.hb-discover-controls>label{flex:1;min-width:110px}.hb-discover-controls>.hb-btn{width:100%;margin-left:0}.hb-connection-dialog{padding:20px}.hb-repo-runs>button{flex-wrap:wrap}.hb-repo-runs>button>.hb-repo-status{margin-left:29px}}.hb-login{color-scheme:dark;min-height:100dvh;background:#111;color:var(--hb-ink, #f1f1f1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;flex-direction:column}.hb-login *{box-sizing:border-box}.hb-login button,.hb-login input{font:inherit}.hb-login a{color:inherit;text-decoration:none}.hb-login-header{min-height:108px;padding:36px 5.2%;display:flex;align-items:center;justify-content:space-between}.hb-login-header>span,.hb-login-eyebrow,.hb-login-story-footer,.hb-login-footer,.hb-login-diagram-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:400;letter-spacing:.065em}.hb-login-header>span{color:#a6a6a6;font-size:9px}.hb-login-layout{width:min(1190px,90%);margin:auto;display:grid;grid-template-columns:1.18fr 1fr;align-items:center;flex:1;padding:25px 0 42px}.hb-login-story{align-self:center;padding:18px 60px 22px 0}.hb-login-eyebrow{display:flex;align-items:center;gap:9px;color:#a6a6a6;font-size:9px;letter-spacing:.09em}.hb-login-eyebrow i{display:inline-block;width:5px;height:5px;background:var(--hb-accent, #ededed)}.hb-login-story h1{margin:22px 0 19px;font-size:clamp(39px,4.2vw,61px);font-weight:400;letter-spacing:-.055em;line-height:1.09}.hb-login-story h1 span{color:#a6a6a6}.hb-login-story-copy>p{color:#a6a6a6;font-size:14px;line-height:1.75;margin:0;letter-spacing:-.01em}.hb-login-diagram{position:relative;max-width:455px;margin:22px 0 14px -17px;height:275px}.hb-login-diagram-grid{position:absolute;top:12px;right:6px;bottom:0;left:6px;opacity:.35;background-image:radial-gradient(#646464 .65px,transparent .65px);background-size:17px 17px;-webkit-mask-image:radial-gradient(ellipse 50% 46% at 50% 50%,#000 30%,transparent 100%);mask-image:radial-gradient(ellipse 50% 46% at 50% 50%,#000 30%,transparent 100%)}.hb-login-diagram svg{position:relative;width:100%;height:100%}.hb-login-diagram-label{position:absolute;color:#a6a6a6;font-size:8px;letter-spacing:.06em;background:#111;padding:4px 6px}.hb-login-diagram-label--source{left:8%;top:19%}.hb-login-diagram-label--run{right:0;top:67%}.hb-login-diagram-label--verify{bottom:2%;left:44%}.hb-login-story-footer{display:flex;align-items:center;gap:13px;color:#a6a6a6;font-size:8px;letter-spacing:.06em}.hb-login-story-footer i{width:14px;height:1px;background:#404040}.hb-login-main{border-left:1px solid #303030;min-height:485px;padding:38px 0 38px 84px;display:flex;align-items:center}.hb-login-card{width:100%;max-width:342px;margin:0 auto}.hb-login-card-mark{width:35px;height:35px;display:grid;place-items:center;background:#191919;border:1px solid #303030;border-radius:8px;color:var(--hb-accent, #ededed);margin-bottom:27px}.hb-login-card-mark svg{width:19px;height:19px}.hb-login-card h2{margin:0 0 10px;font-weight:500;font-size:28px;line-height:1.25;letter-spacing:-.045em}.hb-login-description{margin:0 0 31px;font-size:12px;line-height:1.65;color:#a6a6a6}.hb-login-card label{display:block;margin:20px 0 8px;font-size:11px;font-weight:500;color:#d1d1d1}.hb-login-card input{display:block;width:100%;padding:12px 13px;height:44px;border:1px solid #303030;border-radius:6px;background:#191919;color:var(--hb-ink, #f1f1f1);font-size:12px;outline:none;transition:border-color .15s,box-shadow .15s}.hb-login-card input::placeholder{color:#777}.hb-login-card input:focus{border-color:#a6a6a6;box-shadow:0 0 0 3px #ededed16}.hb-login-card input:disabled{background:#222}.hb-login-password{position:relative}.hb-login-password input{padding-right:43px}.hb-login-password button{position:absolute;top:0;right:0;height:44px;width:43px;padding:12px;border:0;background:none;color:#a6a6a6;cursor:pointer;border-radius:6px}.hb-login-password svg{display:block;width:18px;height:18px}.hb-login-submit{display:flex;align-items:center;justify-content:center;gap:9px;position:relative;margin:25px 0 0;width:100%;min-height:44px;padding:12px 15px;border:1px solid var(--hb-accent, #ededed);border-radius:6px;background:var(--hb-accent, #ededed);color:#111;cursor:pointer;font-size:12px!important;font-weight:500!important;transition:background .15s}.hb-login-submit:hover:not(:disabled){background:#fff}.hb-login-submit svg{width:18px;height:18px;position:absolute;right:14px}.hb-login-submit:disabled{cursor:default;opacity:.6}.hb-login-invite{text-align:center;font-size:9px;color:#a6a6a6;line-height:1.65;margin:18px 0 0}.hb-login-error{background:#271b1b;border:1px solid #503030;color:#e4a9a9;padding:10px 12px;border-radius:6px;font-size:11px;line-height:1.55;margin-top:15px;overflow-wrap:anywhere}.hb-login-account{font-size:12px;color:#a6a6a6;overflow-wrap:anywhere;margin:-12px 0 22px}.hb-login-loading{display:flex;align-items:center;gap:10px;color:#a6a6a6;font-size:12px;min-height:45px}.hb-login-spinner{display:inline-block;width:14px;height:14px;border:1.5px solid currentColor;border-right-color:transparent;border-radius:50%;animation:hb-login-spin .8s linear infinite}.hb-login-switch-account{display:block;margin:18px auto 0;padding:5px 9px;border:0;background:none;color:#d1d1d1;font-size:11px!important;cursor:pointer}.hb-login-footer{display:flex;justify-content:space-between;align-items:center;padding:25px 5.2% 31px;color:#a6a6a6;font-size:8px;letter-spacing:.055em}.hb-login-footer a{font-family:Inter,sans-serif;font-size:11px;letter-spacing:-.01em;color:#d1d1d1}.hb-login-footer a span{margin-left:4px}.hb-login :is(button,a):focus-visible{outline:2px solid var(--hb-accent, #ededed);outline-offset:4px}@keyframes hb-login-spin{to{transform:rotate(360deg)}}@media(max-width:960px){.hb-login-layout{grid-template-columns:1fr 1fr}.hb-login-story{padding-right:32px}.hb-login-main{padding-left:40px}.hb-login-story h1{font-size:44px}.hb-login-diagram{height:235px;margin-left:-23px}.hb-login-story-footer{gap:8px;font-size:7px}}@media(max-width:700px){.hb-login-header{min-height:88px;padding:27px 7%}.hb-login-header>span{display:none}.hb-login-layout{display:block;width:86%;padding:20px 0 65px;max-width:420px}.hb-login-story{display:none}.hb-login-main{border:0;min-height:0;padding:20px 0}.hb-login-card{max-width:355px}.hb-login-card h2{font-size:31px}.hb-login-description{font-size:13px}.hb-login-card label{font-size:12px}.hb-login-card input{font-size:16px;height:48px}.hb-login-password button{height:48px}.hb-login-submit{min-height:48px}.hb-login-footer{padding:22px 7%}.hb-login-footer>span{font-size:7px}}@media(prefers-reduced-motion:reduce){.hb-login *,.hb-login *:before{animation:none!important;transition:none!important}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2) format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2) format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2) format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2) format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2) format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2) format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2) format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{color-scheme:dark;--hb-paper: #111111;--hb-ink: #f1f1f1;--hb-muted: #a6a6a6;--hb-line: #303030;--hb-surface: #191919;--hb-raised: #222222;--hb-accent: #ededed;--hb-mono: ui-monospace, SFMono-Regular, Consolas, monospace;font-family:Inter,Arial,sans-serif;color:var(--hb-ink);background:var(--hb-paper);font-synthesis:none;-webkit-font-smoothing:antialiased}body{margin:0}.hb-app,.hb-login{font-family:Inter,Arial,sans-serif;font-size:13px;line-height:1.5;color:var(--hb-ink)}.hb-app *,.hb-login *{box-sizing:border-box}.hb-app button,.hb-app input,.hb-login button,.hb-login input{font:inherit}.hb-app button,.hb-login button{cursor:pointer}.hb-app button:disabled,.hb-login button:disabled{cursor:not-allowed;opacity:.5}.hb-app a,.hb-login a{color:inherit}.hb-app button:focus-visible,.hb-app a:focus-visible,.hb-app [tabindex]:focus-visible,.hb-login button:focus-visible,.hb-login a:focus-visible,.hb-login input:focus-visible{outline:3px solid var(--hb-accent);outline-offset:4px}.hb-brand{display:inline-flex;align-items:center;gap:9px;color:var(--hb-ink);font-size:23px;font-weight:600;letter-spacing:-1.1px;white-space:nowrap}.hb-brand svg{flex:0 0 auto}.hb-brand-period{color:var(--hb-accent)}.hb-brand--light{color:#fff;--hb-brand-cut: #111111}.hb-brand--light .hb-brand-period{color:#ededed}.hb-app h1,.hb-app h2,.hb-app h3,.hb-app h4,.hb-app p{margin:0}.hb-app button{-webkit-tap-highlight-color:transparent}.hb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border:1px solid var(--hb-line);border-radius:7px;background:var(--hb-surface);padding:9px 13px;color:var(--hb-ink);text-decoration:none;font-size:12px;font-weight:500;transition:background .16s,transform .16s,border-color .16s}.hb-btn:hover:enabled{background:var(--hb-raised);border-color:#484848}.hb-btn--primary{background:var(--hb-accent);color:#141414;border-color:var(--hb-accent)}.hb-btn--primary:hover:enabled{background:#fff;border-color:#fff}.hb-btn--quiet{border-color:transparent;background:transparent;color:var(--hb-muted)}.hb-eyebrow{display:block;font-family:var(--hb-mono);font-size:10px;letter-spacing:1.4px;line-height:1.5;color:var(--hb-muted);text-transform:uppercase}.hb-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:5px;font-family:var(--hb-mono);font-size:10px;line-height:1.4;color:var(--hb-muted);background:var(--hb-raised);border:1px solid var(--hb-line);white-space:nowrap}.hb-dot{width:6px;height:6px;border-radius:50%;background:var(--hb-accent);display:inline-block;flex:0 0 auto}@media(prefers-reduced-motion:reduce){.hb-app *,.hb-login *{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::selection{background:#414141;color:#f1f1f1}
