.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#0f172a;color:#e2e8f0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#475569}.react-flow__attribution{display:none!important}.react-flow__handle{width:8px;height:8px;background:#334155;border:1px solid #475569;opacity:.5}.app-state{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.app-state__text{font-size:14px;color:#64748b}.app-state__text--error{color:#ef4444}.app-layout{width:100vw;height:100vh;display:flex;flex-direction:column}.app-header{flex-shrink:0}.app-body{flex:1;display:flex;overflow:hidden}.app-dag-area{flex:1;overflow:hidden}.toolbar{background:#1e293b;height:48px;border-bottom:1px solid #334155;display:flex;align-items:center;padding:0 16px;gap:20px;font-size:13px}.toolbar__select{background:#0f172a;color:#e2e8f0;border:1px solid #334155;border-radius:6px;padding:5px 28px 5px 10px;font-size:13px;font-family:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2394a3b8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;min-width:180px;transition:border-color .15s ease}.toolbar__select:hover{border-color:#475569}.toolbar__select:focus-visible{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.toolbar__divider{width:1px;height:24px;background:#334155;flex-shrink:0}.toolbar__toggle{display:flex;align-items:center;gap:6px;color:#94a3b8;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:12px;padding:4px 6px;border-radius:4px;transition:color .12s ease,background .12s ease}.toolbar__toggle:hover{color:#cbd5e1;background:#33415580}.toolbar__spacer{flex:1}.toolbar__trigger-badge{background:#334155;color:#94a3b8;font-size:10px;font-weight:600;padding:2px 8px;border-radius:9999px;line-height:16px;white-space:nowrap;transition:background .12s ease}.toolbar__trigger-badge:hover{background:#475569}.toolbar__triggers{display:flex;align-items:center;gap:5px}.toolbar__concurrency{color:#64748b;font-size:11px;white-space:nowrap}.job-node{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:12px 16px;min-width:240px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;box-shadow:0 1px 3px #0000004d}.job-node:hover{border-color:#475569}.job-node--selected{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6,0 2px 8px #3b82f640}.job-node--reusable{border-style:dashed;border-color:#6366f1}.job-node__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.job-node__name{font-weight:600;font-size:13px;color:#f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.job-node__badges{display:flex;align-items:center;gap:4px;flex-shrink:0}.job-node__matrix-badge{background:#8b5cf6;color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:9999px;line-height:1.4}.job-node__condition{color:#eab308;font-size:10px;font-weight:600;padding:1px 5px;border:1px solid #eab30844;border-radius:4px;line-height:1.4}.job-node__timeout{color:#94a3b8;font-size:10px;padding:1px 5px;border:1px solid #334155;border-radius:4px;line-height:1.4}.job-node__meta{margin-top:6px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#64748b}.job-node__runs-on{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.job-node__steps{flex-shrink:0}.job-node__steps--clickable{cursor:pointer;padding:1px 6px;border-radius:4px;transition:background .12s,color .12s}.job-node__steps--clickable:hover{background:#334155;color:#e2e8f0}.job-node__steps--clickable:focus-visible{outline:2px solid #3b82f6;outline-offset:1px}.job-node__workflow-ref{margin-top:4px;font-size:10px;color:#818cf8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-node__environment{margin-top:2px;font-size:10px;color:#34d399}.insights{display:flex;flex-shrink:0}.insights__tab-button{width:28px;background:#1e293b;border:none;border-right:1px solid #334155;color:#64748b;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:8px 0;transition:background .12s,color .12s;flex-shrink:0}.insights__tab-button:hover{background:#253247;color:#94a3b8}.insights__tab-icon{font-size:8px}.insights__tab-label{writing-mode:vertical-rl;text-orientation:mixed;font-size:10px;font-weight:600;letter-spacing:.05em}.insights__tab-badge{display:inline-flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;margin-top:4px}.insights__panel{width:320px;background:#1e293b;border-right:1px solid #334155;display:flex;flex-direction:column;overflow:hidden;animation:insightsSlideIn .2s ease}@keyframes insightsSlideIn{0%{width:0;opacity:0}to{width:320px;opacity:1}}.insights__header{padding:10px 14px;border-bottom:1px solid #334155;flex-shrink:0}.insights__title{font-size:12px;font-weight:600;color:#f1f5f9}.insights__stats{display:flex;gap:0;border-bottom:1px solid #334155;flex-shrink:0}.insights__stat{flex:1;padding:10px 10px 8px;text-align:center;border-right:1px solid #334155;transition:background .2s;position:relative}.insights__stat:last-child{border-right:none}.insights__stat--warn{background:#dc26261a;box-shadow:inset 0 -2px #dc2626}.insights__stat--ok{background:#22c55e14;box-shadow:inset 0 -2px #22c55e}.insights__stat--amber{background:#f59e0b14;box-shadow:inset 0 -2px #f59e0b}.insights__stat-value{display:block;font-size:20px;font-weight:700;color:#e2e8f0;line-height:1.2}.insights__stat--warn .insights__stat-value{color:#f87171}.insights__stat--ok .insights__stat-value{color:#4ade80}.insights__stat--amber .insights__stat-value{color:#fbbf24}.insights__stat-label{font-size:9px;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.insights__tabs{display:flex;border-bottom:1px solid #334155;flex-shrink:0}.insights__tab{flex:1;padding:7px 8px;background:none;border:none;border-bottom:2px solid transparent;color:#64748b;font-size:10px;font-family:inherit;font-weight:500;cursor:pointer;transition:color .15s,border-color .15s,background .15s;text-align:center}.insights__tab:hover{color:#94a3b8;background:#33415540}.insights__tab--active{color:#e2e8f0;border-bottom-color:#3b82f6}.insights__count-badge{display:inline-flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;font-size:8px;font-weight:700;min-width:14px;height:14px;border-radius:7px;padding:0 3px;margin-left:4px}.insights__content{flex:1;overflow-y:auto}@keyframes insightsFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.insights__content-fade{animation:insightsFadeIn .18s ease}.insights__empty{padding:32px 16px;color:#4ade80;font-size:12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.insights__empty-icon{font-size:20px;opacity:.7}.insights__list{padding:6px 0}.insights__group-header{display:flex;align-items:center;gap:8px;padding:10px 14px 6px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.insights__group-header-line{flex:1;height:1px;background:#334155}.insights__group-header-text{flex-shrink:0}.insights__action-row{padding:5px 14px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:4px;margin:1px 6px;transition:background .12s}.insights__action-row:hover{background:#253247}.insights__action-name{font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:10px;color:#93c5fd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.insights__action-name--local{color:#c4b5fd}.insights__action-meta{display:flex;align-items:center;gap:4px;flex-shrink:0}.insights__version-pill{display:inline-flex;align-items:center;gap:2px;background:#0f172a;padding:1px 6px;border-radius:4px;border:1px solid #334155;font-size:9px;transition:border-color .12s}.insights__version-pill:hover{border-color:#475569}.insights__version-pill--local{border-color:#6d28d9;background:#6d28d91a}.insights__version-pill--warn{border-color:#f97316;background:#f9731614}.insights__version-code{color:#e2e8f0;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:9px}.insights__version-pill--warn .insights__version-code{color:#fdba74}.insights__lock-icon{font-size:8px;line-height:1}.insights__usage-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:16px;padding:0 4px;border-radius:8px;background:#0f172a;border:1px solid #334155;font-size:9px;font-weight:600;color:#64748b}.insights__issue-card{margin:6px 10px;padding:10px 12px;border-radius:6px;border-left:3px solid;transition:transform .12s,box-shadow .12s}.insights__issue-card:hover{transform:translate(1px);box-shadow:0 1px 4px #0003}.insights__issue-card--error{background:#dc262614;border-left-color:#dc2626}.insights__issue-card--warn{background:#f59e0b14;border-left-color:#f59e0b}.insights__issue-card--info{background:#3b82f60f;border-left-color:#3b82f6}.insights__issue-header{display:flex;align-items:center;gap:6px;margin-bottom:6px}.insights__issue-icon{font-size:12px;line-height:1}.insights__issue-title{font-size:10px;font-weight:700;color:#e2e8f0;text-transform:uppercase;letter-spacing:.04em}.insights__issue-card--error .insights__issue-title{color:#fca5a5}.insights__issue-card--info .insights__issue-title{color:#93c5fd}.insights__issue-action{font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;font-size:11px;color:#93c5fd;margin-bottom:6px;padding:2px 0}.insights__issue-detail{font-size:10px;color:#94a3b8;line-height:1.6}.insights__issue-versions{margin-top:4px}.insights__issue-version{display:flex;align-items:baseline;gap:6px;padding:2px 0}.insights__issue-locations{font-size:9px;color:#64748b}.insights__issue-suggestion{margin-top:8px;padding-top:6px;border-top:1px solid rgba(255,255,255,.04);font-size:9px;color:#4ade80;font-style:italic;line-height:1.4}.insights__repeated-card{margin:6px 10px;padding:10px 12px;border-radius:6px;background:#0f172a80;border:1px solid #334155;transition:border-color .12s,background .12s}.insights__repeated-card:hover{border-color:#475569;background:#25324780}.insights__repeated-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.insights__repeated-name{font-size:11px;font-weight:600;color:#e2e8f0}.insights__repeated-badge{display:inline-flex;align-items:center;padding:1px 8px;border-radius:9999px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);font-size:9px;font-weight:700;color:#fbbf24;white-space:nowrap}.insights__repeated-locations{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.insights__location-pill{background:#0f172a;color:#94a3b8;font-size:9px;padding:2px 7px;border-radius:4px;border:1px solid #334155;transition:border-color .12s}.insights__location-pill:hover{border-color:#475569}.insights__repeated-suggestion{font-size:9px;color:#4ade80;font-style:italic;padding-top:6px;border-top:1px solid rgba(255,255,255,.04)}.job-node--expanded{padding-bottom:12px}.job-node__steps-flow{margin-top:10px;border-top:1px solid #334155;padding-top:10px;display:flex;flex-direction:column;align-items:center}.job-node__step-item{display:flex;flex-direction:column;align-items:center;width:100%}.step-card{background:#0f172a;border:1px solid #334155;border-radius:6px;padding:5px 10px;width:100%;display:flex;align-items:center;gap:6px;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.step-card:hover{border-color:#475569;background:#131d32}.step-card--selected{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6,0 1px 4px #3b82f633}.step-card:focus-visible{outline:2px solid #3b82f6;outline-offset:1px}.step-card__badge{font-size:8px;font-weight:700;color:#fff;padding:1px 5px;border-radius:9999px;line-height:1.4;flex-shrink:0;text-transform:uppercase;letter-spacing:.03em}.step-card__label{font-size:11px;color:#cbd5e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.step-card__if{color:#eab308;font-size:8px;font-weight:700;padding:0 3px;border:1px solid #eab30844;border-radius:3px;flex-shrink:0}.step-connector{display:flex;justify-content:center;height:20px}.side-panel{width:380px;height:100%;flex-shrink:0;background:#1e293b;border-left:1px solid #334155;display:flex;flex-direction:column;z-index:100;animation:slideIn .2s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.side-panel__header{padding:12px 16px;border-bottom:1px solid #334155;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;gap:8px}.side-panel__title{font-weight:600;font-size:14px;color:#f1f5f9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.side-panel__close{background:none;border:none;color:#64748b;cursor:pointer;font-size:18px;line-height:1;padding:2px 6px;border-radius:4px;flex-shrink:0;transition:color .12s ease,background .12s ease}.side-panel__close:hover{color:#e2e8f0;background:#33415580}.side-panel__meta{padding:6px 16px;border-bottom:1px solid #334155;font-size:11px;color:#94a3b8;display:flex;flex-wrap:wrap;gap:4px 10px;flex-shrink:0}.side-panel__meta-env{color:#34d399}.side-panel__meta-if{color:#eab308;font-size:10px;border:1px solid #eab30844;border-radius:4px;padding:0 4px}.side-panel__body{flex:1;overflow-y:auto;overflow-x:hidden}.side-panel__section{padding:8px 16px;border-bottom:1px solid #334155}.side-panel__section--last{border-bottom:none;padding-bottom:16px}.side-panel__section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:6px}.inspector-section-header{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#cbd5e1;cursor:pointer;padding:6px 0;list-style:none}.inspector-section-header::-webkit-details-marker{display:none}.inspector-section-header::marker{content:""}.inspector-section-content{padding:4px 0 8px}.inspector-table{width:100%;border-collapse:collapse;font-size:11px}.inspector-table tr{background:#0f172a;transition:background .1s ease}.inspector-table tr:hover{background:#131d32}.inspector-key{font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;color:#93c5fd;padding:3px 8px 3px 0;vertical-align:top;white-space:nowrap}.inspector-val{color:#e2e8f0;padding:3px 0;vertical-align:top;word-break:break-word;max-width:200px;overflow:hidden;text-overflow:ellipsis}.inspector-empty{padding:8px 0;color:#64748b;font-size:12px}.inspector-empty--centered{padding:16px 0;text-align:center}.legend-bar{grid-column:1 / -1;background:#1e293b;border-bottom:1px solid #334155;z-index:50}.legend-bar__toggle{display:flex;align-items:center;gap:8px;width:100%;padding:6px 16px;background:none;border:none;color:#64748b;font-size:10px;font-family:inherit;cursor:pointer;transition:background .12s;-webkit-user-select:none;user-select:none}.legend-bar__toggle:hover{background:#253247}.legend-bar__title{font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:9px}.legend-bar__chevron{font-size:9px;color:#94a3b8;margin-left:auto}.legend-bar__content{display:flex;flex-wrap:wrap;align-items:center;gap:4px 14px;padding:4px 16px 8px}.legend-bar__item{display:flex;align-items:center;gap:5px}.legend-bar__visual{display:flex;align-items:center}.legend-bar__label{font-size:10px;color:#94a3b8}.legend-bar__divider{width:1px;height:14px;background:#334155}.artifact-edge-label{background:#1e293b;border:1px solid #3b82f6;color:#93c5fd;font-size:10px;padding:2px 6px;border-radius:4px;white-space:nowrap}.output-edge-label{background:#1e293b;border:1px solid #7c3aed;color:#c4b5fd;font-size:10px;padding:2px 6px;border-radius:4px;white-space:nowrap}@keyframes logo-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.08)}}.landing{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0f172a;background-image:radial-gradient(circle at 1px 1px,#1e293b 1px,transparent 0);background-size:32px 32px;overflow-y:auto}.landing__container{max-width:520px;width:100%;padding:2rem}.landing__hero{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2.5rem}.landing__logo{position:relative;width:140px;height:140px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.landing__logo-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,rgba(59,130,246,.05) 50%,transparent 70%);pointer-events:none}.landing__logo-img{position:relative;z-index:1;object-fit:contain}.landing__logo--loading .landing__logo-glow{animation:logo-pulse 2s ease-in-out infinite}.landing__title{font-family:JetBrains Mono,monospace;font-size:2.75rem;font-weight:700;color:#f8fafc;letter-spacing:-.02em;margin:0 0 .25rem}.landing__subtitle{font-size:1.05rem;color:#64748b;margin:0 0 .75rem;font-style:italic}.landing__description{font-size:.875rem;color:#94a3b8;line-height:1.6;max-width:380px}.landing__error{background:#451a1a;border:1px solid #dc2626;color:#fca5a5;padding:.75rem 1rem;border-radius:8px;font-size:.8125rem;margin-bottom:1.5rem}.landing__card{background:#1e293b;border:1px solid #334155;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1rem;transition:border-color .2s}.landing__card--primary{border-color:#2563eb40;box-shadow:0 0 20px #2563eb0f}.landing__card:hover{border-color:#475569}.landing__card--primary:hover{border-color:#2563eb80}.landing__section-title{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.landing__badge{font-size:.625rem;background:#1e3a5f;color:#60a5fa;padding:2px 6px;border-radius:4px;text-transform:uppercase;vertical-align:middle}.landing__form{display:flex;gap:.5rem}.landing__input{flex:1;background:#0f172a;border:1px solid #334155;color:#e2e8f0;padding:.625rem .75rem;border-radius:6px;font-size:.875rem;outline:none;transition:border-color .15s,box-shadow .15s}.landing__input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.landing__input::placeholder{color:#475569}.landing__button{background:#2563eb;color:#f8fafc;border:none;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,box-shadow .15s;white-space:nowrap}.landing__button:hover:not(:disabled){background:#3b82f6;box-shadow:0 0 12px #3b82f64d}.landing__button:disabled{opacity:.5;cursor:not-allowed}.landing__drop-zone{border:2px dashed #334155;border-radius:8px;padding:1.5rem;text-align:center;color:#64748b;font-size:.875rem;cursor:pointer;transition:border-color .2s,color .2s,background .2s;display:flex;flex-direction:column;align-items:center;gap:.375rem}.landing__drop-zone:hover{border-color:#60a5fa;color:#94a3b8;background:#1e293b80}.landing__drop-zone--active{border-color:#3b82f6;background:#3b82f614;color:#93c5fd}.landing__drop-icon{font-size:1.5rem;line-height:1}.toolbar__back-button{background:none;border:1px solid #334155;color:#94a3b8;padding:4px 10px;border-radius:4px;font-size:.8125rem;cursor:pointer;white-space:nowrap;transition:border-color .15s,color .15s}.toolbar__back-button:hover{border-color:#60a5fa;color:#e2e8f0}
