.ai-chat-page[data-v-53e1fcb2]{display:flex;flex-direction:column;height:calc(100vh - 100px);min-height:500px;background:#f5f7fa;border-radius:8px;overflow:hidden}.chat-header[data-v-53e1fcb2]{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#fff;border-bottom:1px solid #e8e8e8;flex-shrink:0}.chat-title[data-v-53e1fcb2]{font-size:16px;font-weight:600;color:#333}.chat-subtitle[data-v-53e1fcb2]{font-size:12px;color:#999}.chat-body[data-v-53e1fcb2]{flex:1;overflow-y:auto;padding:20px 16px;display:flex;flex-direction:column;gap:16px}.welcome-box[data-v-53e1fcb2]{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;padding:60px 20px}.welcome-icon[data-v-53e1fcb2]{font-size:48px;margin-bottom:16px}.welcome-text[data-v-53e1fcb2]{font-size:15px;color:#555;max-width:360px;line-height:1.6}.welcome-hint[data-v-53e1fcb2]{font-size:13px;color:#bbb;margin-top:8px}.msg-row[data-v-53e1fcb2]{display:flex;align-items:flex-end;gap:8px}.msg-right[data-v-53e1fcb2]{flex-direction:row-reverse}.msg-avatar[data-v-53e1fcb2]{width:32px;height:32px;border-radius:50%;background:#5898cc;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.msg-right .msg-avatar[data-v-53e1fcb2]{background:#3a7a5a}.msg-bubble[data-v-53e1fcb2]{max-width:65%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.6;word-break:break-word}.bubble-user[data-v-53e1fcb2]{background:#5898cc;color:#fff;border-bottom-right-radius:4px}.bubble-ai[data-v-53e1fcb2]{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.08);display:flex;align-items:center}.msg-content[data-v-53e1fcb2]{white-space:pre-wrap}.typing-dot[data-v-53e1fcb2]{display:inline-block;width:8px;height:8px;border-radius:50%;background:#aaa;margin:0 2px;animation:typing-bounce-data-v-53e1fcb2 1.2s infinite}.typing-dot[data-v-53e1fcb2]:nth-child(2){animation-delay:.2s}.typing-dot[data-v-53e1fcb2]:nth-child(3){animation-delay:.4s}@keyframes typing-bounce-data-v-53e1fcb2{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-input-bar[data-v-53e1fcb2]{display:flex;align-items:flex-end;gap:10px;padding:12px 16px;background:#fff;border-top:1px solid #e8e8e8;flex-shrink:0}.chat-input[data-v-53e1fcb2]{flex:1;border:1px solid #d9d9d9;border-radius:6px;padding:8px 12px;font-size:14px;resize:none;outline:none;font-family:inherit;transition:border-color .2s}.chat-input[data-v-53e1fcb2]:focus{border-color:#5898cc}.chat-input[data-v-53e1fcb2]:disabled{background:#f5f5f5;color:#999}.send-btn[data-v-53e1fcb2]{padding:8px 20px;background:#5898cc;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;height:36px;white-space:nowrap;transition:background .2s}.send-btn[data-v-53e1fcb2]:hover:not(:disabled){background:#3a78b5}.send-btn[data-v-53e1fcb2]:disabled{background:#aac4e0;cursor:not-allowed}