.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(to bottom,#fff,#f1f5f9);overflow:hidden}.login-container .particle-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(to bottom,#fff,#f1f5f9)}.login-container .login-card{position:relative;z-index:1;background:#fff;padding:40px;border-radius:16px;box-shadow:0 20px 60px #4a90e24d;width:100%;max-width:420px;animation:slideIn .5s ease-out}.login-container .login-title{font-size:24px;font-weight:600;color:#1d2129;margin-bottom:32px;text-align:center}.login-container .register-link{text-align:center;font-size:14px;color:#86909c;margin-top:16px}.login-container .register-link a{color:#165dff;text-decoration:none;font-weight:500}.login-container .register-link a:hover{text-decoration:underline}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:20px}.register-container .register-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 20px 60px #4a90e233;width:100%;max-width:480px;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.register-container .register-title{font-size:24px;font-weight:600;color:#1d2129;margin-bottom:32px;text-align:center}.register-container .login-link{text-align:center;font-size:14px;color:#86909c;margin-top:16px}.register-container .login-link a{color:#165dff;text-decoration:none;font-weight:500}.register-container .login-link a:hover{text-decoration:underline}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0000004d}.modal-content-wide{max-width:800px;width:92%}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0}.modal-header h3{font-size:18px;color:#1a1a1a;margin:0}.close-button{background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s ease}.close-button:hover{background:#f5f5f5;color:#333}.enterprise-form{padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-size:14px;color:#333;font-weight:500}.form-group input,.form-group select,.form-group textarea.form-textarea{width:100%;padding:10px 12px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;transition:all .3s ease;background:#fafafa;box-sizing:border-box}.form-group textarea.form-textarea{display:block;width:100%;max-width:100%;min-height:88px;line-height:1.55;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;resize:vertical;overflow-x:hidden}.form-group textarea.form-textarea-auto{min-height:6em;overflow-y:hidden;resize:vertical}.form-group textarea.form-textarea-readonly{width:100%;max-width:100%;min-height:4.5em;overflow-y:auto;resize:none}.enterprise-form--competitor .form-group-multiline{width:100%}.enterprise-form--competitor .form-group-multiline textarea,.enterprise-form--competitor .form-group-multiline input[readonly]{width:100%!important;max-width:100%;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea.form-textarea:focus{outline:none;border-color:#4a90e2;background:#fff;box-shadow:0 0 0 3px #4a90e21a}.form-group-multiline textarea.form-textarea{background:#fff}.readonly-input{background:#f5f5f5!important;color:#666;cursor:not-allowed}textarea.readonly-input.form-textarea{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;resize:none}.input-with-button{display:flex;gap:8px;position:relative}.input-with-button input{flex:1}.form-group{position:relative}.query-button{padding:10px 20px;background:#4a90e2;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;white-space:nowrap;transition:all .3s ease}.query-button:hover:not(:disabled){background:#357abd}.query-button:disabled{opacity:.6;cursor:not-allowed}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #00000026;max-height:300px;overflow-y:auto;z-index:1000;margin-top:4px}.dropdown-item{padding:12px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background .2s}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f5f7fa}.dropdown-item-main{font-size:14px;color:#333;font-weight:500;margin-bottom:4px}.dropdown-item-sub{font-size:12px;color:#999}.error-message{color:#e74c3c;font-size:14px;padding:8px;background:#fee;border-radius:6px;margin-bottom:16px}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e0e0e0}.btn-cancel,.btn-confirm{padding:10px 24px;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:all .3s ease}.btn-cancel{background:#fff;color:#666;border:1px solid #e0e0e0}.btn-cancel:hover{background:#f5f5f5}.btn-confirm{background:#357abd;color:#fff}.btn-confirm:hover:not(:disabled){background:#2c5f8f}.btn-confirm:disabled{opacity:.6;cursor:not-allowed}.enterprise-form>.arco-form{width:100%}.enterprise-form .arco-form-item{margin-bottom:18px}.batch-import-modal{max-width:640px}.batch-modal-body{padding:24px;display:flex;flex-direction:column;gap:24px}.template-section,.upload-section{background:#f9fbff;border:1px solid #e3eaf5;border-radius:8px;padding:16px}.template-section h4,.upload-section h4{margin:0 0 8px;font-size:16px;color:#1a1a1a}.template-section p,.upload-section p{margin:0 0 12px;color:#666;font-size:14px}.template-tip{margin-top:12px;font-size:13px;color:#999}.upload-section input[type=file]{width:100%;margin-bottom:12px}.selected-file{font-size:13px;color:#357abd;margin-bottom:12px}.batch-message{padding:12px;background:#f0f9eb;border:1px solid #bde5a1;color:#2c662d;border-radius:6px;font-size:14px}.batch-errors{background:#fff5f5;border:1px solid #f5c2c7;color:#a94442;border-radius:6px;padding:12px;font-size:14px}.batch-errors ul{padding-left:20px;margin:8px 0 0}.batch-errors li{margin-bottom:4px}.log-content{max-height:500px;overflow-y:auto}.enterprise-sync-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.enterprise-sync-modal-content{background:#fff;border-radius:8px;width:90%;max-width:700px;max-height:90vh;overflow:hidden;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column}.enterprise-sync-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0;background:#f5f7fa}.enterprise-sync-modal-header h3{margin:0;font-size:18px;color:#1a1a1a}.enterprise-sync-modal-header .close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s ease}.enterprise-sync-modal-header .close-btn:hover{background:#e0e0e0;color:#333}.enterprise-sync-modal-body{padding:20px;overflow-y:auto;flex:1}.enterprise-sync-modal-body .form-group{margin-bottom:20px}.enterprise-sync-modal-body .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.enterprise-sync-modal-body .form-select,.enterprise-sync-modal-body .form-input,.enterprise-sync-modal-body .form-time{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;box-sizing:border-box}.enterprise-sync-modal-body .form-textarea{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;box-sizing:border-box;font-family:Courier New,monospace;resize:vertical}.enterprise-sync-modal-body .form-textarea:focus,.enterprise-sync-modal-body .form-select:focus,.enterprise-sync-modal-body .form-input:focus,.enterprise-sync-modal-body .form-time:focus{outline:none;border-color:#357abd;box-shadow:0 0 0 2px #357abd1a}.enterprise-sync-modal-body .form-hint{margin:6px 0 0;font-size:12px;color:#999;line-height:1.5}.enterprise-sync-modal-body .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e0e0e0}.enterprise-sync-modal-body .form-actions button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;min-width:100px}.enterprise-sync-modal-body .form-actions button:disabled{opacity:.6;cursor:not-allowed}.enterprise-sync-modal-body .form-actions .btn-cancel{background:#6c757d;color:#fff}.enterprise-sync-modal-body .form-actions .btn-cancel:hover:not(:disabled){background:#5a6268}.enterprise-sync-modal-body .form-actions .btn-execute{background:#28a745;color:#fff}.enterprise-sync-modal-body .form-actions .btn-execute:hover:not(:disabled){background:#218838}.enterprise-sync-modal-body .form-actions .btn-save{background:#357abd;color:#fff}.enterprise-sync-modal-body .form-actions .btn-save:hover:not(:disabled){background:#2c5f8f}.enterprise-management{width:100%}.enterprise-management .table-container.invested-enterprises-horizontal-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable}.table-container{margin-bottom:16px;width:100%}.enterprise-management .arco-table{font-size:14px}.enterprise-management .arco-table-th{background-color:#f7f8fa;font-weight:600;color:#1d2129;padding:12px 16px;white-space:nowrap}.enterprise-management .arco-table-td{padding:12px 16px;color:#1d2129;white-space:nowrap}.enterprise-management .arco-table-border .arco-table-th,.enterprise-management .arco-table-border .arco-table-td{border-color:#e5e6eb}.enterprise-management .arco-table-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.5}.enterprise-management .arco-table-cell-with-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.enterprise-management .arco-table-content-inner table{box-sizing:border-box}.enterprise-management .arco-table:not(.arco-table-layout-fixed) .arco-table-content-inner table{table-layout:auto;width:100%}.enterprise-management .arco-table-th,.enterprise-management .arco-table-td{vertical-align:middle}.enterprise-management .arco-table-th,.enterprise-management .arco-table-th .arco-table-cell,.enterprise-management .arco-table-td .arco-table-cell{text-align:left}.enterprise-management .arco-table-th .arco-table-th-item,.enterprise-management .arco-table-th .arco-table-th-content{justify-content:flex-start;text-align:left}.enterprise-management .arco-table-th:last-child,.enterprise-management .arco-table-td:last-child{white-space:normal}.enterprise-management .arco-table-td:last-child .arco-table-cell{white-space:normal}.enterprise-management .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.enterprise-management .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.enterprise-management .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.enterprise-management .arco-btn-outline{border-width:1px}.enterprise-management .arco-btn-outline:hover{border-color:currentColor}.enterprise-management .arco-table-container,.enterprise-management .arco-table-content{width:100%;box-sizing:border-box}.enterprise-management .arco-table-content-inner{width:100%!important;box-sizing:border-box}.enterprise-management .arco-table{width:100%;box-sizing:border-box}.enterprise-management .arco-table-td:last-child{padding:12px 16px!important;box-sizing:border-box}.enterprise-management .arco-table-th:last-child{padding:12px 16px!important;box-sizing:border-box;background-color:#f7f8fa!important}.enterprise-management .arco-table-th:last-child .arco-table-cell{padding-right:16px!important;box-sizing:border-box}.enterprise-management .arco-table-td:last-child .arco-table-cell{padding-right:16px!important;box-sizing:border-box}.enterprise-management .arco-table-td:last-child .arco-space{width:100%;display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box}.enterprise-management .arco-table-tr-stripe .arco-table-td:last-child{background-color:inherit!important}.enterprise-management .arco-table-td:last-child,.enterprise-management .arco-table-th:last-child{background-clip:padding-box}.enterprise-management .arco-table-td:last-child>*{max-width:100%;box-sizing:border-box}.enterprise-management .arco-table-thead .arco-table-th:last-child,.enterprise-management .arco-table-tbody .arco-table-td:last-child{border-right:1px solid #e5e6eb}.pre-inv-sourcing-page .arco-table .arco-table-th,.pre-inv-sourcing-page .arco-table .arco-table-td{border-right:1px solid #e5e6eb!important}.pre-inv-sourcing-page .arco-table .arco-table-th:last-child,.pre-inv-sourcing-page .arco-table .arco-table-td:last-child{border-right:none!important}.company-management{width:100%}.company-table{font-size:14px}.company-table .arco-table-th{background:#f7f8fa;font-weight:600;color:#1d2129;position:sticky;top:0;z-index:10}.company-table .arco-table-tr:hover{background:#f7f8fa}.company-table .table-row-selected{background:#e8f3ff!important}.company-table .table-row-selected:hover{background:#d4e9ff!important}.company-table .arco-table-td,.company-table .arco-table-th{padding:12px 16px}.company-table .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.company-table .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.company-table .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.company-table .arco-btn-outline{border-width:1px}.company-table .arco-btn-outline:hover{border-color:currentColor}.company-table .arco-btn-outline-success{color:#00b42a;border-color:#00b42a}.company-table .arco-btn-outline-success:hover{background:#00b42a;color:#fff}.company-table .arco-btn-outline-danger{color:#f53f3f;border-color:#f53f3f}.company-table .arco-btn-outline-danger:hover{background:#f53f3f;color:#fff}.company-table .arco-table-td:last-child{background:#fff}.company-table .arco-table-tr:hover .arco-table-td:last-child{background:#f7f8fa}.company-table .table-row-selected .arco-table-td:last-child{background:#e8f3ff!important}.page-size-label,.page-size-unit{color:#4e5969;font-size:14px;white-space:nowrap}.basic-system-config{width:100%}.config-section{margin-bottom:24px}.config-section h3{font-size:18px;font-weight:600;color:#1d2129;margin:0 0 16px}.upload-preview-container{display:flex;gap:16px;align-items:flex-start}.preview-image{width:120px;height:120px;border:1px solid #e5e6eb;border-radius:4px;padding:8px;display:flex;align-items:center;justify-content:center;background:#f7f8fa;flex-shrink:0;position:relative}.preview-image img{max-width:100%;max-height:100%;object-fit:contain}.delete-image-btn{position:absolute;top:-8px;right:-8px;width:24px;height:24px;min-width:24px;padding:0;border-radius:50%;background:#f53f3f;color:#fff;font-size:18px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 4px #0000001a;transition:all .2s;z-index:10}.delete-image-btn:hover{background:#f53f3f;opacity:.9;transform:scale(1.1)}.delete-image-btn:active{transform:scale(.95)}.delete-image-btn:disabled{opacity:.5;cursor:not-allowed}.background-preview{width:200px;height:120px}.background-preview img{object-fit:cover}.prompt-config{width:100%}.prompt-config .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.prompt-config .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.prompt-config .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.prompt-config .arco-btn-outline{border-width:1px}.prompt-config .arco-btn-outline:hover{border-color:currentColor}.ai-config{width:100%}.ai-config .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.ai-config .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.ai-config .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.ai-config .arco-btn-outline{border-width:1px}.ai-config .arco-btn-outline:hover{border-color:currentColor}.email-config{width:100%}.email-config .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.email-config .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.email-config .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.email-config .arco-btn-outline{border-width:1px}.email-config .arco-btn-outline:hover{border-color:currentColor}.form-section-divider{margin:24px 0 16px;padding-top:16px;border-top:1px solid #e5e6eb}.form-section-divider h4{font-size:16px;font-weight:600;color:#1d2129;margin:0 0 8px}.qichacha-news-category-list{width:100%}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:16px}.list-header h3{font-size:18px;font-weight:600;color:#1d2129;margin:0}.qichacha-news-category-list .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.qichacha-news-category-list .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.qichacha-news-category-list .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.qichacha-news-category-list .arco-btn-outline{border-width:1px}.qichacha-news-category-list .arco-btn-outline:hover{border-color:currentColor}.import-content{padding:8px 0}.import-content p{margin-bottom:12px;color:#1d2129}.import-content ul{margin:12px 0 16px 20px;color:#4e5969}.import-content .arco-upload{margin-bottom:16px}.qichacha-config{width:100%}.qichacha-config .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.qichacha-config .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.qichacha-config .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.qichacha-config .arco-btn-outline{border-width:1px}.qichacha-config .arco-btn-outline:hover{border-color:currentColor}.shanghai-international-group-config{width:100%}.shanghai-international-group-config .config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:16px}.shanghai-international-group-config .config-header h3{font-size:18px;font-weight:600;color:#1d2129;margin:0}.shanghai-international-group-config .table-container{margin-bottom:16px}.shanghai-international-group-config .pagination-wrapper{display:flex;justify-content:center;padding-top:16px;border-top:1px solid #e5e6eb}.shanghai-international-group-config .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.shanghai-international-group-config .form-group{margin-bottom:16px}.shanghai-international-group-config .form-group label{display:block;margin-bottom:8px;color:#1d2129;font-size:14px;font-weight:500}.shanghai-international-group-config .form-hint{margin-top:4px;font-size:12px;color:#86909c}.shanghai-international-group-config .form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:24px;padding-top:16px;border-top:1px solid #e5e6eb}.cron-config{border:1px solid #e5e7eb;border-radius:4px;padding:16px}.cron-config-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.cron-config-controls{padding:16px 0}.cron-config-controls .arco-radio-group{display:flex;flex-direction:column;gap:12px}.cron-config-controls .arco-radio{display:flex;align-items:center;padding:8px;border-radius:4px;transition:background-color .2s}.cron-config-controls .arco-radio:hover{background-color:#f5f5f5}.cron-config-controls .arco-radio-checked{background-color:#e6f4ff}.cron-config-controls .arco-tabs{margin-top:16px}.cron-preview{border:1px solid #e5e7eb;border-radius:4px;padding:16px}.cron-preview-table{margin-bottom:16px}.cron-preview-expression{display:flex;align-items:center;gap:12px}.cron-preview-label{font-weight:500;white-space:nowrap}.cron-preview-expression .arco-input{flex:1}.cron-schedule{border:1px solid #e5e7eb;border-radius:4px;padding:16px}.cron-schedule-title{font-weight:500;margin-bottom:12px}.cron-schedule-list{display:flex;flex-direction:column;gap:8px}.cron-schedule-item{padding:8px 12px;background-color:#f5f5f5;border-radius:4px;font-family:Courier New,monospace;font-size:14px}.cron-generator-modal .arco-modal-body{padding:20px}.cron-generator{display:flex;flex-direction:column;gap:20px}.cron-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e5e7eb}.news-config{width:100%}.news-config .arco-table-container,.news-config .arco-table{width:100%}.news-config .arco-table-th:last-child{background:#f7f8fa;padding-right:16px;padding-left:16px;min-width:320px}.news-config .arco-table-td:last-child{background:#fff;padding-right:16px;padding-left:16px;white-space:nowrap;overflow:visible}.news-config .arco-table-td:last-child .arco-space{display:inline-flex;flex-wrap:nowrap}.news-config .arco-table-tr:hover .arco-table-td:last-child{background:#f7f8fa}.news-config .arco-table-tr.arco-table-tr-checked .arco-table-td:last-child{background:#e8f3ff!important}.news-config .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.news-config .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.news-config .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.news-config .arco-btn-outline{border-width:1px}.news-config .arco-btn-outline:hover{border-color:currentColor}.news-config-sync-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000080}.news-config-sync-modal-box{width:460px;max-width:90vw;background:#fff;border-radius:4px;box-shadow:0 4px 20px #00000026;padding:20px 24px}.news-config-sync-modal-header{margin-bottom:16px}.news-config-sync-modal-title{margin:0;font-size:16px;font-weight:600;color:#1d2129}.news-config-sync-modal-desc{margin:0 0 16px;font-size:14px;color:#4e5969;line-height:1.5}.news-config-sync-modal-field{margin-bottom:16px}.news-config-sync-modal-label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#1d2129}.news-config-sync-modal-input{width:100%;height:32px;padding:0 12px;border:1px solid #e5e6eb;border-radius:2px;font-size:14px;box-sizing:border-box}.news-config-sync-modal-input:focus{outline:none;border-color:#165dff;box-shadow:0 0 0 2px #165dff33}.news-config-sync-modal-footer{margin-top:24px;display:flex;justify-content:flex-end;gap:8px}.news-config-sync-modal-btn{min-width:64px;height:32px;padding:0 16px;font-size:14px;border-radius:2px;cursor:pointer;border:1px solid transparent}.news-config-sync-modal-btn:disabled{opacity:.6;cursor:not-allowed}.news-config-sync-modal-btn-cancel{background:#f7f8fa;border-color:#e5e6eb;color:#1d2129}.news-config-sync-modal-btn-cancel:hover:not(:disabled){background:#e5e6eb}.news-config-sync-modal-btn-ok{background:#165dff;color:#fff}.news-config-sync-modal-btn-ok:hover:not(:disabled){opacity:.9}.holiday-config{width:100%}.holiday-config .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.holiday-config .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.holiday-config .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.holiday-config .arco-btn-outline{border-width:1px}.holiday-config .arco-btn-outline:hover{border-color:currentColor}.database-config{width:100%}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:16px}.config-header h3{font-size:18px;font-weight:600;color:#1d2129;margin:0}.database-config .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.database-config .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.database-config .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.database-config .arco-btn-outline{border-width:1px}.database-config .arco-btn-outline:hover{border-color:currentColor}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:8px;color:#1d2129;font-size:14px;font-weight:500}.form-hint{margin-top:4px;font-size:12px;color:#86909c}.test-result{padding:12px;border-radius:4px;margin-bottom:16px}.test-result.success{background:#e8f8f0;color:#00b42a}.test-result.error{background:#ffece8;color:#f53f3f}.system-config{width:100%}.config-card{background:#fff;border-radius:4px;padding:0;overflow:hidden}.config-tabs{width:100%;display:flex;flex-direction:column}.config-tabs .arco-tabs-nav{flex-direction:row;margin-bottom:0}.config-tabs .arco-tabs-content-list{display:block;width:100%}.config-tabs .arco-tabs-content{padding:24px;min-height:400px;display:block;width:100%}.config-tabs .arco-tabs-content-wrapper{display:block;width:100%}.config-content{width:100%;height:100%}.additional-accounts{width:100%}.filter-collapse{margin-bottom:16px}.filter-collapse .arco-collapse-item-content-box{padding:16px;background:#f7f8fa;border-radius:4px}.filter-content{padding:8px 0}.filter-row{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.filter-item{display:flex;flex-direction:column;gap:8px}.filter-item label{font-size:14px;color:#1d2129;font-weight:500}.filter-actions{display:flex;gap:8px;margin-left:auto}.import-steps{padding:8px 0}.import-step-card{background:#f7f8fa;border:1px solid #e5e6eb}.info-card{background:#e8f3ff;border:1px solid #b3d8ff}.info-card h4{color:#165dff;margin:0 0 12px}.info-card ul{color:#4e5969}.info-card li{margin-bottom:8px}.additional-accounts .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.additional-accounts .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.additional-accounts .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.additional-accounts .arco-btn-outline{border-width:1px}.additional-accounts .arco-btn-outline:hover{border-color:currentColor}.recipient-management{width:100%}.category-selection{padding:8px 0}.recipient-management .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.recipient-management .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.recipient-management .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.recipient-management .arco-btn-outline{border-width:1px}.recipient-management .arco-btn-outline:hover{border-color:currentColor}.user-email-records{width:100%}.empty-card{margin-top:24px;padding:20px;text-align:center}.email-tabs{margin-top:0}.news-info{width:100%}.news-info .arco-table-th{text-align:center}.news-card{background:#fff;border-radius:4px}.news-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e6eb;flex-wrap:wrap;gap:16px}.news-header h2{font-size:20px;font-weight:600;color:#1d2129;margin:0;display:flex;align-items:center;gap:8px}.stats-card{background:#f7f8fa;border:1px solid #e5e6eb;margin-bottom:16px}.stats-label{font-size:12px;color:#86909c;margin-bottom:4px}.stats-value{font-size:20px;font-weight:600;color:#165dff}.stats-value.highlight{color:#165dff}.stats-value.highlight-blue{color:#00b42a}.admin-tabs,.time-range-tabs{margin-bottom:16px}.toolbar{margin-bottom:16px;padding:16px;background:#f7f8fa;border-radius:4px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.progress-card{background:#e8f3ff;border:1px solid #b3d8ff}.completed-card{background:#f0f9ff;border:1px solid #91d5ff}.table-container{margin-bottom:16px;width:100%;overflow-x:auto}.news-info .arco-table-container{width:100%;box-sizing:border-box;overflow-x:auto}.news-info .arco-table-content{min-width:100%;box-sizing:border-box}.news-info .arco-table-content-inner{min-width:100%;box-sizing:border-box;overflow-x:auto}.news-info .arco-table{min-width:100%;box-sizing:border-box}.news-info .arco-table-content-inner table{table-layout:fixed!important;box-sizing:border-box;min-width:100%}.pagination-wrapper{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e6eb;flex-wrap:wrap;gap:16px}.page-size-selector{display:flex;align-items:center;gap:8px}.page-size-label{font-size:14px;color:#4e5969}.page-size-unit{font-size:14px;color:#86909c}.detail-content{padding:8px 0}.detail-row{display:flex;margin-bottom:16px;align-items:flex-start}.detail-row label{min-width:100px;font-weight:500;color:#1d2129}.detail-row span{flex:1;color:#4e5969;word-break:break-word}.export-options{padding:8px 0}.news-info .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.news-info .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.news-info .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.news-info .arco-btn-outline{border-width:1px}.news-info .arco-btn-outline:hover{border-color:currentColor}.news-info .arco-table-cell{vertical-align:top;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis;line-height:1.5!important}.news-info .arco-table-cell[data-col-key=enterprise_full_name],.news-info .arco-table-cell[data-col-key=title],.news-info .arco-table-cell[data-col-key=news_abstract]{white-space:normal!important;word-wrap:break-word!important;word-break:break-word!important}.news-info .arco-table-td:last-child .arco-table-cell{white-space:normal!important}.news-info .arco-table-th:last-child,.news-info .arco-table-td:last-child{padding:12px 4px!important;box-sizing:border-box}.news-info .arco-table-th:last-child .arco-table-cell,.news-info .arco-table-td:last-child .arco-table-cell{padding-left:4px!important;padding-right:4px!important;box-sizing:border-box;text-align:center}.news-info .arco-table-td:last-child>div{width:100%;box-sizing:border-box}.news-info .arco-table-tr-stripe .arco-table-td:last-child{background-color:inherit!important}.news-info .arco-table-td:last-child,.news-info .arco-table-th:last-child{background-clip:padding-box}.news-info .arco-table-td:last-child>*{max-width:100%;box-sizing:border-box}.news-info .arco-table-thead .arco-table-th:last-child,.news-info .arco-table-tbody .arco-table-td:last-child{border-right:1px solid #e5e6eb}.news-info .arco-table-th:last-child{background-color:#f7f8fa!important}.email-management{width:100%}.email-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e6eb;flex-wrap:wrap;gap:16px}.email-management-header h2{font-size:20px;font-weight:600;color:#1d2129;margin:0}.config-selector{display:flex;align-items:center;gap:8px}.config-selector label{font-size:14px;color:#1d2129;white-space:nowrap}.email-tabs{margin-top:16px}.empty-state{text-align:center;padding:40px;color:#86909c}.user-management{width:100%}.management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e6eb}.management-header h2{font-size:20px;font-weight:600;color:#1d2129;margin:0}.user-management .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.user-management .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.user-management .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.user-management .arco-btn-outline{border-width:1px}.user-management .arco-btn-outline:hover{border-color:currentColor}.task-progress-content{padding:8px 0}.progress-status{display:flex;align-items:center;margin-bottom:16px;padding:12px;background:#f7f8fa;border-radius:4px}.status-message{font-size:14px;color:#1d2129;font-weight:500}.progress-details{margin-bottom:16px}.progress-hint{padding:12px;background:#e8f3ff;border-radius:4px;color:#165dff}.progress-hint p{margin:0;font-size:14px}.task-log-content{max-height:500px;overflow-y:auto}.empty-logs{text-align:center;padding:40px;color:#86909c}.pagination-wrapper{display:flex;justify-content:center;padding-top:16px;margin-top:16px;border-top:1px solid #e5e6eb}.scheduled-task-management{width:100%}.management-card{background:#fff;border-radius:4px}.management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e6eb;flex-wrap:wrap;gap:16px}.management-title{font-size:20px;font-weight:600;color:#1d2129;margin:0}.task-tabs{margin-top:16px}.table-container{margin-bottom:16px}.pagination-wrapper{display:flex;justify-content:center;padding-top:16px;border-top:1px solid #e5e6eb}.ai-analysis-config{padding:16px 0}.info-card{background:#f7f8fa;border:1px solid #e5e6eb}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:24px;padding-top:16px;border-top:1px solid #e5e6eb}.scheduled-task-management .arco-btn{min-width:64px;height:28px;padding:0 12px;font-size:14px;border-radius:4px;transition:all .2s cubic-bezier(.4,0,.2,1)}.scheduled-task-management .arco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.scheduled-task-management .arco-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.scheduled-task-management .arco-btn-outline{border-width:1px}.scheduled-task-management .arco-btn-outline:hover{border-color:currentColor}.perf-app{padding:20px;background:#f5f7fa;min-height:100%}.perf-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}.perf-toolbar-left,.perf-toolbar-right{display:flex;align-items:center;gap:12px}.perf-toolbar-desc{font-size:13px;color:#86909c;max-width:360px;margin-right:8px}.perf-system-header{text-align:center;margin-bottom:20px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f}.perf-system-name{font-size:26px;font-weight:700;color:#00024c;margin:0 0 8px}.perf-system-info{color:#86909c;font-size:14px}.perf-indicator-label-wrap{position:relative;display:inline-block}.perf-indicator-desc-icon{margin-left:4px;vertical-align:middle;color:#86909c;font-size:14px;cursor:help}.perf-indicator-desc-icon:hover{color:#00024c}.perf-section{background:#fff;border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000000f}.perf-section.perf-clickable{cursor:pointer;transition:box-shadow .3s}.perf-section.perf-clickable:hover{box-shadow:0 4px 16px #0000001a}.perf-section-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:16px;padding:10px 16px;background:#00024c;border-bottom:none;text-align:center}.perf-subsection-title{font-size:15px;font-weight:500;color:#4e5969;margin-bottom:12px}.perf-indicator-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.perf-indicator-grid-5{grid-template-columns:repeat(5,1fr)}.perf-indicator-grid-6{grid-template-columns:repeat(6,1fr)}.perf-indicator-sub{font-size:12px;color:#86909c;margin-top:6px}.perf-indicator-sub .positive{color:#1aa8e9}.perf-indicator-sub .negative{color:#f53f3f}.perf-indicator-item{text-align:center;padding:16px;background:#f7f8fa;border-radius:6px}.perf-indicator-label{font-size:13px;color:#86909c;margin-bottom:8px}.perf-indicator-value{font-size:22px;font-weight:600;color:#1d2129}.perf-indicator-value.positive{color:#1aa8e9}.perf-indicator-value.negative{color:#f53f3f}.perf-indicator-value-red{color:#f53f3f!important}.perf-underlying-rows{display:flex;flex-direction:column;gap:10px}.perf-underlying-row{display:flex;align-items:stretch;gap:0;min-height:0}.perf-underlying-label{width:88px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600;padding:8px 6px;border-radius:4px 0 0 4px}.perf-underlying-label-cumulative,.perf-underlying-label-current{background:#00024c}.perf-underlying-cards{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:8px 0 8px 12px;min-width:0}.perf-underlying-item{background:#f7f8fa;border-radius:4px;padding:10px 12px;text-align:center;border:1px solid #e5e6eb}.perf-underlying-item.perf-clickable{cursor:pointer;transition:background .2s,border-color .2s}.perf-underlying-item.perf-clickable:hover{background:#e8e9eb;border-color:#c9cdd4}.perf-underlying-item-label{font-size:13px;color:#4e5969;margin-bottom:6px;font-weight:500}.perf-underlying-values{min-height:0;display:flex;flex-direction:row;justify-content:space-around;align-items:flex-start;gap:12px}.perf-underlying-metric{display:flex;flex-direction:column;align-items:center;flex:1;min-width:0}.perf-underlying-val{font-size:18px;font-weight:600;line-height:1.3}.perf-underlying-val-main{color:#1d2129}.perf-underlying-val-secondary{color:#00024c}.perf-underlying-sub{font-size:12px;color:#86909c;margin-top:2px}.perf-underlying-footnote{margin-top:12px;padding-top:10px;border-top:1px solid #e5e6eb;font-size:12px;color:#86909c}.perf-fund-table-wrap{overflow-x:auto}.perf-fund-table{width:100%;border-collapse:collapse;min-width:800px}.perf-fund-table th,.perf-fund-table td{padding:10px 14px;text-align:center;border-bottom:1px solid #e5e6eb;white-space:nowrap;font-size:14px}.perf-fund-table th{background:#e8f3ff;font-weight:500;color:#1d2129}.perf-sticky-col{position:sticky;left:0;background:#e8f3ff;font-weight:500;color:#1d2129;z-index:1}.perf-fund-table th.perf-sticky-col{background:#00024c;color:#fff;z-index:2}.perf-fund-table tbody td.perf-sticky-col{font-weight:500;color:#1d2129}.perf-fund-table tbody tr.perf-row-group-1 td.perf-sticky-col,.perf-fund-table tbody tr.perf-row-group-3 td.perf-sticky-col{background:#00024c;color:#fff}.perf-fund-table tbody tr.perf-row-group-1 .perf-clickable-cell,.perf-fund-table tbody tr.perf-row-group-3 .perf-clickable-cell{color:#00024c}.perf-fund-table tbody tr.perf-row-group-2 td.perf-sticky-col,.perf-fund-table tbody tr.perf-row-group-4 td.perf-sticky-col{background:#1aa8e9;color:#fff}.perf-fund-table tbody tr.perf-row-group-2 .perf-clickable-cell,.perf-fund-table tbody tr.perf-row-group-4 .perf-clickable-cell{color:#1aa8e9}.perf-clickable-cell{cursor:pointer;color:#00024c}.perf-clickable-cell:hover{background:#f2f3f5}.perf-portfolio-table th,.perf-portfolio-table td{min-width:72px}.perf-portfolio-wrap .perf-portfolio-label-col{min-width:88px;background:#00024c;color:#fff;font-weight:600;vertical-align:middle}.perf-portfolio-fund-th{background:#e8f3ff;color:#1d2129;font-weight:500;padding:8px 6px}.perf-portfolio-invest-th{background:#f2f3f5;color:#1d2129;font-weight:500;font-size:13px;padding:6px 4px;min-width:56px}.perf-portfolio-exit-th{background:#e8f3ff;color:#00024c;font-weight:500;font-size:13px;padding:6px 4px;min-width:56px}.perf-portfolio-group-row .perf-portfolio-group-label{background:#00024c;color:#fff!important;font-weight:600;padding:10px 12px}.perf-portfolio-metric-label{background:#e8f3ff;color:#1d2129;font-weight:500;padding:8px 12px}.perf-portfolio-empty{background:#f7f8fa;border:none;padding:0;min-width:0}.perf-invest-cell{color:#1d2129}.perf-exit-cell{color:#00024c}.perf-portfolio-overall-block{display:flex;align-items:stretch;gap:0;margin-top:8px}.perf-portfolio-overall-bar{width:88px;min-height:140px;background:#1aa8e9;border-radius:4px 0 0 4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:16px 0}.perf-portfolio-overall-bar-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:24px;font-weight:600;color:#fff;letter-spacing:6px}.perf-portfolio-overall-content{flex:1;padding:0 0 0 16px;display:flex;flex-direction:column;gap:20px}.perf-portfolio-block{padding-left:0}.perf-portfolio-block-title{font-size:15px;font-weight:600;color:#1d2129;margin-bottom:12px}.perf-portfolio-block-cards{padding-left:12px;border-left:4px solid #00024C}.perf-exit-value{color:#00024c}.perf-data-modal .arco-modal-header{background:#00024c!important;color:#fff;border-bottom-color:#ffffff26}.perf-data-modal .arco-modal-title,.perf-data-modal .arco-modal-close-icon{color:#fff!important}.perf-data-modal .arco-modal-close-icon:hover{color:#ffffffd9!important}.perf-export-btn.arco-btn-primary,.perf-export-btn.arco-btn-primary:hover,.perf-export-btn.arco-btn-primary:focus{background:#00024c!important;border-color:#00024c!important;color:#fff!important}.perf-modal-header{display:flex;gap:20px;margin-bottom:16px;padding:10px 14px;background:#f7f8fa;border-radius:4px;color:#4e5969;font-size:13px}.perf-modal-header-with-action{align-items:center;flex-wrap:wrap}.perf-modal-footer{margin-top:16px;text-align:right}.perf-table-bordered th,.perf-table-bordered td{border:1px solid #e5e6eb}.perf-table.perf-table-bordered th{text-align:center}.perf-table-bordered td:nth-child(4),.perf-table-bordered td:nth-child(5),.perf-table-bordered td:nth-child(6),.perf-table-bordered td:nth-child(7),.perf-table-bordered td:nth-child(8),.perf-table-bordered td:nth-child(9){text-align:right}.perf-table-investors.perf-table-bordered td:nth-child(5),.perf-table-investors.perf-table-bordered td:nth-child(6),.perf-table-investors.perf-table-bordered td:nth-child(7),.perf-table-investors.perf-table-bordered td:nth-child(8),.perf-table-investors.perf-table-bordered td:nth-child(9),.perf-table-investors.perf-table-bordered td:nth-child(10),.perf-table-investors.perf-table-bordered td:nth-child(11),.perf-table-investors.perf-table-bordered td:nth-child(12){text-align:right}.perf-modal-investors-wrap{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.perf-modal-investors-scroll{flex:0 0 auto;min-height:0;max-height:500px;overflow-x:auto;overflow-y:auto;margin:0 -16px;padding:0 16px;background:#fff;border:1px solid #e5e6eb;border-radius:4px}.perf-modal-investors-scroll .perf-table-investors{min-width:1600px;width:100%;table-layout:fixed}.perf-table-investors .perf-col-fund{width:8em;max-width:8em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.perf-table-investors .perf-col-lp-type{width:8em;min-width:8em;white-space:nowrap}.perf-table-investors .perf-th-lp,.perf-table-investors .perf-td-lp{min-width:20em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}.perf-modal-investors-scroll .perf-table-investors tbody td:nth-child(n+5),.perf-modal-investors-scroll .perf-table-investors tfoot td:nth-child(n+5){min-width:11em}.perf-modal-investors-scroll .perf-table-investors thead th{position:sticky;z-index:2;background:#f7f8fa;box-shadow:0 1px #e5e6eb;height:33px;min-height:33px;vertical-align:middle;box-sizing:border-box;padding:6px 10px}.perf-modal-investors-scroll .perf-table-investors thead tr:first-child th{top:0}.perf-modal-investors-scroll .perf-table-investors thead tr:nth-child(2) th{top:33px}.perf-modal-investors-scroll .perf-table-investors tbody tr{height:35px}.perf-modal-investors-scroll .perf-table-investors tbody td{height:35px;min-height:35px;vertical-align:middle;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box}.perf-modal-investors-scroll .perf-table-investors tfoot tr td{height:35px;min-height:35px;vertical-align:middle}.perf-modal-investors-scroll .perf-table-investors tfoot tr{position:sticky;bottom:0;z-index:2}.perf-modal-investors-scroll .perf-table-investors tfoot td{background:#1aa8e9;color:#fff;font-weight:500;border:1px solid #1AA8E9}.perf-modal-investors-scroll .perf-table-investors tfoot tr.perf-table-summary{white-space:nowrap}.perf-modal-investors-scroll .perf-table-investors tfoot tr.perf-table-summary td:nth-child(1),.perf-modal-investors-scroll .perf-table-investors tfoot tr.perf-table-summary td:nth-child(2),.perf-modal-investors-scroll .perf-table-investors tfoot tr.perf-table-summary td:nth-child(3),.perf-modal-investors-scroll .perf-table-investors tfoot tr.perf-table-summary td:nth-child(4){text-align:left}.perf-table-investors.perf-table-bordered td:nth-child(1),.perf-table-investors.perf-table-bordered td:nth-child(2),.perf-table-investors.perf-table-bordered td:nth-child(3),.perf-table-investors.perf-table-bordered td:nth-child(4){text-align:left}.perf-th-nowrap{white-space:nowrap}.perf-th-wrap{white-space:normal}.perf-td-nowrap{white-space:nowrap}.perf-td-wrap{white-space:normal;word-break:break-word}.perf-table-investors .perf-col-index{width:48px;min-width:48px;max-width:48px;box-sizing:border-box}.perf-table-summary td{background:#1aa8e9;color:#fff;font-weight:500}.perf-modal-fundperf-wrap{display:flex;flex-direction:column;flex:1;min-height:0}.perf-modal-fundperf-scroll{flex:0 0 auto;min-height:0;max-height:460px;overflow-x:auto;overflow-y:auto;margin:0;padding:0 16px;background:#fff;border:none;border-radius:0;position:relative}.perf-modal-fundperf-inner{margin:0 -16px;padding:0 16px;background:#fff}.perf-fundperf-section-title{font-size:15px;font-weight:500;color:#1d2129;margin:16px 0 8px}.perf-fundperf-section-title:first-of-type{margin-top:0}.perf-modal-fundperf-scroll .perf-fundperf-sticky{position:static;padding-bottom:8px;margin-bottom:4px}.perf-table-fundperf.perf-table-bordered th,.perf-table-fundperf.perf-table-bordered td{border:1px solid #e5e6eb}.perf-table-fundperf.perf-table-bordered th{text-align:center;background:#f7f8fa}.perf-table-fundperf .perf-col-index{width:48px;min-width:48px;max-width:48px;box-sizing:border-box;white-space:nowrap}.perf-table-fundperf-cashflow thead th{position:sticky;top:0;z-index:1;background:#f7f8fa;box-shadow:0 1px #e5e6eb}.perf-modal-fundperf-scroll-cashflow{max-height:320px;overflow-y:auto;overflow-x:auto;margin:0 -16px;padding:0 16px;background:#fff}.perf-table-fundperf th.perf-td-center,.perf-table-fundperf td.perf-td-center{text-align:center}.perf-table-fundperf .perf-td-num{text-align:right}.perf-table-subtotal td{background:#f7f8fa;font-weight:500}.perf-table-fundportfolio thead th{position:sticky;top:0;z-index:1;background:#f5f7fa;box-shadow:0 1px #e5e6eb}.perf-table-fundportfolio th,.perf-table-fundportfolio td{padding:6px 12px;line-height:1.35}.perf-table-fundportfolio thead tr:nth-child(2) th{position:sticky;top:36px;z-index:1;background:#f5f7fa;box-shadow:0 1px #e5e6eb}.perf-table-fundportfolio{width:1918px;min-width:1918px;table-layout:fixed}.perf-table-portfolio-detail{width:1738px;min-width:1738px}.perf-table-fundportfolio th,.perf-table-fundportfolio td{white-space:nowrap}.perf-table-fundportfolio .perf-col-index{min-width:48px;width:48px;max-width:48px}.perf-table-fundportfolio .perf-col-type{min-width:90px;width:90px;max-width:90px}.perf-table-fundportfolio .perf-col-project{min-width:160px;width:160px;max-width:160px}.perf-table-fundportfolio .perf-col-date{min-width:90px;width:90px;max-width:90px}.perf-table-fundportfolio .perf-col-amount,.perf-table-fundportfolio .perf-col-total-value{min-width:120px;width:120px;max-width:120px}.perf-table-fundportfolio .perf-col-ratio{min-width:60px;width:60px;max-width:60px}.perf-ipo-wrap{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.perf-modal-ipo-scroll{flex:0 0 auto;min-height:0;max-height:500px;overflow-x:auto;overflow-y:auto;margin:0 -16px;padding:0 16px;background:#fff;border:1px solid #e5e6eb;border-radius:4px}.perf-modal-ipo-scroll .perf-table-ipo{table-layout:fixed;width:100%;min-width:748px}.perf-modal-ipo-scroll .perf-table-ipo thead th{position:sticky;top:0;z-index:2;background:#f7f8fa;font-weight:500;color:#4e5969;box-shadow:0 1px #e5e6eb;height:33px;min-height:33px;vertical-align:middle;box-sizing:border-box;padding:6px 10px}.perf-modal-ipo-scroll .perf-table-ipo tfoot tr{position:sticky;bottom:0;z-index:2}.perf-modal-ipo-scroll .perf-table-ipo tfoot td{background:#1aa8e9;color:#fff;font-weight:500;border:1px solid #1AA8E9;height:35px;min-height:35px;vertical-align:middle}.perf-modal-ipo-scroll .perf-table-ipo tbody tr{height:35px}.perf-modal-ipo-scroll .perf-table-ipo tbody td{height:35px;min-height:35px;vertical-align:middle;box-sizing:border-box}.perf-modal-ipo-scroll .perf-table-ipo td.perf-col-index,.perf-modal-ipo-scroll .perf-table-ipo th.perf-col-index{width:48px;min-width:48px;max-width:48px;text-align:center;box-sizing:border-box}.perf-modal-ipo-scroll .perf-table-ipo td.perf-col-index{position:sticky;left:0;background:#fff;z-index:1}.perf-modal-ipo-scroll .perf-table-ipo td.perf-col-project{position:sticky;left:48px;background:#fff;z-index:1}.perf-modal-ipo-scroll .perf-table-ipo thead th.perf-col-index{position:sticky;left:0;z-index:3}.perf-modal-ipo-scroll .perf-table-ipo thead th.perf-col-project{position:sticky;left:48px;z-index:3}.perf-modal-ipo-scroll .perf-table-ipo tfoot td.perf-col-index,.perf-modal-ipo-scroll .perf-table-ipo tfoot td.perf-col-project{background:#1aa8e9;position:sticky;left:0;z-index:3}.perf-modal-ipo-scroll .perf-table-ipo tfoot td.perf-col-project{left:48px}.perf-modal-ipo-scroll .perf-table-ipo tbody tr:hover td{background:#f2f3f5!important}.perf-table-ipo-summary-row td.perf-td-num{text-align:right}.perf-table-underlying .perf-col-index{text-align:center}.perf-table-underlying .perf-col-group{text-align:center;background:#f7f8fa}.perf-table-underlying .perf-col-amount,.perf-table-underlying .perf-td-num{text-align:right}.perf-table-underlying tr.perf-table-summary{background:#e8f3ff;font-weight:500}.perf-table-underlying tr.perf-table-summary td{border-bottom:1px solid #b3d8ff}.perf-table-region .perf-col-index{text-align:center}.perf-table-region .perf-col-group{text-align:center;background:#f7f8fa}.perf-table-region .perf-col-amount,.perf-table-region .perf-td-num{text-align:right}.perf-table-region tr.perf-table-summary td{background:#1aa8e9;color:#fff;font-weight:500;border:1px solid rgba(255,255,255,.5)}.perf-modal-link{margin-top:10px;color:#86909c;font-size:13px}.perf-modal-link a{color:#00024c}.perf-table{width:100%;border-collapse:collapse}.perf-table th,.perf-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #e5e6eb;font-size:13px}.perf-table th{background:#f7f8fa;font-weight:500;color:#4e5969}.perf-table tbody tr:hover{background:#f2f3f5}.perf-month-year-picker{padding:8px 0;min-width:240px}.perf-month-year-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:0 4px}.perf-month-year-title{font-size:14px;font-weight:500;color:#1d2129}.perf-month-year-nav{cursor:pointer;color:#86909c;font-size:14px;padding:4px 8px;-webkit-user-select:none;user-select:none}.perf-month-year-nav:hover{color:#00024c}.perf-month-year-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.perf-month-year-cell{padding:8px 12px;font-size:13px;color:#1d2129;background:#fff;border:1px solid #e5e6eb;border-radius:4px;cursor:pointer;transition:all .2s}.perf-month-year-cell:hover{border-color:#00024c;color:#00024c}.perf-month-year-cell.active{background:#e8f3ff;border-color:#00024c;color:#00024c}.perf-settings-page{padding:0;background:#f5f6f7;min-height:calc(100vh - 74px);overflow:hidden}.perf-settings-header{margin-bottom:20px}.perf-settings-title{font-size:20px;font-weight:600;color:#1d2129;margin:0 0 4px}.perf-settings-desc{font-size:13px;color:#86909c}.perf-settings-tabs{background:#fff;border-radius:8px;padding:0;box-shadow:0 2px 8px #0000000f}.perf-settings-tabs .arco-tabs-nav{padding:0 16px;border-bottom:1px solid #e5e8ef}.perf-settings-tabs .arco-tabs-content-horizontal{padding-top:8px!important}.perf-settings-tab{padding:16px}.perf-settings-toolbar{display:flex;gap:0px;margin-bottom:0}.perf-settings-tab .arco-table .arco-table-th,.perf-settings-tab .arco-table .arco-table-td{border-right:1px solid #e5e6eb!important}.perf-settings-tab .arco-table .arco-table-th:last-child,.perf-settings-tab .arco-table .arco-table-td:last-child{border-right:none!important}.perf-test-result{padding:12px;border-radius:6px;border:1px solid}.perf-test-result.success{background:#e8f5e9;border-color:#52c41a}.perf-test-result.error{background:#fff2f0;border-color:#f53f3f}.perf-test-result-title{font-size:14px;font-weight:500;margin-bottom:8px}.perf-test-table{width:100%;border-collapse:collapse;font-size:12px}.perf-test-table th,.perf-test-table td{border:1px solid #e5e8ef;padding:4px 8px;text-align:left;white-space:nowrap}.perf-test-table th{background:#f7f8fa;font-weight:600;color:#4e5969}.perf-test-table tr:hover td{background:#f2f8ff}.perf-sql-code-block{background:#e8f4ff;border-radius:8px;padding:12px 16px;border:1px solid #c9e0f5;line-height:1.5}.perf-sql-code-block table{font-size:13px}.perf-sql-line-num{min-width:28px;text-align:right;color:#86909c}.perf-sql-code-wrap .perf-sql-code-block{margin:0}.perf-sql-preview-cell .perf-sql-code-block{max-height:88px;overflow:hidden;padding:8px 10px}.sql-hl-keyword{color:#722ed1;font-weight:500}.sql-hl-ident{color:#1d4ed8}.sql-hl-string{color:#0d9d4b}.sql-hl-comment{color:#86909c;font-style:italic}.perf-sql-editor{display:flex;min-height:200px;max-height:360px;overflow:hidden}.perf-sql-editor-line-nums{flex-shrink:0;width:36px;padding:12px 12px 12px 0;text-align:right;line-height:1.5;font-size:13px;font-family:monospace;color:#86909c;-webkit-user-select:none;user-select:none}.perf-sql-editor-code-wrap{flex:1;position:relative;overflow:auto;min-width:0}.perf-sql-editor-inner{position:relative;min-height:100%;box-sizing:border-box}.perf-sql-editor-highlight{padding:12px 16px;font-size:13px;font-family:monospace;line-height:1.5;white-space:pre;word-break:break-all;color:#1d2129;min-height:100%;box-sizing:border-box}.perf-sql-editor-line{min-height:1.5em}.perf-sql-editor-textarea{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;padding:12px 16px;font-size:13px;font-family:monospace;line-height:1.5;white-space:pre;word-break:break-all;resize:none;border:none;outline:none;background:transparent;color:transparent;caret-color:#1d2129;box-sizing:border-box;overflow:hidden}.perf-sql-editor-textarea::placeholder{color:#86909c}.perf-indicator-desc-table-wrap{max-height:calc(100vh - 260px);overflow-y:auto;border:1px solid #e5e6eb;border-radius:4px}.perf-indicator-desc-table{width:100%;border-collapse:collapse;font-size:13px}.perf-indicator-desc-table th,.perf-indicator-desc-table td{padding:10px 12px;border:1px solid #e5e6eb;text-align:left;vertical-align:top}.perf-indicator-desc-table th{background:#f7f8fa;font-weight:500;color:#4e5969}.perf-indicator-desc-area{width:120px;background:#f7f8fa;font-weight:500;color:#4e5969}.perf-indicator-desc-name{width:200px}.perf-indicator-desc-input{min-width:300px}.perf-indicator-desc-input .arco-textarea{min-height:56px}.listing-project-progress-page{padding:0 16px 16px}.listing-project-progress-page .arco-table .arco-table-td,.listing-project-progress-page .arco-table .arco-table-th,.listing-ipo-project-page .arco-table .arco-table-th,.listing-ipo-project-page .arco-table .arco-table-td{border-right:1px solid #e5e6eb!important}.listing-ipo-project-page .arco-table .arco-table-th:last-child,.listing-ipo-project-page .arco-table .arco-table-td:last-child{border-right:none!important}.listing-ipo-progress-page .arco-table .arco-table-td,.listing-ipo-progress-page .arco-table .arco-table-th{border-right:1px solid #e5e6eb}.financing-events-page .arco-table .arco-table-th,.financing-events-page .arco-table .arco-table-td{border-right:1px solid #e5e6eb!important;vertical-align:middle}.financing-events-page .arco-table-th,.financing-events-page .arco-table-th .arco-table-cell,.financing-events-page .arco-table-td .arco-table-cell{text-align:left}.financing-events-page .arco-table-th .arco-table-th-item,.financing-events-page .arco-table-th .arco-table-th-content{justify-content:flex-start;text-align:left}.financing-events-page .arco-table .arco-table-th:last-child,.financing-events-page .arco-table .arco-table-td:last-child{border-right:none!important}.financing-events-intro-selectable{user-select:text;-webkit-user-select:text}.intro-popover-ai-cell-wrap{box-sizing:border-box}.intro-popover-ai-cell-wrap .arco-trigger{display:block;max-width:100%;min-width:0}.form-actions{display:flex;gap:8px;margin-bottom:16px}.form-buttons{display:flex;justify-content:flex-end;gap:8px;margin-top:24px;padding-top:16px;border-top:1px solid #e5e6eb}.dashboard-layout{min-height:100vh;background:#f7f8fa}.dashboard-header{background:#fff;box-shadow:0 2px 8px #00000014;padding:0 24px 4px;position:sticky;top:0;z-index:100}.header-main{display:flex;align-items:center;justify-content:space-between;width:100%;height:54px}.app-nav{display:flex;flex-direction:row;gap:24px;margin-left:24px}.app-trigger-row{display:flex;align-items:center;gap:24px}.app-trigger{position:relative;font-size:14px;color:#1d2129;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.app-trigger-icon{display:inline-flex;align-items:center;justify-content:center;font-size:16px;color:#4e5969}.app-trigger.active .app-trigger-icon,.app-trigger-text:hover{color:#165dff}.app-trigger.active .app-trigger-text{color:#165dff;font-weight:600}.app-dropdown{position:absolute;top:100%;left:0;margin-top:0;padding:8px 10px;min-width:160px;background:#fff;border-radius:8px;box-shadow:0 6px 18px #0000001f;z-index:200}.app-dropdown-item{width:100%;padding:6px 10px;border-radius:4px;border:none;background:transparent;color:#1d2129;font-size:13px;text-align:left;cursor:pointer;transition:background-color .15s ease}.app-dropdown-item:hover{background:#f2f3f5}.app-dropdown-item.selected{background:#e8f3ff;color:#165dff;font-weight:500}.app-dropdown-item-title{white-space:nowrap}.header-left{display:flex;align-items:center;gap:12px}.header-logo{height:32px;width:auto;object-fit:contain}.header-title{font-size:18px;font-weight:600;color:#1d2129;margin:0}.header-right{display:flex;align-items:center;gap:16px}.welcome-text{color:#4e5969;font-size:14px}.user-account-link{color:#165dff;cursor:pointer;font-weight:500}.user-account-link:hover{text-decoration:underline}.dashboard-sider{background:#fff;box-shadow:2px 0 8px #0000000a}.dashboard-menu{border-right:none;background:transparent}.dashboard-content{padding:10px 10px 0;background:#f7f8fa;min-height:calc(100vh - 64px);overflow:hidden}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid #e0e0e0;flex-wrap:wrap}.pagination button{padding:8px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s ease}.pagination button:hover:not(:disabled){background:#f5f7fa;border-color:#357abd}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination-pages{display:flex;align-items:center;gap:4px}.pagination-page{min-width:36px;padding:6px 12px;text-align:center}.pagination-page.active{background:#357abd;color:#fff;border-color:#357abd}.pagination-page.active:hover{background:#2c5f8f;border-color:#2c5f8f}.pagination-ellipsis{padding:6px 8px;background:transparent;border:none;cursor:pointer;color:#666;font-size:16px;min-width:auto}.pagination-ellipsis:hover{background:#f5f7fa;color:#357abd}.pagination-info{color:#666;font-size:14px;margin:0 8px}.pagination-goto{display:flex;align-items:center;gap:6px;margin:0 8px}.pagination-goto span{color:#666;font-size:14px;white-space:nowrap}.pagination-input{width:50px;padding:6px 8px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;text-align:center;outline:none}.pagination-input:focus{border-color:#357abd;box-shadow:0 0 0 2px #357abd1a}.pagination-goto-btn{padding:6px 12px;background:#357abd;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s ease}.pagination-goto-btn:hover{background:#2c5f8f}.share-news-page{min-height:100vh;background-color:#fff;padding:20px}.share-news-page .news-table th,.share-news-page table.news-table th,div.share-news-page div.table-container table.news-table thead tr th{background-color:#165dff!important;background:#165dff!important;color:#fff!important;border-bottom:2px solid #0e42d2!important;border:1px solid #165dff!important}.share-news-page .share-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.share-news-page .share-header h2{margin:0;color:#333}.share-news-page .loading-container,.share-news-page .error-container{display:flex;justify-content:center;align-items:center;min-height:400px}.share-news-page .loading{font-size:16px;color:#666}.share-news-page .error-message{font-size:16px;color:#f53f3f;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.share-news-page .password-modal{max-width:400px}.share-news-page .password-modal .form-group{margin-bottom:20px}.share-news-page .password-modal label{display:block;margin-bottom:8px;font-weight:500;color:#333}.share-news-page .password-modal input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.share-news-page .password-modal input.error{border-color:#f53f3f}.share-news-page .password-modal .error-message{margin-top:8px;font-size:12px;color:#f53f3f}.share-news-page .modal-actions{display:flex;justify-content:flex-end;gap:10px}.share-news-page .btn-primary{padding:10px 20px;background-color:#165dff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.share-news-page .btn-primary:hover{background-color:#0e42d2}.share-news-page .search-form{display:flex;gap:10px;align-items:flex-start}.share-news-page .search-input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;width:300px}.share-news-page .search-button{padding:8px 16px;background-color:#165dff;color:#fff;border:none;border-radius:4px;cursor:pointer;height:fit-content}.share-news-page .multi-search-container{display:flex;align-items:center;gap:6px;min-height:36px;padding:4px 8px;border:1px solid #ddd;border-radius:4px;width:500px;background-color:#fff;flex-wrap:wrap}.share-news-page .multi-search-container:focus-within{border-color:#165dff;box-shadow:0 0 0 2px #165dff1a}.share-news-page .search-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#f0f5ff;border:1px solid #165dff;border-radius:4px;font-size:13px;color:#165dff;margin:2px}.share-news-page .tag-remove-btn{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;margin:0;background:none;border:none;color:#165dff;font-size:16px;line-height:1;cursor:pointer;border-radius:50%}.share-news-page .tag-remove-btn:hover{background-color:#165dff;color:#fff}.share-news-page .multi-search-input{flex:1;min-width:120px;padding:4px 8px;border:none;outline:none;font-size:14px;background:transparent}.share-news-page .multi-search-input::placeholder{color:#999}.share-news-page .clear-tags-btn{padding:4px 8px;background:none;border:none;color:#86909c;font-size:13px;cursor:pointer;white-space:nowrap}.share-news-page .clear-tags-btn:hover{color:#165dff}.share-news-page .news-tabs{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:10px 20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.share-news-page .tabs-left{display:flex;gap:10px}.share-news-page .tab-button{padding:8px 16px;border:none;background:transparent;color:#666;cursor:pointer;border-radius:4px;font-size:14px}.share-news-page .tab-button:hover{background-color:#f0f0f0}.share-news-page .tab-button.active{background-color:#165dff;color:#fff}.share-news-page .action-buttons{display:flex;gap:12px;margin-bottom:20px;padding:16px;background:#f7f8fa;border-radius:4px;flex-wrap:wrap}.share-news-page .action-btn{padding:8px 16px;border:1px solid;background:#fff;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;min-width:100px}.share-news-page .action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.share-news-page .action-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000001a}.share-news-page .action-btn:disabled{opacity:.6;cursor:not-allowed}.share-news-page .export-btn{border-color:#165dff;color:#165dff}.share-news-page .export-btn:hover:not(:disabled){background-color:#165dff;color:#fff}.share-news-page .clean-btn{border-color:#ff7d00;color:#ff7d00}.share-news-page .clean-btn:hover:not(:disabled){background-color:#ff7d00;color:#fff}.share-news-page .refresh-btn{border-color:#86909c;color:#86909c}.share-news-page .refresh-btn:hover:not(:disabled){background-color:#86909c;color:#fff}.share-news-page .ai-btn{border-color:#722ed1;color:#722ed1}.share-news-page .ai-btn:hover:not(:disabled){background-color:#722ed1;color:#fff}.share-news-page .enterprise-filter-buttons{display:flex;gap:10px;margin-bottom:20px}.share-news-page .enterprise-filter-btn{padding:8px 16px;border:1px solid #ddd;background:#fff;color:#666;cursor:pointer;border-radius:4px;font-size:14px}.share-news-page .enterprise-filter-btn:hover{border-color:#165dff;color:#165dff}.share-news-page .enterprise-filter-btn.active{background-color:#165dff;color:#fff;border-color:#165dff}.share-news-page .table-container{background:#fff;border-radius:4px;border:1px solid #e5e6eb;overflow-x:auto}.share-news-page .news-table{width:100%!important;min-width:100%!important;border-collapse:collapse!important;border-spacing:0!important;border:1px solid #e5e6eb!important;table-layout:fixed!important}.share-news-page .news-table th,.share-news-page table.news-table th,.share-news-page .table-container table.news-table th,div.share-news-page div.table-container table.news-table th{background-color:#165dff!important;background:#165dff!important;color:#fff!important;border-bottom:2px solid #0e42d2!important;border:1px solid #165dff!important}div.share-news-page div.table-container table.news-table thead tr th,div.share-news-page div.table-container table.news-table thead tr th.checkbox-cell,div.share-news-page div.table-container table.news-table thead tr th.sequence-number-cell,div.share-news-page div.table-container table.news-table thead tr th.entity-type-cell,div.share-news-page div.table-container table.news-table thead tr th.enterprise-abbreviation-cell,div.share-news-page div.table-container table.news-table thead tr th.fund-cell,div.share-news-page div.table-container table.news-table thead tr th.sub-fund-cell,div.share-news-page div.table-container table.news-table thead tr th.keywords-cell,div.share-news-page div.table-container table.news-table thead tr th.publish-time-cell,div.share-news-page div.table-container table.news-table thead tr th.title-cell,div.share-news-page div.table-container table.news-table thead tr th.abstract-cell,div.share-news-page div.table-container table.news-table thead tr th.article-link-cell,div.share-news-page div.table-container table.news-table thead tr th.account-name-cell,div.share-news-page div.table-container table.news-table thead tr th.wechat-account-cell,div.share-news-page div.table-container table.news-table thead tr th.enterprise-name-cell{background-color:#165dff!important;background:#165dff!important;padding:12px 16px!important;text-align:center!important;font-weight:500!important;color:#fff!important;border:1px solid #165dff!important;border-right:1px solid rgba(255,255,255,.3)!important;border-bottom:2px solid #0e42d2!important;border-bottom-color:#0e42d2!important;font-size:14px!important;white-space:nowrap!important}div.share-news-page div.table-container table.news-table thead tr th:last-child{border-right:1px solid #165dff!important;border-right-color:#165dff!important}.share-news-page .news-table tbody td{padding:12px 16px!important;border-right:1px solid #e5e6eb!important;border-bottom:1px solid #e5e6eb!important;border-left:1px solid #e5e6eb!important;border-top:none!important;color:#4e5969!important;font-size:14px!important;background-color:#fff!important;vertical-align:middle!important;text-align:center!important}.share-news-page .news-table tbody tr:first-child td{border-top:1px solid #e5e6eb!important}.share-news-page .news-table tbody tr{background-color:#fff!important}.share-news-page .news-table tbody tr:nth-child(2n){background-color:#fafafa!important}.share-news-page .news-table tbody tr:nth-child(2n) td{background-color:#fafafa!important;border-right:1px solid #e5e6eb!important;border-left:1px solid #e5e6eb!important;border-bottom:1px solid #e5e6eb!important;border-top:none!important}.share-news-page .news-table tbody tr:hover{background-color:#e8f3ff!important}.share-news-page .news-table tbody tr:hover td{background-color:#e8f3ff!important;border-right:1px solid #e5e6eb!important;border-left:1px solid #e5e6eb!important;border-bottom:1px solid #e5e6eb!important}.share-news-page .news-table tbody tr:nth-child(2n):hover{background-color:#e8f3ff!important}.share-news-page .news-table tbody tr:nth-child(2n):hover td{background-color:#e8f3ff!important;border-right:1px solid #e5e6eb!important;border-left:1px solid #e5e6eb!important;border-bottom:1px solid #e5e6eb!important}.share-news-page .empty-data{text-align:center;padding:40px;color:#999}.share-news-page .pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.share-news-page .page-size-selector{display:flex;align-items:center;gap:10px}.share-news-page .page-size-select{padding:6px 10px;border:1px solid #ddd;border-radius:4px}.share-news-page .total-info{color:#666;font-size:14px}.share-news-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.share-news-page .modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:90%;max-height:90%;overflow:auto}.share-news-page .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.share-news-page .modal-header h3{margin:0;color:#333}.share-news-page .modal-body{padding:20px}.share-news-page .keywords-list{display:flex;flex-direction:column;flex-wrap:nowrap;gap:4px;align-items:flex-start}.share-news-page .keyword-tag{display:inline-block;padding:2px 8px;background-color:#e6f7ff;color:#1890ff;border-radius:4px;font-size:12px}.share-news-page .keyword-more{display:inline-block;padding:2px 8px;background-color:#f0f0f0;color:#666;border-radius:4px;font-size:12px;cursor:help}div.share-news-page div.table-container table.news-table thead .checkbox-cell,div.share-news-page div.table-container table.news-table thead .sequence-number-cell,div.share-news-page div.table-container table.news-table thead .entity-type-cell,div.share-news-page div.table-container table.news-table thead .enterprise-abbreviation-cell,div.share-news-page div.table-container table.news-table thead .fund-cell,div.share-news-page div.table-container table.news-table thead .sub-fund-cell,div.share-news-page div.table-container table.news-table thead .keywords-cell,div.share-news-page div.table-container table.news-table thead .publish-time-cell,div.share-news-page div.table-container table.news-table thead .title-cell,div.share-news-page div.table-container table.news-table thead .abstract-cell,div.share-news-page div.table-container table.news-table thead .article-link-cell,div.share-news-page div.table-container table.news-table thead .account-name-cell,div.share-news-page div.table-container table.news-table thead .wechat-account-cell,div.share-news-page div.table-container table.news-table thead .enterprise-name-cell{background-color:#165dff!important;background:#165dff!important;color:#fff!important;padding:12px 16px!important;border-bottom:2px solid #0e42d2!important;border-bottom-color:#0e42d2!important}.share-news-page .checkbox-cell{width:50px;text-align:center;padding:12px 8px!important}.share-news-page .checkbox-cell input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#165dff}.share-news-page .checkbox-cell input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.share-news-page .sequence-number-cell{width:60px;text-align:center!important;vertical-align:middle!important}.share-news-page .entity-type-cell{width:100px;white-space:normal;word-wrap:break-word;word-break:break-word;line-height:1.5}.share-news-page .enterprise-abbreviation-cell{width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left!important;vertical-align:middle!important}.share-news-page .fund-cell,.share-news-page .sub-fund-cell{width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-news-page .keywords-cell{width:120px;min-width:120px;white-space:normal!important;word-wrap:break-word!important;word-break:break-word!important;line-height:1.5!important;vertical-align:middle!important;text-align:center!important;padding:8px!important;overflow:visible!important}.share-news-page .enterprise-name-cell{width:240px;white-space:normal!important;word-wrap:break-word!important;word-break:break-word!important;line-height:1.5!important;vertical-align:middle!important;text-align:left!important;padding:8px!important}.share-news-page .news-table tbody td.enterprise-name-cell{vertical-align:middle!important;text-align:left!important}.share-news-page .publish-time-cell{width:100px;white-space:pre-line}.share-news-page .title-cell{width:250px;white-space:normal!important;word-wrap:break-word!important;word-break:break-word!important;line-height:1.5!important;vertical-align:middle!important;text-align:center!important;padding:8px!important}.share-news-page .abstract-cell{width:400px;white-space:normal!important;word-wrap:break-word!important;word-break:break-word!important;line-height:1.5!important;vertical-align:middle!important;text-align:left!important;padding:8px!important}.share-news-page .article-link-cell{width:100px;text-align:center}.share-news-page .account-name-cell,.share-news-page .wechat-account-cell{width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-news-page .article-link{color:#165dff;text-decoration:none}.share-news-page .article-link:hover{text-decoration:underline}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f8fa;color:#1d2129;font-size:14px;line-height:1.5}#root{width:100%;min-height:100vh}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.ml-8{margin-left:8px}.ml-16{margin-left:16px}.ml-24{margin-left:24px}.mr-8{margin-right:8px}.mr-16{margin-right:16px}.mr-24{margin-right:24px}.p-8{padding:8px}.p-16{padding:16px}.p-24{padding:24px}.p-32{padding:32px}.gap-8{gap:8px}.gap-16{gap:16px}.gap-24{gap:24px}:root{--color-primary: #165dff;--color-primary-hover: #0e42d2;--color-primary-active: #0c36b3;--color-success: #00b42a;--color-warning: #ff7d00;--color-danger: #f53f3f;--color-text-primary: #1d2129;--color-text-secondary: #4e5969;--color-text-tertiary: #86909c;--color-border: #e5e6eb;--color-bg: #f7f8fa;--color-bg-secondary: #f2f3f5;--color-bg-hover: #f7f8fa;--color-bg-active: #e8e9ed}.dashboard-content::-webkit-scrollbar{width:0!important;height:0!important}
