input[type=text],input[type=email],input[type=tel],input[type=url],input[type=search],input[type=number],textarea,.ant-input,.ant-input-number-input{autocomplete:off!important}input[type=password],.ant-input-password input{autocomplete:new-password!important}.keep-autocomplete,.keep-autocomplete input{autocomplete:on!important}input[type=number].no-spinner-input::-webkit-outer-spin-button,input[type=number].no-spinner-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number].no-spinner-input{-moz-appearance:textfield}.todo-floating-button{user-select:none}.todo-floating-button.dragging,.todo-floating-button.dragging *{cursor:grabbing!important}.todo-popover-content{width:360px;max-height:400px;overflow-y:auto}.todo-popover-content .todo-popover-header{padding:12px 16px;border-bottom:1px solid #f0f0f0;background:#fafafa}.todo-popover-content .todo-popover-header .header-title{font-size:14px;font-weight:600;color:#000000d9}.todo-popover-content .todo-list .todo-item{padding:12px 16px;border-bottom:1px solid #f0f0f0;transition:all .2s ease;cursor:pointer}.todo-popover-content .todo-list .todo-item:hover{background:#f5f5f5}.todo-popover-content .todo-list .todo-item:last-child{border-bottom:none}.todo-popover-content .todo-list .todo-item .todo-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.todo-popover-content .todo-list .todo-item .todo-item-header .todo-item-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#404040}.todo-popover-content .todo-list .todo-item .todo-item-header .todo-item-title .anticon{font-size:16px;color:#1890ff}.todo-popover-content .todo-list .todo-item .todo-item-header .todo-item-count{display:inline-block;padding:4px 8px;background-color:#d48806;color:#fff;border-radius:12px;font-size:12px;line-height:1;margin-left:8px;vertical-align:middle}.todo-popover-content .todo-list .todo-item .todo-item-desc{font-size:12px;color:#00000073;margin-left:24px}.todo-nav-button{display:flex;align-items:center;height:32px;padding:6px 12px;cursor:pointer;border-radius:6px;transition:all .3s ease;user-select:none;background-color:#e6f7ff}.todo-nav-button .todo-nav-content{display:flex;align-items:center;gap:8px}.todo-nav-button .todo-nav-content .todo-icon{font-size:13px;color:#1890ff;flex-shrink:0}.todo-nav-button .todo-nav-content .todo-text{font-size:13px;margin-right:10px;color:#000000d9;white-space:nowrap}.todo-nav-button .todo-nav-content .todo-count{font-size:14px;font-weight:700;color:#000000d9;line-height:1}.floating-back-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003!important}.floating-back-button:active{transform:translateY(0)}@media (max-width: 768px){.floating-back-button{bottom:20px!important;right:20px!important;width:48px!important;height:48px!important}}@media (max-width: 480px){.floating-back-button{bottom:16px!important;right:16px!important;width:44px!important;height:44px!important}}.floating-back-button-primary{background-color:#1890ff;border-color:#1890ff}.floating-back-button-success{background-color:#52c41a;border-color:#52c41a}.floating-back-button-warning{background-color:#faad14;border-color:#faad14}.floating-back-button-danger{background-color:#ff4d4f;border-color:#ff4d4f}.chat-container{height:100vh;display:flex;background-color:#fff;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.chat-container .chat-sidebar{width:260px;background-color:#f9f9f9;border-right:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;flex-shrink:0;transition:width .2s ease}.chat-container .chat-sidebar .sidebar-menu{padding:16px;display:flex;flex-direction:column;gap:12px}.chat-container .chat-sidebar .sidebar-menu .menu-btn{width:100%;height:44px;border-radius:8px;font-size:14px;display:flex;align-items:center;padding:0 16px;justify-content:flex-start;background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 2px #0000000d;color:#333;transition:all .2s;cursor:pointer}.chat-container .chat-sidebar .sidebar-menu .menu-btn:hover{background-color:#f5f5f5;border-color:#d9d9d9}.chat-container .chat-sidebar .sidebar-menu .menu-btn .anticon{margin-right:12px;font-size:16px;color:#555}.chat-container .chat-sidebar .history-label{padding:0 16px 8px;font-size:12px;color:#999;font-weight:500;margin-top:8px}.chat-container .chat-sidebar .chat-list{flex:1 1;overflow-y:auto;padding:0 12px 16px}.chat-container .chat-sidebar .chat-list::-webkit-scrollbar{width:4px}.chat-container .chat-sidebar .chat-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.chat-container .chat-sidebar .chat-list .chat-item{padding:10px 12px;margin-bottom:4px;border-radius:8px;cursor:pointer;transition:background-color .2s;color:#333;position:relative}.chat-container .chat-sidebar .chat-list .chat-item.active{background-color:#e6f4ff;color:#1677ff}.chat-container .chat-sidebar .chat-list .chat-item.active .item-preview,.chat-container .chat-sidebar .chat-list .chat-item.active .item-time{color:#1677ffcc}.chat-container .chat-sidebar .chat-list .chat-item .item-title{font-size:14px;line-height:20px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px}.chat-container .chat-sidebar .chat-list .chat-item .item-preview{font-size:12px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:18px}.chat-container .chat-sidebar .chat-list .chat-item .item-time{display:none}.chat-container .chat-sidebar .chat-list .chat-item .delete-session-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:none;color:#999;font-size:14px;padding:8px;z-index:10}.chat-container .chat-sidebar .chat-list .chat-item .delete-session-btn:hover{color:#ff4d4f}.chat-container .chat-sidebar .chat-list .chat-item:hover{background-color:#eaeaea}.chat-container .chat-sidebar .chat-list .chat-item:hover .delete-session-btn{display:block}.chat-container .chat-sidebar .chat-list .chat-item:hover .item-title{padding-right:24px}.chat-container .chat-content{flex:1 1;display:flex;flex-direction:column;background-color:#fff;position:relative;min-width:0}.chat-container .chat-content .chat-header-simple{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;flex-shrink:0}.chat-container .chat-content .chat-header-simple .model-info{font-weight:600;font-size:16px;color:#333}.chat-container .chat-content .message-list{flex:1 1;overflow-y:auto;padding:0;scroll-behavior:smooth}.chat-container .chat-content .message-list::-webkit-scrollbar{width:6px}.chat-container .chat-content .message-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.chat-container .chat-content .message-list .messages-wrapper{max-width:800px;margin:0 auto;padding:40px 0;width:100%}.chat-container .chat-content .message-list .message-item{display:flex;padding:16px 24px;border-bottom:1px solid transparent}.chat-container .chat-content .message-list .message-item.assistant{justify-content:flex-start}.chat-container .chat-content .message-list .message-item.assistant .message-content{background:transparent;padding:8px 0;color:#24292f;box-shadow:none;max-width:85%}.chat-container .chat-content .message-list .message-item.user{justify-content:flex-end}.chat-container .chat-content .message-list .message-item.user .message-content{background:#f4f4f4;color:#1a1a1a;border-radius:18px;padding:10px 16px;max-width:75%;box-shadow:0 2px 6px #0000000a;flex:none}.chat-container .chat-content .message-list .message-item .message-content{font-size:16px;line-height:1.7;overflow-wrap:break-word;min-width:0}.chat-container .chat-content .message-list .message-item .message-content h1,.chat-container .chat-content .message-list .message-item .message-content h2,.chat-container .chat-content .message-list .message-item .message-content h3,.chat-container .chat-content .message-list .message-item .message-content h4,.chat-container .chat-content .message-list .message-item .message-content h5,.chat-container .chat-content .message-list .message-item .message-content h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25;color:#1a1a1a}.chat-container .chat-content .message-list .message-item .message-content h1{font-size:1.5em;border-bottom:1px solid #eaecef;padding-bottom:.3em}.chat-container .chat-content .message-list .message-item .message-content h2{font-size:1.3em;border-bottom:1px solid #eaecef;padding-bottom:.3em}.chat-container .chat-content .message-list .message-item .message-content h3{font-size:1.1em}.chat-container .chat-content .message-list .message-item .message-content h4{font-size:1em}.chat-container .chat-content .message-list .message-item .message-content p{margin-top:0;margin-bottom:16px}.chat-container .chat-content .message-list .message-item .message-content p:last-child{margin-bottom:0}.chat-container .chat-content .message-list .message-item .message-content ul,.chat-container .chat-content .message-list .message-item .message-content ol{padding-left:2em;margin-top:0;margin-bottom:16px}.chat-container .chat-content .message-list .message-item .message-content ul li,.chat-container .chat-content .message-list .message-item .message-content ol li{margin-bottom:4px}.chat-container .chat-content .message-list .message-item .message-content blockquote{margin:0 0 16px;padding:0 1em;color:#6a737d;border-left:.25em solid #dfe2e5}.chat-container .chat-content .message-list .message-item .message-content code{padding:.2em .4em;margin:0;font-size:85%;background-color:#1b1f230d;border-radius:6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}.chat-container .chat-content .message-list .message-item .message-content pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:6px;margin-bottom:16px}.chat-container .chat-content .message-list .message-item .message-content pre code{padding:0;margin:0;background-color:transparent;border:0;font-size:100%;word-break:normal;white-space:pre}.chat-container .chat-content .message-list .message-item .message-content table{border-spacing:0;border-collapse:collapse;margin-top:0;margin-bottom:16px;width:100%;overflow:auto}.chat-container .chat-content .message-list .message-item .message-content table th,.chat-container .chat-content .message-list .message-item .message-content table td{padding:6px 13px;border:1px solid #dfe2e5}.chat-container .chat-content .message-list .message-item .message-content table tr{background-color:#fff;border-top:1px solid #c6cbd1}.chat-container .chat-content .message-list .message-item .message-content table tr:nth-child(2n){background-color:#f6f8fa}.chat-container .chat-content .message-list .message-item .message-content a{color:#0366d6;text-decoration:none}.chat-container .chat-content .message-list .message-item .message-content a:hover{text-decoration:underline}.chat-container .chat-content .message-list .message-item .message-content hr{height:.25em;padding:0;margin:24px 0;background-color:#e1e4e8;border:0}.chat-container .chat-content .message-list .empty-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding-bottom:200px}.chat-container .chat-content .message-list .empty-state .empty-icon-wrapper{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#a5b4fc,#6366f1,#e879f9);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #6366f133;animation:welcome-float 4s ease-in-out infinite}.chat-container .chat-content .message-list .empty-state .empty-icon-wrapper .empty-icon-sparkle{width:40px;height:40px;color:#fff;filter:drop-shadow(0 0 4px rgba(255,255,255,.4))}.chat-container .chat-content .message-list .empty-state .empty-text{font-size:24px;font-weight:600;color:#333;margin-top:8px}.chat-container .chat-content .message-list .empty-state .empty-subtext{font-size:14px;color:#888;margin-top:-8px}@keyframes welcome-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.chat-container .chat-content .input-area{padding:0 24px 24px;flex-shrink:0;background:linear-gradient(to bottom,#fff0,#fff 20%)}.chat-container .chat-content .input-area .input-wrapper{max-width:800px;margin:0 auto;position:relative;background:#fff;border:1.5px solid rgba(0,0,0,.12);box-shadow:0 8px 30px #0000000f;border-radius:24px;display:flex;flex-direction:column;transition:all .3s ease}.chat-container .chat-content .input-area .input-wrapper:focus-within{border-color:#1677ff;border-width:1.5px;box-shadow:0 8px 32px #1677ff1a}.chat-container .chat-content .input-area .input-wrapper .message-input{max-width:800px;padding:16px;border-radius:24px;font-size:16px;border:none;min-height:90px!important;background:transparent!important}.chat-container .chat-content .input-area .input-wrapper .message-input :global(.ant-input),.chat-container .chat-content .input-area .input-wrapper .message-input :global(.ant-input):focus,.chat-container .chat-content .input-area .input-wrapper .message-input :global(.ant-input-focused){border:none!important;box-shadow:none!important;outline:none!important;background:transparent!important;padding:12px 16px 60px!important;font-size:16px;resize:none!important;color:#1a1a1a}.chat-container .chat-content .input-area .input-wrapper .send-btn{position:absolute;bottom:12px;right:12px;height:36px;width:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#1677ff;border:none;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #1677ff33;z-index:10}.chat-container .chat-content .input-area .input-wrapper .send-btn:disabled{background:#f0f0f0;color:#ccc;box-shadow:none;cursor:not-allowed}.chat-container .chat-content .input-area .input-wrapper .send-btn:disabled .send-icon{color:#ccc}.chat-container .chat-content .input-area .input-wrapper .send-btn:hover:not(:disabled){background:#4096ff;transform:translateY(-1px)}.chat-container .chat-content .input-area .input-wrapper .send-btn .send-icon{font-size:16px;color:#fff}.chat-container .chat-content .input-area .footer-text{text-align:center;font-size:12px;color:#999;margin-top:12px}.knowledge-base-modal :global .ant-modal-content{padding:24px;border-radius:16px}.knowledge-base-modal :global .ant-modal-header{margin-bottom:24px}.knowledge-base-modal :global .ant-modal-header .ant-modal-title{font-size:18px;font-weight:600}.knowledge-base-modal .modal-content-wrapper .ant-table-wrapper .ant-table{border-radius:8px;overflow:hidden;border:1px solid #f0f0f0}.knowledge-base-modal .modal-content-wrapper .ant-table-wrapper .ant-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600;padding-left:20px!important;padding-right:20px!important}.knowledge-base-modal .modal-content-wrapper .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{padding-left:20px!important;padding-right:20px!important}.knowledge-base-modal .modal-content-wrapper .modal-footer-upload{margin-top:24px;display:flex;align-items:center;gap:12px}.knowledge-base-modal .modal-content-wrapper .modal-footer-upload .upload-tip{font-size:12px;color:#999}.ai-assistant-handle{position:fixed;bottom:80px;right:-22px;width:44px;height:auto;min-height:104px;padding:14px 0;border-radius:22px 0 0 22px;background:#fff;border:1px solid rgba(0,0,0,.05);border-right:none;box-shadow:-4px 0 16px #667eea0f,-10px 0 30px #0000000a;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;cursor:pointer;z-index:999;transition:all .5s cubic-bezier(.175,.885,.32,1.15)}.ai-assistant-handle:hover{right:0;width:48px;padding-right:4px;box-shadow:-6px 0 24px #667eea1f,-15px 0 45px #6366f114}.ai-assistant-handle:hover .handle-icon{transform:scale(1.1) rotate(15deg);box-shadow:0 4px 15px #6366f140}.ai-assistant-handle:active{transform:scale(.96)}.ai-assistant-handle .handle-icon{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#a5b4fc,#6366f1,#e879f9);display:flex;align-items:center;justify-content:center;margin-bottom:8px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 2px 8px #6366f126}.ai-assistant-handle .handle-icon .sparkle-svg{width:16px;height:16px;color:#fff;filter:drop-shadow(0 0 2px rgba(255,255,255,.3))}.ai-assistant-handle .handle-text{display:flex;flex-direction:column;align-items:center;width:100%;gap:3px}.ai-assistant-handle .handle-text .text-ai{font-size:11px;font-weight:800;color:#333;letter-spacing:.2px;line-height:1;text-align:center}.ai-assistant-handle .handle-text .text-zh{font-size:11px;font-weight:600;color:#333;line-height:1.1;text-align:center;opacity:.9}@keyframes float-pulse{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.ai-assistant-modal{position:fixed;bottom:20px;right:20px;width:25vw;height:75vh;background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000001f;display:flex;flex-direction:column;z-index:1000;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideInUp .3s ease-out}.ai-assistant-modal.fullscreen{right:0;bottom:0;width:100%;height:100%;border-radius:0}.ai-assistant-modal.fullscreen .ai-assistant-header{display:none}@media (max-width: 1600px){.ai-assistant-modal{width:30vw}}@media (max-width: 1200px){.ai-assistant-modal{width:40vw;height:70vh}}@media (max-width: 768px){.ai-assistant-modal{width:90vw;height:80vh;bottom:10px;right:5vw}}.ai-assistant-modal .ai-assistant-header{height:56px;background:linear-gradient(135deg,#667eea,#764ba2) top / 100% 10px no-repeat,#fff;padding:10px 20px 0;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;color:#1f1f1f;border-bottom:none}.ai-assistant-modal .ai-assistant-header .header-title{font-size:16px;font-weight:600;letter-spacing:.5px;color:#1f1f1f}.ai-assistant-modal .ai-assistant-header .header-actions{display:flex;align-items:center;gap:4px}.ai-assistant-modal .ai-assistant-header .header-actions .action-btn{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;background:transparent;color:#666}.ai-assistant-modal .ai-assistant-header .header-actions .action-btn:hover{background:#0000000a;color:#333;transform:none}.ai-assistant-modal .ai-assistant-header .header-actions .action-btn:active{background:#00000014}.ai-assistant-modal .ai-assistant-header .header-actions .action-btn .anticon{font-size:18px}.ai-assistant-modal .ai-assistant-body{flex:1 1;display:flex;overflow:hidden;position:relative;width:100%}.ai-assistant-modal .ai-assistant-body .chat-container{height:100%!important;width:100%!important;display:flex;overflow:hidden;background-color:transparent!important}.ai-assistant-modal .ai-assistant-body .chat-container .chat-sidebar{display:none!important}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content{flex:1 1;height:100%;width:100%!important;min-width:0;display:flex;flex-direction:column}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .chat-header-simple{display:none!important}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .message-list{flex:1 1;overflow-y:auto;height:0!important}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .message-list .messages-wrapper{max-width:100%;width:100%;padding:20px}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .message-list .message-item{padding:12px 16px}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .message-list .message-item .message-content{font-size:14px;line-height:1.6}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .message-list .empty-state{padding-bottom:100px;padding-top:40px}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .message-list .empty-state .empty-icon{font-size:40px}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .message-list .empty-state .empty-text{font-size:20px}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .message-list .empty-state .empty-subtext{font-size:13px}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .input-area{padding:16px 20px 20px;flex-shrink:0}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .input-area .input-wrapper{max-width:100%;margin:0;border-radius:12px}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .input-area .input-wrapper .message-input{min-height:80px!important}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .input-area .input-wrapper .message-input :global(.ant-input){padding:12px 16px 50px!important;font-size:14px}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .input-area .input-wrapper .send-btn{bottom:10px;right:10px;height:32px;width:32px}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .input-area .input-wrapper .send-btn .send-icon{font-size:14px}.ai-assistant-modal .ai-assistant-body .chat-container .chat-content .input-area .footer-text{font-size:11px;margin-top:8px}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container{border-radius:0}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-sidebar,.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .chat-header-simple{display:flex!important}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .message-list{height:auto!important}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .message-list .messages-wrapper{max-width:800px;width:100%;margin:0 auto;padding:40px 0}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .message-list .message-item{padding:16px 24px}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .message-list .message-item .message-content{font-size:16px;line-height:1.7}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .message-list .empty-state{padding-bottom:200px;padding-top:0}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .message-list .empty-state .empty-icon{font-size:48px}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .message-list .empty-state .empty-text{font-size:24px}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .message-list .empty-state .empty-subtext{font-size:14px}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .input-area{padding:0 24px 24px}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .input-area .input-wrapper{max-width:800px;margin:0 auto;border-radius:24px}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .input-area .input-wrapper .message-input{min-height:90px!important}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .input-area .input-wrapper .message-input :global(.ant-input){padding:12px 16px 60px!important;font-size:16px}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .input-area .input-wrapper .send-btn{bottom:12px;right:12px;height:36px;width:36px}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .input-area .input-wrapper .send-btn .send-icon{font-size:16px}.ai-assistant-modal.fullscreen .ai-assistant-body .chat-container .chat-content .input-area .footer-text{font-size:12px;margin-top:12px}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.mini-history-item{padding:10px 12px;cursor:pointer;border-radius:6px;transition:all .2s;margin-bottom:4px}.mini-history-item:hover{background-color:#f5f5f5}.mini-history-item .item-title{font-size:14px;color:#333;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-history-item .item-time{font-size:12px;color:#999}.ant-message{top:24px!important;z-index:9999!important;left:50%!important;transform:translate(-50%)!important;width:auto!important}.ant-message .ant-message-notice{padding:12px 20px!important;border-radius:8px!important;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d!important;margin:0 auto 12px!important;min-width:280px!important;max-width:420px!important;width:fit-content!important;backdrop-filter:blur(8px)!important;animation:messageSlideInDown .3s ease-out!important}.ant-message .ant-message-notice .ant-message-notice-content{display:flex!important;align-items:center!important}.ant-message .ant-message-notice .ant-message-notice-content .anticon{font-size:18px!important;margin-right:12px!important;margin-top:1px!important}.ant-message .ant-message-notice .ant-message-notice-content span:not(.anticon){font-size:15px!important;font-weight:500!important;line-height:1.4!important;color:#000000e0!important;letter-spacing:.3px!important}.ant-message .ant-message-notice:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px #0000001f,0 4px 8px -4px #00000029,0 12px 32px 8px #00000014!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ant-message-success .ant-message-notice{background:linear-gradient(135deg,#f6ffed,#f0f9e8)!important;border:1px solid #b7eb8f!important;border-left:4px solid #52c41a!important}.ant-message-success .ant-message-notice .ant-message-notice-content .anticon-check-circle{color:#52c41a!important;filter:drop-shadow(0 0 4px rgba(82,196,26,.3))!important}.ant-message-success .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#135200!important;font-weight:600!important}.ant-message-success .ant-message-notice:hover{border-left-color:#389e0d!important;box-shadow:0 8px 20px #52c41a26,0 4px 8px -4px #52c41a33,0 12px 32px 8px #52c41a1a!important}.ant-message-error .ant-message-notice{background:linear-gradient(135deg,#fff2f0,#ffebe8)!important;border:1px solid #ffa39e!important;border-left:4px solid #ff4d4f!important;animation:messageErrorShake .5s ease-in-out,messageSlideInDown .3s ease-out!important}.ant-message-error .ant-message-notice .ant-message-notice-content .anticon-close-circle{color:#ff4d4f!important;filter:drop-shadow(0 0 4px rgba(255,77,79,.3))!important}.ant-message-error .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#a8071a!important;font-weight:600!important}.ant-message-error .ant-message-notice:hover{border-left-color:#d9363e!important;box-shadow:0 8px 20px #ff4d4f26,0 4px 8px -4px #ff4d4f33,0 12px 32px 8px #ff4d4f1a!important}.ant-message-warning .ant-message-notice{background:linear-gradient(135deg,#fffbe6,#fff7cc)!important;border:1px solid #ffe58f!important;border-left:4px solid #faad14!important;animation:messagePulse 2s infinite,messageSlideInDown .3s ease-out!important}.ant-message-warning .ant-message-notice .ant-message-notice-content .anticon-exclamation-circle{color:#faad14!important;filter:drop-shadow(0 0 4px rgba(250,173,20,.3))!important}.ant-message-warning .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#7c4a00!important;font-weight:600!important}.ant-message-warning .ant-message-notice:hover{border-left-color:#d48806!important;box-shadow:0 8px 20px #faad1426,0 4px 8px -4px #faad1433,0 12px 32px 8px #faad141a!important}.ant-message-info .ant-message-notice{background:linear-gradient(135deg,#f0f8ff,#e8f4ff)!important;border:1px solid #91d5ff!important;border-left:4px solid #1677ff!important}.ant-message-info .ant-message-notice .ant-message-notice-content .anticon-info-circle{color:#1677ff!important;filter:drop-shadow(0 0 4px rgba(22,119,255,.3))!important}.ant-message-info .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#003eb3!important;font-weight:600!important}.ant-message-info .ant-message-notice:hover{border-left-color:#0958d9!important;box-shadow:0 8px 20px #1677ff26,0 4px 8px -4px #1677ff33,0 12px 32px 8px #1677ff1a!important}.ant-message-loading .ant-message-notice{background:linear-gradient(135deg,#fafafa,#f0f0f0)!important;border:1px solid #d9d9d9!important;border-left:4px solid #1677ff!important}.ant-message-loading .ant-message-notice .ant-message-notice-content .anticon-loading{color:#1677ff!important}.ant-message-loading .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#000000e0!important;font-weight:500!important}@keyframes messageSlideInDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes messageErrorShake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-3px)}20%,40%,60%,80%{transform:translate(3px)}}@keyframes messagePulse{0%,to{box-shadow:0 6px 16px #faad1414,0 3px 6px -4px #faad141f,0 9px 28px 8px #faad140d}50%{box-shadow:0 8px 20px #faad141f,0 4px 8px -4px #faad1429,0 12px 32px 8px #faad1414}}@media (max-width: 768px){.ant-message{left:50%!important;transform:translate(-50%)!important;width:calc(100vw - 32px)!important;max-width:400px!important}.ant-message .ant-message-notice{min-width:auto!important;max-width:100%!important;width:100%!important;margin:0 auto 12px!important}.ant-message .ant-message-notice .ant-message-notice-content .anticon{font-size:16px!important;margin-right:10px!important}.ant-message .ant-message-notice .ant-message-notice-content span:not(.anticon){font-size:14px!important}}@media (prefers-color-scheme: dark){.ant-message-success .ant-message-notice{background:linear-gradient(135deg,#162312,#1f2b1a)!important;border-color:#274916!important}.ant-message-success .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#95de64!important}.ant-message-error .ant-message-notice{background:linear-gradient(135deg,#2a1215,#391419)!important;border-color:#58181c!important}.ant-message-error .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#ff7875!important}.ant-message-warning .ant-message-notice{background:linear-gradient(135deg,#2b2111,#3e3019)!important;border-color:#594214!important}.ant-message-warning .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#ffc53d!important}.ant-message-info .ant-message-notice{background:linear-gradient(135deg,#111b26,#15325b)!important;border-color:#15417e!important}.ant-message-info .ant-message-notice .ant-message-notice-content span:not(.anticon){color:#69b1ff!important}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
