.emoji-picker-container{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-radius:8px;background-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}.workflow-stepper::-webkit-scrollbar{display:none}.workflow-stepper{-ms-overflow-style:none;scrollbar-width:none}@media (max-width: 600px){.step-item{min-width:100px!important;flex:0 0 auto!important}}:root{--chat-bg-color: #e5ddd5;--sidebar-bg-color: #ffffff;--header-bg-color: #f0f2f5;--incoming-msg-bg: #ffffff;--outgoing-msg-bg: #d9fdd3;--primary-green: #00a884;--border-color: #d1d7db;--icon-color: #54656f;--text-primary: #111b21;--text-secondary: #667781;--search-bg: #f0f2f5}.chat-container{display:flex;height:100%;width:100%;background-color:#d1d7db;margin-top:0;overflow:hidden;position:relative;font-family:Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif}.sidebar{width:30%;max-width:450px;min-width:300px;background-color:var(--sidebar-bg-color);display:flex;flex-direction:column;border-right:1px solid var(--border-color);transition:transform .3s ease}.sidebar-header{height:60px;background-color:var(--header-bg-color);display:flex;justify-content:space-between;align-items:center;padding:0 16px;border-right:1px solid var(--border-color)}.header-avatar{width:40px;height:40px;border-radius:50%;background-color:#ccc;overflow:hidden}.header-icons{display:flex;gap:20px;color:var(--icon-color);align-items:center}.search-container{background-color:var(--sidebar-bg-color);padding:8px 12px;border-bottom:1px solid var(--border-color)}.search-bar{background-color:var(--search-bg);border-radius:8px;padding:8px 12px;display:flex;align-items:center}.search-bar input{border:none;background:transparent;margin-left:10px;width:100%;outline:none;font-size:14px}.contact-list{flex:1;overflow-y:auto;background-color:var(--sidebar-bg-color)}.contact-item{display:flex;padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f2f5}.contact-item:hover{background-color:#f5f6f6}.contact-item:hover .more-btn{visibility:visible!important}.contact-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;min-width:40px}.more-btn{transition:all .2s;border-radius:50%;display:flex;align-items:center;justify-content:center}.more-btn:hover{background-color:#0000000d}.contact-item.active{background-color:#ebebeb}.contact-avatar{width:49px;height:49px;border-radius:50%;background-color:#f0f2f5;margin-right:15px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info{flex:1;display:flex;flex-direction:column;justify-content:center}.contact-header{display:flex;justify-content:space-between;margin-bottom:4px}.contact-name{font-size:17px;color:var(--text-primary);font-weight:400}.contact-time{font-size:12px;color:var(--text-secondary)}.contact-message{font-size:14px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-area{flex:1;display:flex!important;flex-direction:column;background-color:#efeae2;position:relative}.chat-area.empty{display:flex!important;justify-content:center;align-items:center;background-color:#f8f9fa;border-bottom:6px solid var(--primary-green)}.chat-area.empty:before{display:none}.empty-state{text-align:center;max-width:460px;color:#41525d}.empty-icon{font-size:80px;margin-bottom:20px;opacity:.5}.empty-state h2{font-size:32px;font-weight:300;margin-bottom:15px}.empty-state p{font-size:14px;color:#667781}.chat-area:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);opacity:.4;z-index:0}.chat-header{height:60px;background-color:var(--header-bg-color);display:flex;justify-content:space-between;align-items:center;padding:0 16px;z-index:1;border-left:1px solid var(--border-color)}.chat-header-info{display:flex;align-items:center;cursor:pointer}.messages-container{flex:1;padding:20px 60px;overflow-y:auto;z-index:1;display:flex;flex-direction:column}.message{max-width:65%;margin-bottom:8px;padding:6px 7px 8px 9px;border-radius:7.5px;font-size:14.2px;line-height:19px;color:var(--text-primary);position:relative;box-shadow:0 1px .5px #0b141a21;white-space:pre-wrap}.message.incoming{align-self:flex-start;background-color:var(--incoming-msg-bg);border-top-left-radius:0}.message.outgoing{align-self:flex-end;background-color:var(--outgoing-msg-bg);border-top-right-radius:0}.message-time{float:right;margin-top:4px;margin-left:10px;font-size:11px;color:var(--text-secondary);display:flex;align-items:center}.input-area{min-height:62px;background-color:var(--header-bg-color);display:flex;align-items:center;padding:5px 16px;z-index:1}.input-container{flex:1;background-color:#fff;border-radius:8px;padding:9px 12px;margin:0 10px}.input-container input{width:100%;border:none;outline:none;font-size:15px}.back-button{display:none}@media (max-width: 900px){.chat-view-root{top:64px!important}.chat-container{height:100%!important;flex:1 1 0!important;margin-top:0}.sidebar{width:100%!important;max-width:none!important;min-width:0!important;flex:1 1 0!important;border-right:none;display:flex}.chat-area,.chat-area.empty{display:none!important;width:100%}.mobile-chat-active .sidebar{display:none!important}.mobile-chat-active .chat-area,.mobile-chat-active .chat-area.empty{display:flex!important;flex-direction:column!important;height:100%}.back-button{display:block!important}.messages-container{padding:15px 10px!important}.chat-compact-bar{flex-direction:column!important;align-items:stretch!important;padding:6px 15px!important;gap:12px!important;height:auto!important}.chat-compact-bar>div:first-child{justify-content:space-between!important;width:100%}.chat-header{height:auto!important;flex-wrap:wrap!important;padding:10px 15px!important;gap:8px 12px!important;align-items:center!important;justify-content:space-between!important}.chat-header-info{flex:1 1 0!important;min-width:0!important;margin-right:5px!important}.chat-header-info>div:nth-child(3){min-width:0!important;flex:1 1 0!important}.chat-header-info>div:nth-child(3)>div:first-child{max-width:100%!important;flex-wrap:wrap!important}.chat-header-info>div:nth-child(3)>div:last-child{max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.header-icons{flex:0 0 auto!important;gap:16px!important}.header-op-summary{width:100%!important;justify-content:center!important;order:3!important;margin-top:5px!important}.input-area{padding:8px 10px!important}.input-container{margin:0 5px!important}.workflow-container{padding:10px 15px!important}.workflow-container>div:first-child{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.message{max-width:85%}}.sidebar-utility{padding:8px 12px;border-bottom:1px solid #d1d7db}.search-container-ws{display:flex;align-items:center;gap:12px;margin-bottom:8px}.search-bar-ws{flex:1;display:flex;align-items:center;background:#f0f2f5;border-radius:8px;padding:6px 12px;gap:12px;transition:background .2s}.search-bar-ws.active{background:#fff}.search-bar-ws input{flex:1;background:transparent;border:none;outline:none;font-size:14px;color:#111b21;padding:4px 0}.filter-chips{display:flex;gap:8px;padding-bottom:4px;overflow-x:auto;scrollbar-width:none}.filter-chips::-webkit-scrollbar{display:none}.filter-chip{padding:6px 14px;border-radius:100px;border:none;background:#f0f2f5;color:#54656f;font-size:13px;cursor:pointer;white-space:nowrap;transition:all .2s}.filter-chip:hover{background:#e9edef}.filter-chip.active{background:#00a884;color:#fff;font-weight:500}.contact-message-row{display:flex;justify-content:space-between;align-items:center;margin-top:2px}.unread-badge{background:#25d366;color:#fff;font-size:11px;font-weight:700;min-width:19px;height:19px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:10px}.no-chats-found{padding:40px 20px;text-align:center;color:#667781;font-size:14px}.loader-ws{width:48px;height:48px;border:3px solid #f3f3f3;border-top:3px solid #00a884;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-header-title{font-size:18px}@media (max-width: 390px){.chat-header-title{font-size:15px!important}}.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%}@font-face{font-family:Gotham;src:url(/GothamFontsFamily/Gotham-Light.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Gotham;src:url(/GothamFontsFamily/Gotham-Book.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Gotham;src:url(/GothamFontsFamily/Gotham-Medium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Gotham;src:url(/GothamFontsFamily/GOTHAM-BOLD.TTF) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Gotham;src:url(/GothamFontsFamily/GOTHAM-BLACK.TTF) format("truetype");font-weight:900;font-style:normal}body{font-family:Gotham,sans-serif;font-size:16px;line-height:1.3;text-align:left;margin:0}h1,h2,h3,h4{font-family:Gotham,sans-serif;font-weight:700}h1{font-size:44px;line-height:57.2px}h2{font-size:34px;line-height:44.2px}h3{font-size:24px;line-height:31.2px}h4{font-size:18px;line-height:23.4px;text-align:right}.caption{font-family:Gotham,sans-serif;font-size:12px;line-height:15.6px;text-align:right}@keyframes mascot-float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes mascot-glow{0%{filter:drop-shadow(0 0 5px rgba(255,204,0,.4))}50%{filter:drop-shadow(0 0 20px rgba(255,204,0,.8))}to{filter:drop-shadow(0 0 5px rgba(255,204,0,.4))}}.mascot-container{animation:mascot-float 4s ease-in-out infinite;display:flex;justify-content:center;align-items:center;margin-top:2rem;position:relative;z-index:2}.mascot-image{max-width:300px;height:auto;animation:mascot-glow 3s ease-in-out infinite}@media (max-width: 600px){.mascot-image{max-width:200px}}
