@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:#0062cc}.chat-interface .prompt-section .sendButton:active{background:#004a99}.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;-webkit-backdrop-filter:blur(10px);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:#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%}:root{--neo-sidebar-width: 228px;--neo-sidebar-width-collapsed: 58px;--neo-app-bar-height: 0px;--neo-chrome-top-pad: 56px;--neo-sidebar-top: 108px;--neo-sidebar-float-left: 14px;--neo-sidebar-float-radius: 22px;--neo-chrome-z: 14;--neo-sidebar-z: 11}@keyframes neoFloatDrift{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes neoNavPillGlow{0%,to{box-shadow:0 12px 40px #00000052,inset 0 1px #ffffff1a,0 0 #fff0}50%{box-shadow:0 14px 44px #0000005c,inset 0 1px #ffffff24,0 0 24px #ffffff0f}}@keyframes neoOrbBreath{0%,to{box-shadow:0 0 #fff0}50%{box-shadow:0 0 14px #ffffff24}}#react-admin-title,.RaAppBar-title{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;pointer-events:none!important}.RaLayout-root,.RaLayout-appFrame,.RaLayout-contentWithSidebar,.RaLayout-content,#main-content{background-color:#0000!important}.RaLayout-contentWithSidebar{position:relative!important;display:flex!important;flex-direction:row!important;align-items:stretch!important;width:100%!important}.RaLayout-appFrame{margin-top:0!important}.RaSidebar-root{flex:0 0 var(--neo-sidebar-width)!important;width:var(--neo-sidebar-width)!important;background-color:#0000!important;z-index:var(--neo-sidebar-z)!important;margin-top:0!important;height:auto!important}.RaSidebar-root.RaSidebar-appBarCollapsed{margin-top:0!important}.RaLayout-contentWithSidebar:has(.RaMenu-closed) .RaSidebar-root{flex-basis:var(--neo-sidebar-width-collapsed)!important;width:var(--neo-sidebar-width-collapsed)!important}.RaSidebar-root .MuiPaper-root.MuiDrawer-paper,.RaSidebar-root>.MuiPaper-root.MuiDrawer-paper,.RaSidebar-root .MuiDrawer-paperAnchorDockedLeft,.RaSidebar-root .RaSidebar-paperAnchorDockedLeft{position:fixed!important;top:var(--neo-sidebar-top)!important;left:var(--neo-sidebar-float-left)!important;bottom:14px!important;right:auto!important;width:var(--neo-sidebar-width)!important;height:auto!important;max-height:none!important;min-height:0!important;margin-top:0!important;transform:none!important;border-radius:var(--neo-sidebar-float-radius)!important;background-color:#0c0a105c!important;background-image:none!important;backdrop-filter:blur(22px) saturate(140%)!important;-webkit-backdrop-filter:blur(22px) saturate(140%)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 12px 40px #00000052,inset 0 1px #ffffff1a!important;overflow:hidden!important;animation:neoNavPillGlow 8s ease-in-out infinite;animation-delay:.4s}.RaLayout-contentWithSidebar:has(.RaMenu-closed) .RaSidebar-root .MuiPaper-root.MuiDrawer-paper,.RaLayout-contentWithSidebar:has(.RaMenu-closed) .RaSidebar-root>.MuiPaper-root.MuiDrawer-paper{width:var(--neo-sidebar-width-collapsed)!important}.RaSidebar-root .RaSidebar-fixed{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;max-height:100%!important;margin-top:0!important;overflow-x:hidden!important;overflow-y:auto!important;background-color:#0000!important;border:none!important;box-shadow:none!important;scrollbar-width:thin}.RaMenu-list,.RaMenu-root,.RaMenu-root.MuiList-root{background-color:#0000!important;padding:12px 8px 14px!important;margin-top:0!important}.RaMenu-root .neo-nav-section{display:block;width:100%}.RaMenu-root .MuiCollapse-root{position:relative!important}.RaMenu-root .MuiMenuItem-root,.RaMenu-root .MuiListItemButton-root,.RaMenu-root .MuiListItem-root{border-radius:12px!important;margin-bottom:2px!important}.RaMenu-root .MuiMenuItem-root:hover,.RaMenu-root .MuiListItemButton-root:hover,.RaMenu-root .MuiListItem-root:hover{background-color:#ffffff14!important}.RaMenu-root .MuiMenuItem-root.Mui-selected,.RaMenu-root .MuiMenuItem-root.active{background-color:#ffffff1f!important}.RaSidebar-root .MuiCollapse-root .MuiPaper-root{position:relative!important;top:auto!important;left:auto!important;bottom:auto!important;transform:none!important;width:95%!important;margin-left:10px!important;background-color:#00000024!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;box-shadow:none!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:14px!important}.RaLayout-content,#main-content{position:relative!important;z-index:2!important;isolation:isolate;flex:1 1 0!important;width:auto!important;max-width:100%!important;margin-left:0!important;padding-left:8px!important;padding-right:8px!important;padding-top:var(--neo-chrome-top-pad)!important;box-sizing:border-box!important;min-height:100vh!important}.RaAppBar-root,.RaAppBar-appBar,.MuiAppBar-root.MuiAppBar-colorSecondary,.MuiAppBar-root.MuiAppBar-colorTransparent{background-color:#0000!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;border:none!important;z-index:13!important}.neo-floating-chrome{z-index:var(--neo-chrome-z)!important}.RaAppBar-toolbar,.RaAppBar-root .MuiToolbar-root{background-color:#0000!important}#root,#root>div{background-color:#0000!important;position:relative;z-index:10;isolation:isolate}#neo-spatial-backdrop{z-index:0!important}#neo-spatial-backdrop canvas{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;z-index:0!important;pointer-events:none!important}.neo-welcome-overlay{position:relative;z-index:3;isolation:isolate;transform:translateZ(0)}@media (max-width: 600px){.RaSidebar-root{display:none!important}.RaLayout-content,#main-content{padding-left:8px!important}}html[data-neo-theme=light] #neo-spatial-backdrop{background-color:#fff!important;background-image:radial-gradient(ellipse 90% 60% at 50% 0%,rgba(59,130,246,.05) 0%,transparent 55%),radial-gradient(ellipse 70% 50% at 80% 100%,rgba(99,102,241,.04) 0%,transparent 50%),linear-gradient(180deg,#fff,#f8fafc)!important}html[data-neo-theme=light] #neo-spatial-backdrop canvas{opacity:.1!important}html[data-neo-theme=light] .RaSidebar-root .MuiPaper-root.MuiDrawer-paper,html[data-neo-theme=light] .RaSidebar-root>.MuiPaper-root.MuiDrawer-paper{background-color:#fffffffa!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 8px 32px #0000000f,inset 0 1px #fff!important;animation:neoNavPillGlowLight 8s ease-in-out infinite}@keyframes neoNavPillGlowLight{0%,to{box-shadow:0 12px 40px #0000001a,inset 0 1px #ffffffd9,0 0 #3b82f600}50%{box-shadow:0 14px 44px #00000024,inset 0 1px #fffffff2,0 0 24px #3b82f614}}html[data-neo-theme=light] .RaMenu-root .MuiMenuItem-root:hover,html[data-neo-theme=light] .RaMenu-root .MuiListItemButton-root:hover,html[data-neo-theme=light] .RaMenu-root .MuiListItem-root:hover{background-color:#0000000a!important}html[data-neo-theme=light] .RaMenu-root .MuiMenuItem-root.Mui-selected,html[data-neo-theme=light] .RaMenu-root .MuiMenuItem-root.active{background-color:#0000000f!important}html[data-neo-theme=light] .RaSidebar-root .MuiCollapse-root .MuiPaper-root{background-color:#fafafa!important;border:1px solid rgba(0,0,0,.06)!important}html[data-neo-theme=light] .RaEdit-root,html[data-neo-theme=light] .RaCreate-root,html[data-neo-theme=light] .RaShow-root{color:#000000de}html[data-neo-theme=light] .RaEdit-root .MuiPaper-root:not(.MuiDrawer-paper),html[data-neo-theme=light] .RaCreate-root .MuiPaper-root:not(.MuiDrawer-paper),html[data-neo-theme=light] .RaList-content,html[data-neo-theme=light] .MuiTableContainer-root{background-color:#fff!important;border-color:#0000000f!important;box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000a!important}html[data-neo-theme=light] .MuiTabs-root{border-bottom-color:#00000014!important}html[data-neo-theme=light] .MuiTab-root{color:#0000008c!important}html[data-neo-theme=light] .MuiTab-root.Mui-selected{color:#09090b!important}html[data-neo-theme=light] .MuiTabs-indicator{background-color:#2563eb!important}html[data-neo-theme=light] .MuiOutlinedInput-root{background-color:#fff!important}html[data-neo-theme=light] .RaMenu-root .MuiListItemIcon-root,html[data-neo-theme=light] .RaMenu-root .MuiSvgIcon-root{color:#0000008c!important}html[data-neo-theme=light] .RaMenu-root .MuiListItemText-primary{color:#000000de!important}html[data-neo-theme=light] .neo-floating-chrome-dock{background-color:#fffffff7!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 4px 20px #0000000f,inset 0 1px #fff!important}
