body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{align-items:flex-start;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh;justify-content:center;padding:0}.chat-container,body{background:#fff;display:flex;height:100dvh}.chat-container{flex-direction:column;max-width:1000px;overflow:hidden;padding-bottom:20px;padding-left:10px;padding-right:10px;width:100%}.chat-header{border-bottom:none;box-shadow:none;color:#333;flex-shrink:0;height:7%;justify-content:flex-start;overflow:hidden;padding:15px;position:relative}.chat-header,.logo-container{align-items:center;display:flex}.logo-container{margin-right:auto}.chat-header img{background:#0000;box-shadow:none;filter:brightness(1) contrast(1);margin-right:10px;max-height:40px;padding:8px;position:relative;width:auto;z-index:1}.chat-header h1{color:#333;font-size:24px;font-weight:600}.shop-button{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 1px 4px #0000001a;color:#333;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;position:relative;transition:all .3s ease;z-index:2}.shop-button:hover{background:#f8f9fa;border-color:#ccc;box-shadow:0 2px 8px #00000026;transform:scale(1.02)}.product-display{background:#fff;display:flex;flex:0 0 40vh;flex-direction:column;height:40vh;margin-bottom:1.5%;max-height:40vh;min-height:40vh;overflow:hidden}.product-action-button{background:#7ba7d7;background:#5f8387!important;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.3px;margin-bottom:8px;padding:18px 20px;transition:all .3s ease;width:100%}.product-action-button:hover{background:#6b96cc;color:#fff;transform:translateY(-1px)}.product-cards{align-items:stretch;display:flex;flex:1 1;flex-direction:row;gap:16px;justify-content:center;overflow:hidden;padding:3px 0}.product-cards>div{width:50%}.product-card{border:1px solid #e0e0e0;border-radius:12px;display:flex;flex-direction:column;height:100%;padding:12px;position:relative;transition:all .3s ease;width:100%}.product-image{border-radius:8px;flex-shrink:0;height:60%;margin-bottom:4px;overflow:hidden;width:100%}.product-image img{border-radius:8px;height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.product-card-content{flex-shrink:0;height:40%;justify-content:space-between;text-align:center;width:100%}.product-card-content,.product-card-header{align-items:center;display:flex;flex-direction:column}.product-card-header{flex:1 1;justify-content:center}.product-name{color:#333;font-size:12px;font-weight:600;line-height:1.2;margin-bottom:2px}.product-price{align-self:center;border-radius:6px;color:#000;font-size:16px;font-weight:100;margin-top:0;padding:1px 6px;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.learn-more-button{align-self:center;background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#000;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:500;height:36px;margin-top:4px;max-width:120px;padding:8px 16px;transition:all .3s ease;width:100%}.learn-more-button:hover{background:#6b96cc;box-shadow:0 2px 8px #7ba7d74d;transform:translateY(-1px)}.chat-wrapper{border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;height:100%;margin-bottom:10px;position:relative;width:100%}.chat-messages{display:flex;flex:0 0 40vh;flex-direction:column;gap:12px;height:40vh;max-height:40vh;min-height:40vh;min-height:0;overflow-y:auto;padding:15px}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#f8f9fa;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb{background:#dee2e6;border-radius:10px}.message{animation:slideIn .3s ease-out;display:flex;gap:12px;max-width:80%}.user-message{align-self:flex-end;flex-direction:row-reverse}.bot-message{align-self:flex-start}.message-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:18px;height:40px;justify-content:center;width:40px}.bot-message .message-avatar{background:#7ba7d7;border:1px solid #7ba7d7;color:#fff}.message-content{background:#d0e8f3;border-radius:20px;box-shadow:0 4px 20px #7ba7d733;color:#333;padding:15px 20px;position:relative}.user-message .message-content{background:#dde0e2;border:1px solid #dee2e6;color:#333}.message-content p{word-wrap:break-word;line-height:1.5;margin:0;white-space:pre-wrap}.user-message .message-time{color:#6c757d}.chat-input-container{flex-shrink:0;margin-top:auto;padding:15px}.chat-input input{background:#0000;border:none;color:#333;flex:1 1;font-size:16px;height:auto;line-height:1.4;outline:none;padding:12px 48px 12px 16px}.chat-input input::placeholder{color:#6c757d;opacity:1}.chat-input button{align-items:center;background:#ecdbc6;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:32px;justify-content:center;opacity:.9;position:absolute;right:6px;top:50%;transform:translateY(-50%);transition:all .2s ease;width:32px;z-index:1}.typing-dots{display:flex;gap:3px}.typing-dots span{animation:typing 1.4s ease-in-out infinite;background:#64748b;border-radius:50%;height:6px;width:6px}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}.typing-bubble{align-items:center!important;background:#e8f2f7!important;border-radius:20px!important;box-shadow:0 4px 20px #7ba7d733!important;color:#333!important;display:flex!important;justify-content:center!important;min-width:60px!important;padding:12px 16px!important}.typing-bubble .typing-dots{align-items:center;display:flex;gap:4px}.typing-bubble .typing-dots span{animation:typing 1.4s ease-in-out infinite;background:#7ba7d7;border-radius:50%;height:8px;width:8px}.error-message{background:linear-gradient(135deg,#fef2f2,#fee2e2)!important;border:1px solid #fecaca!important;color:#dc2626!important}.error-avatar{background:linear-gradient(135deg,#ef4444,#dc2626)!important}.loading-spinner{align-items:center;display:flex;justify-content:center;margin-right:8px}.loading-spinner i{animation:spin 1s linear infinite;color:#333;font-size:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){*{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html{height:100vh;height:100dvh;overflow:hidden}body{align-items:normal!important;display:block!important;height:100vh!important;height:100dvh!important;justify-content:normal!important;margin:0;overflow:hidden!important;padding:0!important;position:fixed!important;width:100vw!important}.chat-header{align-items:center;border-bottom:none!important;border-radius:0!important;box-shadow:none!important;color:#333!important;display:flex;flex:0 0 8vh!important;flex:0 0 8dvh!important;height:8vh!important;height:8dvh!important;justify-content:space-between;max-height:8vh!important;max-height:8dvh!important;min-height:8vh hh!important;min-height:8dvh!important;padding:8px}.chat-header img{background:#0000;border-radius:7px;box-shadow:none;filter:brightness(1) contrast(1);margin-right:8px;max-height:36px;padding:7px;position:relative;width:auto;z-index:1}.chat-header h1,.shop-button{font-size:14px}.shop-button{background:#fff!important;border:1px solid #e0e0e0!important;border-radius:6px;box-shadow:0 1px 3px #0000001a!important;color:#333!important;font-weight:500!important;padding:10px 20px}.product-display{display:flex;flex:0 0 35vh!important;flex:0 0 35dvh!important;flex-direction:column;height:35vh!important;height:35dvh!important;margin-bottom:1vh;max-height:35vh!important;max-height:35dvh!important;min-height:35vh!important;min-height:35dvh!important;overflow:hidden;width:100%}.product-action-button{background:#5f8387!important;border:none!important;border-radius:6px;color:#fff!important;font-size:15px;font-weight:600!important;letter-spacing:.2px;margin:2px 4px 3px;padding:16px;width:calc(100% - 8px)}.product-cards{align-items:stretch;display:flex;flex:1 1;flex-direction:row;gap:10px;justify-content:center;overflow:hidden;padding:2px 0}.product-cards>div{width:50%}.product-image{height:60%;width:100%}.product-card-content{align-items:center;height:40%;justify-content:space-between;text-align:center;width:100%}.product-name{line-height:1.1;margin-bottom:0;margin-top:8px;width:100%}.product-name,.product-price{font-size:10px;text-align:center}.product-price{margin-top:0;padding:1px 4px}.learn-more-button{flex-shrink:0;font-size:12px;height:30px;margin-top:3px;max-width:100px;padding:6px 12px}.chat-messages{flex:0 0 42vh!important;flex:0 0 42dvh!important;gap:8px;height:42vh!important;height:42dvh!important;margin-bottom:1vh;max-height:42vh!important;max-height:42dvh!important;min-height:42vh!important;min-height:42dvh!important;overflow-y:auto;padding:8px}.message{gap:6px;margin-bottom:6px;max-width:85%}.message-avatar{font-size:11px;height:24px;width:24px}.message-content{border-radius:12px;padding:8px 12px}.message-content p{font-size:12px;line-height:1.4;margin:0}}.chat-input{align-items:center;background:#fff;border:1px solid #e1e5e9;border-radius:12px;display:flex;margin-bottom:0;position:relative;transition:all .3s ease;width:100%}
/*# sourceMappingURL=main.637361ec.css.map*/