.app-container{height:100vh;width:100vw;display:flex;font-family:sans-serif}.sidebar{width:250px;border-right:1px solid #ccc;padding:16px;overflow-y:auto;background-color:#f3f4f6}.sidebar-title{margin-bottom:16px;color:#111}.experiment-button{padding:12px 16px;cursor:pointer;border:1px solid #ccc;border-radius:6px;text-align:left;background:#fff;color:#111;font-size:14px;font-weight:500;transition:background .2s}.experiment-button:hover{background-color:#e5e7eb}.experiment-status{color:#555}.toggle-button{position:absolute;top:10px;left:10px;z-index:10;padding:6px 10px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer}.reactflow-container{height:100%;width:100%}html,body{margin:0;padding:0;height:100%;width:100%;box-sizing:border-box;overflow:hidden}:root{--background-color: #f3f4f6;--text-color: #111;--sidebar-bg: #F0F0F0;--sidebar-border: #ccc;--button-bg: #fff;--button-border: #ccc;--button-hover-bg: #e5e7eb;--dialog-bg: #fff;--dialog-text: #333;--no-graph-text: #666}.dark{--background-color: #1a1a1a;--text-color: #e5e5e5;--sidebar-bg: #252525;--sidebar-border: #444;--button-bg: #333;--button-border: #555;--button-hover-bg: #444;--dialog-bg: #2c2c2c;--dialog-text: #f0f0f0;--no-graph-text: #aaa}.app-container{height:100vh;width:100vw;display:flex;font-family:sans-serif;background-color:var(--background-color);color:var(--text-color)}.sidebar{width:250px;border-right:1px solid var(--sidebar-border);padding:16px;overflow-y:auto;background-color:var(--sidebar-bg);position:relative;flex-shrink:0}.sidebar-resize-handle{position:absolute;top:0;right:0;width:4px;height:100%;cursor:ew-resize;background-color:transparent;transition:background-color .2s}.sidebar-resize-handle:hover{background-color:var(--sidebar-border)}.sidebar-title{margin-bottom:16px;color:var(--text-color)}.experiment-list{display:flex;flex-direction:column;gap:10px}.experiment-button{padding:12px 16px;cursor:pointer;border:1px solid var(--button-border);border-radius:6px;text-align:left;background:var(--button-bg);color:var(--text-color);font-size:14px;font-weight:500;transition:background .2s}.experiment-button:hover{background-color:var(--button-hover-bg)}.experiment-status{color:var(--no-graph-text)}.graph-container{flex:1;position:relative;height:100%}.details-panel{width:350px;border-left:1px solid var(--sidebar-border);overflow-y:auto;background-color:var(--sidebar-bg);height:100vh}.graph-header{position:absolute;top:10px;left:10px;right:10px;z-index:10;display:flex;justify-content:space-between;align-items:center}.toggle-button,.control-button{padding:6px 10px;border:1px solid var(--button-border);border-radius:4px;background:var(--button-bg);color:var(--text-color);cursor:pointer;font-size:12px;font-weight:500;transition:all .2s}.restart-button{background:#27c93f;color:#fff;border-color:#27c93f}.restart-button:hover{background:#22b33a}.erase-button{background:#f44;color:#fff;border-color:#f44}.erase-button:hover{background:#d33}.no-graph{display:flex;justify-content:center;align-items:center;height:100%;color:var(--no-graph-text);font-size:16px}.edit-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.edit-dialog{background:var(--dialog-bg);color:var(--dialog-text);border-radius:8px;padding:24px;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000040}.edit-dialog h3{margin:0 0 16px;font-size:18px;color:var(--dialog-text)}.edit-dialog textarea{width:100%;min-height:200px;padding:12px;border:1px solid var(--button-border);border-radius:4px;font-family:Courier New,monospace;font-size:14px;resize:vertical;box-sizing:border-box;background:var(--button-bg);color:var(--text-color)}.dialog-buttons{display:flex;gap:12px;margin-top:16px;justify-content:flex-end}.dialog-buttons button{padding:8px 16px;border:1px solid var(--button-border);border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s;background:var(--button-bg);color:var(--text-color)}.dialog-buttons button:first-child{background:#007acc;color:#fff;border-color:#007acc}.dialog-buttons button:first-child:hover{background:#005a9e}.dialog-buttons button:last-child:hover{background:var(--button-hover-bg)}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--background-color)}.login-form{background:var(--dialog-bg);color:var(--dialog-text);border-radius:12px;box-shadow:0 4px 24px #0000001a;padding:36px;min-width:340px;display:flex;flex-direction:column;align-items:center;border:1px solid var(--sidebar-border)}.login-logo{width:56px;height:56px;border-radius:16px;background:#007acc22;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.login-title{margin:0 0 18px;font-weight:700;font-size:24px;color:var(--dialog-text)}.login-desc{margin:0 0 24px;color:var(--no-graph-text);font-size:15px}.login-input{width:100%;padding:12px 14px;border-radius:6px;border:1px solid var(--button-border);font-size:16px;margin-bottom:16px;background:var(--button-bg);color:var(--text-color);outline:none}.login-btn{width:100%;padding:12px 0;border-radius:6px;border:1px solid #007acc;background:#007acc;color:#fff;font-weight:600;font-size:16px;cursor:pointer;margin-bottom:0;transition:background .2s}.login-btn:disabled{cursor:not-allowed}.login-error{color:#f44;margin-top:8px;font-size:14px}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.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 .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation: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:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.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:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;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:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.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.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@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}.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-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.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:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.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{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.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:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform: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:#3367d9;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%}._container_157zp_1{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding:0;margin:0}._header_157zp_10{margin-top:20px;margin-bottom:8px;font-weight:700;font-size:18px;width:100%;display:flex;align-items:center;justify-content:space-between}._headerSpacer_157zp_21{width:52px;min-width:32px;margin-left:1px}._title_157zp_27{flex:1;text-align:center}._restartButton_157zp_32{width:32px;height:32px;border-radius:50%;background:#27c93f;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000014;cursor:pointer;outline:none;padding:0;margin-left:12px;margin-right:20px}._divider_157zp_49{margin-top:20px;height:1px;background-color:var(--vscode-editorWidget-border);width:80%;margin-left:auto;margin-right:auto}._flowContainer_157zp_58{width:100%;position:relative}._card_c9ftz_1{border-radius:8px;padding:16px;margin-bottom:12px;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:all .2s ease;border:1px solid #CCCCCC}._card_c9ftz_1:focus{outline:2px solid #2961a4}._title_c9ftz_15{font-size:13px;font-weight:600;margin-bottom:0;display:inline-block;font-family:var(--vscode-font-family, "Segoe UI", "Helvetica Neue", Arial, sans-serif)}._headerRow_c9ftz_23{display:flex;align-items:center;margin-bottom:8px}._date_c9ftz_29{font-size:11px;color:#aaa;text-align:right;font-family:var(--vscode-font-family, "Segoe UI", "Helvetica Neue", Arial, sans-serif)}._nodeBar_c9ftz_36{display:flex;gap:6px;margin-top:6px}._nodeRect_c9ftz_42{width:22px;height:8px;border-radius:3px;display:inline-block;background:#00c542}._light_c9ftz_50{background:#fff;color:#000;border:1px solid #CCCCCC}._dark_c9ftz_56{background:#3c3c3c;color:#fff;border:1px solid #6B6B6B;box-shadow:0 2px 4px #0000004d}._hovered_c9ftz_63{background:#2a63a4;border:1px solid rgb(42,99,164);color:#fff;box-shadow:0 4px 8px #00000026}
