:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:#172033;background:#eef2f7;--navy:#172554;--blue:#2563eb;--line:#d8e0eb;--muted:#667085;--green:#15803d;--red:#b42318;--amber:#b45309}*{box-sizing:border-box}body{margin:0;min-width:1080px}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 26px}.topbar>div{display:flex;align-items:center;gap:10px}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--navy);color:#fff;font-weight:800}.subtitle{color:var(--muted);font-size:13px;margin-left:8px}.runtime{font-size:13px;color:var(--muted)}#healthDot{width:9px;height:9px;border-radius:50%;background:#94a3b8}#healthDot.ok{background:#22c55e}.steps{height:74px;background:#fff;border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(6,1fr);padding:0 24px}.steps button{border:0;background:none;display:flex;align-items:center;justify-content:center;gap:10px;color:#788397;position:relative}.steps button b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;border:1px solid #cbd5e1}.steps button.active,.steps button.done{color:var(--navy);font-weight:700}.steps button.active:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:3px;background:var(--blue);border-radius:3px 3px 0 0}.steps button.done b{background:#dcfce7;color:#166534;border-color:#86efac}main{padding:20px}.workspace{height:calc(100vh - 178px);display:grid;grid-template-columns:410px minmax(620px,1fr);gap:18px;max-width:1800px;margin:auto}.sidepanel,.viewer{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 30px #1725540d;overflow:hidden}.sidepanel{overflow:auto;padding:20px}.job-card{border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0;padding:14px;margin-bottom:18px}.eyebrow{font-size:11px;letter-spacing:.12em;color:#64748b;font-weight:800}.progress{height:7px;background:#e2e8f0;border-radius:99px;margin:10px 0;overflow:hidden}.progress span{display:block;height:100%;width:0;background:var(--blue);transition:width .25s}.panel{display:none}.panel.active{display:block}.panel h2{margin:0 0 8px;font-size:21px}.panel p{color:var(--muted);font-size:14px;line-height:1.45}.panel label:not(.check){display:block;font-size:13px;font-weight:650;margin:14px 0 5px}.panel input,.panel select{width:100%;border:1px solid #cbd5e1;border-radius:9px;padding:10px 11px;background:#fff}.check{display:flex;gap:8px;align-items:center;font-size:13px;margin:9px 0}.check input{width:auto}.drop{height:92px;border:1.5px dashed #93a4bd!important;border-radius:12px!important;display:grid!important;place-items:center;background:#f8fafc;cursor:pointer;color:#475569}.drop.drag{border-color:var(--blue)!important;background:#eff6ff}.drop input{display:none}.panel button,.toolbar button,.viewer-tabs button,.map-controls button{border:1px solid #cbd5e1;border-radius:9px;background:#fff;padding:10px 13px;cursor:pointer;font-weight:650}.panel button:hover{border-color:#94a3b8}.panel button.primary{width:100%;background:var(--blue);border-color:var(--blue);color:#fff;margin-top:14px}.panel button:disabled{opacity:.45;cursor:not-allowed}.hidden{display:none!important}.muted{color:var(--muted);font-size:12px}.summary{border:1px solid #dbe4ee;background:#f8fafc;border-radius:11px;padding:11px;margin:12px 0;font-size:13px;line-height:1.45}.summary .pass{color:var(--green)}.summary .warning{color:var(--amber)}.summary .blocking{color:var(--red);font-weight:700}.toolbar{display:flex;gap:8px;margin-bottom:10px}.legend-list,.review-list,.candidate-list{display:flex;flex-direction:column;gap:8px;max-height:420px;overflow:auto}.legend-row,.review-row,.candidate{border:1px solid #dbe4ee;border-radius:10px;padding:10px;background:#fff}.legend-row{display:grid;grid-template-columns:1fr 115px 90px;gap:6px;align-items:center}.legend-row strong{font-size:12px;overflow:hidden;text-overflow:ellipsis}.legend-row select{margin:0;padding:7px;font-size:12px}.legend-meta{grid-column:1/-1;color:#667085;font-size:11px}.category-row{display:flex;justify-content:space-between;border-bottom:1px solid #edf1f5;padding:10px 0}.review-row header,.candidate header{display:flex;justify-content:space-between;gap:8px;font-size:12px}.severity{font-weight:800;text-transform:uppercase;font-size:10px}.severity.blocking{color:var(--red)}.severity.warning{color:var(--amber)}.review-row p,.candidate p{margin:6px 0;font-size:12px}.review-row button{padding:6px 8px;font-size:11px}.layer-controls{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.layer-controls .check{background:#f1f5f9;padding:5px 7px;border-radius:7px}.two{display:grid;grid-template-columns:1fr 1fr;gap:8px}.viewer{display:grid;grid-template-rows:48px 1fr}.viewer-tabs{border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 12px;gap:8px}.viewer-tabs button{border:0;background:none;color:#64748b}.viewer-tabs button.active{color:var(--navy);background:#eef2ff}.viewer-tabs span{margin-left:auto;font-size:12px;color:var(--muted)}.view{display:none;position:relative;overflow:hidden;background:#f8fafc}.view.active{display:block}.empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;gap:7px}.empty strong{color:#334155}#overlayImage{width:100%;height:100%;object-fit:contain;display:none;background:#e5e7eb}#mapCanvas{width:100%;height:100%;display:block;background:#dfe7ed;cursor:grab}.map-controls{position:absolute;right:14px;top:14px;display:flex;flex-direction:column}.map-controls button{border-radius:0;padding:7px 12px;font-size:18px}.legend-map{position:absolute;left:15px;bottom:15px;background:#fffffff2;padding:9px 12px;border-radius:9px;border:1px solid #dbe4ee;font-size:12px}.network-line{display:inline-block;width:25px;border-top:3px solid #7c3aed;margin-right:6px}.legend-map small{color:#64748b;margin-left:8px}details{border:1px solid #dbe4ee;border-radius:10px;padding:10px;margin-top:12px}details summary{cursor:pointer;font-weight:700;font-size:13px}#toast{position:fixed;right:22px;bottom:22px;max-width:420px;background:#172033;color:#fff;padding:12px 16px;border-radius:10px;opacity:0;transform:translateY(10px);transition:.2s;pointer-events:none;font-size:13px}#toast.show{opacity:1;transform:none}@media(max-height:800px){.workspace{height:auto;min-height:650px}.sidepanel{max-height:calc(100vh - 178px)}}

.test-export-warning{border:1px solid #f59e0b;background:#fffbeb;color:#92400e;border-radius:10px;padding:10px 12px;margin:12px 0;font-size:12px;line-height:1.45}.test-export-warning strong{font-size:13px}.test-export-warning code{font-weight:800}
