*{box-sizing:border-box}#root,body,html{width:100%;height:100%;background-color:#f2f2f2;margin:0;padding:0;font-size:1.6rem}.NavigationBar{width:100%;height:100%;display:flex;flex-direction:column}.NavigationBar .NavigationBar-header{width:100%;height:48px;padding:0 12px;-webkit-app-region:drag}.NavigationBar .NavigationBar-header .tabs{padding-left:55px;display:flex;align-items:center;height:100%;flex:1}.NavigationBar .NavigationBar-header .tabs .tab{flex:1;max-width:150px;padding:6px 12px;font-size:12px;color:#000;cursor:pointer;border-radius:8px;transition:all .2s;white-space:nowrap;font-weight:700;-webkit-app-region:no-drag;display:flex;align-items:center;justify-content:space-between;gap:6px;position:relative}.NavigationBar .NavigationBar-header .tabs .tab .tab-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NavigationBar .NavigationBar-header .tabs .tab .tab-close{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;opacity:0;transition:all .2s;flex-shrink:0;font-size:10px;color:#666;-webkit-app-region:no-drag}.NavigationBar .NavigationBar-header .tabs .tab .tab-close:hover{background-color:#0000001a;color:#333}.NavigationBar .NavigationBar-header .tabs .tab:hover{background-color:#ededed}.NavigationBar .NavigationBar-header .tabs .tab:hover .tab-close{opacity:1}.NavigationBar .NavigationBar-header .tabs .tab.active{background-color:#fff}.NavigationBar .NavigationBar-header .tabs .tab.active .tab-close{opacity:.6}.NavigationBar .NavigationBar-header .tabs .tab.active .tab-close:hover{opacity:1;background-color:#0000001a}.NavigationBar .NavigationBar-content{width:100%;height:calc(100% - 48px);display:flex;overflow:hidden}.NavigationBar .NavigationBar-content .sidebar{width:80px;height:100%;display:flex;flex-direction:column;padding:16px 0}.NavigationBar .NavigationBar-content .sidebar .sidebar-profile{display:flex;justify-content:center;margin-bottom:24px}.NavigationBar .NavigationBar-content .sidebar .sidebar-profile .profile-avatar{cursor:pointer;transition:all .2s}.NavigationBar .NavigationBar-content .sidebar .sidebar-profile .profile-avatar:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.NavigationBar .NavigationBar-content .sidebar .sidebar-profile .profile-avatar.profile-avatar-default{background-color:#d9d9d9;color:#8c8c8c;border:none}.NavigationBar .NavigationBar-content .sidebar .sidebar-profile .profile-avatar.profile-avatar-default .anticon{font-size:20px}.NavigationBar .NavigationBar-content .sidebar .sidebar-profile .profile-avatar.profile-avatar-default:hover{background-color:#bfbfbf;color:#737373}.NavigationBar .NavigationBar-content .sidebar .sidebar-menu{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.NavigationBar .NavigationBar-content .sidebar .sidebar-menu .menu-item{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:6px;cursor:pointer;transition:all .2s;color:#666}.NavigationBar .NavigationBar-content .sidebar .sidebar-menu .menu-item .menu-icon{font-size:18px;width:20px;display:flex;align-items:center;justify-content:center}.NavigationBar .NavigationBar-content .sidebar .sidebar-menu .menu-item .menu-label{font-size:13px}.NavigationBar .NavigationBar-content .sidebar .sidebar-menu .menu-item:hover{background-color:#ececec}.NavigationBar .NavigationBar-content .main{flex:1;height:100%;padding:0 10px 10px 0;overflow:auto}:global(.wx-login-modal){z-index:10000!important}:global(.wx-login-modal) .ant-modal-content{padding:0;border-radius:8px;overflow:hidden}:global(.wx-login-modal) .ant-modal-header{padding:16px 20px;border-bottom:1px solid #f0f0f0;display:none}:global(.wx-login-modal) .ant-modal-body{padding:0}:global(.wx-login-modal) .ant-modal-close{top:12px;right:12px;z-index:10001}.wx-login-modal-content{width:100%;background-color:#fff}.wx-login-modal-content .wx-login-title{font-size:20px;font-weight:500;color:#333;margin:0;padding:20px;text-align:center;border-bottom:1px solid #f0f0f0}.wx-login-modal-content .wx-login-webview-wrapper{height:450px;position:relative;display:flex;align-items:center;justify-content:center;background-color:#fff;overflow:hidden}.wx-login-modal-content .wx-login-footer{padding:16px 20px;text-align:center;border-top:1px solid #f0f0f0}.wx-login-modal-content .wx-login-footer .footer-text{font-size:12px;color:#999;line-height:1.5}.wx-login-modal-content .wx-login-footer .footer-link{color:#1890ff;text-decoration:none;margin:0 2px;cursor:pointer;transition:color .2s}.wx-login-modal-content .wx-login-footer .footer-link:hover{color:#40a9ff;text-decoration:underline}.wx-login-modal-content .wx-login-webview{width:100%;height:100%;border:none;outline:none}.P-Dialog{width:100%;height:100%;display:flex}.P-Dialog .P-Dialog-left{flex:1;min-width:200px;max-width:300px;height:100%}.P-Dialog .P-Dialog-right{flex:4;height:100%;display:flex;flex-direction:column;overflow:hidden}.P-Dialog .P-Dialog-right .content{width:100%;max-width:900px;margin:0 auto;height:100%;display:flex;flex-direction:column;padding:0 20px}.P-Dialog .P-Dialog-right .message-area{flex:1;overflow:hidden;display:flex;flex-direction:column}.P-Dialog .P-Dialog-right .input-area{padding:20px 0;flex-shrink:0;position:relative}.P-Dialog .P-Dialog-right .input-area .stop-button{position:absolute;top:-15px;right:50%;transform:translate(50%);width:100px;height:30px;background-color:#fff;color:#000;border-radius:10px;cursor:pointer;z-index:1000;box-shadow:0 0 10px #0000001a;text-align:center;line-height:30px;font-size:14px;transition:all .2s;border:1px solid #e0e0e0}.P-Dialog .P-Dialog-right .input-area .stop-button:hover,.P-Dialog .P-Dialog-right .input-area .stop-button:active{box-shadow:0 0 10px #0003;font-weight:500}.DialogueList{width:100%;height:100%;display:flex;flex-direction:column}.DialogueList .dialogue-header{padding:16px}.DialogueList .dialogue-header .new-dialogue-btn{height:40px;border-radius:8px;background-color:#f0f0f0;border:1px solid #d7d7d7;color:#333;transition:all .2s}.DialogueList .dialogue-header .new-dialogue-btn:hover{background-color:#e0e0e0;border-color:#d9d9d9;color:#333}.DialogueList .dialogue-header .new-dialogue-btn:active{background-color:#d0d0d0}.DialogueList .dialogue-header .new-dialogue-btn .anticon{color:#333}.DialogueList .dialogue-list{flex:1;overflow-y:auto;padding:8px}.DialogueList .dialogue-list .loading-state,.DialogueList .dialogue-list .empty-state{padding:20px;text-align:center;color:#999;font-size:14px}.DialogueList .dialogue-list .dialogue-item{padding:12px 16px;margin-bottom:4px;border-radius:8px;cursor:pointer;transition:all .2s;border:1px solid transparent;position:relative;display:flex;align-items:center;justify-content:space-between}.DialogueList .dialogue-list .dialogue-item:hover{background-color:#f0f0f0;border:1px solid #d7d7d7}.DialogueList .dialogue-list .dialogue-item:hover .dialogue-delete{opacity:1}.DialogueList .dialogue-list .dialogue-item.selected{background-color:#e0e0e0;border-color:#d9d9d9;color:#333}.DialogueList .dialogue-list .dialogue-item .dialogue-content{flex:1;min-width:0}.DialogueList .dialogue-list .dialogue-item .dialogue-title{font-size:14px;font-weight:500;color:#333;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DialogueList .dialogue-list .dialogue-item .dialogue-time{font-size:12px;color:#999}.DialogueList .dialogue-list .dialogue-item .dialogue-delete{position:absolute;top:8px;right:8px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;opacity:0;transition:all .2s;cursor:pointer;color:#ff4d4f;font-size:12px;z-index:1}.DialogueList .dialogue-list .dialogue-item .dialogue-delete:hover{background-color:#ff4d4f1a;color:#ff4d4f}.DialogueList .dialogue-list .dialogue-item .dialogue-delete:active{background-color:#ff4d4f33}.loading-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;gap:12px}.loading-wrapper .loading-icon{animation:spin 1s linear infinite}.loading-wrapper .loading-text{font-size:14px;color:#999}.MessageList{width:100%;height:100%;display:flex;flex-direction:column;overflow-y:auto}.MessageList::-webkit-scrollbar{display:none}.MessageList .empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:14px}.MessageList .message-container{display:flex;flex-direction:column;gap:16px;padding:10px}.MessageList .message-container .message-item{display:flex;max-width:90%;animation:fadeIn .3s ease-in}.MessageList .message-container .message-item.user-message{align-self:flex-start;justify-content:flex-start}.MessageList .message-container .message-item.user-message .message-content{background-color:#1890ff;color:#fff;border-radius:12px 12px 12px 4px}.MessageList .message-container .message-item.bot-message{align-self:flex-end;justify-content:flex-end}.MessageList .message-container .message-item.bot-message .message-content{background-color:#fff;color:#333;border-radius:12px 12px 4px;box-shadow:0 2px 8px #0000001a}.MessageList .message-container .message-item.bot-message .message-thinking{display:flex;align-items:center;justify-content:center;gap:4px;font-size:14px;color:#999}.MessageList .message-container .message-item.bot-message .message-thinking .message-thinking-dot{width:8px;height:8px;background-color:#999;border-radius:50%;animation:pulseDot 1.5s infinite}.MessageList .message-container .message-item.bot-message .message-thinking .message-thinking-dot:nth-child(2){animation-delay:.2s}.MessageList .message-container .message-item.bot-message .message-thinking .message-thinking-dot:nth-child(3){animation-delay:.4s}.MessageList .message-container .message-item .message-content{padding:12px 16px;font-size:14px;line-height:1.6;word-wrap:break-word;white-space:pre-wrap}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseDot{0%{transform:scale(.8);transform:translateY(2px)}50%{transform:scale(1.2);transform:translateY(-6px)}to{transform:scale(.8);transform:translateY(0)}}.DialogInput{width:100%;background-color:#fff;border-radius:15px;padding:12px 16px;margin-bottom:8px;transition:all .2s;box-shadow:0 0 10px #0000001a;border:1px solid #fff}.DialogInput:focus-within{border:1px solid #b5b6b8}.DialogInput .dialog-input-textarea{width:100%;border:none;font-size:14px;padding:0;resize:none;box-shadow:none}.DialogInput .dialog-input-textarea::placeholder{color:#bfbfbf}.DialogInput .input-controls{display:flex;align-items:center;justify-content:space-between;padding:0 4px;margin-top:8px}.DialogInput .input-controls .controls-left{display:flex;align-items:center;gap:12px}.DialogInput .input-controls .controls-left .control-item{display:flex;align-items:center;gap:4px;color:#666;font-size:13px;cursor:pointer;padding:4px 12px;border-radius:10px;transition:all .2s;white-space:nowrap;position:relative;border:1px solid #e5e4e4}.DialogInput .input-controls .controls-left .control-item:hover{background-color:#f0f0f0}.DialogInput .input-controls .controls-left .control-item .control-arrow{font-size:10px;margin-left:2px}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper{position:absolute;left:0;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:280px;max-width:320px;z-index:1000;padding:8px 0;max-height:400px;overflow-y:auto}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper.dropdown-down{top:calc(100% + 8px);bottom:auto}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper.dropdown-up{bottom:calc(100% + 8px);top:auto}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper .model-dropdown .dropdown-item{display:flex;align-items:center;padding:10px 16px;cursor:pointer;transition:all .2s;gap:8px}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper .model-dropdown .dropdown-item:hover{background-color:#f5f5f5}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper .model-dropdown .dropdown-item.selected{background-color:#f6ffed;color:#52c41a}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper .model-dropdown .dropdown-item .check-icon{margin-left:auto;color:#52c41a;font-size:14px}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper .model-dropdown .switch-item{display:flex;justify-content:space-between;padding:10px 16px}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper .model-dropdown .model-item{justify-content:space-between}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper .model-dropdown .model-item .model-info{flex:1;display:flex;flex-direction:column;gap:2px}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper .model-dropdown .model-item .model-info .model-label{font-size:14px;font-weight:500}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper .model-dropdown .model-item .model-info .model-subtitle{font-size:12px;color:#999}.DialogInput .input-controls .controls-left .control-item.model-selector .model-dropdown-wrapper .model-dropdown .dropdown-divider{height:1px;background-color:#e8e8e8;margin:4px 0}.DialogInput .input-controls .controls-right{display:flex;align-items:center;gap:8px}.DialogInput .input-controls .controls-right .send-button{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .2s;min-width:32px}.DialogInput .input-controls .controls-right .send-button.has-value{background-color:#424242;color:#fff}.DialogInput .input-controls .controls-right .send-button.has-value:hover{background-color:#525252}.DialogInput .input-controls .controls-right .send-button.has-value .anticon{color:#fff}.DialogInput .input-controls .controls-right .send-button.no-value,.DialogInput .input-controls .controls-right .send-button.sending{background-color:#d3d3d3;color:#fff;cursor:not-allowed}.DialogInput .input-controls .controls-right .send-button.no-value:hover,.DialogInput .input-controls .controls-right .send-button.sending:hover{background-color:silver}.DialogInput .input-controls .controls-right .send-button.no-value .anticon,.DialogInput .input-controls .controls-right .send-button.sending .anticon{color:#fff}.DialogInput .input-controls .controls-right .send-button .anticon{font-size:16px}.P-Home{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.P-Home .home-container{width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;padding:40px 20px}.P-Home .home-container .home-icon{margin-bottom:40px}.P-Home .home-container .home-icon img{width:100%;max-width:80px;height:auto;display:block}.P-Home .home-container .input-section{width:100%}.P-Personal{width:100%;height:100%;border-radius:10px;display:flex;background-color:#fff}.P-Personal .personal-left{width:240px;min-width:240px;height:100%;border-radius:initial}.P-Personal .personal-right{flex:1;height:100%;border-radius:inherit;overflow:hidden}.KnowledgeList{width:100%;height:100%;display:flex;flex-direction:column}.KnowledgeList .knowledge-header{padding:16px}.KnowledgeList .knowledge-header .knowledge-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#333;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s}.KnowledgeList .knowledge-header .knowledge-title:hover{background-color:#f6f6f6}.KnowledgeList .knowledge-header .knowledge-title .title-icon{font-size:16px}.KnowledgeList .knowledge-items{flex:1;overflow-y:auto;padding:4px 0}.KnowledgeList .knowledge-items .tree-node .tree-node-content{display:flex;align-items:center;gap:8px;padding:6px 12px;margin:2px 8px;border-radius:6px;cursor:pointer;transition:all .2s;border:1px solid transparent;position:relative}.KnowledgeList .knowledge-items .tree-node .tree-node-content:hover{background-color:#f0f0f0}.KnowledgeList .knowledge-items .tree-node .tree-node-content.selected{background-color:#edf4ef}.KnowledgeList .knowledge-items .tree-node .tree-node-content .folder-icon-wrapper{position:relative;width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.KnowledgeList .knowledge-items .tree-node .tree-node-content .folder-icon-wrapper .folder-icon{font-size:16px;opacity:1;transition:opacity .2s;position:absolute}.KnowledgeList .knowledge-items .tree-node .tree-node-content .folder-icon-wrapper .folder-arrow-icon{font-size:16px;color:#666;opacity:0;transition:all .2s;position:absolute;cursor:pointer;transform:rotate(0)}.KnowledgeList .knowledge-items .tree-node .tree-node-content .folder-icon-wrapper .folder-arrow-icon.expanded{transform:rotate(90deg);opacity:0}.KnowledgeList .knowledge-items .tree-node .tree-node-content .folder-icon-wrapper .folder-loading-icon{font-size:16px;color:#1890ff;opacity:1;position:absolute;cursor:pointer;animation:spin 1s linear infinite}.KnowledgeList .knowledge-items .tree-node .tree-node-content .folder-icon-wrapper.has-children:has(.folder-loading-icon) .folder-icon{opacity:0}.KnowledgeList .knowledge-items .tree-node .tree-node-content:hover .folder-icon-wrapper.has-children:not(:has(.folder-loading-icon)) .folder-icon{opacity:0}.KnowledgeList .knowledge-items .tree-node .tree-node-content:hover .folder-icon-wrapper.has-children:not(:has(.folder-loading-icon)) .folder-arrow-icon{opacity:1}.KnowledgeList .knowledge-items .tree-node .tree-node-content .node-name{font-size:13px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FileActionMenu .action-icon-wrapper{position:relative}.FileActionMenu .action-icon-wrapper .file-action-icon{font-size:16px;cursor:pointer;color:#666;transition:all .2s}.FileActionMenu .action-icon-wrapper .file-action-icon:hover{color:#1890ff}.FileActionMenu .action-icon-wrapper .action-menu{position:absolute;top:calc(100% + 8px);right:0;background-color:#fff;border:1px solid #e8e8e8;border-radius:6px;box-shadow:0 4px 12px #00000026;padding:4px;min-width:160px;z-index:1000}.FileActionMenu .action-icon-wrapper .action-menu .menu-item{display:flex;align-items:center;gap:8px;padding:8px;border-radius:6px;cursor:pointer;transition:all .2s;font-size:14px;color:#333}.FileActionMenu .action-icon-wrapper .action-menu .menu-item:hover{background-color:#f5f5f5}.FileActionMenu .action-icon-wrapper .action-menu .menu-item .menu-icon{font-size:16px;color:#666}.FileActionMenu .action-icon-wrapper .action-menu .menu-item .menu-arrow{font-size:12px;color:#999}.MoveToModal-mask{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:2000}.MoveToModal{width:720px;max-height:90vh;background:#fff;border-radius:20px;display:flex;flex-direction:column;box-shadow:0 25px 80px #0f172a33;overflow:hidden}.MoveToModal .move-header{padding:24px 28px 16px;display:flex;justify-content:space-between;align-items:flex-start}.MoveToModal .move-header .header-title{font-size:18px;font-weight:600;color:#15181f;margin-bottom:6px}.MoveToModal .move-header .header-subtitle{font-size:13px;color:#8b95a7}.MoveToModal .move-header .header-close{font-size:16px;color:#8b95a7;cursor:pointer}.MoveToModal .move-body{padding:0 28px 8px;display:flex;flex-direction:column;flex:1}.MoveToModal .move-body .path-bar{display:flex;align-items:center;flex-wrap:wrap;font-size:13px;color:#5f6573;margin-bottom:16px}.MoveToModal .move-body .path-bar .path-item{display:flex;align-items:center;gap:6px}.MoveToModal .move-body .path-bar .path-name{cursor:pointer}.MoveToModal .move-body .path-bar .path-name.current{cursor:default;color:#15181f;font-weight:600}.MoveToModal .move-body .path-bar .path-split{font-size:10px;color:#b1b6c4}.MoveToModal .move-body .list-wrapper{flex:1;padding:12px 0 24px;overflow-y:auto;max-height:40vh}.MoveToModal .move-body .list-wrapper .list-empty{height:200px;border-radius:16px;background:#f6f8fb;display:flex;align-items:center;justify-content:center;color:#8b95a7;font-size:14px}.MoveToModal .move-body .list-wrapper .list-item{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-radius:16px;background:#f8fafc;margin-bottom:10px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.MoveToModal .move-body .list-wrapper .list-item:hover{background:#eff6ff}.MoveToModal .move-body .list-wrapper .list-item.selected{border-color:#1677ff;background:#1677ff1a}.MoveToModal .move-body .list-wrapper .list-item.disabled{cursor:not-allowed;color:#bcc3d1;background:#f5f6f8;border-color:transparent}.MoveToModal .move-body .list-wrapper .list-item.disabled .item-name{color:#bcc3d1}.MoveToModal .move-body .list-wrapper .list-item.disabled .item-meta{color:#cdd3df}.MoveToModal .move-body .list-wrapper .list-item .item-info{display:flex;align-items:center;gap:12px;width:80%}.MoveToModal .move-body .list-wrapper .list-item .item-info .item-icon{font-size:20px}.MoveToModal .move-body .list-wrapper .list-item .item-info .item-icon.folder{color:#53c1a8}.MoveToModal .move-body .list-wrapper .list-item .item-info .item-icon.file{color:#a0a8b8}.MoveToModal .move-body .list-wrapper .list-item .item-info .item-name{font-size:15px;color:#15181f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.MoveToModal .move-body .list-wrapper .list-item .item-meta{font-size:13px;color:#8b95a7}.MoveToModal .move-footer{border-top:1px solid #f0f2f5;padding:16px 28px 24px;display:flex;justify-content:flex-end;gap:12px}.MoveToModal .move-footer .btn{min-width:112px;height:40px;border-radius:999px;font-size:14px;cursor:pointer;border:none;transition:all .2s ease}.MoveToModal .move-footer .btn-ghost{background:#f5f6f8;color:#4b5568}.MoveToModal .move-footer .btn-ghost:hover{background:#e9ebef}.MoveToModal .move-footer .disabled{background:#e9ebef;color:#595f69;cursor:not-allowed;box-shadow:none}.MoveToModal .move-footer .btn-primary{background:linear-gradient(135deg,#54c9a6,#55d6c1);color:#fff;box-shadow:0 8px 20px #54c9a659}.MoveToModal .move-footer .btn-primary:hover{filter:brightness(1.05)}.FileList{width:100%;height:100%;display:flex;flex-direction:column;background-color:#fff}.FileList .file-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background-color:#fff}.FileList .file-header .breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.FileList .file-header .breadcrumb .separator{color:#999;margin:0 4px}.FileList .file-header .breadcrumb .breadcrumb-item{cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s;color:#666}.FileList .file-header .breadcrumb .breadcrumb-item:hover{background-color:#f0f0f0;color:#333}.FileList .file-header .breadcrumb .breadcrumb-item.current{color:#333;font-weight:500;cursor:default}.FileList .file-header .breadcrumb .breadcrumb-item.current:hover{background-color:transparent}.FileList .file-header .header-actions{display:flex;align-items:center;gap:16px}.FileList .file-header .header-actions .action-icon{font-size:16px;cursor:pointer;color:#666;transition:all .2s}.FileList .file-header .header-actions .action-icon:hover{color:#333}.FileList .file-header .header-actions .action-icon.delete-icon{color:#ff4d4f}.FileList .file-header .header-actions .action-icon.delete-icon:hover{color:#ff7875}.FileList .file-header .header-actions .sort-icon-wrapper{position:relative}.FileList .file-header .header-actions .sort-icon-wrapper .sort-icon:hover{color:#1890ff}.FileList .file-header .header-actions .sort-icon-wrapper .sort-menu{position:absolute;top:calc(100% + 8px);right:0;background-color:#fff;border:1px solid #e8e8e8;border-radius:6px;box-shadow:0 4px 12px #00000026;padding:4px;min-width:120px;z-index:1000}.FileList .file-header .header-actions .sort-icon-wrapper .sort-menu .sort-menu-item{display:flex;align-items:center;justify-content:space-between;padding:8px;border-radius:6px;cursor:pointer;transition:all .2s;font-size:14px;color:#333}.FileList .file-header .header-actions .sort-icon-wrapper .sort-menu .sort-menu-item:hover{background-color:#f5f5f5}.FileList .file-header .header-actions .sort-icon-wrapper .sort-menu .sort-menu-item.selected{background-color:#f6ffed;color:#5fa872}.FileList .file-header .header-actions .sort-icon-wrapper .sort-menu .sort-menu-item.selected .check-icon{color:#5fa872;font-size:14px}.FileList .file-header .header-actions .search-bar-inline{display:flex;align-items:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:2px 5px;min-width:300px;transition:all .2s}.FileList .file-header .header-actions .search-bar-inline:focus-within{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.FileList .file-header .header-actions .search-bar-inline .search-icon{font-size:16px;color:#999;margin-right:8px;flex-shrink:0}.FileList .file-header .header-actions .search-bar-inline .search-input{flex:1;border:none;outline:none;font-size:14px;color:#333;background:transparent;min-width:0}.FileList .file-header .header-actions .search-bar-inline .search-input::placeholder{color:#bfbfbf}.FileList .file-header .header-actions .search-bar-inline .search-close{font-size:14px;color:#999;cursor:pointer;padding:2px;border-radius:50%;flex-shrink:0;margin-left:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.FileList .file-header .header-actions .search-bar-inline .search-close:hover{background-color:#f0f0f0;color:#666}.FileList .file-content{flex:1;overflow-y:auto;padding:20px;position:relative;-webkit-user-select:none;user-select:none}.FileList .file-content.dragging{cursor:crosshair}.FileList .file-content .selection-box{position:fixed;background-color:#1890ff1a;pointer-events:none;z-index:100}.FileList .file-content .empty-state{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:14px}.FileList .file-content .file-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.FileList .file-content .file-grid .file-item{display:flex;flex-direction:column;align-items:center;padding:10px;border-radius:8px;background-color:#fafafa;border:1px solid #e8e8e8;transition:all .2s;position:relative}.FileList .file-content .file-grid .file-item .file-checkbox{position:absolute;top:8px;right:8px;width:20px;height:20px;border:2px solid #d9d9d9;border-radius:4px;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .2s;z-index:10}.FileList .file-content .file-grid .file-item .file-checkbox.checked{background-color:#1890ff;border-color:#1890ff;opacity:1}.FileList .file-content .file-grid .file-item .file-checkbox.checked .anticon{color:#fff;font-size:12px}.FileList .file-content .file-grid .file-item:hover .file-checkbox{opacity:1}.FileList .file-content .file-grid .file-item.selected{background-color:#e6f7ff;border-color:#1890ff}.FileList .file-content .file-grid .file-item.clickable{cursor:pointer}.FileList .file-content .file-grid .file-item.clickable:hover{background-color:#f0f0f0;border-color:#d9d9d9;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.FileList .file-content .file-grid .file-item:not(.clickable){cursor:default}.FileList .file-content .file-grid .file-item.dragging{pointer-events:none}.FileList .file-content .file-grid .file-item .file-icon-wrapper{margin-bottom:12px;position:relative}.FileList .file-content .file-grid .file-item .file-icon-wrapper .file-icon{font-size:56px}.FileList .file-content .file-grid .file-item .file-info{width:100%;text-align:center}.FileList .file-content .file-grid .file-item .file-info .file-name-wrapper{width:100%;height:45px}.FileList .file-content .file-grid .file-item .file-info .file-name-wrapper .file-name{font-size:14px;font-weight:500;color:#333;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;word-break:break-word;min-height:19.6px}.FileList .file-content .file-grid .file-item .file-info .file-name-wrapper .file-name-textarea{width:100%;font-size:14px;font-weight:500;color:#333;text-align:center;border-radius:4px;padding:2px 4px;margin-bottom:6px;outline:none;background-color:#fff;resize:none;overflow:hidden;line-height:1.4;min-height:19.6px;max-height:39.2px;word-break:break-word;font-family:inherit}.FileList .file-content .file-grid .file-item .file-info .file-meta-row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px}.FileList .file-content .file-grid .file-item .file-info .file-meta{font-size:12px;color:#999;line-height:1.4;white-space:nowrap}.FileList .context-menu{position:fixed;background-color:#fff;border:1px solid #e8e8e8;border-radius:6px;box-shadow:0 4px 12px #00000026;padding:4px 0;min-width:120px;z-index:1000}.FileList .context-menu .context-menu-item{display:flex;align-items:center;gap:8px;padding:8px 16px;cursor:pointer;transition:all .2s;font-size:14px;color:#333}.FileList .context-menu .context-menu-item:hover{background-color:#f5f5f5}.FileList .context-menu .context-menu-item .anticon{font-size:14px;color:#666}.P-WebLink{width:100%;height:100%;display:flex;flex-direction:column;background-color:#fff}.P-WebLink .web-link-iframe{width:100%;height:100%;border:none;flex:1}.P-WebLink .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;color:#999}.P-WebLink .error-state p{font-size:16px;margin:0}.P-WebLink .error-state button{padding:8px 24px;background-color:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s}.P-WebLink .error-state button:hover{background-color:#40a9ff}.P-WxLogin{width:100%;height:100%;min-height:100%;display:flex;align-items:center;justify-content:center;background-color:#fff}.P-WxLogin .wx-login-iframe-wrapper{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;background-color:#fff}.P-WxLogin .wx-login-iframe-wrapper .wx-login-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;z-index:1}.P-WxLogin .wx-login-iframe-wrapper .wx-login-iframe{width:100%;height:100%;border:none;outline:none;display:block}.P-WxLogin .wx-login-iframe-wrapper .wx-login-error{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:14px}.P-UserCenter{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;padding:40px 20px}.P-UserCenter .user-center-container{width:100%;max-width:600px;background-color:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 8px #0000001a}.P-UserCenter .user-center-container .user-info-section{display:flex;align-items:center;gap:24px;padding-bottom:32px;border-bottom:1px solid #f0f0f0;margin-bottom:32px}.P-UserCenter .user-center-container .user-info-section .user-avatar{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.P-UserCenter .user-center-container .user-info-section .user-avatar img{width:100%;height:100%;object-fit:cover}.P-UserCenter .user-center-container .user-info-section .user-avatar .avatar-placeholder{font-size:32px;color:#666;font-weight:500}.P-UserCenter .user-center-container .user-info-section .user-details{flex:1;min-width:0}.P-UserCenter .user-center-container .user-info-section .user-details .user-nickname{font-size:20px;font-weight:500;color:#333;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.P-UserCenter .user-center-container .user-info-section .user-details .user-username{font-size:16px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.P-UserCenter .user-center-container .user-actions .logout-btn{width:100%;padding:12px 0;background-color:#ff4d4f;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:all .2s}.P-UserCenter .user-center-container .user-actions .logout-btn:hover{background-color:#ff7875}.P-UserCenter .user-center-container .user-actions .logout-btn:active{background-color:#cf1322}
