.card-container[data-v-4ffe3b88]{padding:20px;background:#FFFFFF}.chat-content[data-v-4ffe3b88]{height:500px;border:1px solid #e8e8e8;border-radius:4px;padding:10px;margin-bottom:15px}.chat-item[data-v-4ffe3b88]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.chat-item.user[data-v-4ffe3b88]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.chat-item.bot[data-v-4ffe3b88]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.avatar[data-v-4ffe3b88]{width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;font-size:14px}.user-avatar[data-v-4ffe3b88]{background-color:#1890ff;color:white}.bot-avatar[data-v-4ffe3b88]{background-color:white;color:black;border:1px solid black}.bubble-container[data-v-4ffe3b88]{max-width:70%;margin:0 10px}.chat-bubble[data-v-4ffe3b88]{padding:10px 15px;border-radius:18px;word-wrap:break-word}.user .chat-bubble[data-v-4ffe3b88]{background-color:#1890ff;color:white}.bot .chat-bubble[data-v-4ffe3b88]{background-color:#f5f5f5;color:#333}.input-area[data-v-4ffe3b88]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.input[data-v-4ffe3b88]{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px;border:1px solid #e8e8e8;border-radius:4px}.send-btn[data-v-4ffe3b88]{padding:0 20px;background-color:#1890ff;color:white;border:none;border-radius:4px;cursor:pointer}.loading-dots[data-v-4ffe3b88]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:20px}.dot[data-v-4ffe3b88]{width:8px;height:8px;margin:0 3px;background-color:#999;border-radius:50%;-webkit-animation:bounce-4ffe3b88 1.4s ease-in-out infinite;animation:bounce-4ffe3b88 1.4s ease-in-out infinite}.dot[data-v-4ffe3b88]:first-child{-webkit-animation-delay:-.32s;animation-delay:-.32s}.dot[data-v-4ffe3b88]:nth-child(2){-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes bounce-4ffe3b88{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce-4ffe3b88{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}