@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=DM+Mono:wght@400;500&display=swap";:root{--surface-0: #FFFFFF;--surface-1: #F7F6F4;--surface-2: #EFEDE9;--surface-3: #E5E2DC;--ink-0: #111110;--ink-1: #2C2B29;--ink-2: #6B6560;--ink-3: #9B9590;--ink-4: #C4BFB8;--brand: #1B3A5C;--brand-dim: #EEF2F7;--brand-gold: #C9972B;--status-done: #2D6A4F;--status-done-surface: #F0F7F4;--status-run: #1B3A5C;--status-run-surface: #EEF2F7;--status-warn: #92400E;--status-warn-surface: #FEF9F0;--status-fail: #7F1D1D;--status-fail-surface: #FEF2F2;--status-idle: #9B9590;--font-sans: "DM Sans", -apple-system, sans-serif;--font-mono: "DM Mono", "Fira Code", monospace;--t-10: 10px;--t-11: 11px;--t-12: 12px;--t-13: 13px;--t-14: 14px;--t-16: 16px;--t-18: 18px;--t-22: 22px;--t-28: 28px;--t-36: 36px;--nav-w: 200px;--nav-w-collapsed: 0px;--header-h: 48px;--chat-w: 380px;--content-pad: 40px;--line: 1px solid #E5E2DC;--line-strong: 1px solid #C4BFB8;--ease: .14s ease;--ease-slow: .24s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{font-family:var(--font-sans);font-size:var(--t-14);line-height:1.5;color:var(--ink-1);background:var(--surface-1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}#root{height:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:var(--t-14)}a{color:inherit;text-decoration:none}table{border-collapse:collapse;width:100%}.label{font-size:var(--t-11);font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3)}.mono{font-family:var(--font-mono);font-size:var(--t-13)}.tabnum{font-variant-numeric:tabular-nums}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:3px}.app-shell{display:flex;height:100vh;height:100dvh;overflow:hidden}.app-shell.demo{margin-top:36px;height:calc(100vh - 36px);height:calc(100dvh - 36px)}.app-nav{width:var(--nav-w);min-width:var(--nav-w);height:100vh;background:var(--surface-0);border-right:var(--line);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;flex-shrink:0;position:relative;z-index:20}.app-body{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.app-header{height:var(--header-h);min-height:var(--header-h);background:var(--surface-0);border-bottom:var(--line);display:flex;align-items:center;padding:0 var(--content-pad);gap:16px;flex-shrink:0;position:relative;z-index:10}.app-content{flex:1;overflow-y:auto;padding:var(--content-pad);background:var(--surface-1)}.app-chat{position:fixed;right:0;top:var(--header-h);bottom:0;width:0;background:var(--surface-0);border-left:var(--line);display:flex;flex-direction:column;overflow:hidden;transition:width var(--ease-slow);z-index:50}.app-chat.open{width:var(--chat-w)}.chat-md{font-size:var(--t-13);color:var(--ink-1);line-height:1.6;word-break:break-word;overflow-wrap:anywhere}.chat-md h1,.chat-md h2{font-size:var(--t-14);font-weight:700;color:var(--ink-0);margin:10px 0 4px}.chat-md h3,.chat-md h4{font-size:var(--t-13);font-weight:600;color:var(--ink-0);margin:8px 0 3px}.chat-md p{margin:3px 0}.chat-md ul,.chat-md ol{padding-left:18px;margin:4px 0}.chat-md li{margin:2px 0}.chat-md strong{font-weight:600;color:var(--ink-0)}.chat-md code{font-family:var(--font-mono);font-size:.88em;background:var(--surface-2);padding:1px 5px;border-radius:3px}.chat-md pre{background:var(--surface-2);border-radius:4px;padding:10px 12px;overflow-x:auto;margin:6px 0}.chat-md pre code{background:none;padding:0}.chat-md table{border-collapse:collapse;width:auto;min-width:100%;font-size:var(--t-12);margin:8px 0}.chat-md .chat-table-wrap{overflow-x:auto;margin:8px 0;max-width:100%}.chat-md .chat-table-wrap table{margin:0}.chat-md th{background:var(--surface-2);font-weight:600;color:var(--ink-1);padding:5px 10px;border:1px solid var(--surface-3);text-align:left;max-width:260px;word-break:break-word;overflow-wrap:anywhere}.chat-md td{padding:5px 10px;border:1px solid var(--surface-3);color:var(--ink-1);max-width:260px;word-break:break-word;overflow-wrap:anywhere}.chat-md tr:nth-child(2n) td{background:var(--surface-1)}.data-table-wrap{background:var(--surface-0);border:var(--line);border-radius:6px;overflow:hidden}.data-table-wrap table{border-collapse:collapse;width:100%}.data-table-wrap thead tr{background:var(--surface-1);border-bottom:var(--line-strong)}.data-table-wrap thead th{padding:0 16px;height:36px;text-align:left;font-size:var(--t-11);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);white-space:nowrap}.data-table-wrap tbody tr{border-bottom:var(--line);transition:var(--ease) background}.data-table-wrap tbody tr:last-child{border-bottom:none}.data-table-wrap tbody tr:hover{background:var(--surface-1)}.data-table-wrap tbody tr.selected{background:var(--brand-dim);border-left:2px solid var(--brand)}.data-table-wrap tbody td{padding:0 16px;height:48px;font-size:var(--t-13);color:var(--ink-1);vertical-align:middle}.data-table-wrap tbody td.mono{font-family:var(--font-mono);font-size:var(--t-12);color:var(--ink-2)}.data-table-wrap tbody td.muted{color:var(--ink-3);font-size:var(--t-12)}.pipeline-wrap{background:var(--surface-0);border:var(--line);border-radius:6px;padding:0 0 8px;margin-bottom:24px;width:100%;box-sizing:border-box}.pipeline-row{display:flex;flex-wrap:nowrap;min-width:-moz-max-content;min-width:max-content;gap:0;align-items:flex-start}.pipeline-track{display:flex;flex-direction:row;flex-wrap:nowrap;gap:6px;align-items:stretch}.phase-group{display:inline-flex;flex-direction:column;flex-shrink:0;padding-left:12px;border-left:3px solid transparent;border-radius:2px}.checkpoint-divider{display:flex;align-items:center;gap:8;flex-shrink:0;margin:0 4px;align-self:stretch}.pipeline-stage{flex:none;flex-shrink:0;min-width:64px;max-width:92px;display:flex;flex-direction:column;align-items:center;gap:0;cursor:pointer;position:relative;padding:6px 6px 8px;border-radius:8px;transition:background .12s,box-shadow .12s}.pipeline-stage:hover{background:var(--surface-2);box-shadow:0 0 0 1px var(--surface-3)}.pipeline-stage:hover .pipeline-stage-top{background:var(--surface-2)}.pipeline-stage.active{background:var(--brand-dim, #e8f0fa);box-shadow:0 0 0 1.5px var(--brand)}.pipeline-stage.active .pipeline-stage-top{background:var(--brand-dim, #e8f0fa)}.pipeline-tooltip{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);z-index:50;white-space:nowrap;background:var(--ink-0);color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;margin-top:6px;pointer-events:none;line-height:1.4}.pipeline-stage:hover .pipeline-tooltip{display:block}.pipeline-stage:hover .pipeline-name{color:var(--ink-0)}.pipeline-stage:after{content:"";position:absolute;top:28px;left:50%;width:100%;height:1px;background:var(--surface-3);z-index:0}.pipeline-stage:last-child:after{display:none}.pipeline-stage.done:after{background:var(--status-done)}.pipeline-stage-top{display:flex;flex-direction:column;align-items:center;gap:4px;position:relative;z-index:1;background:var(--surface-0);padding:0 4px}.pipeline-num{font-size:var(--t-16);font-weight:300;color:var(--ink-4);line-height:1}.pipeline-stage.done .pipeline-num{color:var(--status-done);font-weight:500}.pipeline-stage.running .pipeline-num{color:var(--brand);font-weight:600}.pipeline-stage.active .pipeline-num{color:var(--ink-0);font-weight:500}.pipeline-name{font-size:var(--t-11);color:var(--ink-3);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:84px;line-height:1.3;margin-top:4px}.pipeline-stage.done .pipeline-name{color:var(--ink-2)}.pipeline-stage.running .pipeline-name{color:var(--ink-0);font-weight:500}.pipeline-stage-bottom{margin-top:8px;display:flex;flex-direction:column;align-items:center;gap:2px}.pipeline-status{font-size:var(--t-10);color:var(--ink-4);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.pipeline-stage.done .pipeline-status{color:var(--status-done)}.pipeline-stage.running .pipeline-status{color:var(--brand)}.pipeline-time{font-size:var(--t-10);color:var(--ink-4)}.pipeline-actions{margin-top:16px;padding:14px 20px 8px;border-top:var(--line);display:flex;align-items:center;justify-content:space-between}.pipeline-selected-info{font-size:var(--t-13);color:var(--ink-2)}.pipeline-selected-info strong{color:var(--ink-0);font-weight:500}.pipeline-action-buttons{display:flex;gap:8px}@keyframes pulse-brand{0%,to{opacity:1}50%{opacity:.4}}@keyframes progress-slide{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-arc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.pipeline-stage.running .pipeline-num{animation:pulse-brand 1.4s ease-in-out infinite}.pipeline-panel{width:300px;flex-shrink:0;background:var(--surface-0);border-left:1px solid var(--surface-3);display:flex;flex-direction:column;position:sticky;top:0;max-height:100vh;overflow:hidden;box-sizing:border-box}.psr-panel-title{padding:14px 16px 10px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-4);border-bottom:1px solid var(--surface-3);flex-shrink:0}.psr-phase-section{border-bottom:1px solid var(--surface-3)}.psr-phase-label{display:flex;align-items:center;gap:5px;padding:9px 16px 6px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-3);background:var(--surface-1)}.psr-sub-label{padding:7px 16px 2px;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-4)}.pipeline-node-track{position:relative}.pipeline-node-track:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:#b5d4f4;pointer-events:none;z-index:0}.pipeline-node-track .psr-sub-label{padding-left:46px;position:relative;z-index:1}.psr{display:flex;align-items:center;gap:10px;padding:4px 12px;min-height:40px;cursor:pointer;transition:background .12s;position:relative;box-sizing:border-box}.psr:hover{background:var(--surface-2)}.psr.active{background:var(--brand-dim, #eef2f7);box-shadow:inset 2px 0 0 var(--brand)}.psr-circle-wrap{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.psr-circle{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;border:1.5px solid #E5E7EB;background:#f3f4f6;color:#9ca3af;transition:background .12s,border-color .12s,color .12s;line-height:1}.psr.done .psr-circle{background:#e6f1fb;border-color:#185fa5;color:#185fa5}.psr.running .psr-circle{background:#e6f1fb;border-color:#e6f1fb;color:#1b3a5c;animation:none}.psr.running .psr-circle-wrap:before{content:"";position:absolute;width:22px;height:22px;top:-2px;left:-2px;border-radius:50%;background:conic-gradient(#1B3A5C 270deg,transparent 270deg);animation:spin-arc 1s linear infinite}.psr.active .psr-circle{border-color:var(--brand);background:var(--brand-dim);color:var(--brand)}.psr.failed .psr-circle{background:var(--status-fail-surface, #FEF2F2);border-color:var(--status-fail, #7F1D1D);color:var(--status-fail, #7F1D1D)}.psr-left{flex:1;min-width:0}.psr-num{display:none}.psr-name{font-size:12px;color:var(--ink-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3;display:block}.psr.done .psr-name{color:var(--ink-1)}.psr.running .psr-name,.psr.active .psr-name{color:var(--ink-0);font-weight:500}.psr-right{display:flex;align-items:center;gap:4px;flex-shrink:0}.psr-dot{display:none}.psr-status{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-4);font-weight:600;white-space:nowrap}.psr.done .psr-status{color:var(--status-done)}.psr.running .psr-status{color:var(--brand)}.psr.failed .psr-status{color:var(--status-fail);font-weight:600}.psr.failed .psr-name{color:var(--ink-1)}.psr-date{font-size:9px;color:var(--ink-4);white-space:nowrap}.psr-phase-progress{padding:3px 16px 5px;font-size:10px;color:var(--brand);background:#eff6ff;border-bottom:1px solid #C0D9F0}.psr-gate-row{padding:8px 12px 6px;display:flex;flex-direction:column;gap:4px}.psr-action-bar{padding:10px 12px;border-top:1px solid var(--surface-3);display:flex;align-items:center;gap:8px;background:var(--surface-1);position:sticky;bottom:0;flex-shrink:0}@keyframes loading-dots{0%,to{opacity:1}33%{opacity:.4}66%{opacity:.7}}@keyframes loading-blink{0%,80%,to{opacity:.2}40%{opacity:1}}.loading-dot{display:inline-block;animation:loading-blink 1.2s infinite}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}.agent-shimmer{animation:agent-shimmer 1.5s linear infinite;background-size:200% 100%}@keyframes agent-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.7}}.dot-pulse{animation:pulse-dot 1s ease-in-out infinite}.running-dot-ripple{position:relative;width:8px;height:8px;border-radius:50%;background:#1b3a5c;flex-shrink:0;display:inline-block}.running-dot-ripple:before,.running-dot-ripple:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border:2px solid #1B3A5C;border-radius:50%;animation:ripple 1.4s ease-out infinite}.running-dot-ripple:before{animation-delay:0s}.running-dot-ripple:after{animation-delay:.4s}.pipeline-scroll::-webkit-scrollbar{height:6px}.pipeline-scroll::-webkit-scrollbar-track{background:var(--surface-2);border-radius:3px}.pipeline-scroll::-webkit-scrollbar-thumb{background:var(--ink-3);border-radius:3px}.pipeline-scroll::-webkit-scrollbar-thumb:hover{background:var(--ink-1)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface-2);border-radius:3px}::-webkit-scrollbar-thumb{background:var(--ink-3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--ink-1)}.app-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11111066;z-index:150}@media (max-width: 767px){:root{--content-pad: 16px}html,body{overflow-x:hidden;max-width:100%}.app-content{overflow-x:hidden;max-width:100%;min-width:0}.app-nav{position:fixed;left:0;top:0;bottom:0;height:100vh;width:260px;min-width:260px;transform:translate(-100%);transition:transform var(--ease-slow);box-shadow:2px 0 16px #00000024;z-index:200}.app-nav.open{transform:translate(0)}.app-shell.demo .app-nav{top:36px;height:calc(100vh - 36px);height:calc(100dvh - 36px)}.app-chat.open{width:100%}.data-table-wrap{overflow-x:auto}.pipeline-panel{width:100%!important;min-width:0!important;position:static!important;max-height:none!important;border-left:none;border-top:1px solid var(--surface-3)}}
