body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0036d8;font-family:Courier New,Courier,monospace;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.page{align-items:start;background-color:#222;color:#fff;gap:16px;justify-content:start;overflow-y:auto;padding:16px}@media (min-width:1100px){.page{margin:0 100px}}@media (min-width:1500px){.page{margin:0 300px}}.modal-content{color:#fff}.pane{background-color:#000;outline:4px solid #afafaf;padding:16px}.pane,button{border:2px solid #fff}button{background-color:initial;color:#fff;cursor:pointer;font-family:Courier New,Courier,monospace;padding:8px 16px}button.selected{background-color:#ffbf00;color:#000}button:hover{border-color:#ffbf00;color:#ffbf00}.cancel-button{color:red}.confirm-button{color:green}input[type=number],input[type=password],input[type=text],select,textarea{background-color:#222;border:2px solid #aaf;color:#aaf;font-family:Courier New,Courier,monospace;font-size:16px;outline:none;padding:8px}input[type=number]::placeholder select::placeholder,input[type=password]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aaf;opacity:.5}.app-tile{color:#0f0;cursor:pointer;display:flex;flex-direction:column;font-family:Courier New,Courier,monospace;height:150px;justify-content:space-between;text-align:center;width:200px}.app-tile:hover{border-color:#ffbf00}.app-tile-icon{font-size:50px;margin-bottom:8px}.app-tile-icon img{filter:brightness(0) invert(1);object-fit:contain}.app-tile-name{font-weight:700;margin-bottom:4px}.app-tile-description{font-size:12px}@media (max-width:520px){.app-tile{width:100%}}.app-list{background-color:#121212;display:flex;flex-wrap:wrap;gap:16px;padding:20px}.bridge-restarting{background-color:#7c3333;color:#fff;padding:16px;text-align:center}.scan-job-pane{background-color:#000;border:2px solid #fff;margin-bottom:20px;max-height:600px;outline:4px solid #afafaf;overflow-y:auto;padding:0 10px 10px;position:relative}.navbar{background-color:#001f3f;border-bottom:2px solid #fff;color:#0f0;font-family:Courier New,Courier,monospace;font-size:20px;justify-content:space-between;padding:16px}.navbar,.navbar-left{align-items:center;display:flex}.navbar-title{color:#0f0;font-weight:700;margin-right:8px;text-decoration:none}.navbar-title:hover{color:#ffbf00}.navbar-path{color:#fff;font-size:24px}.info-pane h1{color:#eee;font-size:24px;margin-bottom:20px}.info-pane p{color:#ddd;font-size:16px;margin-bottom:30px}.login-form h2{color:#ccc;font-size:22px;margin-bottom:20px}label{color:#ccc;display:block;font-size:14px;margin:15px 0;text-align:left}.login-input{margin-top:5px;width:90%}.error-message{color:#d9534f;font-size:14px;margin:15px 0}.login-buttons{display:flex;justify-content:space-between;margin-top:20px}.modal-overlay{align-items:center;background:#000000bf;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal-content{box-shadow:0 0 0 4px #000000bf;max-height:80vh;overflow-y:auto;padding:20px}.breadcrumb-link{color:#0f0;text-decoration:none}.file-item{-webkit-user-select:none;user-select:none}.selected{background-color:#ffffff80}.toast-container{align-items:center;bottom:20px;display:flex;flex-direction:column;left:50%;position:fixed;transform:translateX(-50%);z-index:1000}.toast{background-color:#333;border-radius:4px;color:#fff;margin-bottom:10px;opacity:1;padding:12px 24px;transition:opacity .5s ease-in-out}.toast.hidden{opacity:0}.toast.error,.toast.failure{background-color:#f44336}.document-viewer-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.document-viewer-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 16px #0000004d;display:flex;flex-direction:column;margin:2rem;max-height:80%;max-width:80%;padding:0;position:relative}.document-viewer-text-content{height:85vh;max-height:85vh;max-width:1200px;width:90%}.document-viewer-header{align-items:center;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:1rem 1.5rem}.document-viewer-filename{color:#333;font-size:.95rem;font-weight:500}.close-button{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;transition:background-color .2s;width:30px}.close-button:hover{background-color:#e0e0e0}.document-text-container{background-color:#fafafa;border-radius:0 0 8px 8px;flex:1 1;overflow-y:auto;padding:1.5rem}.document-text{color:#333;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:14px;line-height:1.6;white-space:pre-wrap}.document-code-wrapper{background:#f8f8f8;border-radius:4px;margin:0;overflow:auto;padding:0}.document-code-wrapper code{background:#0000;display:block;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:14px;line-height:1.6;padding:1rem;white-space:pre}.document-text-container pre[class*=language-]{background:#0000;margin:0;padding:0}.document-text-container code[class*=language-]{background:#0000}.document-text-container::-webkit-scrollbar{width:8px}.document-text-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.document-text-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.document-text-container::-webkit-scrollbar-thumb:hover{background:#555}.document-image{border-radius:4px;box-shadow:0 2px 8px #00000026;display:block;margin:2rem auto;max-height:100%;max-width:100%}.loading-message{color:#666;padding:3rem;text-align:center}.error-message{color:#d32f2f;font-weight:500;padding:3rem;text-align:center}@media (max-width:768px){.document-viewer-content{margin:1rem}.document-viewer-text-content{height:90vh;width:95%}.document-text-container{padding:1rem}.document-code-wrapper code,.document-text{font-size:13px}}.retro-download-notifier{animation:shimmer 2s infinite;background:linear-gradient(90deg,#2d2d2d,#1a1a1a,#2d2d2d);border-top:2px solid #666;bottom:0;color:#fc0;font-family:Courier New,Courier,monospace;font-size:14px;font-weight:700;left:0;padding:12px;position:fixed;right:0;text-align:center;transition:opacity .5s ease-in-out}@keyframes shimmer{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.retro-download-notifier.hidden{opacity:0;pointer-events:none}.mips-options-modal-button{width:100%}.error{color:red}.toggle-wrapper{align-items:center;cursor:pointer;display:inline-flex}.toggle{background-color:initial;border:2px solid #fff;display:inline-block;height:30px;margin-right:8px;position:relative;width:60px}.toggle:before{background-color:#fff;content:"";height:26px;left:2px;position:absolute;top:2px;transition:left .3s ease,background-color .3s ease;width:26px}.toggle.active{background-color:#3faf00}.toggle.active:before{background-color:#fff;left:32px}.toggle-label{color:#fff}.settings-row{background-color:#ffffff1a;display:flex;justify-content:space-between;margin:5px 0;padding:10px}.modern button{background-color:revert;border:revert;color:revert;cursor:revert;font-family:revert;padding:revert}.modern input[type=number],.modern input[type=password],.modern input[type=text],.modern select{background-color:revert;border:revert;color:revert;font-family:revert;font-size:revert;outline:revert;padding:revert}.modern input[type=number]::placeholder,.modern input[type=password]::placeholder,.modern input[type=text]::placeholder,.modern select::placeholder{color:revert;opacity:revert}.modern.page{background-color:revert!important;color:revert!important}.pipeline-node{background-color:#000;border:1px solid #fff;border-radius:10px;box-shadow:0 0 10px 0 #0000001a;color:#fff;font-family:Courier New,Courier,monospace;font-size:16px;font-weight:700;letter-spacing:1px;padding:10px;text-align:center;text-shadow:0 0 10px #00000080;text-transform:uppercase}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.editor-root{flex-direction:column;height:calc(100vh - 70px)}.editor-root,.loading-container{background-color:#f3f4f6;display:flex}.loading-container{align-items:center;justify-content:center;min-height:100vh}.text-center{text-align:center}.spinner{animation:spin 1s linear infinite;border:2px solid;border-color:#0000 #0000 #2563eb;border-radius:50%;height:3rem;margin-left:auto;margin-right:auto;width:3rem}.loading-text{color:#4b5563;margin-top:1rem}.not-found-icon{color:#f87171;height:4rem;margin:0 auto 1rem;width:4rem}.not-found-title{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.not-found-text{color:#4b5563}.header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}.header-content{justify-content:space-between}.header-content,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.back-button{border-radius:.5rem;padding:.5rem;transition:background-color .2s ease-in-out}.back-button:hover{background-color:#f3f4f6}.icon{height:1.25rem;width:1.25rem}.title{align-items:center;color:#111827;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem}.title-icon{font-size:1.5rem}.description{color:#4b5563;font-size:.875rem}.header-right{gap:.75rem}.add-button,.header-right{align-items:center;display:flex}.add-button{background-color:#2563eb;border-radius:.5rem;color:#fff;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s ease-in-out}.add-button:hover{background-color:#1d4ed8}.save-button{align-items:center;background-color:#16a34a;border-radius:.5rem;color:#fff;display:flex;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s ease-in-out}.save-button:hover{background-color:#15803d}.save-button:disabled{opacity:.5}.icon-small,.save-spinner{height:1rem;width:1rem}.save-spinner{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000}.error-banner{background-color:#fef2f2;border-left:4px solid #f87171;margin:1rem 1.5rem 0;padding:1rem}.error-content{justify-content:space-between}.error-content,.error-inner{align-items:center;display:flex}.error-icon{color:#f87171;height:1.25rem;margin-right:.5rem;width:1.25rem}.error-text{color:#b91c1c}.close-button{color:#f87171;transition:color .2s ease-in-out}.close-button:hover{color:#ef4444}.flow-container{background-color:#fff;flex:1 1;position:relative}.context-menu{background-color:#111827;border:1px solid #e5e7eb;box-shadow:0 10px 15px -3px #0000001a;padding:.25rem 0;position:absolute;z-index:50}.menu-item{align-items:center;background-color:initial;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;text-align:left;transition:background-color .2s ease-in-out;width:100%}.menu-item:hover{background-color:#f3f4f6}.menu-divider{margin:.25rem 0}.delete-item{align-items:center;background-color:initial;color:#dc2626;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;text-align:left;transition:background-color .2s ease-in-out;width:100%}.delete-item:hover{background-color:#fee2e2}.step-manual{background-color:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.step-instance{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.step-pipeline{background-color:#faf5ff;border:1px solid #d8b4fe;color:#6b21a8}.step-default{background-color:#f3f4f6;border:1px solid #d1d5db;color:#374151}.node-header{justify-content:space-between;margin-bottom:.5rem}.node-header,.node-title{align-items:center;display:flex}.node-title{gap:.5rem}.node-icon{height:1rem;width:1rem}.node-id{font-size:.875rem;font-weight:500}.node-actions{align-items:center;display:flex;gap:.25rem}.async-icon{color:#d97706}.async-icon,.more-icon{height:.75rem;width:.75rem}.more-icon{cursor:pointer}.more-icon:hover{background-color:#0000001a;border-radius:.25rem}.node-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#4b5563;display:-webkit-box;font-size:.75rem;margin-bottom:.5rem;overflow:hidden}.node-footer{align-items:center;display:flex;font-size:.75rem;justify-content:space-between}.node-type{background-color:#ffffff80;border-radius:.25rem;padding:.25rem .5rem}.node-connections{color:#6b7280}.react-flow{direction:ltr}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{cursor:grab;z-index:1}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.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{overflow:visible;pointer-events:none}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{cursor:pointer;pointer-events:visibleStroke}.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: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;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:grab;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background:#1a192b;border:1px solid #fff;border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:-4px;left:50%;top:auto;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{left:-4px;top:50%;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{margin:15px;position:absolute;z-index:5}.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:translateX(-50%)}.react-flow__attribution{background:#ffffff80;font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{height:100%;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.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-group,.react-flow__node-input,.react-flow__node-output{background-color:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.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-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.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{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 #0059dccc}.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{align-items:center;background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:initial;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;user-select:none;width:16px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{max-height:12px;max-width:12px;width:100%}.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.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;height:4px;transform:translate(-50%,-50%);width:4px}.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.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.log-viewer{background-color:#000;color:#4ade80;font-family:Courier New,monospace;min-height:100vh;padding:1rem}.loading-container{text-align:center}.loading-title{font-size:1.25rem;margin-bottom:1rem}.loading-spinner{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error-viewer{color:#f87171}.error-container{border:1px solid #f87171;padding:1rem}.error-title{font-size:1.25rem;margin-bottom:.5rem}.error-message{margin:0}.header{border:1px solid #4ade80;margin-bottom:1.5rem;padding:.75rem}.header-title{font-size:1.25rem;margin-bottom:.5rem}.header-info{font-size:.875rem}.header-info>div{margin-bottom:.25rem}.status-indicator{color:#fbbf24}.no-logs{border:1px solid #4ade80;padding:1rem}.no-logs-message{color:#fbbf24}.terminals-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(600px,1fr))}.terminal{border:1px solid #4ade80}.terminal-header{background-color:#4ade80;color:#000;font-size:.875rem;font-weight:700;padding:.25rem .75rem}.terminal-content{background-color:#000;height:24rem;overflow-y:auto;padding:.75rem}.log-entries{display:flex;flex-direction:column;gap:.25rem}.log-entry{align-items:flex-start;display:flex;flex-wrap:wrap;font-size:.875rem}.log-timestamp{color:#22d3ee;margin-right:.5rem}.log-step{color:#fbbf24;margin:0 .5rem}.log-message{color:#fff;flex:1 1;word-break:break-word}.terminal-footer{font-size:.75rem;padding:.25rem .75rem}.status-bar,.terminal-footer{background-color:#4ade80;color:#000}.status-bar{bottom:0;font-size:.875rem;font-weight:700;left:0;padding:.25rem 1rem;position:fixed;right:0;z-index:1000}@media (max-width:768px){.terminals-grid{grid-template-columns:1fr}.log-viewer{padding:.5rem .5rem 3rem}.terminal-content{height:20rem}.log-entry{flex-direction:column;gap:.25rem}.log-step,.log-timestamp{margin:0}}.terminal-content::-webkit-scrollbar{width:8px}.terminal-content::-webkit-scrollbar-track{background:#1a1a1a}.terminal-content::-webkit-scrollbar-thumb{background:#4ade80;border-radius:4px}.terminal-content::-webkit-scrollbar-thumb:hover{background:#22c55e}
/*# sourceMappingURL=main.2e8bd6ad.css.map*/