.hd-page{background:var(--background,#0a0a0a);color:var(--foreground,#fafafa);margin:0 auto;max-width:1200px;min-height:100vh;padding:32px 24px 64px}.hd-header{flex-wrap:wrap;justify-content:space-between;margin-bottom:32px}.hd-header,.hd-header__left{align-items:center;display:flex;gap:16px}.hd-header__actions{display:flex;gap:8px}.hd-title{font-size:24px;font-weight:600;margin:0}.hd-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:4px 12px}.hd-badge--pass{background:#34c75926;color:#34c759}.hd-badge--fail{background:#ff3b3026;color:#ff3b30}.hd-badge--warn{background:#ff950026;color:#ff9500}.hd-badge--idle{background:#8e8e9326;color:#8e8e93}.hd-badge--running{background:#007aff26;color:#007aff}.hd-spin{animation:hd-spin 1s linear infinite}@keyframes hd-spin{to{transform:rotate(1turn)}}.hd-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;transition:opacity .15s}.hd-btn:disabled{cursor:not-allowed;opacity:.5}.hd-btn--primary{background:#007aff;color:#fff}.hd-btn--primary:hover:not(:disabled){background:#0066d6}.hd-btn--secondary{background:#ffffff14;color:#fafafa}.hd-btn--secondary:hover:not(:disabled){background:#ffffff1f}.hd-grid{display:flex;flex-direction:column;gap:24px}.hd-section{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;overflow:hidden}.hd-section__header{align-items:center;border-bottom:1px solid #ffffff0f;color:#fff9;display:flex;font-size:14px;gap:8px;padding:16px 20px}.hd-section__header h2{color:#fafafa;font-size:16px;font-weight:600;margin:0}.hd-section__meta{color:#fff6;font-size:13px;margin-left:auto}.hd-section__body{padding:16px 20px}.hd-empty{color:#ffffff4d;font-size:14px;margin:0;padding:24px 0;text-align:center}.hd-suite{margin-bottom:4px}.hd-suite__header{align-items:center;background:none;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px;text-align:left;width:100%}.hd-suite__header:hover{background:#ffffff0a}.hd-suite__title{flex:1}.hd-suite__counts{display:flex;gap:8px}.hd-count{border-radius:10px;font-size:12px;font-weight:500;padding:2px 8px}.hd-count--pass{background:#34c75926;color:#34c759}.hd-count--fail{background:#ff3b3026;color:#ff3b30}.hd-suite__body{padding-left:8px}.hd-spec{border-radius:6px;padding:6px 8px}.hd-spec__row{align-items:center;cursor:pointer;display:flex;gap:8px}.hd-spec__icon--pass{color:#34c759}.hd-spec__icon--fail{color:#ff3b30}.hd-spec__title{flex:1;font-size:13px}.hd-spec__duration{color:#ffffff4d;font-size:12px}.hd-spec:hover{background:#ffffff08}.hd-spec__error{background:#ff3b3014;border:1px solid #ff3b3026;border-radius:6px;color:#ff6961;margin:8px 0 4px 22px;overflow-x:auto;padding:12px}.hd-spec__error,.hd-stream{font-size:12px;white-space:pre-wrap;word-break:break-word}.hd-stream{background:#0000004d;border:1px solid #ffffff0f;border-radius:8px;color:#fff9;max-height:300px;overflow-y:auto}.hd-stream,.hd-test-error{margin-bottom:16px;padding:12px 16px}.hd-test-error{align-items:flex-start;background:#ff3b3014;border:1px solid #ff3b3026;border-radius:8px;color:#ff6961;display:flex;font-size:13px;gap:8px;line-height:1.4}.hd-build-summary{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:20px}.hd-build-stat{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;padding:16px;text-align:center}.hd-build-stat__value{display:block;font-size:24px;font-weight:600;margin-bottom:4px}.hd-build-stat__label{color:#fff6;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.hd-build-stat--good .hd-build-stat__value{color:#34c759}.hd-build-stat--bad .hd-build-stat__value{color:#ff3b30}.hd-build-stat--warn .hd-build-stat__value{color:#ff9500}.hd-subsection-title{color:#ffffff80;font-size:13px;font-weight:500;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.hd-chunks{gap:6px}.hd-chunk,.hd-chunks{display:flex;flex-direction:column}.hd-chunk{gap:4px}.hd-chunk__info{align-items:center;display:flex;justify-content:space-between}.hd-chunk__name{color:#fff9;font-size:12px;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hd-chunk__size{color:#fff6;font-size:12px;font-variant-numeric:tabular-nums}.hd-chunk__bar-bg{background:#ffffff0f;border-radius:3px;height:6px;overflow:hidden}.hd-chunk__bar-fill{border-radius:3px;height:100%;transition:width .3s ease}.hd-chunk__bar-fill--js{background:#007aff}.hd-chunk__bar-fill--css{background:#af52de}.hd-vitals-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.hd-vital{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;padding:16px;text-align:center}.hd-vital__name{color:#ffffff80;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:8px}.hd-vital__value{font-size:28px;font-weight:600}.hd-vital__unit{color:#ffffff4d;font-size:14px;font-weight:400;margin-left:2px}.hd-vital__rating{font-size:11px;margin-top:4px;text-transform:capitalize}.hd-vital--good .hd-vital__rating,.hd-vital--good .hd-vital__value{color:#34c759}.hd-vital--warn .hd-vital__rating,.hd-vital--warn .hd-vital__value{color:#ff9500}.hd-vital--poor .hd-vital__rating,.hd-vital--poor .hd-vital__value{color:#ff3b30}@media (max-width:768px){.hd-page{padding:16px 12px 48px}.hd-header{align-items:flex-start;flex-direction:column}.hd-build-summary,.hd-vitals-grid{grid-template-columns:repeat(2,1fr)}}

/*# sourceMappingURL=5731.37392a3f.css.map*/