*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#12100d;--bg2:#1c1712;--card:#1c1712;--card2:#241d15;--border:#39301f;--border2:#4a3f28;--accent:#b8461f;--accent2:#d1572b;--accent-glow:#b8461f29;--accent-glow-soft:#b8461f12;--accent-tint:#b8461f1f;--accent-border:#b8461f66;--white:#f3eee3;--light:#ede7dc;--muted:#9c9280;--faint:#5c5648;--success:#7a9b57;--danger:#c1443a;--warning:#c9a227;--info:#8b7ec8;--severity-critical:#c1443a;--severity-high:#c97a2e;--severity-medium:#c9a227;--severity-low:#6e8fa3;--status-pass:#7a9b57;--status-fail:#c1443a;--status-not-run:#9c9280;--topbar-bg:#12100dd9}:root[data-theme=slate]{--bg:#0e0f14;--bg2:#15161d;--card:#15161d;--card2:#1b1d26;--border:#262835;--border2:#333648;--accent:#6366f1;--accent2:#818cf8;--accent-glow:#6366f12e;--accent-glow-soft:#6366f114;--accent-tint:#6366f11f;--accent-border:#6366f166;--white:#f2f3f7;--light:#e1e3ec;--muted:#8b8fa6;--faint:#52566b;--success:#34d399;--danger:#f16565;--warning:#f5b843;--info:#5ea8f5;--severity-critical:#f16565;--severity-high:#f0924d;--severity-medium:#f5b843;--severity-low:#6e8fc7;--status-pass:#34d399;--status-fail:#f16565;--status-not-run:#8b8fa6;--topbar-bg:#0e0f14d9}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--light);-webkit-font-smoothing:antialiased;font-family:Manrope,sans-serif;font-size:15px;line-height:1.6}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--card);border-right:1px solid var(--border);z-index:50;flex-direction:column;flex-shrink:0;width:220px;padding:1.25rem 0;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-logo{color:var(--white);border-bottom:1px solid var(--border);margin-bottom:1rem;padding:0 1.25rem 1.5rem;font-family:Bricolage Grotesque,sans-serif;font-size:1.5rem;font-weight:700}.sidebar-logo span{color:var(--accent)}.sidebar-section{margin-bottom:1.5rem;padding:0 .75rem}.sidebar-label{letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin-bottom:.4rem;padding:0 .5rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:500}.sidebar-link{color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.5rem .75rem;font-size:.88rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.sidebar-link:hover{background:var(--card2);color:var(--light)}.sidebar-link.active{background:var(--accent-tint);color:var(--accent)}.sidebar-link svg{opacity:.7;flex-shrink:0}.sidebar-link.active svg{opacity:1}.sidebar-bottom{border-top:1px solid var(--border);margin-top:auto;padding:.75rem}.main-content{flex:1;min-height:100vh;margin-left:220px}.global-engineering-shortcut{z-index:45;background:var(--card);position:fixed;top:64px;right:12px;box-shadow:0 2px 8px #00000059}.topbar{border-bottom:1px solid var(--border);background:var(--topbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:40;justify-content:space-between;align-items:center;height:56px;padding:0 2rem;display:flex;position:sticky;top:0}.topbar-title{color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:.95rem;font-weight:700}.topbar-actions{align-items:center;gap:.75rem;display:flex}.back-btn{border:1px solid var(--border);background:var(--card2);width:28px;height:28px;color:var(--muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:inline-flex}.back-btn:hover{color:var(--light);border-color:var(--border2)}.page-content{max-width:1100px;margin:0 auto;padding:2rem}.card{background:var(--card);border:1px solid var(--border);padding:1.5rem}.card-sm{background:var(--card);border:1px solid var(--border);padding:1.1rem 1.25rem;transition:border-color .2s}.card-sm:hover{border-color:var(--border2)}.stats-row{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1px;margin-bottom:2rem;display:grid}.stat-card{background:var(--card);padding:1.1rem 1.25rem}.stat-num{color:var(--white);font-variant-numeric:tabular-nums;margin-bottom:.3rem;font-family:Bricolage Grotesque,sans-serif;font-size:1.75rem;font-weight:700;line-height:1}.stat-label{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.68rem}.btn{cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-family:Manrope,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.btn-primary{background:var(--accent);color:var(--white)}.btn-primary:hover{background:var(--accent2)}.btn-ghost{color:var(--muted);border:1px solid var(--border);background:0 0}.btn-ghost:hover{color:var(--light);border-color:var(--border2)}.btn-danger{color:var(--danger);background:0 0;border:1px solid #c1443a66}.btn-danger:hover{background:#c1443a1a}.btn-warning{color:var(--warning);background:0 0;border:1px solid #c9a22766}.btn-warning:hover{background:#c9a2271a}.btn-sm{padding:.35rem .75rem;font-size:.78rem}.btn-lg{padding:.85rem 1.65rem;font-size:.95rem}.btn-full{justify-content:center;width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.badge{letter-spacing:.03em;text-transform:uppercase;background:0 0;border:1px solid;align-items:center;gap:.3rem;padding:.15rem .55rem;font-size:.68rem;font-weight:600;display:inline-flex}.badge-pass{border-color:var(--success);color:var(--success)}.badge-fail{border-color:var(--danger);color:var(--danger)}.badge-not-run{border-color:var(--border2);color:var(--muted)}.badge-open{border-color:var(--danger);color:var(--danger)}.badge-resolved{border-color:var(--success);color:var(--success)}.badge-in-progress{border-color:var(--warning);color:var(--warning)}.badge-critical{border-color:var(--severity-critical);color:var(--severity-critical)}.badge-high{border-color:var(--severity-high);color:var(--severity-high)}.badge-medium{border-color:var(--severity-medium);color:var(--severity-medium)}.badge-low{border-color:var(--severity-low);color:var(--severity-low)}.badge-functional{color:#8ca85e;border-color:#8ca85e}.badge-integration{color:#8b7ec8;border-color:#8b7ec8}.badge-e2e{color:#4f8a8a;border-color:#4f8a8a}.badge-api{border-color:var(--accent2);color:var(--accent2)}.badge-not-started{border-color:var(--border2);color:var(--muted)}.badge-completed{border-color:var(--success);color:var(--success)}.badge-blocked{border-color:var(--warning);color:var(--warning)}.badge-automation{border-color:var(--info);color:var(--info)}.badge-automated{border-color:var(--accent);color:var(--accent)}.badge-tc-automated{border-color:var(--success);color:var(--success)}.badge-environmental{border-color:var(--warning);color:var(--warning)}.badge-regression{border-color:var(--danger);color:var(--danger)}.badge-hidden{border-color:var(--warning);color:var(--warning)}.badge-web{color:#5a8db8;border-color:#5a8db8}.badge-ios{color:#c97ab5;border-color:#c97ab5}.badge-android{color:#3ddc84;border-color:#3ddc84}.status-menu{background:var(--card2);border:1px solid var(--border2);z-index:20;min-width:140px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 16px #0006}.status-menu-item{width:100%;color:var(--light);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.55rem;padding:.55rem .8rem;font-family:Manrope,sans-serif;font-size:.82rem;display:flex}.status-menu-item:hover{background:#ede7dc0d}.status-menu-item.active{color:var(--white);font-weight:700}.status-menu-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.form-group{margin-bottom:1.1rem}.form-label{color:var(--light);margin-bottom:.4rem;font-size:.82rem;font-weight:600;display:block}.form-input,.form-select,.form-textarea{background:var(--bg2);border:1px solid var(--border);width:100%;color:var(--light);outline:none;padding:.6rem .85rem;font-family:Manrope,sans-serif;font-size:.88rem;transition:border-color .15s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent)}.form-textarea{resize:vertical;min-height:100px;line-height:1.6}.form-select option{background:var(--bg2)}.form-hint{color:var(--muted);margin-top:.3rem;font-size:.78rem}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.88rem}th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);background:var(--card2);padding:.6rem 1rem;font-family:IBM Plex Mono,monospace;font-size:.68rem;font-weight:500}td{border-bottom:1px solid var(--border);color:var(--light);vertical-align:middle;padding:.85rem 1rem}tr:last-child td{border-bottom:none}tr:hover td{background:#ede7dc05}.run-list-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex}.run-list-count{color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:.92rem;font-weight:700}.run-list-table{table-layout:fixed;border-collapse:collapse;width:100%;display:table}.run-row{transition:background .12s;display:table-row}.run-row:hover{background:var(--card2)}.run-row>*{vertical-align:middle;border-bottom:1px solid var(--border);padding:.8rem .5rem;display:table-cell}.run-row:last-child>*{border-bottom:none}.run-row .cell-icon{width:38px;padding-left:1.1rem}.run-row .cell-title{width:auto;padding-right:1rem;overflow:hidden}.run-row .cell-platform{width:78px}.run-row .cell-result{white-space:nowrap;text-overflow:ellipsis;width:180px;overflow:hidden}.run-row .cell-date{width:100px;color:var(--muted);font-size:.78rem}.run-row .cell-duration{width:60px;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.76rem}.run-row .cell-menu{width:42px;padding-right:1.1rem;position:relative}@media (width<=900px){.run-row .cell-result,.run-row .cell-date{display:none}}.run-title{color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-family:Bricolage Grotesque,sans-serif;font-size:.9rem;font-weight:700;display:block;overflow:hidden}.run-sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:.2rem;font-size:.78rem;overflow:hidden}.run-sub-error{color:var(--danger);white-space:nowrap;text-overflow:ellipsis;margin-top:.2rem;font-size:.76rem;overflow:hidden}.run-result-text{white-space:nowrap;font-variant-numeric:tabular-nums;align-items:center;gap:.45rem;font-family:IBM Plex Mono,monospace;font-size:.76rem;font-weight:600;display:flex}.run-status-ico.pass{color:var(--success)}.run-status-ico.fail{color:var(--danger)}.run-status-ico.cancelled{color:var(--muted)}.run-spinner{border:2px solid var(--border2);border-top-color:var(--warning);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}.run-menu-btn{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.run-menu-btn:hover{border-color:var(--border2);color:var(--light)}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--card);border:1px solid var(--border2);border-top:3px solid var(--accent);width:100%;max-width:560px;max-height:90vh;padding:1.75rem;overflow-y:auto}.modal-title{color:var(--white);margin-bottom:1.25rem;font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;font-weight:700}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.lr-modal{background:var(--card);border:1px solid var(--border2);width:100%;max-width:560px;max-height:88vh;overflow-y:auto}.lr-banner{text-align:center;padding:1.75rem 1.75rem 1.5rem;position:relative}.lr-banner-call{letter-spacing:-.01em;margin-bottom:.4rem;font-family:Bricolage Grotesque,sans-serif;font-size:2.1rem;font-weight:800}.lr-banner-score{color:var(--muted);align-items:baseline;gap:.3rem;margin-bottom:.75rem;font-family:IBM Plex Mono,monospace;font-size:.82rem;display:inline-flex}.lr-banner-score b{color:var(--white);font-size:1rem}.lr-banner-reason{color:var(--light);max-width:40ch;margin:0 auto;font-size:.85rem;line-height:1.5}.lr-body{padding:0 1.75rem 1.75rem}.lr-disclosure{border:1px solid var(--border);margin-bottom:.6rem}.lr-disclosure-head{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-family:inherit;display:flex}.lr-disclosure-title{align-items:center;gap:.5rem;font-family:Bricolage Grotesque,sans-serif;font-size:.85rem;font-weight:700;display:flex}.lr-disclosure-count{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:400}.lr-chevron{color:var(--faint);flex-shrink:0;transition:transform .15s}.lr-disclosure.open .lr-chevron{transform:rotate(90deg)}.lr-disclosure-body{padding:0 1rem .9rem}.lr-factor-row{justify-content:space-between;padding:.3rem 0;font-size:.78rem;display:flex}.lr-bug{border-top:1px solid var(--border);padding:.6rem 0}.lr-bug:first-child{border-top:none}.lr-bug-top{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.25rem;display:flex}.lr-bug-title{color:var(--light);flex:1;min-width:0;font-size:.82rem;font-weight:600}.lr-bug-explain{color:var(--muted);font-size:.76rem;line-height:1.45}.lr-footer{justify-content:flex-end;gap:.5rem;padding-top:.5rem;display:flex}.health-status-pill.is-button{appearance:none;cursor:pointer;font:inherit;background:0 0}.health-status-pill.is-button:hover{background:#ffffff0d}.health-status-pill.is-ship{border-color:var(--success);color:var(--success);background:#34d3991a;animation:2.2s ease-in-out infinite launchReadyGlow}.health-status-pill.is-ship:hover{background:#34d3992e}.health-status-pill.is-hold{border-color:var(--danger);color:var(--danger);background:#f165651a}.health-status-pill.is-hold:hover{background:#f165652e}@keyframes launchReadyGlow{0%,to{box-shadow:0 0 #34d39900}50%{box-shadow:0 0 14px #34d39973}}@media (prefers-reduced-motion:reduce){.health-status-pill.is-ship{animation:none;box-shadow:0 0 8px #34d3994d}}.empty-state{text-align:center;color:var(--muted);padding:3rem 1rem}.empty-state h3{color:var(--light);margin-bottom:.4rem;font-family:Bricolage Grotesque,sans-serif;font-size:1rem}.empty-state p{margin-bottom:1.25rem;font-size:.88rem}.divider{background:var(--border);height:1px;margin:1.5rem 0}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.section-title{color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;font-weight:700}.section-sub{color:var(--muted);margin-top:.15rem;font-size:.85rem}.progress-bar{background:var(--border);height:6px;display:flex;overflow:hidden}.progress-fill{background:var(--accent);height:100%;transition:width .4s}.progress-fill.green{background:var(--success)}.progress-fill.red{background:var(--danger)}.progress-fill.warning{background:var(--warning)}.health-hero{border:1px solid var(--border);background:radial-gradient(560px 280px at 14% -10%, var(--accent-glow), transparent 65%), var(--card);margin-bottom:1.75rem;padding:2rem 2rem 1.85rem;position:relative;overflow:hidden}.health-hero-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.health-greeting-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent2);margin-bottom:.5rem;font-family:IBM Plex Mono,monospace;font-size:.68rem}.health-greeting-h1{color:var(--white);margin-bottom:.45rem;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:800;line-height:1.2}.health-greeting-sub{color:var(--muted);max-width:54ch;font-size:.92rem}.health-quicklink{background:var(--card2);border:1px solid var(--border2);color:var(--light);align-items:center;gap:.5rem;padding:.5rem .95rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:border-color .18s,background-color .18s,transform .18s,box-shadow .18s,color .18s;display:inline-flex}.health-quicklink svg{color:var(--accent2);transition:color .18s}.health-quicklink:hover,.health-quicklink:focus-visible{border-color:var(--accent-border);background:var(--accent-tint);color:var(--white);box-shadow:0 8px 20px -4px var(--accent-glow);transform:translateY(-2px)}.health-quicklink:hover svg,.health-quicklink:focus-visible svg{color:var(--accent2)}.health-status-pill{letter-spacing:.02em;text-transform:uppercase;border:1px solid;border-radius:999px;flex-shrink:0;align-items:center;gap:.28rem;padding:.16rem .5rem;font-family:IBM Plex Mono,monospace;font-size:.52rem;font-weight:600;display:inline-flex}.health-status-dot{border-radius:50%;width:6px;height:6px}.health-gauge-row{flex-wrap:wrap;align-items:flex-start;gap:2.25rem;margin-top:1.1rem;display:flex;position:relative}.health-kpi-strip{background:var(--border);border:1px solid var(--border);flex:1;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1px;min-width:280px;display:grid}.health-kpi{background:var(--card2);padding:.85rem 1.05rem}.health-kpi-label{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem;font-family:IBM Plex Mono,monospace;font-size:.62rem}.health-kpi-num{color:var(--white);font-variant-numeric:tabular-nums;margin-bottom:.3rem;font-family:Bricolage Grotesque,sans-serif;font-size:1.45rem;font-weight:700;line-height:1}.health-kpi-sub{color:var(--muted);font-size:.72rem}.health-body-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:1.25rem;display:grid}@media (width<=900px){.health-body-grid{grid-template-columns:minmax(0,1fr)}}.project-brand-box{flex-direction:column;flex-shrink:0;gap:.75rem;width:168px;display:flex}.project-brand-box-tall{width:224px}.project-brand-box-compact{width:auto}.project-brand-box-compact .project-links-list{max-width:220px}.project-logo-placeholder{border:1px dashed var(--border2);width:100%;height:100px;color:var(--faint);background:var(--bg2);letter-spacing:.04em;text-transform:uppercase;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;font-family:IBM Plex Mono,monospace;font-size:.66rem;display:flex}.project-brand-box-tall .project-logo-placeholder{height:138px}.project-logo-placeholder-inline{flex-shrink:0;width:140px;height:140px}.project-logo-img{object-fit:cover;width:100%;height:100%;display:block}.project-logo-placeholder-editable{cursor:pointer;flex-shrink:0;width:72px;height:72px;padding:0;transition:border-color .18s,color .18s;overflow:hidden}.project-logo-placeholder-editable:hover:not(:disabled){border-color:var(--accent-border);color:var(--accent2)}.project-logo-placeholder-editable:disabled{cursor:default;opacity:.6}.project-logo-edit-row{align-items:center;gap:.5rem;margin-top:.35rem;display:flex}.project-links-list{flex-direction:column;gap:.4rem;display:flex}.project-links-list-right{text-align:right;align-items:flex-end}.project-brand-link-row{justify-content:space-between;align-items:center;gap:.4rem;display:flex}.project-brand-link{color:var(--light);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.4rem;min-width:0;font-size:.78rem;text-decoration:none;display:inline-flex;overflow:hidden}.project-brand-link svg{color:var(--accent2);flex-shrink:0}.project-brand-link:hover{color:var(--white)}.project-brand-link-remove{color:var(--faint);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.1rem;display:inline-flex}.project-brand-link-remove:hover{color:var(--danger)}.project-brand-links-empty{color:var(--faint);font-size:.75rem;font-style:italic}.project-brand-add-link{color:var(--accent2);cursor:pointer;text-align:left;background:0 0;border:none;padding:.15rem 0;font-size:.76rem;font-weight:600}.project-brand-add-link:hover{color:var(--white)}.project-brand-add-form{flex-direction:column;gap:.35rem;display:flex}.project-brand-add-form .form-input{padding:.4rem .6rem;font-size:.78rem}.health-panel{background:var(--card);border:1px solid var(--border);min-width:0;padding:1.4rem 1.5rem}.health-panel+.health-panel{margin-top:1.25rem}.health-panel-body{max-height:320px;overflow-y:auto}.health-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;margin-bottom:1.1rem;display:flex}.health-panel-title{min-width:0;color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:1.02rem;font-weight:700}.health-panel-link{letter-spacing:.04em;text-transform:uppercase;color:var(--accent2);align-items:center;gap:.3rem;font-family:IBM Plex Mono,monospace;font-size:.68rem;text-decoration:none;display:inline-flex}.health-panel-link:hover{color:var(--accent)}.fh-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.4rem 1.5rem 1.1rem;display:flex}.fh-table{table-layout:fixed;border-collapse:collapse;width:100%;display:table}.fh-row{cursor:pointer;transition:background .12s;display:table-row}.fh-row:hover{background:var(--card2)}.fh-row>*{vertical-align:middle;border-bottom:1px solid var(--border);padding:.65rem .5rem;display:table-cell}.fh-row:last-child>*{border-bottom:none}.fh-row>.fh-rank{width:30px;color:var(--faint);padding-left:1.4rem;font-family:IBM Plex Mono,monospace;font-size:.7rem}.fh-row>.fh-score{width:56px}.fh-score-num{font-variant-numeric:tabular-nums;font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;font-weight:800}.fh-row>.fh-feature{width:auto;padding-right:1rem}.fh-feature-name{color:var(--white);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.3rem;font-size:.88rem;font-weight:700;overflow:hidden}.fh-bar-track{background:var(--border);border-radius:3px;max-width:220px;height:5px;overflow:hidden}.fh-bar-fill{border-radius:3px;height:100%}.fh-row>.fh-bugs{width:230px}.fh-bug-chip{align-items:center;gap:.3rem;margin-right:.55rem;font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:600;display:inline-flex}.fh-bug-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.fh-bug-empty{color:var(--faint);font-size:.74rem}.fh-row>.fh-passrate{text-align:right;width:84px;color:var(--muted);font-variant-numeric:tabular-nums;padding-right:1.4rem;font-family:IBM Plex Mono,monospace;font-size:.76rem}@media (width<=760px){.fh-row>.fh-passrate,.fh-row>.fh-rank{display:none}}.fh-scroll{max-height:244px;overflow-y:auto}.fh-row-empty{opacity:.55}.health-attn-row{border-bottom:1px solid var(--border);align-items:flex-start;gap:.75rem;padding:.7rem 0;display:flex}.health-attn-row:last-child{border-bottom:none;padding-bottom:0}.health-attn-row:first-child{padding-top:0}.health-sev-stripe{border-radius:2px;flex-shrink:0;align-self:stretch;width:3px}.health-attn-title{color:var(--light);margin-bottom:.2rem;font-size:.88rem}.health-attn-meta{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.68rem}.health-sev-tag{letter-spacing:.03em;text-transform:uppercase;font-weight:700}.health-activity-row{gap:.75rem;padding:.6rem 0;display:flex}.health-activity-row:first-child{padding-top:0}.health-activity-row:last-child{padding-bottom:0}.health-activity-dot-wrap{flex-direction:column;align-items:center;padding-top:.3rem;display:flex}.health-activity-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.health-activity-line{background:var(--border);flex:1;width:1px;min-height:14px;margin-top:.3rem}.health-activity-text{color:var(--light);margin-bottom:.15rem;font-size:.85rem}.health-activity-time{color:var(--faint);font-family:IBM Plex Mono,monospace;font-size:.66rem}.notif-bell-wrap{position:relative}.notif-bell-btn{border:1px solid var(--border);background:var(--card2);width:34px;height:34px;color:var(--muted);cursor:pointer;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:inline-flex;position:relative}.notif-bell-btn:hover{border-color:var(--border2);color:var(--light)}.notif-bell-dot{background:var(--danger);width:8px;height:8px;box-shadow:0 0 0 2px var(--card2);border-radius:50%;position:absolute;top:6px;right:6px}.notif-bell-dropdown{background:var(--card);border:1px solid var(--border);z-index:100;width:340px;max-height:420px;padding:1.1rem 1.2rem;position:absolute;top:calc(100% + .6rem);right:0;overflow-y:auto;box-shadow:0 16px 40px #0006}.notif-bell-title{color:var(--white);margin-bottom:.75rem;font-family:Bricolage Grotesque,sans-serif;font-size:.85rem;font-weight:700}.dash-kpi-band{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(5,1fr);gap:1px;margin:1.5rem 0;display:grid}@media (width<=1000px){.dash-kpi-band{grid-template-columns:repeat(2,1fr)}}.dash-kpi{background:var(--card);padding:1.1rem 1.25rem}.dash-kpi.accent{background:linear-gradient(135deg, var(--accent-glow-soft), var(--card) 70%)}.dash-kpi-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:.55rem;font-family:IBM Plex Mono,monospace;font-size:.62rem}.dash-kpi-num{color:var(--white);font-variant-numeric:tabular-nums;font-family:Bricolage Grotesque,sans-serif;font-size:1.8rem;font-weight:800;line-height:1}.dash-kpi-sub{color:var(--muted);margin-top:.4rem;font-size:.72rem}.sev-bars{align-items:flex-end;gap:3px;height:26px;margin-top:.6rem;display:flex}.sev-bar{border-radius:1px 1px 0 0;flex:1}.run-pass{font-variant-numeric:tabular-nums;font-weight:700}.note-row{border-bottom:1px solid var(--border);align-items:flex-start;gap:.6rem;padding:.5rem 0;display:flex}.note-row:last-child{border-bottom:none}.note-row input[type=checkbox]{width:15px;height:15px;accent-color:var(--accent);cursor:pointer;flex-shrink:0;margin-top:.15rem}.note-text{color:var(--light);flex:1;font-size:.84rem;line-height:1.4}.note-text.done{color:var(--faint);text-decoration:line-through}.note-remove{color:var(--faint);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;display:flex}.note-remove:hover{color:var(--danger)}.note-add{gap:.5rem;margin-top:.9rem;display:flex}.note-add input{flex:1}.note-empty{color:var(--muted);padding:.3rem 0;font-size:.82rem}.toast-wrap{z-index:999;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{background:var(--card2);border:1px solid var(--border2);color:var(--light);align-items:center;gap:.6rem;min-width:240px;padding:.75rem 1.1rem;font-size:.85rem;animation:.2s slideIn;display:flex}.toast.success{border-left:3px solid var(--success)}.toast.error{border-left:3px solid var(--danger)}.toast svg{flex-shrink:0}.toast.success svg{color:var(--success)}.toast.error svg{color:var(--danger)}@keyframes slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.filters-row{flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem;display:flex}.filter-btn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;padding:.32rem .8rem;font-size:.78rem;font-weight:600;transition:all .15s}.filter-btn:hover{color:var(--light);border-color:var(--border2)}.filter-btn.active{background:var(--accent-tint);color:var(--accent);border-color:var(--accent-border)}.bug-severity-strip{background:var(--card);border:1px solid var(--border);padding:1.1rem 1.4rem}.bug-severity-strip-top{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.7rem;display:flex}.bug-severity-strip-title{color:var(--white);font-family:Bricolage Grotesque,sans-serif;font-size:.92rem;font-weight:700}.bug-severity-strip-total{color:var(--muted);font-size:.8rem}.bug-severity-strip-total b{color:var(--white);font-family:IBM Plex Mono,monospace;font-weight:600}.bug-severity-bar{background:var(--border);border-radius:3px;height:10px;margin-bottom:.75rem;display:flex;overflow:hidden}.bug-severity-bar-seg{height:100%}.bug-severity-legend{flex-wrap:wrap;gap:1.5rem;display:flex}.bug-severity-legend-item{color:var(--muted);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.bug-severity-legend-item b{color:var(--light);font-family:IBM Plex Mono,monospace;font-weight:600}.bug-severity-legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.bug-group{margin-bottom:1.25rem}.bug-group-head{align-items:center;gap:.6rem;margin-bottom:.6rem;padding:.3rem .1rem;display:flex}.bug-group-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.bug-group-label{font-family:Bricolage Grotesque,sans-serif;font-size:.92rem;font-weight:800}.bug-group-count{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.74rem}.bug-group-line{background:var(--border);flex:1;height:1px}.bug-group-rows{table-layout:fixed;border-collapse:collapse;background:var(--card);border:1px solid var(--border);width:100%;display:table}.bug-row{cursor:pointer;transition:background .12s;display:table-row}.bug-row:hover{background:var(--card2)}.bug-row>*{vertical-align:middle;border-bottom:1px solid var(--border);padding:.6rem .5rem;display:table-cell}.bug-row:last-child>*{border-bottom:none}.bug-row>.bug-row-check{width:34px;padding-left:1.1rem}.bug-row>.bug-row-check input{cursor:pointer}.bug-row>.bug-row-title{width:auto;color:var(--light);white-space:nowrap;text-overflow:ellipsis;padding-right:1rem;font-size:.87rem;font-weight:600;overflow:hidden}.bug-row-feature{color:var(--accent2);margin-right:.5rem;font-weight:700}.bug-row>.bug-row-badges{width:210px}.bug-row-badges .badge{margin-right:.35rem}.bug-row>.bug-row-status{width:128px}.bug-row-select{width:100%;padding:.3rem .5rem;font-size:.78rem}.bug-row>.bug-row-date{text-align:right;width:90px;color:var(--muted);padding-right:1.1rem;font-family:IBM Plex Mono,monospace;font-size:.74rem}@media (width<=820px){.bug-row>.bug-row-date{display:none}}.platform-tabs{border:1px solid var(--border);gap:0;width:fit-content;margin-bottom:1.5rem;display:flex}.platform-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.5rem 1.5rem;font-family:Manrope,sans-serif;font-size:.85rem;font-weight:700;transition:all .15s}.platform-tab+.platform-tab{border-left:1px solid var(--border)}.platform-tab:hover:not(:disabled){color:var(--light);background:var(--card2)}.platform-tab[aria-selected=true]{background:var(--accent-tint);color:var(--accent)}.platform-tab:disabled{opacity:.5;cursor:not-allowed}.auth-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:2.5rem;display:flex;position:relative;overflow:hidden}.auth-bg-canvas{pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}@media (width<=640px){.auth-page{padding:2rem 1.25rem}}.auth-card{-webkit-backdrop-filter:blur(18px)saturate(130%);text-align:left;background:#15161d99;border:1px solid #818cf829;justify-self:center;width:100%;max-width:380px;padding:2.25rem;position:relative;box-shadow:0 30px 70px -20px #0000008c}.auth-logo-row{align-items:center;gap:.5rem;margin-bottom:1.75rem;display:flex}.auth-logo-mark{border:1.5px solid var(--accent2);flex-shrink:0;width:26px;height:26px;position:relative}.auth-logo-mark:before,.auth-logo-mark:after{content:"";background:var(--accent2);position:absolute}.auth-logo-mark:before{height:1.5px;top:5px;left:5px;right:5px}.auth-logo-mark:after{width:1.5px;top:5px;bottom:5px;left:5px}.auth-logo{color:var(--white);letter-spacing:-.01em;font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;font-weight:800}.auth-logo span{color:var(--accent2)}.auth-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent2);align-items:center;gap:.55rem;margin-bottom:1rem;font-family:IBM Plex Mono,monospace;font-size:.72rem;display:inline-flex}.auth-eyebrow:before{content:"";background:var(--accent2);width:7px;height:7px;box-shadow:0 0 0 3px var(--accent-glow-soft);border-radius:50%;flex-shrink:0}.auth-h{color:var(--white);margin-bottom:.4rem;font-family:Bricolage Grotesque,sans-serif;font-size:1.6rem;font-weight:800}.auth-sub{color:var(--muted);margin-bottom:2rem;font-size:.9rem}.auth-field{margin-bottom:1.05rem}.auth-field label{color:var(--light);margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.auth-field input{background:var(--card2);border:1px solid var(--border2);width:100%;color:var(--light);outline:none;padding:.68rem .85rem;font-family:Manrope,sans-serif;font-size:.9rem;transition:border-color .15s}.auth-field input:focus{border-color:var(--accent)}.auth-divider{align-items:center;gap:.8rem;margin:1.5rem 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-divider span{color:var(--faint);text-transform:uppercase;letter-spacing:.06em;font-family:IBM Plex Mono,monospace;font-size:.68rem}.auth-error{color:var(--danger);background:#f165651a;border:1px solid #f165654d;margin-bottom:1.1rem;padding:.55rem .7rem;font-size:.8rem}.auth-split-wrap{z-index:1;grid-template-columns:1.15fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1160px;display:grid;position:relative}@media (width<=900px){.auth-split-wrap{text-align:center;grid-template-columns:1fr;justify-items:center;gap:2.5rem}.auth-hero .auth-logo-row{justify-content:center}}.auth-hero{max-width:520px}.hero-eyebrow{letter-spacing:.13em;text-transform:uppercase;color:var(--accent2);margin-bottom:1.1rem;font-family:IBM Plex Mono,monospace;font-size:.86rem}.hero-h1{color:var(--white);text-wrap:balance;margin-bottom:1.25rem;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(2.2rem,3.8vw,3rem);font-weight:800;line-height:1.1}.hero-p{color:var(--muted);max-width:46ch;font-size:1.1rem;line-height:1.6}.hero-p+.hero-p{margin-top:.6rem}@media (width<=900px){.hero-p{max-width:56ch;margin-left:auto;margin-right:auto}}.feature-row{flex-direction:column;gap:.85rem;margin-top:2rem;display:flex}.feature-item{color:var(--light);text-align:left;align-items:flex-start;gap:.65rem;font-size:1rem;display:flex}.feature-dot{background:var(--accent2);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:.55rem}.mono{font-family:IBM Plex Mono,monospace;font-size:.82rem}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2)}.spinner{border:2px solid var(--border2);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.swipe-arena{justify-content:center;align-items:center;height:380px;margin-bottom:1.25rem;display:flex;position:relative}.swipe-card{background:var(--card);border:1px solid var(--border2);border-top:3px solid var(--accent);cursor:grab;touch-action:pan-y;width:100%;max-width:560px;height:100%;padding:1.75rem;transition:transform .15s,opacity .15s;position:absolute;overflow-y:auto}.swipe-card:active{cursor:grabbing}.swipe-arrow{border:1px solid var(--border2);background:var(--card2);width:44px;height:44px;color:var(--light);cursor:pointer;z-index:5;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.swipe-arrow:hover{border-color:var(--accent);color:var(--accent)}.swipe-arrow:disabled{opacity:.35;cursor:not-allowed}.swipe-arrow.left{left:0}.swipe-arrow.right{right:0}.modal-nav-wrap{align-items:center;display:flex;position:relative}.modal-nav-arrow{border:1px solid var(--border2);background:var(--card2);width:40px;height:40px;color:var(--light);cursor:pointer;z-index:5;opacity:0;justify-content:center;align-items:center;transition:opacity .15s,border-color .15s,color .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.modal-nav-wrap:hover .modal-nav-arrow{opacity:1}.modal-nav-arrow:hover{border-color:var(--accent);color:var(--accent)}.modal-nav-arrow:disabled{cursor:default;opacity:0!important}.modal-nav-arrow.left{left:-56px}.modal-nav-arrow.right{right:-56px}.select-row{border-bottom:1px solid var(--border);align-items:center;gap:.85rem;padding:.85rem 1rem;display:flex}.select-row:last-child{border-bottom:none}.select-row input[type=checkbox]{width:17px;height:17px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.checkbox-list{background:var(--bg2);border:1px solid var(--border);max-height:220px;overflow-y:auto}.checkbox-list label{color:var(--light);cursor:pointer;border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.55rem .85rem;font-size:.85rem;display:flex}.checkbox-list label:last-child{border-bottom:none}.checkbox-list label:hover{background:#ede7dc08}.checkbox-list input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.tour-scrim{z-index:2000;background:#000000ad;position:fixed;inset:0}.tour-spot-ring{z-index:2010;box-shadow:0 0 0 4px var(--accent-border), 0 0 0 9999px #000000ad, 0 0 26px 4px var(--accent-glow);border-radius:6px;transition:top .25s cubic-bezier(.4,0,.2,1),left .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1),height .25s cubic-bezier(.4,0,.2,1);position:fixed}.tour-card{z-index:2020;background:var(--card);border:1px solid var(--accent-border);transition:top .25s cubic-bezier(.4,0,.2,1),left .25s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 50px -12px #0009}.tour-card-body{padding:1.4rem 1.5rem}.tour-header-row{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.tour-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent2);font-family:IBM Plex Mono,monospace;font-size:.64rem}.tour-skip-link{cursor:pointer;letter-spacing:.04em;text-transform:uppercase;color:var(--faint);background:0 0;border:none;flex-shrink:0;font-family:IBM Plex Mono,monospace;font-size:.62rem}.tour-skip-link:hover{color:var(--muted)}.tour-title{color:var(--white);margin-bottom:.5rem;font-family:Bricolage Grotesque,sans-serif;font-size:1.1rem;font-weight:800}.tour-body-text{color:var(--light);font-size:.85rem;line-height:1.55}.tour-body-text b{color:var(--white)}.tour-legend-row{grid-template-columns:8px 122px 1fr;align-items:start;column-gap:.55rem;margin-top:.55rem;font-size:.78rem;display:grid}.tour-legend-dot{border-radius:50%;width:8px;height:8px;margin-top:.3rem}.tour-legend-label{color:var(--white);white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:600}.tour-legend-desc{color:var(--muted);line-height:1.4}.tour-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:.9rem 1.5rem;display:flex}.tour-dots{gap:.35rem;display:flex}.tour-dot{background:var(--border2);border-radius:50%;width:5px;height:5px}.tour-dot.active{background:var(--accent2);border-radius:3px;width:14px}.tour-nav{gap:.5rem;display:flex}.tour-btn{cursor:pointer;border:none;padding:.4rem .85rem;font-family:Manrope,sans-serif;font-size:.78rem;font-weight:600}.tour-btn-ghost{color:var(--muted);background:0 0}.tour-btn-ghost:hover{color:var(--light)}.tour-btn-primary{background:var(--accent);color:var(--white)}.tour-btn-primary:hover{background:var(--accent2)}.retake-tour-btn{border:1px solid var(--border2);color:var(--muted);cursor:pointer;pointer-events:auto;background:0 0;align-items:center;gap:.4rem;margin:0;padding:.4rem .7rem;font-family:Manrope,sans-serif;font-size:.76rem;font-weight:600;display:inline-flex}.retake-tour-btn:hover{color:var(--light);border-color:var(--accent-border)}.retake-tour-slot{z-index:45;position:fixed;bottom:20px;right:20px}
