:root{--bg: #0c0e12;--surface: #141820;--surface2: #1c2230;--border: #2a3344;--text: #e8ecf4;--muted: #8b95a8;--accent: #e8412b;--accent-dim: #b83220;--ok: #22c55e;--warn: #f59e0b;--err: #ef4444;--queued: #6366f1;--font: "Inter", system-ui, sans-serif;--mono: "JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}#root{min-height:100vh}.layout{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:1.25rem 0;display:flex;flex-direction:column}.brand{padding:0 1.25rem 1.25rem;border-bottom:1px solid var(--border);margin-bottom:.75rem}.brand h1{font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.brand span{font-size:.75rem;color:var(--muted)}.nav button{display:block;width:100%;text-align:left;padding:.6rem 1.25rem;background:none;border:none;color:var(--muted);font:inherit;cursor:pointer;border-left:3px solid transparent}.nav button:hover{color:var(--text);background:var(--surface2)}.nav button.active{color:var(--text);border-left-color:var(--accent);background:var(--surface2)}.main{padding:1.5rem 2rem;overflow:auto}.page-title{font-size:1.5rem;font-weight:600;margin-bottom:1.25rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem 1.1rem}.card h3{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.35rem}.card .value{font-size:1.5rem;font-weight:600;font-variant-numeric:tabular-nums}.bar{height:4px;background:var(--surface2);border-radius:2px;margin-top:.5rem;overflow:hidden}.bar>i{display:block;height:100%;background:var(--accent);border-radius:2px}.btn{font:inherit;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface2);color:var(--text);cursor:pointer}.btn:hover{border-color:var(--muted)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dim)}.btn-danger{border-color:var(--err);color:var(--err)}.btn-sm{padding:.3rem .65rem;font-size:.8rem}.status{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .5rem;border-radius:4px}.status-running{background:#1e3a5f;color:#60a5fa}.status-queued{background:#312e81;color:#a5b4fc}.status-done{background:#14532d;color:var(--ok)}.status-error{background:#450a0a;color:var(--err)}.status-cancelled{background:#292524;color:var(--muted)}.agents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.agent-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;max-height:420px}.agent-card header{padding:.85rem 1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.agent-card header h4{font-size:.95rem;font-weight:600}.agent-card .meta{font-size:.72rem;color:var(--muted);margin-top:.2rem}.agent-card .prompt{padding:.65rem 1rem;font-size:.8rem;color:var(--muted);border-bottom:1px solid var(--border);max-height:3.2em;overflow:hidden;text-overflow:ellipsis}.agent-log{flex:1;overflow:auto;padding:.65rem 1rem;font-family:var(--mono);font-size:.72rem;line-height:1.45;color:#b8c4d8;white-space:pre-wrap;word-break:break-word}.agent-card footer{padding:.6rem 1rem;border-top:1px solid var(--border);display:flex;gap:.5rem}.form-row{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.form-row label{font-size:.8rem;font-weight:500;color:var(--muted)}.form-row input,.form-row textarea,.form-row select{font:inherit;padding:.55rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.form-row textarea{min-height:100px;resize:vertical;font-family:var(--mono);font-size:.85rem}.toolbar{display:flex;gap:.75rem;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap}.toolbar .hint{font-size:.8rem;color:var(--muted)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;width:min(520px,100%);max-height:90vh;overflow:auto}.modal h2{margin-bottom:1rem;font-size:1.15rem}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}pre.raw{font-family:var(--mono);font-size:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:1rem;overflow:auto;max-height:300px;white-space:pre-wrap}.warn-banner{background:#422006;border:1px solid #92400e;color:#fcd34d;padding:.65rem 1rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem}.empty{color:var(--muted);text-align:center;padding:3rem 1rem;border:1px dashed var(--border);border-radius:10px}
