:root{color-scheme:dark;--bg: #080808;--fg: #f2f2f2;--s1: #0b0b0b;--s2: #111;--s3: #171717;--hover: #1a1a1a;--row-hover: #1a1a1a;--muted: #ababab;--sub: #858585;--line: rgba(255, 255, 255, .09);--strong: rgba(255, 255, 255, .18);--cyan: #67d8e9;--green: #6ee7b7;--red: #fca5a5;--amber: #fcd34d;--top: rgba(8, 8, 8, .94);--shadow: rgba(0, 0, 0, .28);--logo: invert(1);--track: #242424}[data-theme=light]{color-scheme:light;--bg: #f4f4f4;--fg: #171717;--s1: #fafafa;--s2: #fff;--s3: #f0f0f0;--hover: #ededed;--row-hover: #f7f7f7;--muted: #595959;--sub: #737373;--line: rgba(0, 0, 0, .085);--strong: rgba(0, 0, 0, .18);--cyan: #087b8c;--green: #047857;--red: #b42318;--amber: #8a4b00;--top: rgba(250, 250, 250, .94);--shadow: rgba(0, 0, 0, .06);--logo: none;--track: #e4e4e4}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);font:13px/1.5 Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer;color:inherit}button{transition:background .15s,border-color .15s,transform .1s,opacity .15s}button:active:not(:disabled){transform:scale(.97)}button:disabled{opacity:.4;cursor:not-allowed}a{color:inherit;text-decoration:none}a:hover{color:var(--cyan)}:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}button svg,span svg{width:16px;height:16px;flex-shrink:0}svg{vertical-align:middle;stroke-width:1.6}h1,h2,h3,p{margin:0}h1{font-size:19px;font-weight:600;letter-spacing:-.5px}h2{font-size:14px;font-weight:600}h3{font-size:13px;font-weight:550}.muted{color:var(--muted)}.subtle{color:var(--sub)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;letter-spacing:-.2px}.small{font-size:11px}.green{color:var(--green)}.cyan{color:var(--cyan)}.red{color:var(--red)}.amber{color:var(--amber)}.flex{display:flex;align-items:center;gap:10px}.between{display:flex;align-items:center;justify-content:space-between;gap:16px}.stack{display:flex;flex-direction:column;gap:4px}.grow{flex:1;min-width:0}.nowrap{white-space:nowrap}.sidebar{width:232px;position:fixed;inset:0 auto 0 0;background:var(--s1);border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:35}.brand{height:80px;padding:0 26px;display:flex;align-items:center;gap:9px}.brand img{width:25px;height:25px;object-fit:contain;filter:var(--logo)}.brand strong{font-size:17px;letter-spacing:-.6px;font-weight:650}.brand small{font:10px ui-monospace,monospace;color:var(--muted);align-self:center;margin-top:6px}.workspace-label{padding:22px 26px 11px;color:var(--sub);font-size:10px;letter-spacing:1.3px}.nav{display:flex;flex-direction:column;gap:5px;padding:0 12px}.nav a{display:flex;position:relative;align-items:center;gap:12px;padding:11px 15px;border-radius:5px;color:var(--muted);font-size:12px}.nav a svg{width:17px;height:17px}.nav a:hover{background:var(--hover);color:var(--fg)}.nav a.active{color:var(--fg);background:var(--s2)}.nav a.active:before{content:"";position:absolute;left:3px;height:20px;width:2px;background:#22c55e;border-radius:2px;box-shadow:0 0 6px #22c55e55}.nav .count{margin-left:auto;font:10px ui-monospace,monospace;color:var(--sub)}.side-bottom{margin-top:auto;padding:18px 20px}.engine{padding:15px 6px 21px;border-bottom:1px solid var(--line);margin-bottom:17px}.engine p{margin-top:6px;font-size:10px;color:var(--sub)}.avatar{height:30px;width:30px;background:var(--s3);border:1px solid var(--strong);border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:600}.main{margin-left:232px;min-height:100vh}.topbar{height:64px;padding:0 30px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--top);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:25}.topbar .title{font-size:13px;font-weight:550}.divider{height:14px;width:1px;background:var(--strong);margin:0 2px}.badge{border:1px solid var(--strong);border-radius:4px;padding:2px 7px;font-size:10px;color:var(--muted);display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.prototype-badge{border-color:var(--line);background:var(--s3);font-size:10px;padding:4px 8px}.content{padding:28px 28px 30px;max-width:1540px;margin:auto}.btn{height:36px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--strong);background:transparent;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap}.btn:hover{background:var(--hover)}.btn.primary{background:var(--fg);border-color:var(--fg);color:var(--bg)}.btn.primary:hover{opacity:.85}.btn.danger{color:var(--red)}.btn.quiet{border-color:transparent;color:var(--muted)}.btn.quiet:hover{color:var(--fg)}.btn.sm{height:30px;font-size:11px;padding:0 9px}.icon-btn{border:0;background:transparent;width:32px;height:32px;display:inline-grid;place-items:center;border-radius:5px;color:var(--muted)}.icon-btn:hover{background:var(--hover);color:var(--fg)}.intro{margin-bottom:24px}.intro p{margin-top:5px;color:var(--muted);font-size:12px}.eyebrow{font-size:10px;letter-spacing:1.3px;color:var(--sub);margin-bottom:7px}.panel{background:var(--s2);border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 28px var(--shadow);overflow:hidden}.panel-head{min-height:64px;padding:15px 18px;border-bottom:1px solid var(--line)}.panel-head p{font-size:11px;color:var(--sub);margin-top:3px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:18px}.metric{padding:19px 21px;border-right:1px solid var(--line)}.metric:last-child{border:0}.metric .label{font-size:11px;color:var(--muted);display:flex;justify-content:space-between;align-items:center}.metric .label svg{width:15px;height:15px;color:var(--sub)}.metric .num{font-size:26px;font-weight:500;font-variant-numeric:tabular-nums;line-height:1.2;margin:11px 0 8px;letter-spacing:-1px}.metric .num span{font-size:11px;letter-spacing:0;color:var(--sub);margin-left:7px}.metric .foot{font-size:10px;color:var(--sub)}.live-panel{margin-bottom:22px;padding:18px 20px}.live-heading{display:flex;align-items:center;gap:12px}.live-icon{width:36px;height:36px;border:1px solid var(--strong);border-radius:7px;display:grid;place-items:center;color:var(--cyan);background:var(--s3)}.steps{display:flex;margin-top:22px;gap:8px}.step{flex:1;min-width:0}.step-line{height:3px;background:var(--track);margin-bottom:10px;border-radius:2px;overflow:hidden}.step.done .step-line{background:var(--green);opacity:.6}.step.current .step-line:after{content:"";display:block;width:45%;height:100%;background:var(--cyan)}.step-label{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--sub)}.step.done .step-label{color:var(--muted)}.step.current .step-label{color:var(--cyan)}.step-label svg{width:13px;height:13px}.step .subtle{font-size:10px;margin:3px 0 0 20px}.status{display:inline-flex;align-items:center;gap:7px;font-size:11px;white-space:nowrap}.dot{width:5px;height:5px;border-radius:100%;background:currentColor;display:inline-block;flex-shrink:0}.status.running{color:var(--cyan)}.status.completed{color:var(--green)}.status.queued,.status.cancelled{color:var(--muted)}.status.error{color:var(--red)}.toolbar{padding:13px 18px;display:flex;gap:10px;border-bottom:1px solid var(--line);align-items:center}.search{height:36px;display:flex;align-items:center;gap:8px;border:1px solid var(--strong);padding:0 10px;border-radius:6px;min-width:170px;max-width:280px;flex:1;color:var(--sub)}.search input{width:100%;border:0;background:none;color:var(--fg);outline:none;font-size:11px}.search svg{width:15px;height:15px;flex-shrink:0}.select-wrap{position:relative}.select-trigger{min-width:125px;justify-content:space-between;font-size:11px}.options{position:absolute;top:calc(100% + 6px);left:0;min-width:100%;max-height:260px;overflow:auto;background:var(--s3);border:1px solid var(--strong);box-shadow:0 12px 36px var(--shadow);border-radius:8px;padding:5px;z-index:80}.option{display:flex;justify-content:space-between;align-items:center;gap:14px;white-space:nowrap;border:0;background:none;padding:9px 10px;width:100%;font-size:12px;border-radius:4px;text-align:left}.option:hover,.option[aria-selected=true]{background:var(--hover)}.option[aria-selected=true]{color:var(--cyan)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap;min-width:840px}th{height:39px;background:var(--s1);color:var(--sub);font-size:10px;font-weight:500}td,th{padding:0 18px}td{height:69px;border-top:1px solid var(--line);font-size:12px}tbody tr{transition:background .14s}tbody tr:hover{background:var(--row-hover)}td .secondary{font-size:10px;color:var(--sub);margin-top:4px}td .job-name{font-size:12px;font-weight:500;background:none;border:0;padding:0;text-align:left;display:block}td .job-name:hover{color:var(--cyan)}.result-ratio{font-variant-numeric:tabular-nums;font-size:11px}.tiny-track{height:3px;width:92px;background:var(--track);margin-top:6px;border-radius:2px;overflow:hidden;display:flex}.tiny-track i{height:100%;background:var(--green);opacity:.7}.tiny-track b{height:100%;background:var(--red);opacity:.8}.row-actions{display:flex;gap:3px;align-items:center}.pager{padding:12px 18px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);font-size:10px;color:var(--sub)}.page-number{height:28px;min-width:28px;display:grid;place-items:center;background:var(--s3);border:1px solid var(--strong);border-radius:5px;color:var(--fg)}.bottom-note{margin-top:19px;display:flex;justify-content:space-between;gap:14px;font-size:10px;color:var(--sub)}.empty{padding:65px 20px;text-align:center;color:var(--muted)}.empty h2{margin:12px 0 5px;color:var(--fg)}.empty .btn{margin-top:18px}.detail-heading{margin:18px 0 22px}.detail-heading h1{font-size:21px}.detail-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:11px;color:var(--sub);margin-top:10px}.tabs{display:flex;gap:22px;padding:0 18px;border-bottom:1px solid var(--line);height:49px}.tab{padding:0 1px;position:relative;border:0;background:none;color:var(--sub);font-size:12px}.tab.active{color:var(--fg)}.tab.active:after{position:absolute;content:"";height:2px;background:var(--fg);bottom:-1px;left:0;right:0}.tab .badge{margin-left:5px;font-size:9px;padding:0 4px}.detail-body{padding:20px}.suite-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.suite-box{border:1px solid var(--line);border-radius:6px;padding:16px}.suite-box p{font-size:11px;color:var(--sub);margin:5px 0 17px}.suite-bar{display:flex;gap:3px;height:4px;margin:13px 0}.suite-bar i{background:var(--green);opacity:.7}.suite-bar b{background:var(--red);opacity:.8}.suite-bar em{background:var(--strong)}.note{background:var(--s3);border:1px solid var(--line);border-radius:6px;padding:11px 13px;color:var(--muted);font-size:11px;display:flex;gap:8px;align-items:flex-start}.note svg{width:14px;flex-shrink:0;margin-top:2px}.logbox{font:11px/2 ui-monospace,SFMono-Regular,monospace;max-height:420px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;background:var(--s1);padding:17px;border:1px solid var(--line);border-radius:6px;color:var(--muted)}.logbox .time{color:var(--sub)}.file-row{padding:15px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px}.file-row:last-child{border-bottom:0}.file-icon{width:35px;height:39px;border:1px solid var(--strong);border-radius:4px;display:grid;place-items:center;color:var(--sub)}.report-frame{width:100%;height:660px;border:0;background:#fff;border-radius:4px}.kv-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.kv-grid dt{font-size:11px;color:var(--sub);margin-bottom:5px}.kv-grid dd{margin:0;overflow-wrap:anywhere;font-size:12px}.code-head{display:flex;align-items:center;justify-content:space-between;background:var(--s3);padding:8px 12px;border:1px solid var(--line);border-bottom:0;border-radius:6px 6px 0 0;margin-top:22px}.code{margin:0;border-radius:0 0 6px 6px}.back{padding:0;border:0;background:none;display:flex;align-items:center;gap:7px;color:var(--sub);font-size:11px}.back:hover{color:var(--fg)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-end}.scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .18s}.overlay.open .scrim{opacity:1}.drawer{height:100%;width:min(640px,100%);background:var(--s2);border-left:1px solid var(--strong);box-shadow:-20px 0 80px #0003;display:flex;flex-direction:column;position:relative;transform:translate(100%)}.drawer-head{padding:25px 26px 20px;border-bottom:1px solid var(--line)}.drawer-head h2{font-size:17px;letter-spacing:-.3px}.drawer-head p{margin-top:6px;color:var(--sub);font-size:11px}.drawer-body{padding:24px 26px;overflow-y:auto;flex:1}.drawer-foot{padding:18px 26px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:flex-end;gap:9px;background:var(--s2)}.field{margin-bottom:20px}.field label{display:block;font-size:12px;margin-bottom:8px}.field input{height:40px;width:100%;background:var(--s1);border:1px solid var(--strong);border-radius:6px;color:var(--fg);padding:0 12px;font-size:12px}.field .select-trigger{height:40px;width:100%}.field .options{width:100%}.hint{font-size:10px;color:var(--sub);margin-top:7px}.form-section{font-size:10px;color:var(--sub);letter-spacing:1px;margin:25px 0 16px}.form-section:first-child{margin-top:0}.suite-check{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid var(--line)}.suite-check .check{width:17px;height:17px;border:1px solid var(--strong);border-radius:4px;display:grid;place-items:center;color:var(--green);background:var(--s3)}.suite-check .check svg{width:12px}.suite-check p{font-size:10px;color:var(--sub);margin-top:3px}.suite-check:last-child{border:0}.form-error{color:var(--red);font-size:11px;margin:12px 0}.modal-overlay{align-items:center;justify-content:center}.modal{width:min(460px,calc(100% - 32px));border:1px solid var(--strong);border-radius:8px;background:var(--s2);position:relative;padding:24px;box-shadow:0 20px 80px #0005}.modal h2{font-size:16px;margin-bottom:10px}.modal p{color:var(--muted);font-size:12px;line-height:1.8}.modal .actions{display:flex;justify-content:flex-end;gap:9px;margin-top:23px}#toast{position:fixed;bottom:28px;left:calc(50% + 116px);transform:translate(-50%,12px);opacity:0;pointer-events:none;z-index:200;border:1px solid var(--strong);border-radius:7px;background:var(--s3);color:var(--fg);box-shadow:0 8px 30px #0003;padding:11px 18px;font-size:12px;transition:opacity .18s,transform .18s;max-width:90vw}#toast.show{opacity:1;transform:translate(-50%)}.signed-out{min-height:100vh;display:grid;place-items:center}.login-card{max-width:370px;padding:35px;width:calc(100vw - 32px)}.login-card .brand{padding:0;height:45px;margin-bottom:20px}.login-card .btn{width:100%;margin-top:24px}.switch{width:30px;height:18px;display:inline-block;border-radius:12px;background:var(--track);border:1px solid var(--strong);padding:2px;vertical-align:middle;margin-right:7px}.switch:after{content:"";display:block;width:12px;height:12px;background:var(--sub);border-radius:50%;transition:transform .18s}.switch.on{background:#22c55e25;border-color:#22c55e44}.switch.on:after{transform:translate(11px);background:var(--green)}.channel-icon{width:30px;height:30px;border:1px solid var(--strong);border-radius:6px;display:grid;place-items:center;font:600 13px ui-monospace,monospace;background:var(--s3)}.no-margin{margin:0}.fade{animation:appear .22s cubic-bezier(.22,1,.36,1)}@keyframes appear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1600px){.content{padding-top:35px}}@media(max-width:1279px){.sidebar{position:sticky;top:0;width:100%;height:auto;flex-direction:row;align-items:center;border-right:0;border-bottom:1px solid var(--line)}.brand{height:59px;padding:0 22px}.brand strong{font-size:15px}.workspace-label,.side-bottom{display:none}.nav{flex-direction:row;padding:0;gap:3px}.nav a{padding:18px 17px;border-radius:0}.nav a.active{background:none}.nav a.active:before{top:auto;bottom:0;left:16px;right:16px;width:auto;height:2px;box-shadow:none}.nav .count{display:none}.main{margin:0}.topbar{top:59px;height:55px;padding:0 24px}.content{padding:24px}.bottom-note{font-size:10px}#toast{left:50%}}@media(max-width:767px){.brand{padding:0 16px;gap:7px}.brand strong{font-size:14px}.brand img{width:22px;height:22px}.brand small{display:none}.nav{margin-left:auto}.nav a{padding:19px 12px;font-size:11px;gap:6px}.nav a svg{display:none}.topbar{padding:0 16px}.topbar .role-label,.topbar .divider{display:none}.content{padding:20px 16px 28px}.intro{align-items:flex-start;margin-bottom:20px;gap:10px}.intro h1{font-size:18px}.intro p{font-size:11px;max-width:220px}.intro .btn{height:34px;padding:0 10px;font-size:11px}.metrics{grid-template-columns:1fr 1fr}.metric{padding:16px}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.metric .num{font-size:23px}.metric .label svg{display:none}.live-panel{padding:16px}.live-heading .badge{display:none}.live-panel>.between{align-items:flex-start}.live-panel>.between>.flex{gap:0;flex-direction:column;align-items:flex-end}.steps{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.step .subtle{margin-left:0}.toolbar{flex-wrap:wrap;padding:12px}.search{max-width:none;flex-basis:100%}.toolbar .select-wrap{flex:1}.toolbar .select-trigger{width:100%;min-width:0}.toolbar .reset-filter{padding:0 6px}.panel-head{padding:14px}.panel-head .small{display:none}.pager{padding:12px;gap:8px;flex-wrap:wrap}.bottom-note{flex-direction:column;gap:5px}.suite-grid,.kv-grid{grid-template-columns:1fr}.detail-heading>.between{align-items:flex-start;flex-direction:column}.detail-heading .flex{flex-wrap:wrap}.detail-meta{gap:7px 13px}.detail-body{padding:14px}.tabs{gap:18px;overflow:auto;padding:0 14px;white-space:nowrap}.tab{flex-shrink:0}.drawer-head,.drawer-body{padding:20px}.drawer-foot{padding:16px 20px}.file-row .mono{font-size:10px;overflow-wrap:anywhere}.report-frame{height:600px}.prototype-badge{font-size:9px}.live-heading{gap:8px}.live-heading h3{font-size:12px}.live-icon{display:none}.panel-head .btn{font-size:10px}.page-number{min-width:25px}.topbar .flex{gap:6px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media(prefers-reduced-transparency:reduce){.topbar{background:var(--s1);-webkit-backdrop-filter:none;backdrop-filter:none}.scrim{background:#000d}}@media(prefers-contrast:more){:root{--line: #777;--strong: #aaa;--sub: #aaa}[data-theme=light]{--line: #888;--strong: #444;--sub: #444}:focus-visible{outline-width:3px}}@media(max-width:767px){.suite-check{flex-wrap:wrap}.suite-check>.mono{display:none}.suite-check .grow{min-width:0}.drawer .note .mono,.drawer .note{overflow-wrap:anywhere}}.mobile-logout{display:none}.field label input{display:block;margin-top:8px}.option-active{background:var(--hover)}.case-message{white-space:pre-wrap;overflow-wrap:anywhere;max-width:550px;max-height:300px;overflow:auto;font:11px/1.7 ui-monospace,monospace}.wrap{white-space:normal;overflow-wrap:anywhere;max-width:330px}details{max-width:430px;white-space:normal;font-size:11px}details summary{cursor:pointer;overflow-wrap:anywhere}.note+.note{margin-top:12px}.note[role=alert]{margin:12px 0}.btn svg,.back svg,.note svg{width:15px;height:15px;flex-shrink:0}.field input{font-weight:400}table td{padding-top:12px;padding-bottom:12px}.drawer .note,.drawer .mono{overflow-wrap:anywhere}.pass-rate{color:var(--fg);font-weight:550;font-variant-numeric:tabular-nums}.theme-transition{transition:background-color .18s,color .18s}@media(max-width:1279px){.mobile-logout{display:inline-flex}}
