.workspace{display:grid;grid-template-columns:240px 1fr 280px;gap:16px;padding:16px;height:100%;box-sizing:border-box}.workspace-pane{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:12px;min-height:0;display:flex;flex-direction:column;gap:8px;overflow:auto}.workspace-pane h2{margin:0;font-size:13px;font-weight:600;color:var(--text)}.workspace-empty{margin:0;color:var(--text-muted);font-size:13px}.workspace-tree{list-style:none;margin:0;padding:0}.workspace-tree-node{display:flex;flex-direction:column}.workspace-tree-row{display:flex;align-items:center;gap:6px;width:100%;text-align:left;background:none;border:none;border-radius:6px;padding:4px 8px;font:inherit;font-size:13px;color:var(--text);cursor:pointer}.workspace-tree-row:hover{background:var(--bg-subtle)}.workspace-tree-row-active{background:var(--brand-light);color:var(--brand-dark)}.workspace-tree-icon{display:inline-block;width:14px;text-align:center;color:var(--text-muted)}.workspace-tree-error{padding-left:24px}.workspace-viewer{min-width:0}.workspace-viewer-tabs{display:flex;gap:6px}.workspace-tab{font:inherit;font-size:12px;font-weight:600;border:1px solid var(--border);background:var(--bg-subtle);color:var(--text-muted);border-radius:6px;padding:4px 10px;cursor:pointer}.workspace-tab-active{background:var(--brand-light);color:var(--brand-dark);border-color:var(--brand)}.workspace-file{display:flex;flex-direction:column;gap:6px;min-height:0}.workspace-file-path{font-family:monospace;font-size:12px;color:var(--text-muted);word-break:break-all}.workspace-pre{white-space:pre-wrap;word-break:break-word;font-size:12px;background:var(--bg);border-radius:6px;padding:8px;margin:0;overflow:auto}.workspace-file-content{max-height:calc(100vh - 240px)}.workspace-truncated{margin:0;font-size:12px;color:var(--text-muted)}.diff-viewer{font-size:11px;white-space:pre-wrap;word-break:break-word;background:var(--bg);border-radius:6px;padding:8px;max-height:calc(100vh - 240px);overflow:auto;margin:0}.diff-line-add{background:#28a74526;color:#0f5132;display:block}.diff-line-del{background:#dc354526;color:#842029;display:block}.diff-line-hunk{color:var(--brand);display:block}.diff-line-meta{color:var(--text-muted);font-weight:600;display:block}.workspace-test-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.workspace-test-run{border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:var(--bg-subtle)}.workspace-test-head{display:flex;align-items:center;gap:8px;width:100%;text-align:left;background:none;border:none;padding:0;font:inherit;font-size:12px;color:var(--text);cursor:pointer}.workspace-test-pill{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:4px;background:var(--brand-light);color:var(--brand-dark)}.workspace-test-pill-pass{background:#d1e7dd;color:#0f5132}.workspace-test-pill-fail{background:#f8d7da;color:#842029}.workspace-test-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-test-time{font-size:11px;color:var(--text-muted);white-space:nowrap}.workspace-test-meta{margin-top:4px;font-size:11px;color:var(--text-muted)}.workspace-test-output{margin-top:6px;display:flex;flex-direction:column;gap:6px}.workspace-test-output .workspace-pre{max-height:200px}@media (max-width: 1100px){.workspace{grid-template-columns:200px 1fr 240px}}@media (max-width: 900px){.workspace{grid-template-columns:1fr;height:auto}.workspace-pane{max-height:320px}}
