.styles_container__vBrXG{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#fc005c,#ff45be);padding:20px}.styles_formWrapper__4hy34{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1);width:100%;max-width:420px}.styles_title__GfVoF{font-size:28px;font-weight:700;color:#333;margin-bottom:8px;text-align:center}.styles_subtitle__J9J6_{font-size:14px;color:#666;margin-bottom:30px;text-align:center}.styles_form__09yyS{display:flex;flex-direction:column;gap:20px}.styles_inputGroup__gPyOb{display:flex;flex-direction:column;gap:6px}.styles_inputGroup__gPyOb label{font-size:14px;font-weight:500;color:#333}.styles_inputGroup__gPyOb input{padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:all .2s}.styles_inputGroup__gPyOb input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.styles_error__nj_3v{padding:12px;background:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;font-size:14px}.styles_submitButton__4Uc_h{padding:14px;background:linear-gradient(135deg,#fc005c,#ff45be);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;transition:all .2s}.styles_submitButton__4Uc_h:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.styles_submitButton__4Uc_h:disabled{opacity:.6;cursor:not-allowed}.styles_toggleForm__0Xri7{margin-top:20px;text-align:center}.styles_toggleButton__b5LGs{background:none;border:none;color:#fc005c;font-size:14px;font-weight:500;transition:color .2s}.styles_toggleButton__b5LGs:hover{color:rgba(255,0,0,.2)}.styles_container__BedB8{height:100%;background:#fbf7f1;border-right:1px solid #e0e0e0;display:flex;flex-direction:column}.styles_header__msXUs{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.styles_header__msXUs h2{font-size:18px;font-weight:600;color:#fc005c}.styles_newChatButton__uUjvO{padding:8px 16px;background:#fc005c;color:#fff;border:none;border-radius:24px;font-size:14px;font-weight:500;transition:background .2s}.styles_newChatButton__uUjvO:hover{background:#9c0039}.styles_chatList__8RKRh{flex:1 1;overflow-y:auto;padding:10px}.styles_chatItem__ZLAHm{padding:12px 16px;margin-bottom:8px;border-radius:24px;cursor:pointer;transition:all .2s;display:flex;justify-content:space-between;align-items:center;background:#ffaccb}.styles_chatItem__ZLAHm:hover{background:#f0f0f0}.styles_chatItem__ZLAHm.styles_active__I1yMA{background:#fc005c}.styles_chatItem__ZLAHm.styles_active__I1yMA .styles_chatTitle__a1fa1{color:#fff}.styles_chatTitle__a1fa1{font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}.styles_deleteButton__2WiZF{width:24px;height:24px;border-radius:50%;border:none;background:rgba(0,0,0,.1);color:#666;font-size:20px;line-height:1;display:none;align-items:center;justify-content:center;transition:all .2s}.styles_chatItem__ZLAHm:hover .styles_deleteButton__2WiZF{display:flex}.styles_deleteButton__2WiZF:hover{background:rgba(255,0,0,.2);color:#c33}.styles_active__I1yMA .styles_deleteButton__2WiZF{color:#fff;background:hsla(0,0%,100%,.2)}.styles_active__I1yMA .styles_deleteButton__2WiZF:hover{background:rgba(255,0,0,.3)}.styles_empty__ZdPig,.styles_loading__JmvfW{padding:20px;text-align:center;color:#999;font-size:14px}.styles_container__p0LkM{height:100%;background:#fbf7f1;display:flex;flex-direction:column;border-right:1px solid #e0e0e0}.styles_emptyState__SDRZd{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;text-align:center}.styles_emptyState__SDRZd h3{font-size:24px;font-weight:600;color:#333;margin-bottom:10px}.styles_emptyState__SDRZd p{font-size:16px;color:#666}.styles_messages__b3mdD{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.styles_message__boA7r{display:flex;flex-direction:column;max-width:80%}.styles_userMessage__WmbS6{align-self:flex-end}.styles_assistantMessage__8m4hE{align-self:flex-start}.styles_messageContent__73FbF{padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.5;white-space:pre-wrap}.styles_userMessage__WmbS6 .styles_messageContent__73FbF{background:#fc005c;color:#fff;border-bottom-right-radius:4px}.styles_assistantMessage__8m4hE .styles_messageContent__73FbF{background:#f0f0f0;color:#333;border-bottom-left-radius:4px}.styles_messageTime__JrzHZ{font-size:11px;color:#999;margin-top:4px;padding:0 4px}.styles_userMessage__WmbS6 .styles_messageTime__JrzHZ{text-align:right}.styles_typing__0nGE5{display:flex;gap:4px;padding:8px 0}.styles_typing__0nGE5 span{width:8px;height:8px;border-radius:50%;background:#999;animation:styles_typing__0nGE5 1.4s infinite}.styles_typing__0nGE5 span:nth-child(2){animation-delay:.2s}.styles_typing__0nGE5 span:nth-child(3){animation-delay:.4s}@keyframes styles_typing__0nGE5{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.styles_inputArea__tUIQd{padding:20px;border-top:1px solid #e0e0e0;display:flex;gap:12px;align-items:flex-end;background:#fbf7f1}.styles_input__w9O2a{flex:1 1;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit;resize:none;transition:all .2s}.styles_input__w9O2a:focus{outline:none;border-color:#fc005c;box-shadow:0 0 0 3px rgba(252,0,92,.1)}.styles_input__w9O2a:disabled{background:#f5f5f5;cursor:not-allowed}.styles_sendButton__ARyxI{padding:12px 24px;background:#fc005c;color:#fff;border:none;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.styles_sendButton__ARyxI:hover:not(:disabled){background:#d10049;transform:translateY(-1px)}.styles_sendButton__ARyxI:disabled{opacity:.5;cursor:not-allowed}.styles_undoButton__6r2Tg{padding:12px 20px;background:#fff;color:#666;border:1px solid #ddd;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:4px}.styles_undoButton__6r2Tg:hover:not(:disabled){background:#f5f5f5;border-color:#fc005c;color:#fc005c;transform:translateY(-1px)}.styles_undoButton__6r2Tg:disabled{opacity:.3;cursor:not-allowed}.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__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;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: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;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 #fff;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:translateX(-50%)}.react-flow__attribution{font-size:10px;background:hsla(0,0%,100%,.5);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}.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{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border:1px solid #1a192b;background-color:#fff}.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 rgba(0,0,0,.08)}.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:hsla(0,0%,94%,.25)}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);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 rgba(0,0,0,.08)}.react-flow__controls-button{background:#fefefe;border:none;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__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{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.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{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.bottom,.react-flow__resize-control.line.top{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%}.styles_container__9Zf77{height:100%;background:#fff;display:flex;flex-direction:column;position:relative}.styles_emptyState__ffcwm{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;text-align:center;color:#999}.styles_icon__ZOmTh{width:64px;height:64px;margin-bottom:20px;opacity:.5}.styles_emptyState__ffcwm h3{font-size:20px;font-weight:600;color:#666;margin-bottom:8px}.styles_emptyState__ffcwm p{font-size:14px;color:#999}.styles_flowContainer__HbxjS{flex:1 1;height:100%}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#333;background:#f5f5f5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.page_container__aoG4z{display:flex;flex-direction:column;height:100vh;overflow:hidden}.page_header__kVzhN{background:#fc005c;border-bottom:2px solid #e0e0e0;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px rgba(0,0,0,.05)}.page_header__kVzhN h1{font-size:20px;font-weight:700;color:#f0f0f0;margin:0}.page_userInfo__EuccZ{display:flex;align-items:center;gap:16px;font-size:14px;color:#f0f0f0}.page_logoutButton__K4PKs{padding:8px 16px;background:#f0f0f0;color:#fc005c;border:none;border-radius:24px;font-size:14px;font-weight:500;transition:all .2s}.page_logoutButton__K4PKs:hover{background:#e0e0e0}.page_mainContent__51TpB{flex:1 1;display:flex;overflow:hidden}.page_chatListSection__OYYbo{width:20%;min-width:250px;height:100%}.page_chatWindowSection__8BvBQ{width:30%;min-width:350px;height:100%}.page_workflowSection__nWSGs{width:50%;flex:1 1;height:100%}.page_loading__Q7rym{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;gap:20px}.page_spinner__1WnEQ{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;animation:page_spin__W_8_q 1s linear infinite}@keyframes page_spin__W_8_q{to{transform:rotate(1turn)}}.page_loading__Q7rym p{color:#666;font-size:16px}