@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)}
