@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;width:100%;min-width:320px;overflow-x:hidden}body{background:var(--bg-main);color:var(--text-primary)}h1{font-size:3.2em;line-height:1.1}p{text-align:left}a{font-weight:500;color:var(--accent);text-decoration:none}a:hover{opacity:.85}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--accent)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}:root{--bg-sidebar: #ffffff;--bg-main: #f9fafb;--bg-header: #f1f5f9;--bg-input: #e9eef6;--bg-bubble-user: #0066ff;--bg-bubble-assist: #e6f0ff;--text-primary: #1e293b;--text-secondary: #64748b;--border: #cbd5e1;--accent: #0066ff;--chip-bg: var(--bg-input);--chip-border: var(--border);--chip-text: var(--text-primary);--chip-icon: var(--text-secondary)}[data-color-mode=dark]{--bg-sidebar: #0f172a;--bg-main: #1e293b;--bg-header: #334155;--bg-input: #475569;--bg-bubble-user: #38bdf8;--bg-bubble-assist: #1e3a5f;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--border: #475569;--accent: #38bdf8;--chip-bg: var(--bg-input);--chip-border: var(--border);--chip-text: var(--text-primary);--chip-icon: var(--text-secondary)}@media(prefers-color-scheme:dark){:root:not([data-color-mode]){@extend [data-color-mode="dark"];}}*{box-sizing:border-box;margin:0;padding:0}._modernSigninContainer_2n2mi_8{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#334155;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative}._modernSigninContainer_2n2mi_8:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#4facfe,#00f2fe);opacity:.1;z-index:0}._modernSigninContainer_2n2mi_8:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.2) 0%,transparent 50%);z-index:0}._signinContainer_2n2mi_42{width:100%;max-width:420px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #ffffff0d;border:1px solid rgba(226,232,240,.8);padding:2.5rem;position:relative;overflow:hidden;z-index:1}._signinContainer_2n2mi_42:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#3b82f6,transparent)}._logoSection_2n2mi_65{text-align:center;margin-bottom:2rem}._logoContainer_2n2mi_70{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px;border:1px solid #bfdbfe}._robotIcon_2n2mi_81{width:32px;height:32px;color:#3b82f6}._logoText_2n2mi_87{font-size:1.5rem;font-weight:600;color:#1e293b;letter-spacing:-.025em}._welcomeSection_2n2mi_94{text-align:center;margin-bottom:2rem}._welcomeTitle_2n2mi_99{font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.025em}._welcomeSubtitle_2n2mi_107{font-size:1rem;color:#64748b;font-weight:400}._signinForm_2n2mi_113{margin-bottom:2rem}._errorMessage_2n2mi_117{display:none;align-items:center;gap:.75rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:12px;padding:1rem;margin-bottom:1.5rem;color:#dc2626;font-size:.875rem;font-weight:500}._errorMessage_2n2mi_117._show_2n2mi_130{display:flex}._signinButton_2n2mi_134{width:100%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #3b82f64d}._signinButton_2n2mi_134:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._signinButton_2n2mi_134:hover:before{left:100%}._signinButton_2n2mi_134:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 8px 25px -5px #3b82f666}._signinButton_2n2mi_134:active:not(:disabled){transform:translateY(0)}._signinButton_2n2mi_134:disabled{opacity:.7;cursor:not-allowed;transform:none}._signinButton_2n2mi_134._loading_2n2mi_181{pointer-events:none}._spinner_2n2mi_185{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_2n2mi_185 1s linear infinite}@keyframes _spin_2n2mi_185{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._featuresSection_2n2mi_202{margin-bottom:2rem}._featuresList_2n2mi_206{display:flex;flex-direction:column;gap:1rem}._featureItem_2n2mi_212{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:10px;border:1px solid #e2e8f0;color:#475569;font-size:.875rem;font-weight:500;transition:all .2s ease}._featureItem_2n2mi_212:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#bfdbfe;color:#1e40af}._featureIcon_2n2mi_231{width:18px;height:18px;color:#3b82f6;flex-shrink:0}._footerSection_2n2mi_238{text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0}._footerText_2n2mi_244{color:#94a3b8;font-size:.75rem;line-height:1.5;font-weight:400}@media(max-width:440px){._modernSigninContainer_2n2mi_8{padding:.5rem}._signinContainer_2n2mi_42{padding:2rem;border-radius:20px}._logoContainer_2n2mi_70{flex-direction:column;gap:.5rem;padding:1rem}._logoText_2n2mi_87{font-size:1.25rem}._welcomeTitle_2n2mi_99{font-size:1.5rem}._welcomeSubtitle_2n2mi_107{font-size:.875rem}._featuresList_2n2mi_206{gap:.75rem}._featureItem_2n2mi_212{padding:.625rem;font-size:.8125rem}}@media(min-width:800px){._signinContainer_2n2mi_42{padding:3rem}._welcomeTitle_2n2mi_99{font-size:2rem}._welcomeSubtitle_2n2mi_107{font-size:1.125rem}}@media(prefers-color-scheme:dark){._modernSigninContainer_2n2mi_8{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#e2e8f0}._modernSigninContainer_2n2mi_8:before{background:linear-gradient(45deg,#533483,#7b2cbf);opacity:.2}._modernSigninContainer_2n2mi_8:after{background:radial-gradient(circle at 20% 80%,rgba(139,69,19,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(75,0,130,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(25,25,112,.2) 0%,transparent 50%)}._signinContainer_2n2mi_42{background:#1e293bf2;border-color:#4755694d;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0000001a,0 0 0 1px #4755691a}._logoContainer_2n2mi_70{background:linear-gradient(135deg,#1e3a8a,#1e40af);border-color:#3730a3}._logoText_2n2mi_87,._welcomeTitle_2n2mi_99{color:#f1f5f9}._welcomeSubtitle_2n2mi_107{color:#94a3b8}._featureItem_2n2mi_212{background:linear-gradient(135deg,#334155,#475569);border-color:#64748b;color:#cbd5e1}._featureItem_2n2mi_212:hover{background:linear-gradient(135deg,#1e40af,#1d4ed8);border-color:#3b82f6;color:#dbeafe}._footerSection_2n2mi_238{border-top-color:#475569}._footerText_2n2mi_244{color:#64748b}}@media(prefers-reduced-motion:reduce){._signinButton_2n2mi_134,._featureItem_2n2mi_212{transition:none}._signinButton_2n2mi_134:hover:not(:disabled){transform:none}._signinButton_2n2mi_134:before{display:none}._spinner_2n2mi_185{animation:none}}._signinButton_2n2mi_134:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}._hidden_2n2mi_361{display:none}._sidebar_1l6u7_1{background-color:var(--bg-sidebar);border-right:2px solid var(--border);color:var(--text-primary);box-shadow:0 0 10px #0000001a}._newChatBtn_1l6u7_8{margin:12px;padding:8px 16px;background-color:var(--bg-input);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-weight:600;cursor:pointer;transition:background-color .2s}._newChatBtn_1l6u7_8:hover{background-color:var(--bg-hover)}._conversationList_1l6u7_23{padding:8px}._tab_1l6u7_27{padding:12px;margin-bottom:8px;border-radius:6px;cursor:pointer;transition:background-color .2s}._tab_1l6u7_27:hover{background-color:var(--bg-hover)}._tabActive_1l6u7_38{padding:12px;margin-bottom:8px;border-radius:6px;background-color:var(--bg-selected);cursor:pointer}._sidebarFooter_1l6u7_46{display:flex;align-items:center;gap:8px;padding:12px;border-top:1px solid var(--border);font-weight:500}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2%)}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes pulseBadge{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes progress{0%{left:-30%}to{left:100%}}._modal_qh10z_1 ._title_qh10z_1{font-weight:600;color:#1976d2}._modal_qh10z_1 ._content_qh10z_5{padding:24px}._modal_qh10z_1 ._description_qh10z_8{margin-bottom:24px;color:#000000b3}._modal_qh10z_1 ._optionsContainer_qh10z_12{display:flex;flex-direction:column;gap:16px}._modal_qh10z_1 ._optionButton_qh10z_17{padding:16px;text-align:left;justify-content:flex-start;border-radius:12px;transition:all .2s ease-in-out;border:2px solid #e0e0e0}._modal_qh10z_1 ._optionButton_qh10z_17._downloadOption_qh10z_25{border-color:#1976d2}._modal_qh10z_1 ._optionButton_qh10z_17._downloadOption_qh10z_25:hover{border-color:#1565c0;background-color:#1976d20a;transform:translateY(-2px);box-shadow:0 4px 12px #1976d226}._modal_qh10z_1 ._optionButton_qh10z_17._downloadOption_qh10z_25:active{transform:translateY(0);box-shadow:0 2px 6px #1976d233}._modal_qh10z_1 ._optionButton_qh10z_17._githubOption_qh10z_38{opacity:.5;cursor:not-allowed;border-color:#e0e0e0}._modal_qh10z_1 ._optionButton_qh10z_17._githubOption_qh10z_38:hover{border-color:#e0e0e0;background-color:transparent;transform:none;box-shadow:none}._modal_qh10z_1 ._optionButton_qh10z_17 ._optionContent_qh10z_49{display:flex;flex-direction:column;align-items:flex-start}._modal_qh10z_1 ._optionButton_qh10z_17 ._optionTitle_qh10z_54{font-weight:600;margin-bottom:4px;color:#1976d2}._modal_qh10z_1 ._optionButton_qh10z_17 ._optionTitle_qh10z_54._disabled_qh10z_59{color:#00000061}._modal_qh10z_1 ._optionButton_qh10z_17 ._optionDescription_qh10z_62{color:#0009;font-size:.875rem;line-height:1.4}._modal_qh10z_1 ._optionButton_qh10z_17 ._optionDescription_qh10z_62._disabled_qh10z_59{color:#00000061}._modal_qh10z_1 ._optionButton_qh10z_17 ._icon_qh10z_70{margin-right:12px;color:#1976d2}._modal_qh10z_1 ._optionButton_qh10z_17 ._icon_qh10z_70._disabled_qh10z_59{color:#00000061}._modal_qh10z_1 ._actions_qh10z_77{padding:16px 24px;justify-content:flex-end}._modal_qh10z_1 ._cancelButton_qh10z_81{color:#0009}._modal_qh10z_1 ._cancelButton_qh10z_81:hover{background-color:#0000000a}._tooltipWrapper_qh10z_88{width:100%}._orchestrationRoot_1jqb7_1{padding:0;margin:0;font-family:inherit}._orchestrationRoot_1jqb7_1 ._orchestrationWorkflowCard_1jqb7_6{margin-bottom:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}._orchestrationRoot_1jqb7_1 ._orchestrationWorkflowAccordionSummary_1jqb7_11{background-color:#f8fafc;transition:background .2s}._orchestrationRoot_1jqb7_1 ._orchestrationWorkflowAccordionSummary_1jqb7_11:hover{background-color:#f1f5f9}._orchestrationRoot_1jqb7_1 ._orchestrationWorkflowHeaderRow_1jqb7_18{display:flex;align-items:center;gap:16px;width:100%}._orchestrationRoot_1jqb7_1 ._orchestrationWorkflowIcon_1jqb7_24{padding:8px;background-color:#1976d2;border-radius:12px;display:flex;align-items:center;justify-content:center}._orchestrationRoot_1jqb7_1 ._orchestrationWorkflowIconSvg_1jqb7_32{color:#fff;font-size:20px}._orchestrationRoot_1jqb7_1 ._orchestrationWorkflowTitle_1jqb7_36{font-weight:600;color:#424242}._orchestrationRoot_1jqb7_1 ._orchestrationWorkflowChip_1jqb7_40{margin-right:16px}._orchestrationRoot_1jqb7_1 ._orchestrationAgentAccordion_1jqb7_43{border:1px solid #eeeeee;background-color:#f9fafb}._orchestrationRoot_1jqb7_1 ._orchestrationAgentAccordion_1jqb7_43:not(:last-child){margin-bottom:16px}._orchestrationRoot_1jqb7_1 ._orchestrationAgentAccordionSummary_1jqb7_50{background-color:#f3f4f6;border-bottom:1px solid #eeeeee}._orchestrationRoot_1jqb7_1 ._orchestrationAgentAccordionSummary_1jqb7_50:hover{background-color:#e0e7ef}._orchestrationRoot_1jqb7_1 ._orchestrationAgentHeaderRow_1jqb7_57{display:flex;align-items:center;gap:16px}._orchestrationRoot_1jqb7_1 ._orchestrationAgentIcon_1jqb7_62{padding:8px;background-color:#b9f6ca;border-radius:12px;display:flex;align-items:center;justify-content:center}._orchestrationRoot_1jqb7_1 ._orchestrationAgentIconSvg_1jqb7_70{color:#388e3c;font-size:20px}._orchestrationRoot_1jqb7_1 ._orchestrationAgentTitle_1jqb7_74{font-weight:600;color:#424242}._orchestrationRoot_1jqb7_1 ._orchestrationAgentDescription_1jqb7_78{color:#757575;margin-top:4px}._orchestrationRoot_1jqb7_1 ._orchestrationAgentDetails_1jqb7_82{padding:16px}._orchestrationRoot_1jqb7_1 ._orchestrationAgentPromptBox_1jqb7_85{margin-bottom:24px}._orchestrationRoot_1jqb7_1 ._orchestrationAgentPromptTitle_1jqb7_88{font-weight:600;color:#616161;margin-bottom:8px}._orchestrationRoot_1jqb7_1 ._orchestrationAgentPromptPaper_1jqb7_93{background-color:#fff;padding:16px;border:1px solid #eeeeee}._orchestrationRoot_1jqb7_1 ._orchestrationAgentPromptText_1jqb7_98{color:#616161;line-height:1.6;white-space:pre-wrap}._orchestrationRoot_1jqb7_1 ._orchestrationToolServersTitle_1jqb7_103{font-weight:600;color:#616161;margin-bottom:16px}._orchestrationRoot_1jqb7_1 ._orchestrationNoToolServersPaper_1jqb7_108{background-color:#f5f5f5;padding:16px;border:1px solid #eeeeee;text-align:left}._orchestrationRoot_1jqb7_1 ._orchestrationNoToolServersText_1jqb7_114{color:#bdbdbd}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerPaper_1jqb7_117{background-color:#fff;padding:16px;border:1px solid #eeeeee}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerInfo_1jqb7_122{margin-bottom:16px}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerInfoRow_1jqb7_125{display:flex;align-items:center;gap:8px;margin-bottom:8px}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerIconSvg_1jqb7_131{font-size:16px}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerTypeChips_1jqb7_134{display:flex;gap:8px}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerTypeLabel_1jqb7_138{font-weight:600;color:#424242;text-transform:capitalize}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerUrlRow_1jqb7_143{display:flex;align-items:center;gap:8px;margin-left:4px}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerFunctionsTitle_1jqb7_149{font-weight:600;color:#616161;margin-bottom:8px;display:block}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerFunctionList_1jqb7_155{padding:0;background-color:#f8fafc;border-radius:8px}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerFunctionAvailable_1jqb7_160{color:#388e3c;font-size:16px}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerFunctionUnavailable_1jqb7_164{color:#d32f2f;font-size:16px}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerFunctionName_1jqb7_168{font-weight:500;font-family:monospace}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerFunctionNameAvailable_1jqb7_172{color:#424242}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerFunctionNameUnavailable_1jqb7_175{color:#bdbdbd}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerFunctionDesc_1jqb7_181{color:#757575;font-size:.7rem;margin-left:.1rem;display:block;margin-top:2px}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerFunctionDescAvailable_1jqb7_188{color:#757575}._orchestrationRoot_1jqb7_1 ._orchestrationToolServerFunctionDescUnavailable_1jqb7_191{color:#e0e0e0}._orchestrationRoot_1jqb7_1 ._orchestrationGridItem_1jqb7_194{width:100%}.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%}._codeGeneration_1x4sl_1{padding:24px;text-align:center}._codeGeneration_1x4sl_1 ._paper_1x4sl_5{padding:32px;border-radius:8px;max-width:600px;margin:0 auto;opacity:.9}._codeGeneration_1x4sl_1 ._paper_1x4sl_5._completed_1x4sl_12{background-color:#4caf5014}._codeGeneration_1x4sl_1 ._paper_1x4sl_5._failed_1x4sl_15{background-color:#f4433614}._codeGeneration_1x4sl_1 ._iconContainer_1x4sl_18{margin-bottom:24px}._codeGeneration_1x4sl_1 ._title_1x4sl_21{margin-bottom:16px}._codeGeneration_1x4sl_1 ._description_1x4sl_24{margin-bottom:24px;text-align:center}._codeGeneration_1x4sl_1 ._runningText_1x4sl_28{text-align:center;color:#0009}._codeGeneration_1x4sl_1 ._downloadButton_1x4sl_32{margin-top:16px;background-color:#1976d2;color:#fff;box-shadow:0 3px 5px 2px #1976d24d;border-radius:8px;padding:12px 24px;font-weight:600;text-transform:none;font-size:1rem;transition:all .2s ease-in-out}._codeGeneration_1x4sl_1 ._downloadButton_1x4sl_32:hover{background-color:#1565c0;box-shadow:0 4px 8px 3px #1976d266;transform:translateY(-1px)}._codeGeneration_1x4sl_1 ._downloadButton_1x4sl_32:active{background-color:#0d47a1;transform:translateY(0);box-shadow:0 2px 4px 1px #1976d24d}._codeGeneration_1x4sl_1 ._downloadButton_1x4sl_32:focus{outline:2px solid #1976d2;outline-offset:2px}._codeGeneration_1x4sl_1 ._startButton_1x4sl_58:disabled{opacity:.6;cursor:not-allowed}
