.ai-analysis-container[data-v-53343c5f]{display:flex;height:calc(100vh - 110px);background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;gap:20px}.ai-analysis-container .history-panel[data-v-53343c5f]{width:280px;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden}.ai-analysis-container .history-panel .history-header[data-v-53343c5f]{padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:space-between;align-items:center}.ai-analysis-container .history-panel .history-header h3[data-v-53343c5f]{margin:0;font-size:16px;font-weight:600;color:#fff}.ai-analysis-container .history-panel .history-header[data-v-53343c5f] .el-button{background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);color:#fff;font-size:12px;padding:6px 12px;border-radius:8px}.ai-analysis-container .history-panel .history-header[data-v-53343c5f] .el-button:hover{background:hsla(0,0%,100%,.3)}.ai-analysis-container .history-panel .history-list[data-v-53343c5f]{flex:1;overflow-y:auto;padding:12px}.ai-analysis-container .history-panel .history-list[data-v-53343c5f]::-webkit-scrollbar{width:6px}.ai-analysis-container .history-panel .history-list[data-v-53343c5f]::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.ai-analysis-container .history-panel .history-list .history-item[data-v-53343c5f]{padding:14px;margin-bottom:8px;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s;background:#f8f9fa;border:2px solid transparent}.ai-analysis-container .history-panel .history-list .history-item[data-v-53343c5f]:hover:not(.disabled){background:#f0f0f5;transform:translateX(4px)}.ai-analysis-container .history-panel .history-list .history-item:hover:not(.disabled) .delete-icon[data-v-53343c5f]{opacity:1}.ai-analysis-container .history-panel .history-list .history-item.active[data-v-53343c5f]{background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-color:#667eea}.ai-analysis-container .history-panel .history-list .history-item.disabled[data-v-53343c5f]{cursor:not-allowed;opacity:.6}.ai-analysis-container .history-panel .history-list .history-item .history-info[data-v-53343c5f]{flex:1;min-width:0}.ai-analysis-container .history-panel .history-list .history-item .history-info .history-title[data-v-53343c5f]{font-size:14px;color:#2d3748;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-analysis-container .history-panel .history-list .history-item .history-info .history-time[data-v-53343c5f]{font-size:12px;color:#a0aec0}.ai-analysis-container .history-panel .history-list .history-item .delete-icon[data-v-53343c5f]{color:#a0aec0;cursor:pointer;font-size:16px;opacity:0;transition:all .2s;margin-left:8px}.ai-analysis-container .history-panel .history-list .history-item .delete-icon[data-v-53343c5f]:hover{color:#f56565}.ai-analysis-container .history-panel .history-list .empty-history[data-v-53343c5f]{padding:60px 20px;text-align:center;color:#a0aec0;font-size:14px}.ai-analysis-container .chat-panel[data-v-53343c5f]{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden}.ai-analysis-container .chat-panel .chat-header[data-v-53343c5f]{padding:20px 28px;background:#fff;border-bottom:1px solid #f0f0f5;display:flex;justify-content:space-between;align-items:center}.ai-analysis-container .chat-panel .chat-header h2[data-v-53343c5f]{margin:0;font-size:20px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ai-analysis-container .chat-panel .chat-header[data-v-53343c5f] .el-button{border-radius:10px;font-size:14px;padding:10px 20px;font-weight:500;box-shadow:0 2px 8px rgba(102,126,234,.3)}.ai-analysis-container .chat-panel .chat-header[data-v-53343c5f] .el-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.ai-analysis-container .chat-panel .chat-content[data-v-53343c5f]{flex:1;overflow-y:auto;background:#fafbfc;padding:20px}.ai-analysis-container .chat-panel .chat-content[data-v-53343c5f]::-webkit-scrollbar{width:8px}.ai-analysis-container .chat-panel .chat-content[data-v-53343c5f]::-webkit-scrollbar-thumb{background:#d0d0d5;border-radius:4px}.ai-analysis-container .chat-panel .chat-content .empty-chat[data-v-53343c5f]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.ai-analysis-container .chat-panel .chat-content .empty-chat p[data-v-53343c5f]{margin:10px 0;font-size:16px;color:#4a5568}.ai-analysis-container .chat-panel .chat-content .empty-chat .tip[data-v-53343c5f]{font-size:13px;color:#f56565;background:#fff5f5;padding:8px 16px;border-radius:20px;margin-top:12px;border:1px solid #feb2b2}.ai-analysis-container .chat-panel .chat-content .message-item[data-v-53343c5f]{margin-bottom:20px;-webkit-animation:fadeIn-53343c5f .3s ease-in;animation:fadeIn-53343c5f .3s ease-in}@-webkit-keyframes fadeIn-53343c5f{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn-53343c5f{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ai-analysis-container .chat-panel .chat-content .message-item.user .message-content[data-v-53343c5f]{margin-left:auto;max-width:75%}.ai-analysis-container .chat-panel .chat-content .message-item.assistant .message-content[data-v-53343c5f]{max-width:85%}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .user-message[data-v-53343c5f]{background:linear-gradient(135deg,#667eea,#764ba2);padding:16px 20px;border-radius:18px 18px 4px 18px;box-shadow:0 4px 12px rgba(102,126,234,.3)}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .user-message .message-text[data-v-53343c5f]{color:#fff}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .user-message .message-text .label[data-v-53343c5f]{opacity:.9;margin-right:6px;font-size:13px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .user-message .message-text .code[data-v-53343c5f]{font-weight:600;margin-right:8px;font-size:15px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .user-message .message-text .name[data-v-53343c5f]{opacity:.9;font-size:13px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message[data-v-53343c5f]{background:#fff;padding:18px 22px;border-radius:18px 18px 18px 4px;box-shadow:0 2px 12px rgba(0,0,0,.08);border:1px solid #f0f0f5}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.8;color:#2d3748;font-size:14px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] h1,.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] h2,.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] h3,.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] h4,.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] h5,.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25;color:#1a202c}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] h1{font-size:24px;border-bottom:2px solid #e2e8f0;padding-bottom:8px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] h2{font-size:20px;border-bottom:1px solid #e2e8f0;padding-bottom:6px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] h3{font-size:18px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] h4{font-size:16px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] p{margin-top:0;margin-bottom:16px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] ol,.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] ul{margin-top:0;margin-bottom:16px;padding-left:28px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] li{margin-bottom:8px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] code{background:#f7fafc;padding:2px 6px;border-radius:4px;font-size:13px;color:#e53e3e;font-family:Consolas,Monaco,monospace}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] pre{background:#2d3748;color:#e2e8f0;padding:16px;border-radius:8px;overflow-x:auto;margin-bottom:16px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] pre code{background:transparent;color:inherit;padding:0;font-size:13px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] blockquote{margin:0 0 16px 0;padding:12px 16px;border-left:4px solid #667eea;background:#f7fafc;color:#4a5568}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] blockquote p{margin-bottom:0}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] table{border-collapse:collapse;width:100%;margin-bottom:16px}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] table td,.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] table th{border:1px solid #e2e8f0;padding:10px 12px;text-align:left}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] table th{background:#f7fafc;font-weight:600;color:#2d3748}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] table tr:nth-child(2n){background:#fafbfc}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] a{color:#667eea;text-decoration:none}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] a:hover{text-decoration:underline}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] strong{font-weight:600;color:#1a202c}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] em{font-style:italic}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] hr{border:none;border-top:2px solid #e2e8f0;margin:24px 0}.ai-analysis-container .chat-panel .chat-content .message-item .message-content .ai-message .markdown-body[data-v-53343c5f] img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}.ai-analysis-container .chat-panel .chat-content .loading-message[data-v-53343c5f]{display:flex;align-items:center;justify-content:center;padding:20px;gap:12px}.ai-analysis-container .chat-panel .chat-content .loading-message i[data-v-53343c5f]{font-size:20px;color:#667eea}.ai-analysis-container .chat-panel .chat-content .loading-message span[data-v-53343c5f]{font-size:14px;color:#4a5568}.ai-analysis-container .chat-panel .chat-input[data-v-53343c5f]{padding:20px 28px;background:#fff;border-top:1px solid #f0f0f5}.ai-analysis-container .chat-panel .chat-input[data-v-53343c5f] .el-form-item{margin-bottom:0}.ai-analysis-container .chat-panel .chat-input[data-v-53343c5f] .el-form-item:first-child{margin-bottom:14px}.ai-analysis-container .chat-panel .chat-input[data-v-53343c5f] .el-radio-group .el-radio{margin-right:20px}.ai-analysis-container .chat-panel .chat-input[data-v-53343c5f] .el-radio-group .el-radio .el-radio__label{font-size:14px;color:#4a5568;font-weight:500}.ai-analysis-container .chat-panel .chat-input[data-v-53343c5f] .el-input .el-input__inner{border-radius:12px;border:2px solid #e2e8f0;font-size:14px;padding:14px 18px;transition:all .3s}.ai-analysis-container .chat-panel .chat-input[data-v-53343c5f] .el-input .el-input__inner:focus{border-color:#667eea;box-shadow:0 0 0 4px rgba(102,126,234,.1)}.ai-analysis-container .chat-panel .chat-input[data-v-53343c5f] .el-input .el-input-group__append{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:0 12px 12px 0;padding:0}.ai-analysis-container .chat-panel .chat-input[data-v-53343c5f] .el-input .el-input-group__append .el-button{background:transparent;border:none;color:#fff;font-size:14px;font-weight:600;padding:14px 24px;transition:all .3s}.ai-analysis-container .chat-panel .chat-input[data-v-53343c5f] .el-input .el-input-group__append .el-button:hover{background:hsla(0,0%,100%,.15)}.ai-analysis-container .chat-panel .chat-input[data-v-53343c5f] .el-input .el-input-group__append .el-button.is-loading{opacity:.8}