[data-v-f2bf54cf]:export{primaryColor:#124beb;primaryLightColor:#409eff;primaryDarkColor:#0f1b5c}.chat-input-box[data-v-f2bf54cf]{background:var(--chat-input-bg-color);border-radius:24px;box-shadow:0 2px 5px var(--chat-input-shadow-color);box-sizing:border-box;padding:12px 16px;position:relative}.chat-input-box .uploading-files[data-v-f2bf54cf]{border-bottom:1px solid var(--chat-upload-separator-color);margin-bottom:12px;padding-bottom:12px}.chat-input-box .uploading-files .uploading-item[data-v-f2bf54cf]{background:var(--chat-upload-file-bg);border:1px solid var(--chat-upload-file-border);border-radius:8px;margin-bottom:8px;padding:10px 12px;transition:all .3s}.chat-input-box .uploading-files .uploading-item[data-v-f2bf54cf]:last-child{margin-bottom:0}.chat-input-box .uploading-files .uploading-item[data-v-f2bf54cf]:hover{box-shadow:0 2px 8px var(--chat-upload-file-shadow)}.chat-input-box .uploading-files .uploading-item .uploading-header[data-v-f2bf54cf]{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.chat-input-box .uploading-files .uploading-item .uploading-header .file-info[data-v-f2bf54cf]{align-items:center;display:flex;flex:1;gap:8px;min-width:0}.chat-input-box .uploading-files .uploading-item .uploading-header .file-info .file-icon[data-v-f2bf54cf]{flex-shrink:0;font-size:18px}.chat-input-box .uploading-files .uploading-item .uploading-header .file-info .file-icon.uploading[data-v-f2bf54cf]{animation:rotate-f2bf54cf 1s linear infinite;color:#409eff}.chat-input-box .uploading-files .uploading-item .uploading-header .file-info .file-icon.processing[data-v-f2bf54cf]{animation:rotate-f2bf54cf 1s linear infinite;color:#e6a23c}.chat-input-box .uploading-files .uploading-item .uploading-header .file-info .file-icon.success[data-v-f2bf54cf]{color:#67c23a}.chat-input-box .uploading-files .uploading-item .uploading-header .file-info .file-icon.error[data-v-f2bf54cf]{color:#f56c6c}.chat-input-box .uploading-files .uploading-item .uploading-header .file-info .file-name[data-v-f2bf54cf]{color:var(--chat-attachment-name-color);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input-box .uploading-files .uploading-item .uploading-header .progress-text[data-v-f2bf54cf]{flex-shrink:0;font-size:12px;font-weight:600;margin-left:12px}.chat-input-box .uploading-files .uploading-item .uploading-header .progress-text.uploading[data-v-f2bf54cf]{color:#409eff}.chat-input-box .uploading-files .uploading-item .uploading-header .progress-text.processing[data-v-f2bf54cf]{color:#e6a23c}.chat-input-box .uploading-files .uploading-item .uploading-header .progress-text.success[data-v-f2bf54cf]{color:#67c23a}.chat-input-box .uploading-files .uploading-item .uploading-header .progress-text.error[data-v-f2bf54cf]{color:#f56c6c}.chat-input-box .uploading-files .uploading-item .progress-bar-container[data-v-f2bf54cf]{background:var(--chat-progress-bar-bg);border-radius:2px;height:4px;overflow:hidden;position:relative;width:100%}.chat-input-box .uploading-files .uploading-item .progress-bar-container .progress-bar[data-v-f2bf54cf]{border-radius:2px;height:100%;overflow:hidden;position:relative;transition:width .3s ease}.chat-input-box .uploading-files .uploading-item .progress-bar-container .progress-bar.uploading[data-v-f2bf54cf]{background:linear-gradient(90deg,#409eff,#79bbff)}.chat-input-box .uploading-files .uploading-item .progress-bar-container .progress-bar.processing[data-v-f2bf54cf]{background:linear-gradient(90deg,#e6a23c,#f0c78a)}.chat-input-box .uploading-files .uploading-item .progress-bar-container .progress-bar.success[data-v-f2bf54cf]{background:linear-gradient(90deg,#67c23a,#95d475)}.chat-input-box .uploading-files .uploading-item .progress-bar-container .progress-bar.error[data-v-f2bf54cf]{background:linear-gradient(90deg,#f56c6c,#f89898)}.chat-input-box .uploading-files .uploading-item .progress-bar-container .progress-bar .progress-shine[data-v-f2bf54cf]{animation:shine-f2bf54cf 1.5s ease-in-out infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4) 50%,transparent);height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes rotate-f2bf54cf{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes shine-f2bf54cf{0%{left:-100%}to{left:100%}}.chat-input-box .attachments-preview[data-v-f2bf54cf]{border-bottom:1px solid var(--chat-upload-separator-color);display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;padding-bottom:12px}.chat-input-box .attachments-preview .attachment-item[data-v-f2bf54cf]{align-items:center;background:var(--chat-attachment-bg-color);border-radius:4px;display:flex;gap:8px;padding:6px 10px;transition:all .3s}.chat-input-box .attachments-preview .attachment-item[data-v-f2bf54cf]:hover{background:var(--chat-attachment-hover-bg-color);border-color:var(--chat-attachment-hover-border-color)}.chat-input-box .attachments-preview .attachment-item:hover .remove-icon[data-v-f2bf54cf]{opacity:1}.chat-input-box .attachments-preview .attachment-item .attachment-icon[data-v-f2bf54cf]{color:var(--chat-attachment-icon-color);flex-shrink:0;font-size:20px}.chat-input-box .attachments-preview .attachment-item .attachment-info[data-v-f2bf54cf]{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.chat-input-box .attachments-preview .attachment-item .attachment-info .attachment-name[data-v-f2bf54cf]{color:var(--chat-attachment-name-color);font-size:13px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input-box .attachments-preview .attachment-item .attachment-info .attachment-size[data-v-f2bf54cf]{color:var(--chat-attachment-size-color);font-size:11px}.chat-input-box .attachments-preview .attachment-item .remove-icon[data-v-f2bf54cf]{color:var(--chat-attachment-remove-color);cursor:pointer;flex-shrink:0;font-size:14px;height:16px;transition:opacity .3s,color .3s;width:16px}.chat-input-box .attachments-preview .attachment-item .remove-icon img[data-v-f2bf54cf]{width:100%}.chat-input-box .attachments-preview .attachment-item .remove-icon[data-v-f2bf54cf]:hover{color:var(--chat-attachment-remove-hover-color)}.chat-input-box[data-v-f2bf54cf]:before{background:var(--chat-input-border-color);border-radius:24px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.chat-input-box.scenario-mode[data-v-f2bf54cf]:before{inset:-1px}.chat-input-box[data-v-f2bf54cf]:focus-within,.chat-input-box[data-v-f2bf54cf]:hover{border-color:var(--primary-color);box-shadow:0 4px 16px var(--chat-input-focus-shadow-color)}.chat-input-box[data-v-f2bf54cf] .el-textarea__inner{background:transparent;border:none;box-shadow:none;font-size:15px;min-height:var(--input-min-height,76px)!important;padding:0;resize:none}.chat-input-box[data-v-f2bf54cf] .el-textarea__inner:focus{box-shadow:none}.chat-input-box .editable-input-container[data-v-f2bf54cf]{color:var(--el-text-color-regular);cursor:text;font-size:15px;height:var(--input-min-height,76px);line-height:1.5;overflow-y:scroll}.chat-input-box .editable-input-container .editable-content[data-v-f2bf54cf]{word-wrap:break-word;white-space:pre-wrap}.chat-input-box .editable-input-container .editable-content .text-segment[data-v-f2bf54cf]{color:var(--el-text-color-regular)}.chat-input-box .editable-input-container .editable-content .placeholder-segment[data-v-f2bf54cf]{background:#edf1fe;border-radius:4px;color:#4971f5;cursor:text;display:inline;font-weight:500;outline:none;padding:2px 6px;word-wrap:break-word;max-width:100%;overflow-wrap:break-word;transition:all .2s;white-space:pre-wrap;word-break:break-word}.chat-input-box .editable-input-container .editable-content .placeholder-segment[data-v-f2bf54cf]:focus{background:#dce4fd;box-shadow:0 0 0 2px #4971f533}.chat-input-box .editable-input-container .editable-content .placeholder-segment[data-v-f2bf54cf]:hover{background:#e0e8fe}.chat-input-box .editable-input-container .editable-content .mention-segment[data-v-f2bf54cf]{color:#5c5ceb;font-weight:500}.chat-input-box .suggestion-list[data-v-f2bf54cf]{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--chat-input-bg-color);border:1px solid var(--chat-option-btn-border);border-radius:12px;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;max-height:300px;min-width:160px;overflow-y:auto;padding:6px;position:absolute;transition:opacity .2s ease,transform .2s ease;z-index:2000}.chat-input-box .suggestion-list[data-v-f2bf54cf]::-webkit-scrollbar{width:4px}.chat-input-box .suggestion-list[data-v-f2bf54cf]::-webkit-scrollbar-thumb{background:var(--chat-progress-bar-bg);border-radius:2px}.chat-input-box .suggestion-list .suggestion-header[data-v-f2bf54cf]{border-bottom:1px solid var(--chat-option-btn-border);color:var(--chat-option-btn-color);font-size:14px;font-weight:600;margin-bottom:4px;opacity:.7;padding:8px 12px}.chat-input-box .suggestion-list .suggestion-item[data-v-f2bf54cf]{align-items:center;border-radius:8px;color:var(--chat-attachment-name-color);cursor:pointer;display:flex;flex-shrink:0;font-size:14px;margin-bottom:2px;padding:8px 12px;transition:all .2s}.chat-input-box .suggestion-list .suggestion-item[data-v-f2bf54cf]:last-child{margin-bottom:0}.chat-input-box .suggestion-list .suggestion-item.active[data-v-f2bf54cf],.chat-input-box .suggestion-list .suggestion-item[data-v-f2bf54cf]:hover{background:var(--chat-option-btn-active-bg);color:var(--chat-option-btn-active-color);transform:translate(4px)}.chat-input-box .suggestion-list .suggestion-item .suggestion-text[data-v-f2bf54cf]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input-box .chat-input-footer[data-v-f2bf54cf]{align-items:center;display:flex;justify-content:space-between;padding-top:8px}.chat-input-box .chat-input-footer .search-options[data-v-f2bf54cf]{align-items:center;display:flex;gap:8px}.chat-input-box .chat-input-footer .search-options .option-btn[data-v-f2bf54cf]{align-items:center;border:1px solid var(--chat-option-btn-border);border-radius:16px;color:var(--chat-option-btn-color);display:flex;font-size:13px;height:32px;padding:6px 12px}.chat-input-box .chat-input-footer .search-options .option-btn.active[data-v-f2bf54cf]{background:var(--chat-option-btn-active-bg);border-color:var(--chat-option-btn-active-border);color:var(--chat-option-btn-active-color)}.chat-input-box .chat-input-footer .search-options .option-btn.active .option-btn-icon[data-v-f2bf54cf]{filter:invert(35%) sepia(89%) saturate(2477%) hue-rotate(215deg) brightness(101%) contrast(93%)}.chat-input-box .chat-input-footer .search-options .option-btn.active[data-v-f2bf54cf]:hover{background-color:var(--chat-option-btn-active-hover-bg)}.chat-input-box .chat-input-footer .search-options .option-btn .option-btn-icon[data-v-f2bf54cf]{filter:var(--chat-action-icon-filter);height:13px;width:13px}.chat-input-box .chat-input-footer .search-options .option-btn .option-btn-icon.arrow[data-v-f2bf54cf]{height:5px;width:9px}.chat-input-box .chat-input-footer .search-options[data-v-f2bf54cf] .el-dropdown .el-button{align-items:center;background:transparent;border:1px solid var(--chat-option-btn-border);border-radius:16px;color:var(--chat-option-btn-color);display:flex;font-size:13px;height:32px;justify-content:space-between;padding:6px 12px}.chat-input-box .chat-input-footer .search-options[data-v-f2bf54cf] .el-dropdown .el-button:hover{border-color:var(--primary-color);color:var(--primary-color)}.chat-input-box .chat-input-footer .search-options[data-v-f2bf54cf] .el-dropdown .el-button .text-content{flex:1;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.chat-input-box .chat-input-footer .search-options[data-v-f2bf54cf] .el-dropdown .el-button .text-content.reference{text-align:left}.chat-input-box .chat-input-footer .search-options[data-v-f2bf54cf] .el-dropdown .el-button .el-divider{flex-shrink:0;margin:0 6px}.chat-input-box .chat-input-footer .search-options[data-v-f2bf54cf] .el-dropdown .el-button .option-btn-icon.arrow{flex-shrink:0}.chat-input-box .chat-input-footer .input-actions[data-v-f2bf54cf]{align-items:center;display:flex;gap:8px}.chat-input-box .chat-input-footer .input-actions .action-btn[data-v-f2bf54cf]{height:32px;width:32px}.chat-input-box .chat-input-footer .input-actions .action-btn .action-btn-icon[data-v-f2bf54cf]{height:13px;width:13px}.chat-input-box .chat-input-footer .input-actions .action-btn:not(.submit-btn) .action-btn-icon[data-v-f2bf54cf]{filter:var(--chat-action-icon-filter)}.chat-input-box .chat-input-footer .input-actions .action-btn.submit-btn[data-v-f2bf54cf]{background:var(--chat-submit-btn-gradient);border:none}.chat-input-box .chat-input-footer .input-actions .action-btn.submit-btn[data-v-f2bf54cf]:hover{background:var(--chat-submit-btn-gradient)}.chat-input-box .chat-input-footer .input-actions .action-btn.cancel-btn[data-v-f2bf54cf]{background:#f56c6c;border:none;color:#fff}.chat-input-box .chat-input-footer .input-actions .action-btn.cancel-btn[data-v-f2bf54cf]:hover{background:#f78989}.chat-input-box .chat-input-footer .input-actions .action-btn.cancel-btn .cancel-icon-square[data-v-f2bf54cf]{align-items:center;background:#fff;border-radius:2px;display:flex;height:12px;justify-content:center;position:relative;width:12px}.chat-input-box .chat-input-footer .input-actions .action-btn.loading-btn .loading-icon[data-v-f2bf54cf]{animation:rotate-f2bf54cf 1s linear infinite}.chat-input-box .chat-input-footer .input-actions .action-btn[data-v-f2bf54cf]:hover{background:var(--chat-option-btn-hover-bg)}.login-notice[data-v-f2bf54cf]{background:var(--chat-login-notice-bg);border-radius:4px;color:var(--chat-login-notice-color);font-size:13px}.login-notice .login-notice-icon[data-v-f2bf54cf]{height:16px;margin-right:5px;width:16px}:export{primaryColor:#124beb;primaryLightColor:#409eff;primaryDarkColor:#0f1b5c}.submit-btn-tooltip .el-popper__arrow:before{background:var(--chat-login-notice-bg)!important;border-color:var(--chat-login-notice-bg)!important}.submit-btn-tooltip .login-notice{background:var(--chat-login-notice-bg);border-radius:4px;color:var(--chat-login-notice-color);font-size:13px}
