.chat-container[data-v-4bb50839]{height:100vh;background:#fff5f5;display:flex;flex-direction:column}.nav-bar[data-v-4bb50839]{padding:10px 15px;display:flex;align-items:center;justify-content:space-between;background:#fff}.nav-bar .title[data-v-4bb50839]{display:flex;align-items:center;font-size:16px;font-weight:500}.nav-bar .title .avatar[data-v-4bb50839]{width:30px;height:30px;border-radius:50%;margin-right:8px}.nav-bar .right[data-v-4bb50839]{display:flex;align-items:center;gap:15px}.chat-messages[data-v-4bb50839]{flex:1;overflow-y:auto;background:#fff5f5}.chat-messages[data-v-4bb50839] :deep(.van-list){min-height:100%;padding:15px}.chat-messages[data-v-4bb50839] :deep(.van-pull-refresh){overflow-y:auto}.chat-messages .message[data-v-4bb50839]{margin-bottom:20px;display:flex;align-items:flex-start}.chat-messages .message .avatar[data-v-4bb50839]{width:40px;height:40px;border-radius:50%;margin-right:10px}.chat-messages .message .bubble[data-v-4bb50839]{max-width:70%;padding:12px;border-radius:8px;background:#fff;font-size:14px;line-height:1.5;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.chat-messages .message .bubble[data-v-4bb50839] :deep(p){margin:0 0 10px 0}.chat-messages .message .bubble[data-v-4bb50839] :deep(p):last-child{margin-bottom:0}.chat-messages .message .bubble[data-v-4bb50839] :deep(code){background-color:#f5f5f5;padding:2px 4px;border-radius:4px;font-family:monospace}.chat-messages .message .bubble[data-v-4bb50839] :deep(pre){background-color:#f5f5f5;padding:10px;border-radius:4px;overflow-x:auto;margin:10px 0}.chat-messages .message .bubble :deep(pre) code[data-v-4bb50839]{background-color:transparent;padding:0}.chat-messages .message .bubble[data-v-4bb50839] :deep(ol),.chat-messages .message .bubble[data-v-4bb50839] :deep(ul){padding-left:20px;margin:10px 0}.chat-messages .message .bubble[data-v-4bb50839] :deep(a){color:#e7635e;text-decoration:none}.chat-messages .message .bubble[data-v-4bb50839] :deep(a):hover{text-decoration:underline}.chat-messages .message .bubble[data-v-4bb50839] :deep(blockquote){border-left:4px solid #e7635e;margin:10px 0;padding-left:10px;color:#666}.chat-messages .message.user[data-v-4bb50839]{flex-direction:row-reverse}.chat-messages .message.user .bubble[data-v-4bb50839]{background:#e7635e;color:#fff;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.chat-messages .message .ai-footer[data-v-4bb50839]{margin-top:8px;padding-top:8px;border-top:1px solid #eee;color:#999;font-size:12px;display:flex;justify-content:space-between;align-items:center}.chat-messages .message .ai-footer .actions[data-v-4bb50839]{display:flex;gap:15px}.chat-messages .message .ai-footer .actions .copy-icon[data-v-4bb50839]{cursor:pointer}.chat-messages .message .ai-footer .actions .copy-icon[data-v-4bb50839]:hover{color:#e7635e}.quick-questions[data-v-4bb50839]{margin:15px 0}.quick-questions .questions-wrapper[data-v-4bb50839]{margin-bottom:10px}.quick-questions .question[data-v-4bb50839]{margin-bottom:10px;padding:10px;border-radius:20px;border:1px solid #e7635e;color:#e7635e;font-size:14px;text-align:left;cursor:pointer}.quick-questions .question[data-v-4bb50839]:hover{background:rgba(231,99,94,.1)}.quick-questions .refresh-btn[data-v-4bb50839]{display:flex;align-items:center;justify-content:start;color:#999;font-size:14px;cursor:pointer}.quick-questions .refresh-btn i[data-v-4bb50839]{margin-right:5px;font-size:16px}.quick-questions .refresh-btn[data-v-4bb50839]:hover{color:#e7635e}.quick-questions .refresh-btn:active i[data-v-4bb50839]{-webkit-animation:rotate-data-v-4bb50839 .3s linear;animation:rotate-data-v-4bb50839 .3s linear}@-webkit-keyframes rotate-data-v-4bb50839{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-data-v-4bb50839{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat-input[data-v-4bb50839]{padding:15px;background:#fff}.chat-input .input-box[data-v-4bb50839]{display:flex;align-items:center;padding:10px 15px;background:#f7f7f7;border-radius:20px}.chat-input .input-box i[data-v-4bb50839]{color:#999;margin-right:10px;font-size:20px}.chat-input .input-box textarea[data-v-4bb50839]{flex:1;border:none;background:none;outline:none;font-size:14px;resize:none;max-height:100px;min-height:20px;line-height:1.5;padding:0;margin:0;overflow-y:auto;height:20px;transition:height .1s ease}.chat-input .input-box textarea[data-v-4bb50839]::-moz-placeholder{color:#999}.chat-input .input-box textarea[data-v-4bb50839]:-ms-input-placeholder{color:#999}.chat-input .input-box textarea[data-v-4bb50839]::placeholder{color:#999}.chat-input .input-box .send-btn[data-v-4bb50839]{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:10px;background:#ddd;cursor:not-allowed;transition:all .3s}.chat-input .input-box .send-btn i[data-v-4bb50839]{margin:0;color:#fff;font-size:18px}.chat-input .input-box .send-btn.active[data-v-4bb50839]{background:#e7635e;cursor:pointer}.chat-input .input-box .send-btn.active[data-v-4bb50839]:hover{background:#e44d48}.chat-input .nav-buttons[data-v-4bb50839]{margin-top:15px;display:flex;justify-content:space-around;align-items:center}.chat-input .nav-buttons .nav-btn[data-v-4bb50839]{width:20px;height:3px;background:#ddd;border-radius:2px}.chat-input .nav-buttons .nav-btn.circle[data-v-4bb50839]{width:40px;height:40px;border-radius:50%;background:#f7f7f7}