@charset "UTF-8";.slide-out-tray{position:fixed;display:flex;flex-direction:column;right:-900px;top:0;width:30%;max-width:900px;height:100%;transition:right .3s ease;z-index:1000}.slide-out-tray.open{right:0}.close-button{position:absolute;top:10px;left:10px}.tray-content{display:flex;flex-direction:column;height:100vh}@media (max-width: 768px){.slide-out-tray{width:100%;right:-100%}.slide-out-tray.open{right:0}}.chat-interface{font-family:Arial,sans-serif;display:flex;flex-direction:column;height:100vh;padding-top:40px;box-sizing:border-box;width:100%}.chat-interface .chat-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.chat-interface .chat-body.drawer-mode .chat-controls{order:1;flex:0 0 auto}.chat-interface .chat-body.drawer-mode .answer-section{order:2;flex:1 1 0;min-height:0;overflow-y:auto}.chat-interface .chat-body.drawer-mode .prompt-section{order:3;flex:0 0 auto}.chat-interface .chat-body.wide-mode{display:grid;grid-template-columns:300px 1fr;grid-template-rows:auto 1fr;grid-template-areas:"toolbar answer" "prompt  answer";height:100%;min-height:0;margin-left:10px}.chat-interface .chat-body.wide-mode .chat-controls{grid-area:toolbar}.chat-interface .chat-body.wide-mode .prompt-section{grid-area:prompt}.chat-interface .chat-body.wide-mode .answer-section{grid-area:answer;overflow-y:auto;min-height:0}.chat-interface .chat-controls{display:flex;justify-content:space-between;align-items:center;border-right:1px solid #333}.chat-interface .answer-section,.chat-interface .answer-section .chat-container{flex:1 1 0;min-height:0;display:flex;flex-direction:column}.chat-interface .answer-section .chat-container.wide-mode{padding-left:20px}.chat-interface .answer-section .message-list{flex:1 1 0;min-height:0;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:10px;background:#fff;border-radius:10px;box-shadow:inset 2px 2px 5px #0000001a,inset -2px -2px 5px #fffc}.chat-interface .answer-section .message-item{padding:10px;border-radius:15px;max-width:90%;white-space:pre-wrap}.chat-interface .answer-section .message-item.text.user{background:#007aff;color:#fff;align-self:flex-end}.chat-interface .answer-section .message-item.text.assistant{background:#ececec;align-self:flex-start}.chat-interface .prompt-section{padding:10px;display:flex;flex-direction:column;gap:10px}.chat-interface .prompt-section form{display:flex;flex-wrap:wrap}.chat-interface .prompt-section textarea{flex-basis:100%;border-radius:10px}.chat-interface .prompt-section .sendButton{background:#007bff;color:#ecf0f1;border:none;padding:10px 20px;border-radius:10px;cursor:pointer}.chat-interface .prompt-section .sendButton:hover{background:rgb(0,98.4,204)}.chat-interface .prompt-section .sendButton:active{background:rgb(0,73.8,153)}.chat-interface .toggle-button-group{display:flex;border-radius:5px;overflow:hidden}.chat-interface .toggle-button{background:#fff;border:none;padding:10px 20px;cursor:pointer}.chat-interface .toggle-button.active{background:#007bff;color:#fff}.chat-interface .typing-animation{display:inline-flex;align-items:center;padding:10px;border-radius:15px;background:#ececec}.chat-interface .typing-animation .dot{width:8px;height:8px;margin:0 4px;background:#333;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.chat-interface .typing-animation .dot:nth-child(2){animation-delay:-.32s}.chat-interface .typing-animation .dot:nth-child(3){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ai-card{background-color:#fff;box-shadow:0 4px 8px #0003;border-radius:10px;padding:10px;margin:10px;transition:transform .3s ease,box-shadow .3s ease;width:90%}.ai-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000004d}.ai-card-header{font-size:1.2em;margin-bottom:15px}.ai-card-content{font-size:1em;color:#333}.ai-card-footer{border-top:1px solid #eee;padding-top:10px;text-align:right}.productImage{width:100%;height:150px;object-fit:cover;border-radius:8px}.productName{font-size:18px;margin:8px 0}.productPrice{font-size:16px;color:#555}.customerCardHeader{display:flex;justify-content:space-between;align-items:center}.headerIconButton{font-size:14px;text-align:center;vertical-align:middle;background-color:#007aff;color:#fff;border-radius:50%;width:30px;height:30px;line-height:30px;display:inline-block;transition:transform .3s ease;box-shadow:0 4px 8px #05040433}.customerName{font-size:18px}.customerInsights{font-size:14px;color:#555;word-wrap:break-word;white-space:break-spaces}.customerEmail{font-size:18px;margin:8px 0}.primaryButton{background-color:#555;color:#fff;padding:10px 20px;border:none;border-radius:5px;font-size:14px;font-weight:700;cursor:pointer;outline:none;box-shadow:0 2px 4px #0003;transition:background-color .3s,box-shadow .3s}.primaryButton:hover{background-color:#6e6e6e;box-shadow:0 4px 8px #0000004d}.primaryButton:active{background-color:#4a4a4a;box-shadow:0 1px 2px #0003}.container{position:fixed;bottom:10px;right:20px;display:flex;flex-direction:column;align-items:flex-end}.round-button{background-color:#555;color:#fff;border:none;border-radius:50%;width:50px;height:50px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-top:20px;transition:transform .3s ease;box-shadow:0 4px 8px #05040433}.round-button:hover{background-color:#000}.rotated{transform:rotate(90deg)}.floatingMenu{position:absolute;bottom:60px;right:0;border-radius:25px;display:flex;padding-top:30px;width:250px;flex-direction:column;align-items:right;z-index:1;transform:translateY(10px);opacity:0;transition:transform .3s ease,opacity .3s ease;pointer-events:none}.floatingMenu.open{transform:translateY(0);opacity:1;pointer-events:auto;backdrop-filter:blur(10px)}.floatingAction{background-color:#555;color:#fff;border:1px solid #ddd;border-radius:8px;padding:8px 12px;margin-bottom:8px;width:200px;align-self:flex-end;cursor:pointer;box-shadow:0 2px 4px #0003;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.floatingMenu.open .floatingAction{opacity:1;transform:translateY(0)}.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:rgba(255,255,255,.5);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: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 #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%}
