#ai-chat-box{position:fixed;top:100px;right:20px;bottom:20px;width:420px;z-index:100;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}@media(max-width:749px){#ai-chat-box{top:0;bottom:0;right:0;left:0;width:100%;height:100vh}}#ai-chat-container{background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;overflow:hidden;display:flex;flex-direction:column;height:100%}@media(max-width:749px){#ai-chat-container{border-radius:0;height:100vh}}#ai-chat-header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:17px;flex-shrink:0}#ai-chat-close{background:none;border:0;color:#fff;font-size:32px;cursor:pointer;padding:0;width:36px;height:36px;line-height:1;transition:opacity .2s}#ai-chat-close:hover{opacity:.7}#ai-chat-messages{flex:1;overflow-y:auto;padding:20px;background:#f8f9fa}.ai-bot-message,.ai-user-message{margin:12px 0;display:flex}.ai-user-message{justify-content:flex-end}.message-bubble{max-width:75%;padding:12px 16px;border-radius:18px;word-wrap:break-word;line-height:1.5;font-size:15px}.bot-bubble{background:#fff;color:#1a1a1a;border-radius:18px 18px 18px 4px;box-shadow:0 1px 3px #0000001a}.user-bubble{background:#1a1a1a;color:#fff;border-radius:18px 18px 4px}#ai-chat-input-area{display:flex;border-top:1px solid #e5e7eb;background:#fff;padding:16px;gap:10px;flex-shrink:0}@media(max-width:749px){#ai-chat-input-area{padding:12px;gap:8px}}#ai-chat-input{flex:1;border:1px solid #e5e7eb;border-radius:24px;padding:12px 18px;font-size:15px;outline:none;transition:border-color .2s}@media(max-width:749px){#ai-chat-input{font-size:14px;padding:10px 14px}}#ai-chat-input:focus{border-color:#1a1a1a}#ai-chat-send{background:#1a1a1a;color:#fff;border:0;border-radius:24px;padding:12px 28px;font-weight:600;cursor:pointer;transition:all .2s;font-size:15px;white-space:nowrap}@media(max-width:749px){#ai-chat-send{padding:10px 20px;font-size:14px;min-width:80px}}#ai-chat-send:hover{background:#2d2d2d;transform:translateY(-1px)}#ai-chat-send:active{transform:translateY(0)}#ai-chat-messages::-webkit-scrollbar{width:8px}#ai-chat-messages::-webkit-scrollbar-track{background:#f1f1f1}#ai-chat-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}#ai-chat-messages::-webkit-scrollbar-thumb:hover{background:#999}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ai-chat.css.map */
