:root{color:#18202b;background:#eef3f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--surface: #ffffff;--surface-soft: #f7faf9;--ink: #18202b;--muted: #64707d;--line: #dbe3e7;--primary: #0f766e;--primary-strong: #115e59;--accent: #2563eb;--danger: #b42318;--success: #15803d;--shadow: 0 18px 48px rgba(24, 32, 43, .1)}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.shell{width:min(1180px,calc(100vw - 32px));min-height:100vh;margin:0 auto;padding:32px 0}.centered,.auth-shell{display:grid;place-items:center}.auth-panel,.panel,.metric{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.auth-panel{width:min(430px,100%);display:grid;gap:24px;padding:32px}.brand-mark{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--primary)}.brand-mark.compact{width:42px;height:42px}.brand-mark.danger{background:var(--danger)}.eyebrow{margin:0 0 6px;color:var(--accent);font-size:.76rem;font-weight:750;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:8px;color:var(--ink);font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.12;letter-spacing:0}h2{margin-bottom:0;font-size:1.15rem;letter-spacing:0}p{margin-bottom:0;color:var(--muted);line-height:1.6}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.title-cluster{display:flex;align-items:center;gap:14px}.title-cluster h1{margin:0}.account{min-width:0;display:flex;align-items:center;gap:10px;color:var(--muted);font-weight:650}.account img{width:32px;height:32px;border-radius:50%}.account span{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.metric{min-height:92px;display:grid;grid-template-columns:auto 1fr;align-content:center;gap:8px 10px;padding:18px}.metric svg{color:var(--primary)}.metric span{color:var(--muted);font-weight:750}.metric strong{grid-column:1 / -1;color:var(--ink);font-size:2rem;line-height:1}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.panel{min-width:0;padding:22px}.jobs-panel,.admin-panel{display:grid;gap:18px}.panel-header{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px}.panel-header>svg{color:var(--primary)}.primary-button,.secondary-button,.icon-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;font-weight:780}.primary-button{width:100%;color:#fff;background:var(--primary)}.primary-button:hover:not(:disabled){background:var(--primary-strong)}.secondary-button{color:var(--primary-strong);background:#e5f3f0}.icon-button{width:42px;min-width:42px;color:var(--muted);background:#edf2f4}.field{display:grid;gap:10px;color:var(--ink);font-weight:700}.field input{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fff}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:8px}table{width:100%;min-width:860px;border-collapse:collapse}th,td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{color:var(--muted);background:var(--surface-soft);font-size:.78rem;font-weight:800}td{color:var(--ink);font-size:.92rem}td strong,td small{display:block}td small{max-width:320px;margin-top:4px;color:var(--muted);overflow-wrap:anywhere}tr:last-child td{border-bottom:0}tbody tr{cursor:pointer}tbody tr:hover td,tbody tr.selected-row td{background:#f5fbfa}.mono{max-width:180px;display:block;overflow:hidden;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.status-pill{display:inline-flex;min-width:88px;justify-content:center;padding:7px 9px;border-radius:999px;font-size:.78rem;font-weight:800;text-transform:uppercase}.status-pill.queued,.status-pill.processing{color:#1d4ed8;background:#eef4ff}.status-pill.completed{color:var(--success);background:#effaf2}.status-pill.failed{color:var(--danger);background:#fff4f2}.pipeline-badge{min-width:0;display:inline-grid;gap:3px;justify-items:start;padding:8px 10px;border:1px solid #b7d7d3;border-radius:8px;color:var(--primary-strong);background:#f1faf8;line-height:1.2}.pipeline-badge.legacy{border-color:#c7d2fe;color:#3730a3;background:#f3f5ff}.pipeline-badge strong,.pipeline-badge small{min-width:0;max-width:100%;overflow-wrap:anywhere}.pipeline-badge strong{font-size:.78rem;font-weight:850}.pipeline-badge small{color:var(--muted);font-size:.74rem;font-weight:720}.pipeline-badge.compact{display:inline-flex;align-items:center;padding:5px 7px;border-radius:999px}.pipeline-badge.compact small{display:none}.notice{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:8px;font-weight:680;line-height:1.45}.notice.danger{color:var(--danger);background:#fff4f2}.notice.success{color:var(--success);background:#effaf2}.notice.warning{color:#8a5a00;background:#fff7de}.debug-hint{color:var(--primary-strong)}.drum-debug-panel{display:grid;gap:14px;padding:16px;border:1px solid #bfd9d5;border-radius:8px;background:#f5fbfa}.selected-job-panel{border-color:#c7d2fe;background:#f8f9ff}.drum-debug-header{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.drum-debug-header h2{overflow-wrap:anywhere}.debug-action-row{display:flex;flex-wrap:wrap;gap:8px}.debug-action-row .secondary-button{min-height:36px;padding:0 12px}.debug-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.debug-summary-grid div{min-width:0;display:grid;gap:5px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff}.debug-summary-grid div.wide{grid-column:1 / -1}.debug-summary-grid span,.debug-path-list span,.debug-chip-list strong{color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase}.debug-summary-grid strong,.debug-path-list code{color:var(--ink);overflow-wrap:anywhere}.mono-value,.debug-path-list code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem}.debug-chip-list{display:flex;flex-wrap:wrap;gap:8px}.debug-chip-list span{display:inline-flex;align-items:center;gap:8px;padding:7px 9px;border-radius:999px;background:#fff}.debug-chip-list em{color:var(--ink);font-style:normal;font-weight:850;font-variant-numeric:tabular-nums}.debug-path-list{display:grid;gap:8px}.debug-path-list div{min-width:0;display:grid;gap:4px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.artifact-download-list div{grid-template-columns:minmax(120px,190px) minmax(0,1fr) auto;align-items:center;gap:10px}.artifact-download-list span{display:grid;gap:3px;text-transform:none}.artifact-download-list span strong{color:var(--ink);font-size:.86rem;line-height:1.25}.artifact-download-list span small{color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase}.artifact-download-list .icon-button{min-height:36px;width:36px;min-width:36px}.empty-state{min-height:160px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted);font-weight:750}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.topbar,.workspace{display:grid;grid-template-columns:1fr}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.account{justify-content:space-between}}@media (max-width: 520px){.shell{width:min(100% - 24px,1180px);padding:20px 0}.auth-panel,.panel{padding:20px}.metrics,.debug-summary-grid{grid-template-columns:1fr}}
