:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0a0a0a;--surface: rgba(255, 255, 255, .03);--surface-hover: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .08);--border-active: rgba(255, 255, 255, .18);--text: #fafafa;--text-muted: rgba(255, 255, 255, .5);--text-secondary: rgba(255, 255, 255, .7);--accent: #6366f1;--accent-glow: rgba(99, 102, 241, .15);--accent-text: #a5b4fc;--success: #22c55e;--success-glow: rgba(34, 197, 94, .12);--warning: #f59e0b;--error: #ef4444;--error-glow: rgba(239, 68, 68, .12);--radius: .75rem;--radius-sm: .5rem}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.app{display:grid;grid-template-columns:280px 1fr;grid-template-rows:56px 1fr;min-height:100vh}.topbar{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;border-bottom:1px solid var(--border);background:#0a0a0acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10}.topbar-brand{display:flex;align-items:center;gap:.625rem}.topbar-logo{width:28px;height:28px;background:linear-gradient(135deg,var(--accent),#8b5cf6);border-radius:6px;display:grid;place-items:center;font-weight:700;font-size:.75rem;letter-spacing:-.02em}.topbar-title{font-size:.95rem;font-weight:600;letter-spacing:-.01em}.topbar-title span{color:var(--text-muted);font-weight:400;margin-left:.25rem}.topbar-status{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-muted)}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--text-muted);transition:background .3s}.status-dot.connected{background:var(--success);box-shadow:0 0 8px var(--success-glow)}.status-dot.connecting{background:var(--warning);animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.sidebar{border-right:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto;background:var(--surface)}.sidebar-section{padding:1rem 1rem .5rem}.sidebar-label{font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.625rem;padding:0 .25rem}.conn-panel{padding:.75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);margin-bottom:.75rem}.conn-field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.625rem}.conn-field:last-child{margin-bottom:0}.conn-field label{font-size:.7rem;color:var(--text-muted);font-weight:500}.conn-field input{background:#ffffff0a;border:1px solid var(--border);border-radius:.375rem;padding:.4rem .6rem;font-size:.8rem;color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;outline:none;transition:border-color .2s}.conn-field input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow)}.conn-field input::placeholder{color:#fff3}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.45rem .875rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s;background:var(--surface);color:var(--text);font-family:inherit}.btn:hover{background:var(--surface-hover);border-color:var(--border-active)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:#5558e6;border-color:#5558e6}.btn-sm{padding:.3rem .6rem;font-size:.72rem}.btn-full{width:100%}.task-list{display:flex;flex-direction:column;gap:.25rem}.task-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s;border:1px solid transparent}.task-item:hover{background:var(--surface-hover)}.task-item.active{background:var(--accent-glow);border-color:#6366f140}.task-icon{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-size:.6rem;flex-shrink:0}.task-icon.running{background:var(--accent-glow);color:var(--accent-text);animation:pulse 1.5s ease-in-out infinite}.task-icon.success{background:var(--success-glow);color:var(--success)}.task-icon.error{background:var(--error-glow);color:var(--error)}.task-icon.queued{background:#ffffff0d;color:var(--text-muted)}.task-text{flex:1;min-width:0}.task-title{font-size:.78rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-meta{font-size:.65rem;color:var(--text-muted)}.main{display:flex;flex-direction:column;overflow-y:auto}.main-content{flex:1;display:flex;flex-direction:column;max-width:52rem;width:100%;margin:0 auto;padding:2rem 2.5rem}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:4rem 2rem}.empty-icon{width:56px;height:56px;border-radius:var(--radius);background:var(--accent-glow);display:grid;place-items:center;font-size:1.5rem;margin-bottom:.5rem}.empty-state h2{font-size:1.2rem;font-weight:600;letter-spacing:-.01em}.empty-state p{font-size:.875rem;color:var(--text-muted);max-width:24rem;line-height:1.6}.prompt-section{margin-top:auto;padding:1.5rem 2.5rem 2rem;max-width:52rem;width:100%;margin-left:auto;margin-right:auto}.prompt-box{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden;transition:border-color .2s}.prompt-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow)}.prompt-textarea{width:100%;min-height:100px;max-height:240px;padding:1rem 1.125rem;background:transparent;border:none;color:var(--text);font-family:inherit;font-size:.9rem;line-height:1.6;resize:vertical;outline:none}.prompt-textarea::placeholder{color:#ffffff38}.prompt-actions{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;border-top:1px solid var(--border)}.prompt-hint{font-size:.72rem;color:var(--text-muted)}.prompt-hint kbd{display:inline-block;background:#ffffff0f;border:1px solid var(--border);border-radius:.2rem;padding:.05rem .35rem;font-size:.65rem;font-family:inherit}.agent-view{flex:1;display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1rem}.agent-header{display:flex;align-items:center;justify-content:space-between}.agent-header h2{font-size:1.05rem;font-weight:600;letter-spacing:-.01em}.agent-header .task-status-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.72rem;font-weight:500;padding:.25rem .625rem;border-radius:1rem;border:1px solid}.badge-running{color:var(--accent-text);border-color:#6366f14d;background:var(--accent-glow)}.badge-success{color:var(--success);border-color:#22c55e4d;background:var(--success-glow)}.badge-error{color:var(--error);border-color:#ef44444d;background:var(--error-glow)}.pipeline{display:flex;flex-direction:column;gap:0}.pipeline-step{display:flex;gap:1rem;position:relative}.pipeline-connector{display:flex;flex-direction:column;align-items:center;width:28px;flex-shrink:0}.pipeline-dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--border);background:var(--bg);flex-shrink:0;z-index:1;transition:all .3s}.pipeline-dot.active{border-color:var(--accent);background:var(--accent);box-shadow:0 0 8px var(--accent-glow)}.pipeline-dot.done{border-color:var(--success);background:var(--success)}.pipeline-dot.error{border-color:var(--error);background:var(--error)}.pipeline-line{flex:1;width:2px;background:var(--border);min-height:20px;transition:background .3s}.pipeline-line.done{background:var(--success)}.pipeline-body{flex:1;padding-bottom:1.25rem;min-width:0}.pipeline-title{font-size:.85rem;font-weight:600;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.pipeline-title .step-badge{font-size:.6rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);background:#ffffff0d;padding:.1rem .4rem;border-radius:.2rem}.pipeline-desc{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.diff-block{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;margin-top:.5rem}.diff-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid var(--border);font-size:.72rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--text-muted)}.diff-content{padding:.625rem .75rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;line-height:1.65;overflow-x:auto;max-height:200px;overflow-y:auto}.diff-line{white-space:pre}.diff-line.add{color:var(--success)}.diff-line.add:before{content:"+ ";opacity:.5}.diff-line.remove{color:var(--error)}.diff-line.remove:before{content:"- ";opacity:.5}.diff-line.context{color:var(--text-muted)}.diff-line.context:before{content:"  "}.log-block{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;margin-top:.5rem}.log-content{padding:.625rem .75rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;line-height:1.7;color:var(--text-secondary);max-height:160px;overflow-y:auto}.log-line{white-space:pre-wrap;word-break:break-all}.log-line .log-prefix{color:var(--text-muted);margin-right:.5rem}.log-line.success{color:var(--success)}.log-line.error{color:var(--error)}.log-line.info{color:var(--accent-text)}.spinner{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.push-result{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--success-glow);border:1px solid rgba(34,197,94,.2);border-radius:var(--radius-sm);margin-top:.75rem}.push-result-icon{font-size:1.25rem}.push-result-text{font-size:.8rem}.push-result-text strong{display:block;margin-bottom:.1rem}.push-result-text span{color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem}@media(max-width:768px){.app{grid-template-columns:1fr}.sidebar{display:none}.main-content{padding:1.25rem 1rem}.prompt-section{padding:1rem}}
