.tabs-view{background:#fff;padding:4px;border-bottom:1px solid #e8e8e8}.tabs-view .tabs-container{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.tabs-view .tabs-container .tab-tag{display:inline-flex;align-items:center;padding:5px;margin:0;font-size:13px;border:1px solid #d9d9d9;border-bottom:none;background:#f5f5f5;color:#666;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s;position:relative}.tabs-view .tabs-container .tab-tag .tab-icon{font-size:12px}.tabs-view .tabs-container .tab-tag .tab-label{line-height:1}.tabs-view .tabs-container .tab-tag .anticon-close{font-size:12px;margin-left:4px;opacity:.6;transition:opacity .2s}.tabs-view .tabs-container .tab-tag .anticon-close:hover{opacity:1}.tabs-view .tabs-container .tab-tag:hover{background:#fafafa;color:#1890ff;border-color:#1890ff}.tabs-view .tabs-container .tab-tag.active{background:#52c41a;color:#fff;border-color:#52c41a;font-weight:400;z-index:1}.tabs-view .tabs-container .tab-tag.active .anticon-close{color:#fff;opacity:.8}.tabs-view .tabs-container .tab-tag.active .anticon-close:hover{opacity:1}@media(max-width:768px){.tabs-view{padding:4px}.tabs-view .tabs-container{gap:3px}.tabs-view .tabs-container .tab-tag{padding:5px;font-size:12px}.tabs-view .tabs-container .tab-tag .tab-icon{font-size:11px}.tabs-view .tabs-container .tab-tag .tab-label{font-size:12px}.tabs-view .tabs-container .tab-tag .anticon-close{font-size:10px}}.main-layout{min-height:100vh;background:#f5f7fa}.main-layout .layout-sider{background:#fff;box-shadow:2px 0 8px #0000000d}.main-layout .layout-sider .logo{height:64px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px;border-bottom:1px solid #f0f0f0}.main-layout .layout-sider .logo .logo-icon{font-size:28px;line-height:1}.main-layout .layout-sider .logo .logo-text{font-size:20px;font-weight:600;color:#1890ff;white-space:nowrap}.main-layout .layout-sider .sider-menu{border-right:none;padding:8px}.main-layout .layout-sider .sider-menu .ant-menu-item{border-radius:8px;margin:4px 0;height:40px;line-height:40px}.main-layout .layout-sider .sider-menu .ant-menu-item:hover{background:#f0f5ff}.main-layout .layout-sider .sider-menu .ant-menu-item.ant-menu-item-selected{background:#e6f7ff;color:#1890ff}.main-layout .layout-sider .sider-menu .ant-menu-item.ant-menu-item-selected:after{display:none}.main-layout .layout-sider::-webkit-scrollbar{width:6px}.main-layout .layout-sider::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.main-layout .layout-sider::-webkit-scrollbar-thumb:hover{background:#0003}.main-layout .layout-content-wrapper{background:#f5f7fa}.main-layout .layout-content-wrapper .layout-header{height:64px;padding:0 24px;background:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #00000014;position:sticky;top:0;z-index:10}.main-layout .layout-content-wrapper .layout-header .header-left{display:flex;align-items:center;gap:16px}.main-layout .layout-content-wrapper .layout-header .header-left .trigger-btn{font-size:18px;width:40px;height:40px;border-radius:8px;transition:all .3s}.main-layout .layout-content-wrapper .layout-header .header-left .trigger-btn:hover{background:#f0f0f0}.main-layout .layout-content-wrapper .layout-header .header-left .breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px}.main-layout .layout-content-wrapper .layout-header .header-left .breadcrumb .breadcrumb-item{color:#666}.main-layout .layout-content-wrapper .layout-header .header-left .breadcrumb .breadcrumb-item.active{color:#1890ff;font-weight:500}.main-layout .layout-content-wrapper .layout-header .header-left .breadcrumb .breadcrumb-separator{color:#d9d9d9}.main-layout .layout-content-wrapper .layout-header .header-right .header-icon-btn{font-size:18px;width:40px;height:40px;border-radius:8px;transition:all .3s}.main-layout .layout-content-wrapper .layout-header .header-right .header-icon-btn:hover{background:#f0f0f0}.main-layout .layout-content-wrapper .layout-header .header-right .user-info{display:flex;align-items:center;gap:8px;padding:4px 12px;border-radius:20px;cursor:pointer;transition:all .3s}.main-layout .layout-content-wrapper .layout-header .header-right .user-info:hover{background:#f0f0f0}.main-layout .layout-content-wrapper .layout-header .header-right .user-info .user-name{font-size:14px;color:#333}.main-layout .layout-content-wrapper .layout-content{padding:16px;background:#f5f5f5}.main-layout .layout-content-wrapper .layout-content .content-wrapper{background:#fff;border-radius:0 8px 8px;padding:15px;min-height:calc(100vh - 140px);border:1px solid #e8e8e8;border-top:none}.ant-drawer .logo{height:64px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 16px;border-bottom:1px solid #f0f0f0}.ant-drawer .logo .logo-icon{font-size:28px;line-height:1}.ant-drawer .logo .logo-text{font-size:20px;font-weight:600;color:#1890ff;white-space:nowrap}.ant-drawer .sider-menu{border-right:none;padding:8px}.ant-drawer .sider-menu .ant-menu-item{border-radius:8px;margin:4px 0;height:40px;line-height:40px}.ant-drawer .sider-menu .ant-menu-item:hover{background:#f0f5ff}.ant-drawer .sider-menu .ant-menu-item.ant-menu-item-selected{background:#e6f7ff;color:#1890ff}.ant-drawer .sider-menu .ant-menu-item.ant-menu-item-selected:after{display:none}.ant-drawer .sider-menu .ant-menu-submenu .ant-menu-submenu-title{border-radius:8px;margin:4px 0;height:40px;line-height:40px}.ant-drawer .sider-menu .ant-menu-submenu .ant-menu-submenu-title:hover{background:#f0f5ff}@media(max-width:768px){.main-layout .layout-header{padding:0 16px}.main-layout .layout-header .header-left .breadcrumb{display:none}.main-layout .layout-content{padding:12px}.main-layout .layout-content .content-wrapper{padding:16px}}.login-container{min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:24px}.login-wrapper{width:960px;max-width:96%;display:grid;grid-template-columns:1fr 1fr;gap:0;background:#ffffffdb;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000002e}@media(max-width:992px){.login-wrapper{grid-template-columns:1fr;background:transparent;box-shadow:none}}.login-side{background-size:cover;background-position:center;padding:32px 40px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;min-height:520px}.login-side .brand{display:flex;align-items:center;gap:12px}.login-side .brand .logo{font-size:28px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:8px}.login-side .brand .title .name{font-size:22px;font-weight:700}.login-side .brand .title .desc{opacity:.9}.login-side .stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 32px}.login-side .stats .stat .num{font-size:24px;font-weight:700}.login-side .stats .stat .label{opacity:.9}.login-side .contact{font-size:12px;line-height:1.8;opacity:.95}.login-panel{display:flex;align-items:center;justify-content:center;padding:32px 40px;background:#fff}.login-panel-inner{width:100%;max-width:440px}.login-header{text-align:center;margin-bottom:18px}.login-header h1{margin:0 0 6px;font-size:22px;font-weight:700}.login-header p{margin:0;color:#8c8c8c}.user-list .search-card,.role-management .search-card,.department-management .search-card{margin-bottom:16px;border-radius:8px}.user-list .search-card .ant-form,.role-management .search-card .ant-form,.department-management .search-card .ant-form{display:flex;flex-wrap:wrap;gap:16px 0;padding:16px}.user-list .search-card .ant-form .ant-form-item,.role-management .search-card .ant-form .ant-form-item,.department-management .search-card .ant-form .ant-form-item{margin-bottom:0;margin-right:24px}.user-list .search-card .ant-form .ant-form-item:last-child,.role-management .search-card .ant-form .ant-form-item:last-child,.department-management .search-card .ant-form .ant-form-item:last-child{margin-right:0;flex-basis:100%}.user-list .action-bar,.role-management .action-bar,.department-management .action-bar{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.user-list .action-bar .action-buttons,.role-management .action-bar .action-buttons,.department-management .action-bar .action-buttons{display:flex;gap:8px}.user-list .table-card,.role-management .table-card,.department-management .table-card{border-radius:8px}.user-list .table-card .ant-table-wrapper,.role-management .table-card .ant-table-wrapper,.department-management .table-card .ant-table-wrapper{padding:16px}.user-list .table-card .ant-table .ant-table-thead>tr>th,.role-management .table-card .ant-table .ant-table-thead>tr>th,.department-management .table-card .ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#333}.user-list .table-card .ant-table .ant-table-tbody>tr:hover,.role-management .table-card .ant-table .ant-table-tbody>tr:hover,.department-management .table-card .ant-table .ant-table-tbody>tr:hover{background:#f5f7fa}.user-list .table-card .selected-row,.role-management .table-card .selected-row,.department-management .table-card .selected-row{background-color:#e6f7ff!important}.user-list .table-card .selected-row:hover,.role-management .table-card .selected-row:hover,.department-management .table-card .selected-row:hover{background-color:#bae7ff!important}.user-list .table-card .status-tag.active,.role-management .table-card .status-tag.active,.department-management .table-card .status-tag.active{background:#e6f7ff;color:#1890ff;border-color:#91d5ff}.user-list .table-card .status-tag.inactive,.role-management .table-card .status-tag.inactive,.department-management .table-card .status-tag.inactive{background:#fff1f0;color:#ff4d4f;border-color:#ffccc7}.user-list .table-card .action-buttons,.role-management .table-card .action-buttons,.department-management .table-card .action-buttons{display:flex;gap:8px}.user-list .table-card .action-buttons .ant-btn,.role-management .table-card .action-buttons .ant-btn,.department-management .table-card .action-buttons .ant-btn{padding:4px 8px;height:auto;font-size:14px}.user-list .ant-pagination,.role-management .ant-pagination,.department-management .ant-pagination{margin-top:16px;text-align:right}.role-management .ant-list-item{transition:all .3s;border-bottom:1px solid #f0f0f0}.role-management .ant-list-item:hover{background-color:#f5f5f5!important}.role-management .ant-list-item.selected-row{background-color:#e6f7ff!important}.role-management .ant-list-item.selected-row:hover{background-color:#bae7ff!important}.role-management .permission-card .ant-tree .ant-tree-treenode{padding:4px 0}.role-management .permission-card .ant-tree .ant-tree-node-content-wrapper:hover{background-color:#f5f5f5}.role-management .permission-card .ant-tree .ant-tree-treenode[data-level="0"]{font-weight:600;color:#1890ff}.role-management .ant-card{border-radius:8px;box-shadow:0 1px 2px #00000008}.department-management .ant-tree .ant-tree-treenode{padding:4px 0;width:100%!important;display:flex!important;align-items:center}.department-management .ant-tree .ant-tree-treenode:hover{background-color:#f5f5f5}.department-management .ant-tree .ant-tree-node-content-wrapper{width:100%!important;flex:1 1 auto!important;min-width:0!important;display:flex!important;align-items:center}.department-management .ant-tree .ant-tree-node-content-wrapper .ant-tree-title{width:100%!important;display:block!important}.department-management .ant-tree .ant-tree-node-selected{background-color:#e6f7ff!important}.department-management .ant-tree .ant-tree-iconEle,.department-management .ant-tree .ant-tree-switcher{flex-shrink:0!important}.department-management .ant-tree .dept-tree-title{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-width:0!important}.department-management .ant-tree .dept-tree-title .dept-name{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin-right:8px!important}.department-management .ant-tree .dept-tree-title .dept-actions{flex:0 0 auto!important}.department-management .ant-card{border-radius:8px;box-shadow:0 1px 2px #00000008}@media(max-width:768px){.user-list .search-card .ant-form,.role-management .search-card .ant-form,.department-management .search-card .ant-form{flex-direction:column;padding:12px}.user-list .search-card .ant-form .ant-form-item,.role-management .search-card .ant-form .ant-form-item,.department-management .search-card .ant-form .ant-form-item{margin-right:0;width:100%}.user-list .search-card .ant-form .ant-form-item:last-child,.role-management .search-card .ant-form .ant-form-item:last-child,.department-management .search-card .ant-form .ant-form-item:last-child{flex-basis:auto}.user-list .search-card .ant-form .ant-form-item .ant-input,.role-management .search-card .ant-form .ant-form-item .ant-input,.department-management .search-card .ant-form .ant-form-item .ant-input{width:100%!important}.user-list .action-bar,.role-management .action-bar,.department-management .action-bar{flex-direction:column;align-items:flex-start;gap:12px}.user-list .action-bar .action-buttons,.role-management .action-bar .action-buttons,.department-management .action-bar .action-buttons{width:100%}.user-list .action-bar .action-buttons .ant-btn,.role-management .action-bar .action-buttons .ant-btn,.department-management .action-bar .action-buttons .ant-btn{flex:1}.user-list .table-card .ant-table,.role-management .table-card .ant-table,.department-management .table-card .ant-table{font-size:12px}.user-list .table-card .action-buttons,.role-management .table-card .action-buttons,.department-management .table-card .action-buttons{flex-direction:column;gap:4px}.user-list .table-card .action-buttons .ant-btn,.role-management .table-card .action-buttons .ant-btn,.department-management .table-card .action-buttons .ant-btn{width:100%}.user-list .ant-pagination,.role-management .ant-pagination,.department-management .ant-pagination{text-align:center}.user-list .ant-pagination .ant-pagination-options,.role-management .ant-pagination .ant-pagination-options,.department-management .ant-pagination .ant-pagination-options{display:none}}.report-unified-page{padding:16px 24px;background:#f5f7fa;min-height:calc(100vh - 64px)}.report-unified-page .report-unified-layout{display:flex;gap:16px}.report-unified-page .filter-sidebar{width:220px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 1px 2px #00000008,0 2px 4px #0000000a;padding:16px;height:fit-content;position:sticky;top:80px}.report-unified-page .filter-sidebar .filter-section{margin-bottom:20px}.report-unified-page .filter-sidebar .filter-section:last-child{margin-bottom:0}.report-unified-page .filter-sidebar .filter-section .filter-title{font-size:13px;font-weight:600;color:#8c8c8c;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.report-unified-page .filter-sidebar .role-filter-list{display:flex;flex-direction:column;gap:4px}.report-unified-page .filter-sidebar .role-filter-list .role-filter-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .2s}.report-unified-page .filter-sidebar .role-filter-list .role-filter-item:hover{background:#f5f5f5}.report-unified-page .filter-sidebar .role-filter-list .role-filter-item.active{background:#e6f7ff;color:#1890ff}.report-unified-page .filter-sidebar .role-filter-list .role-filter-item.active .role-label{font-weight:500}.report-unified-page .filter-sidebar .role-filter-list .role-filter-item.active .ant-badge-count{background:#1890ff}.report-unified-page .filter-sidebar .role-filter-list .role-filter-item .role-label{font-size:14px;color:#262626}.report-unified-page .filter-sidebar .role-filter-list .role-filter-item .ant-badge-count{background:#d9d9d9;font-size:11px;min-width:18px;height:18px;line-height:18px}.report-unified-page .filter-sidebar .filter-checkbox-group{display:flex;flex-direction:column;gap:8px}.report-unified-page .filter-sidebar .filter-checkbox-group .ant-checkbox-wrapper{margin:0;font-size:13px}.report-unified-page .filter-sidebar .filter-checkbox-group .ant-checkbox-wrapper .ant-tag{margin-right:0}.report-unified-page .report-list-content{flex:1;min-width:0}.report-unified-page .report-list-content .report-list-card{border-radius:8px;box-shadow:0 1px 2px #00000008,0 2px 4px #0000000a;border:none;overflow:hidden}.report-unified-page .report-list-content .report-list-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #f0f0f0;background:#fff}.report-unified-page .report-list-content .report-list-header .header-left{display:flex;align-items:center;gap:16px}.report-unified-page .report-list-content .report-list-header .header-left .report-count{font-size:13px;color:#8c8c8c}.report-unified-page .report-list-content .report-list-header .header-right{display:flex;align-items:center;gap:8px}.report-unified-page .report-list-content .report-table .ant-table-thead>tr>th{background:#fafafa;font-weight:500;color:#8c8c8c;font-size:13px}.report-unified-page .report-list-content .report-table .ant-table-tbody>tr:hover>td{background:#f5f7fa}.report-unified-page .report-list-content .report-table .ant-table-tbody>tr>td{padding:12px 16px}.report-unified-page .report-list-content .report-table .report-title-link{color:#262626;font-weight:500}.report-unified-page .report-list-content .report-table .report-title-link:hover{color:#1890ff}.report-detail-drawer .ant-drawer-content{display:flex;flex-direction:column}.report-detail-drawer .ant-drawer-wrapper-body{display:flex;flex-direction:column;height:100%}.report-detail-drawer .ant-drawer-header{padding:16px 24px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.report-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title{display:flex;align-items:center;gap:12px}.report-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title .title-text{font-size:16px;font-weight:600;color:#262626;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-detail-drawer .ant-drawer-body{padding:0!important;overflow:auto!important;scrollbar-width:none;-ms-overflow-style:none}.report-detail-drawer .ant-drawer-body::-webkit-scrollbar{display:none}.report-detail-drawer .drawer-split-layout{display:flex;min-height:100%}.report-detail-drawer .drawer-split-layout .split-left{flex:1;min-width:0;border-right:1px solid #f0f0f0;background:#fff}.report-detail-drawer .drawer-split-layout .split-left .panel-header{padding:16px 24px;border-bottom:1px solid #f0f0f0;background:#fafafa}.report-detail-drawer .drawer-split-layout .split-left .panel-header .panel-title{font-size:15px;font-weight:600;color:#262626}.report-detail-drawer .drawer-split-layout .split-left .panel-content{padding:20px 24px}.report-detail-drawer .drawer-split-layout .split-right{width:360px;flex-shrink:0;background:#fafafa}.report-detail-drawer .drawer-split-layout .split-right .right-section .section-header{padding:14px 20px;background:#fafafa;border-bottom:1px solid #f0f0f0}.report-detail-drawer .drawer-split-layout .split-right .right-section .section-header .section-title{font-size:14px;font-weight:600;color:#262626}.report-detail-drawer .drawer-split-layout .split-right .right-section .section-content{padding:16px 20px}.report-detail-drawer .drawer-split-layout .split-right .right-section.comment-section .section-content{padding:16px 24px}.report-detail-drawer .drawer-split-layout .split-right .right-section.comment-section .comment-input-box{padding:12px 24px 16px}.report-detail-drawer .drawer-detail-content .detail-section{margin-bottom:24px}.report-detail-drawer .drawer-detail-content .detail-section:last-child{margin-bottom:0}.report-detail-drawer .drawer-detail-content .detail-section .section-title{font-size:13px;font-weight:600;color:#8c8c8c;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.report-detail-drawer .drawer-detail-content .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 24px}.report-detail-drawer .drawer-detail-content .info-grid .info-item{display:flex;align-items:center;gap:8px}.report-detail-drawer .drawer-detail-content .info-grid .info-item .label{font-size:13px;color:#8c8c8c;display:flex;align-items:center;gap:4px}.report-detail-drawer .drawer-detail-content .info-grid .info-item .label .anticon{font-size:12px}.report-detail-drawer .review-section{padding:16px 20px;background:#fff;border-top:1px solid #f0f0f0}.report-detail-drawer .review-section .review-form .ant-form-item{margin-bottom:12px}.report-detail-drawer .review-section .review-actions{display:flex;gap:8px;margin-top:12px}@media(max-width:768px){.report-unified-page{padding:12px}.report-unified-page .report-unified-layout{flex-direction:column}.report-unified-page .filter-sidebar{width:100%;position:static;margin-bottom:12px}.report-unified-page .filter-sidebar .filter-section{margin-bottom:16px}.report-unified-page .filter-sidebar .role-filter-list{flex-direction:row;flex-wrap:wrap;gap:8px}.report-unified-page .filter-sidebar .role-filter-list .role-filter-item{padding:6px 10px;font-size:13px}.report-unified-page .filter-sidebar .filter-checkbox-group{flex-direction:row;flex-wrap:wrap;gap:8px 16px}.report-unified-page .report-list-content .report-list-header{flex-direction:column;gap:12px;align-items:stretch}.report-unified-page .report-list-content .report-list-header .header-left,.report-unified-page .report-list-content .report-list-header .header-right{width:100%}.report-unified-page .report-list-content .report-list-header .header-left{flex-direction:column;align-items:stretch;gap:8px}.report-unified-page .report-list-content .report-list-header .header-right{justify-content:flex-end}.report-detail-drawer .drawer-split-layout{flex-direction:column}.report-detail-drawer .drawer-split-layout .split-left{border-right:none;border-bottom:1px solid #f0f0f0}.report-detail-drawer .drawer-split-layout .split-right{width:100%}.report-detail-drawer .drawer-detail-content .info-grid{grid-template-columns:1fr}}@media(max-width:1200px){.report-detail-drawer .drawer-split-layout .split-right{width:300px}}@media(max-width:992px){.report-detail-drawer .ant-drawer-header .drawer-title .title-text{max-width:200px}.report-detail-drawer .drawer-split-layout{flex-direction:column}.report-detail-drawer .drawer-split-layout .split-left{border-right:none;border-bottom:1px solid #f0f0f0}.report-detail-drawer .drawer-split-layout .split-right{width:100%}}.report-summary-container{padding:0}.report-summary-container .header-section{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.report-summary-container .header-section .summary-info{font-size:14px;color:#595959}.report-summary-container .header-section .summary-info strong{color:#1890ff;font-size:16px;margin:0 4px}.report-summary-container .empty-data{text-align:center;padding:60px 0;color:#999;font-size:14px}.report-summary-container .analysis-table-wrapper{position:relative;overflow-x:auto;overflow-y:auto;margin-top:16px;max-height:calc(100vh - 260px);border:1px solid #e8e8e8;border-radius:4px}.report-summary-container .analysis-table-wrapper::-webkit-scrollbar{width:8px;height:8px}.report-summary-container .analysis-table-wrapper::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.report-summary-container .analysis-table-wrapper::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}.report-summary-container .analysis-table-wrapper::-webkit-scrollbar-thumb:hover{background:#8c8c8c}.report-summary-container .analysis-table-wrapper::-webkit-scrollbar-corner{background:#f0f0f0}.report-summary-container .analysis-table-wrapper .analysis-table{width:100%;border-collapse:collapse;background:#fff;font-size:13px;position:relative}.report-summary-container .analysis-table-wrapper .analysis-table thead tr{background:#fafafa}.report-summary-container .analysis-table-wrapper .analysis-table thead tr th{padding:12px 8px;text-align:center;font-weight:600;border:1px solid #e8e8e8;white-space:nowrap;color:#262626;background:#fafafa;position:sticky;top:0;z-index:2}.report-summary-container .analysis-table-wrapper .analysis-table thead tr th.col-user{min-width:120px;width:120px;position:sticky;left:0;top:0;z-index:5;box-shadow:2px 0 4px #0000000d}.report-summary-container .analysis-table-wrapper .analysis-table thead tr th.col-metric{min-width:100px;width:100px;position:sticky;left:120px;top:0;z-index:5}.report-summary-container .analysis-table-wrapper .analysis-table thead tr th.col-summary{min-width:100px;width:100px;position:sticky;left:220px;top:0;z-index:5;background:#fff7e6;font-weight:600;color:#fa8c16;box-shadow:2px 0 4px #0000000d}.report-summary-container .analysis-table-wrapper .analysis-table thead tr th.col-date{min-width:90px;width:90px}.report-summary-container .analysis-table-wrapper .analysis-table tbody tr:hover{background:#fafafa}.report-summary-container .analysis-table-wrapper .analysis-table tbody tr td{padding:8px;text-align:center;border:1px solid #e8e8e8;color:#595959;background:#fff}.report-summary-container .analysis-table-wrapper .analysis-table tbody tr td.col-user{text-align:left;vertical-align:middle;background:#fafafa;position:sticky;left:0;z-index:2;box-shadow:2px 0 4px #0000000d}.report-summary-container .analysis-table-wrapper .analysis-table tbody tr td.col-user .user-info .user-name{font-weight:600;font-size:14px;color:#262626;margin-bottom:4px}.report-summary-container .analysis-table-wrapper .analysis-table tbody tr td.col-user .user-info .department-name{font-size:12px;color:#8c8c8c}.report-summary-container .analysis-table-wrapper .analysis-table tbody tr td.col-metric{font-weight:500;color:#595959;background:#fafafa;position:sticky;left:120px;z-index:2}.report-summary-container .analysis-table-wrapper .analysis-table tbody tr td.col-summary{font-weight:600;color:#fa8c16;background:#fff7e6;position:sticky;left:220px;z-index:2;box-shadow:2px 0 4px #0000000d}.report-summary-container .analysis-table-wrapper .analysis-table tbody tr td.col-date{background:#fff}.report-summary-container .analysis-table-wrapper .analysis-table tbody tr td.col-date.has-submit{background:#f6ffed;color:#52c41a;font-weight:500}tr:hover .report-summary-container .analysis-table-wrapper .analysis-table tbody tr td.col-user,tr:hover .report-summary-container .analysis-table-wrapper .analysis-table tbody tr td.col-metric{background:#f0f0f0}tr:hover .report-summary-container .analysis-table-wrapper .analysis-table tbody tr td.col-summary{background:#ffe7ba}.report-summary-container .analysis-table-wrapper .analysis-table tbody tr.separator-row{height:8px}.report-summary-container .analysis-table-wrapper .analysis-table tbody tr.separator-row td{padding:0;border:none;background:transparent;position:static}@media(max-width:768px){.report-summary-container .header-section{flex-direction:column;align-items:flex-start}.report-summary-container .header-section .summary-info{width:100%}.report-summary-container .analysis-table-wrapper .analysis-table{font-size:12px}.report-summary-container .analysis-table-wrapper .analysis-table thead th,.report-summary-container .analysis-table-wrapper .analysis-table tbody td{padding:6px 4px}.report-summary-container .analysis-table-wrapper .analysis-table thead th.col-user{min-width:90px;width:90px;left:0}.report-summary-container .analysis-table-wrapper .analysis-table thead th.col-metric{min-width:80px;width:80px;left:90px}.report-summary-container .analysis-table-wrapper .analysis-table thead th.col-summary{min-width:80px;width:80px;left:170px}.report-summary-container .analysis-table-wrapper .analysis-table thead th.col-date{min-width:70px;width:70px}.report-summary-container .analysis-table-wrapper .analysis-table tbody td.col-user{left:0}.report-summary-container .analysis-table-wrapper .analysis-table tbody td.col-user .user-info .user-name{font-size:12px}.report-summary-container .analysis-table-wrapper .analysis-table tbody td.col-user .user-info .department-name{font-size:11px}.report-summary-container .analysis-table-wrapper .analysis-table tbody td.col-metric{left:90px}.report-summary-container .analysis-table-wrapper .analysis-table tbody td.col-summary{left:170px}}.file-upload-wrapper .file-upload-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;margin-bottom:8px;transition:all .3s}.file-upload-wrapper .file-upload-item:hover{border-color:#40a9ff;background-color:#f5f5f5}.file-upload-wrapper .file-upload-item .file-info{display:flex;align-items:center;flex:1;min-width:0}.file-upload-wrapper .file-upload-item .file-info .file-icon{font-size:16px;color:#1890ff;margin-right:8px;flex-shrink:0}.file-upload-wrapper .file-upload-item .file-info .file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:8px}.file-upload-wrapper .file-upload-item .file-info .file-size{color:#8c8c8c;font-size:12px;flex-shrink:0}.file-upload-wrapper .file-upload-item .file-actions{flex-shrink:0}.file-upload-wrapper .upload-tips{margin-top:8px;color:#8c8c8c;font-size:12px}.comments-container{display:flex;flex-direction:column;height:100%}.comments-container .comments-list-section{flex:1;overflow-y:auto;min-height:0}.comments-container .comments-input-section{flex-shrink:0;border-top:1px solid #f0f0f0;padding-top:12px;margin-top:12px}.comments-list .empty-comments{padding:24px 0}.comments-list .load-more{text-align:center;padding:8px 0}.comment-item{display:flex;padding:12px 0;border-bottom:1px solid #f5f5f5}.comment-item:last-child{border-bottom:none}.comment-item .comment-avatar{flex-shrink:0;width:32px;height:32px;background-color:#1890ff;color:#fff;font-size:14px;margin-right:12px}.comment-item .comment-content{flex:1;min-width:0}.comment-item .comment-content .comment-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.comment-item .comment-content .comment-header .comment-header-left{display:flex;align-items:center;gap:12px}.comment-item .comment-content .comment-header .comment-header-left .comment-author{font-weight:500;color:#262626;font-size:14px}.comment-item .comment-content .comment-header .comment-header-left .comment-time{font-size:12px;color:#8c8c8c}.comment-item .comment-content .comment-header .delete-btn{padding:0 4px;height:auto;font-size:12px;opacity:0;transition:opacity .2s}.comment-item .comment-content:hover .comment-header .delete-btn{opacity:1}.comment-item .comment-content .comment-text{color:#333;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.comment-item .comment-content .comment-attachments{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.comment-item .comment-content .comment-attachments .comment-image{max-width:120px;max-height:120px;border-radius:4px;cursor:pointer;object-fit:cover;border:1px solid #f0f0f0;transition:transform .2s}.comment-item .comment-content .comment-attachments .comment-image:hover{transform:scale(1.02)}.comment-item .comment-content .comment-attachments .comment-file{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#f5f5f5;border-radius:4px;cursor:pointer;font-size:13px;color:#1890ff;transition:background .2s}.comment-item .comment-content .comment-attachments .comment-file:hover{background:#e6f7ff}.comment-item .comment-content .comment-attachments .comment-file .file-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comment-replies{margin-top:12px;padding-left:12px;border-left:2px solid #e8e8e8}.comment-replies .reply-item{display:flex;padding:8px 0}.comment-replies .reply-item:first-child{padding-top:0}.comment-replies .reply-item .ant-avatar{flex-shrink:0;width:24px;height:24px;font-size:12px;margin-right:8px;background-color:#91d5ff}.comment-replies .reply-item .reply-content{flex:1;min-width:0}.comment-replies .reply-item .reply-content .reply-header{display:flex;align-items:center;gap:8px;margin-bottom:2px}.comment-replies .reply-item .reply-content .reply-header .reply-author{font-weight:500;color:#262626;font-size:13px}.comment-replies .reply-item .reply-content .reply-header .reply-time{font-size:11px;color:#8c8c8c}.comment-replies .reply-item .reply-content .reply-text{color:#555;font-size:13px;line-height:1.5}.comment-input-wrapper .comment-form .ant-form-item{margin-bottom:8px}.comment-input-wrapper .comment-form .input-actions{display:flex;justify-content:space-between;align-items:center}.comment-input-wrapper .comment-form .input-actions .action-left{display:flex;align-items:center}.comment-input-wrapper .comment-form .input-actions .action-right{flex-shrink:0}.comment-input-wrapper .comment-form .upload-list-wrapper{margin-top:8px}.comment-input-wrapper .comment-form .upload-list-wrapper .ant-upload-list{display:flex;flex-wrap:wrap;gap:8px}.comment-input-wrapper .comment-form .upload-list-wrapper .ant-upload-list .ant-upload-list-item{margin:0}.dark-theme .comment-item{border-bottom-color:#303030}.dark-theme .comment-item .comment-content .comment-header .comment-header-left .comment-author{color:#e8e8e8}.dark-theme .comment-item .comment-content .comment-text{color:#d9d9d9}.dark-theme .comment-item .comment-content .comment-attachments .comment-file{background:#303030}.dark-theme .comment-item .comment-content .comment-attachments .comment-file:hover{background:#1a3a4d}.dark-theme .comment-replies{border-left-color:#434343}.dark-theme .comments-input-section{border-top-color:#303030}.file-list-wrapper.file-list-vertical .file-list-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid #f0f0f0;border-radius:4px;margin-bottom:8px;transition:all .3s}.file-list-wrapper.file-list-vertical .file-list-item:hover{border-color:#40a9ff;background-color:#f5f5f5}.file-list-wrapper.file-list-vertical .file-list-item.file-list-image-item{padding:8px;gap:12px}.file-list-wrapper.file-list-vertical .file-list-item.file-list-image-item .file-image-wrapper{flex-shrink:0}.file-list-wrapper.file-list-vertical .file-list-item.file-list-image-item .file-image-wrapper .ant-image{display:block;cursor:pointer}.file-list-wrapper.file-list-vertical .file-list-item.file-list-image-item .file-image-wrapper .ant-image img{border-radius:4px}.file-list-wrapper.file-list-vertical .file-list-item.file-list-image-item .file-image-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.file-list-wrapper.file-list-vertical .file-list-item.file-list-image-item .file-image-info .file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#333}.file-list-wrapper.file-list-vertical .file-list-item.file-list-image-item .file-image-info .file-actions{margin-top:4px}.file-list-wrapper.file-list-vertical .file-list-item .file-info{display:flex;align-items:center;flex:1;min-width:0}.file-list-wrapper.file-list-vertical .file-list-item .file-info .file-icon{font-size:20px;margin-right:12px;flex-shrink:0}.file-list-wrapper.file-list-vertical .file-list-item .file-info .file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:8px;font-size:14px}.file-list-wrapper.file-list-vertical .file-list-item .file-info .file-type{flex-shrink:0;margin-right:8px}.file-list-wrapper.file-list-vertical .file-list-item .file-actions{flex-shrink:0}.file-list-wrapper.file-list-horizontal{display:flex;flex-wrap:wrap;gap:12px}.file-list-wrapper.file-list-horizontal .file-list-item{display:flex;flex-direction:column;align-items:center;padding:16px;border:1px solid #f0f0f0;border-radius:4px;min-width:120px;transition:all .3s}.file-list-wrapper.file-list-horizontal .file-list-item:hover{border-color:#40a9ff;background-color:#f5f5f5}.file-list-wrapper.file-list-horizontal .file-list-item .file-info{display:flex;flex-direction:column;align-items:center;margin-bottom:12px}.file-list-wrapper.file-list-horizontal .file-list-item .file-info .file-icon{font-size:32px;margin-bottom:8px}.file-list-wrapper.file-list-horizontal .file-list-item .file-info .file-name{text-align:center;font-size:12px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px}.file-list-wrapper.file-list-horizontal .file-list-item .file-info .file-type{margin-top:4px}.file-list-wrapper.file-list-horizontal .file-list-item .file-actions{display:flex;flex-direction:column;width:100%}.file-list-wrapper.file-list-horizontal .file-list-item .file-actions button{width:100%;justify-content:center}.task-unified-page{padding:16px 24px;background:#f5f7fa;min-height:calc(100vh - 64px)}.task-unified-page .task-unified-layout{display:flex;gap:16px}.task-unified-page .filter-sidebar{width:220px;flex-shrink:0;background:#fff;border-radius:8px;box-shadow:0 1px 2px #00000008,0 2px 4px #0000000a;padding:16px;height:fit-content;position:sticky;top:80px}.task-unified-page .filter-sidebar .filter-section{margin-bottom:20px}.task-unified-page .filter-sidebar .filter-section:last-child{margin-bottom:0}.task-unified-page .filter-sidebar .filter-section .filter-title{font-size:13px;font-weight:600;color:#8c8c8c;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.task-unified-page .filter-sidebar .role-filter-list{display:flex;flex-direction:column;gap:4px}.task-unified-page .filter-sidebar .role-filter-list .role-filter-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .2s}.task-unified-page .filter-sidebar .role-filter-list .role-filter-item:hover{background:#f5f5f5}.task-unified-page .filter-sidebar .role-filter-list .role-filter-item.active{background:#e6f7ff;color:#1890ff}.task-unified-page .filter-sidebar .role-filter-list .role-filter-item.active .role-label{font-weight:500}.task-unified-page .filter-sidebar .role-filter-list .role-filter-item.active .ant-badge-count{background:#1890ff}.task-unified-page .filter-sidebar .role-filter-list .role-filter-item .role-label{font-size:14px;color:#262626}.task-unified-page .filter-sidebar .role-filter-list .role-filter-item .ant-badge-count{background:#d9d9d9;font-size:11px;min-width:18px;height:18px;line-height:18px}.task-unified-page .filter-sidebar .filter-checkbox-group{display:flex;flex-direction:column;gap:8px}.task-unified-page .filter-sidebar .filter-checkbox-group .ant-checkbox-wrapper{margin:0;font-size:13px}.task-unified-page .filter-sidebar .filter-checkbox-group .ant-checkbox-wrapper .ant-tag{margin-right:0}.task-unified-page .task-list-content{flex:1;min-width:0}.task-unified-page .task-list-content .task-list-card{border-radius:8px;box-shadow:0 1px 2px #00000008,0 2px 4px #0000000a;border:none;overflow:hidden}.task-unified-page .task-list-content .task-list-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #f0f0f0;background:#fff}.task-unified-page .task-list-content .task-list-header .header-left{display:flex;align-items:center;gap:16px}.task-unified-page .task-list-content .task-list-header .header-left .task-count{font-size:13px;color:#8c8c8c}.task-unified-page .task-list-content .task-list-header .header-right{display:flex;align-items:center;gap:8px}.task-unified-page .task-list-content .task-table .ant-table-thead>tr>th{background:#fafafa;font-weight:500;color:#8c8c8c;font-size:13px}.task-unified-page .task-list-content .task-table .ant-table-tbody>tr:hover>td{background:#f5f7fa}.task-unified-page .task-list-content .task-table .ant-table-tbody>tr>td{padding:12px 16px}.task-unified-page .task-list-content .task-table .task-title-link{color:#262626;font-weight:500}.task-unified-page .task-list-content .task-table .task-title-link:hover{color:#1890ff}.task-list-page{padding:16px 24px;background:#f5f7fa;min-height:calc(100vh - 64px)}.task-list-page .task-list-card{border-radius:8px;box-shadow:0 1px 2px #00000008,0 2px 4px #0000000a;border:none;overflow:hidden}.task-list-page .task-list-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #f0f0f0;background:#fff}.task-list-page .task-list-header .header-left{display:flex;align-items:center;gap:16px}.task-list-page .task-list-header .header-left .page-title{margin:0;font-size:16px;font-weight:600;color:#262626}.task-list-page .task-list-header .header-left .task-count{font-size:13px;color:#8c8c8c;background:#f5f5f5;padding:2px 8px;border-radius:4px}.task-list-page .task-list-header .header-left .header-tabs .ant-tabs-nav{margin:0}.task-list-page .task-list-header .header-left .header-tabs .ant-tabs-nav:before{display:none}.task-list-page .task-list-header .header-left .header-tabs .ant-tabs-tab{padding:8px 0;font-size:14px}.task-list-page .task-list-header .header-left .header-tabs .ant-tabs-tab-active{font-weight:500}.task-list-page .task-list-header .header-right{display:flex;align-items:center;gap:8px}.task-list-page .task-list-filter{padding:16px 20px;background:#fafafa;border-bottom:1px solid #f0f0f0}.task-list-page .task-list-filter .ant-form-item{margin-bottom:0}.task-list-page .task-list-info{padding:8px 20px;background:#fff;border-bottom:1px solid #f0f0f0}.task-list-page .task-list-info .task-count{font-size:13px;color:#8c8c8c}.task-list-page .task-table .ant-table-thead>tr>th{background:#fafafa;font-weight:500;color:#8c8c8c;font-size:13px}.task-list-page .task-table .ant-table-tbody>tr:hover>td{background:#f5f7fa}.task-list-page .task-table .ant-table-tbody>tr>td{padding:12px 16px}.task-list-page .task-table .task-title-link{color:#262626;font-weight:500}.task-list-page .task-table .task-title-link:hover{color:#1890ff}.task-detail-page{background:#f5f7fa;min-height:calc(100vh - 64px)}.task-detail-page .task-detail-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 8px #0000000f;z-index:100}.task-detail-page .task-detail-header .header-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.task-detail-page .task-detail-header .header-left .task-title-area{flex:1;min-width:0}.task-detail-page .task-detail-header .header-left .task-title-area .task-title{margin:0;font-size:18px;font-weight:600;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-detail-page .task-detail-header .header-left .task-title-area .ant-breadcrumb{font-size:14px}.task-detail-page .task-detail-header .header-right{flex-shrink:0}.task-detail-page .task-detail-content{padding:16px 24px}.task-detail-page .task-detail-content .detail-card{border-radius:8px;box-shadow:0 1px 2px #00000008,0 2px 4px #0000000a;border:none;margin-bottom:16px}.task-detail-page .task-detail-content .detail-card .ant-card-head{min-height:auto;padding:12px 16px;border-bottom:1px solid #f0f0f0}.task-detail-page .task-detail-content .detail-card .ant-card-head .ant-card-head-title{font-size:14px;font-weight:600;padding:0}.task-detail-page .task-detail-content .detail-card .ant-card-body{padding:16px}.task-detail-page .task-detail-content .task-description{font-size:14px;line-height:1.8;color:#262626;white-space:pre-wrap}.task-detail-page .task-detail-content .task-description .empty-text{color:#8c8c8c}.task-detail-page .task-detail-content .progress-editor .progress-actions{margin-top:16px;text-align:right}.task-detail-page .task-detail-content .result-note,.task-detail-page .task-detail-content .result-files{margin-bottom:16px}.task-detail-page .task-detail-content .result-note:last-child,.task-detail-page .task-detail-content .result-files:last-child{margin-bottom:0}.task-detail-page .task-detail-content .result-note .label,.task-detail-page .task-detail-content .result-files .label{font-size:13px;color:#8c8c8c;margin-bottom:8px}.task-detail-page .task-detail-content .result-note .value,.task-detail-page .task-detail-content .result-files .value{font-size:14px;color:#262626;line-height:1.6}.task-detail-page .task-detail-content .info-card .ant-card-body{padding:12px 16px}.task-detail-page .task-detail-content .info-card .info-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px}.task-detail-page .task-detail-content .info-card .info-item:first-child{padding-top:0}.task-detail-page .task-detail-content .info-card .info-item:last-child{padding-bottom:0}.task-detail-page .task-detail-content .info-card .info-item.collaborators{flex-direction:column;align-items:flex-start;gap:8px}.task-detail-page .task-detail-content .info-card .info-item.collaborators .info-value{width:100%}.task-detail-page .task-detail-content .info-card .info-item .info-label{color:#8c8c8c;display:flex;align-items:center}.task-detail-page .task-detail-content .info-card .info-item .info-value{color:#262626;display:flex;align-items:center}.task-detail-page .task-detail-content .info-card .info-item .info-value.overdue{color:#ff4d4f}.task-detail-page .task-detail-content .info-card .info-item .status-tag{font-size:12px}.task-detail-page .task-detail-content .timeline-item .timeline-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.task-detail-page .task-detail-content .timeline-item .timeline-header .timeline-user{font-size:13px;color:#262626}.task-detail-page .task-detail-content .timeline-item .timeline-time{font-size:12px;color:#8c8c8c;margin-bottom:4px}.task-detail-page .task-detail-content .timeline-item .timeline-comment{font-size:13px;color:#8c8c8c;background:#f5f5f5;padding:8px 12px;border-radius:4px;margin-top:8px}.task-detail-drawer .ant-drawer-content{display:flex;flex-direction:column}.task-detail-drawer .ant-drawer-wrapper-body{display:flex;flex-direction:column;height:100%}.task-detail-drawer .ant-drawer-header{padding:16px 24px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.task-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title{display:flex;align-items:center;gap:12px}.task-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title .title-text{font-size:16px;font-weight:600;color:#262626;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title .breadcrumb-nav{display:flex;align-items:center;gap:4px;font-size:14px}.task-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title .breadcrumb-nav .back-btn{margin-right:4px;padding:4px;height:auto;color:#8c8c8c}.task-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title .breadcrumb-nav .back-btn:hover{color:#1890ff;background:#f0f0f0}.task-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title .breadcrumb-nav .breadcrumb-item{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title .breadcrumb-nav .breadcrumb-item.parent{color:#1890ff;cursor:pointer}.task-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title .breadcrumb-nav .breadcrumb-item.parent:hover{text-decoration:underline}.task-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title .breadcrumb-nav .breadcrumb-item.current{color:#262626;font-weight:600}.task-detail-drawer .ant-drawer-header .ant-drawer-title .drawer-title .breadcrumb-nav .breadcrumb-separator{color:#8c8c8c;margin:0 4px}.task-detail-drawer .ant-drawer-header .ant-drawer-extra .ant-space{flex-wrap:wrap}.task-detail-drawer .ant-drawer-body{padding:0!important;overflow:auto!important;scrollbar-width:none;-ms-overflow-style:none}.task-detail-drawer .ant-drawer-body::-webkit-scrollbar{display:none}.task-detail-drawer .drawer-scroll-wrapper{min-height:100%}.task-detail-drawer .drawer-split-layout{display:flex;min-height:100%}.task-detail-drawer .drawer-split-layout .split-left{flex:1;min-width:0;border-right:1px solid #f0f0f0;background:#fff}.task-detail-drawer .drawer-split-layout .split-left .panel-header{padding:16px 24px;border-bottom:1px solid #f0f0f0;background:#fafafa}.task-detail-drawer .drawer-split-layout .split-left .panel-header .panel-title{font-size:15px;font-weight:600;color:#262626}.task-detail-drawer .drawer-split-layout .split-left .panel-content{padding:20px 24px}.task-detail-drawer .drawer-split-layout .split-right{width:360px;flex-shrink:0;background:#fafafa}.task-detail-drawer .drawer-split-layout .split-right .right-section .section-header{padding:14px 20px;background:#fafafa;border-bottom:1px solid #f0f0f0}.task-detail-drawer .drawer-split-layout .split-right .right-section .section-header .section-title{font-size:14px;font-weight:600;color:#262626}.task-detail-drawer .drawer-split-layout .split-right .right-section .section-content{padding:16px 20px}.task-detail-drawer .drawer-split-layout .split-right .flow-section{border-bottom:1px solid #f0f0f0}.task-detail-drawer .drawer-split-layout .split-right .flow-section .section-content .ant-empty{padding:20px 0}.task-detail-drawer .drawer-split-layout .split-right .comment-section .task-comments .comment-list .ant-list-item{padding:12px 0;border-bottom:1px solid #f0f0f0}.task-detail-drawer .drawer-split-layout .split-right .comment-section .task-comments .comment-list .ant-list-item:last-child{border-bottom:none}.task-detail-drawer .drawer-split-layout .split-right .comment-section .task-comments .comment-list .ant-list-item .ant-list-item-meta-title{font-size:13px}.task-detail-drawer .drawer-split-layout .split-right .comment-section .task-comments .comment-list .ant-list-item .ant-list-item-meta-description{font-size:13px;color:#262626}.task-detail-drawer .drawer-split-layout .split-right .comment-section .task-comments .load-more-btn{text-align:center;padding:12px 0}.task-detail-drawer .drawer-split-layout .split-right .comment-section .comment-input-box{padding:16px 20px;background:#fff;border-top:1px solid #f0f0f0}.task-detail-drawer .drawer-split-layout .split-right .comment-section .comment-input-box .ant-form-item{margin-bottom:8px}.task-detail-drawer .drawer-split-layout .split-right .comment-section .comment-input-box .input-actions{display:flex;justify-content:space-between;align-items:center}.task-detail-drawer .drawer-detail-content .detail-section{margin-bottom:0}.task-detail-drawer .drawer-detail-content .detail-section .section-title{font-size:13px;font-weight:600;color:#8c8c8c;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.task-detail-drawer .drawer-detail-content .detail-section .task-description{font-size:14px;line-height:1.8;color:#262626;white-space:pre-wrap}.task-detail-drawer .drawer-detail-content .detail-section .task-description .empty-text{color:#8c8c8c;font-style:italic}.task-detail-drawer .drawer-detail-content .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 24px}.task-detail-drawer .drawer-detail-content .info-grid .info-item{display:flex;align-items:center;gap:8px}.task-detail-drawer .drawer-detail-content .info-grid .info-item .label{font-size:13px;color:#8c8c8c;display:flex;align-items:center;gap:4px}.task-detail-drawer .drawer-detail-content .info-grid .info-item .label .anticon{font-size:12px}.task-detail-drawer .drawer-detail-content .info-grid .info-item .overdue{color:#ff4d4f}.task-detail-drawer .drawer-detail-content .result-note .label,.task-detail-drawer .drawer-detail-content .result-files .label{font-size:13px;color:#8c8c8c;margin-bottom:8px}.task-detail-drawer .drawer-detail-content .result-note .value,.task-detail-drawer .drawer-detail-content .result-files .value{font-size:14px;color:#262626;line-height:1.6;white-space:pre-wrap}.task-detail-drawer .timeline-item .timeline-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.task-detail-drawer .timeline-item .timeline-header .timeline-user{font-size:13px;color:#262626}.task-detail-drawer .timeline-item .timeline-time{font-size:12px;color:#8c8c8c;margin-bottom:4px}.task-detail-drawer .timeline-item .timeline-comment{font-size:13px;color:#8c8c8c;background:#fff;padding:8px 12px;border-radius:6px;margin-top:8px;line-height:1.6;border:1px solid #f0f0f0}@media(max-width:1200px){.task-detail-drawer .drawer-split-layout .split-right{width:300px}}@media(max-width:992px){.task-detail-drawer .ant-drawer-header .drawer-title .title-text{max-width:200px}.task-detail-drawer .drawer-split-layout{flex-direction:column}.task-detail-drawer .drawer-split-layout .split-left{border-right:none;border-bottom:1px solid #f0f0f0}.task-detail-drawer .drawer-split-layout .split-right{width:100%}.task-detail-drawer .drawer-detail-content .info-grid{grid-template-columns:1fr}}.subtask-list .subtask-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.subtask-list .subtask-header .header-title{display:flex;align-items:center;gap:8px}.subtask-list .subtask-header .header-title .title-text{font-size:14px;font-weight:600;color:#262626}.subtask-list .subtask-header .header-title .progress-text{font-size:13px;color:#8c8c8c}.subtask-list .subtask-items{border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.subtask-list .subtask-item{border-bottom:1px solid #f0f0f0}.subtask-list .subtask-item:last-child{border-bottom:none}.subtask-list .subtask-item.completed{background:#fafafa}.subtask-list .subtask-item.completed .task-title{color:#8c8c8c}.subtask-list .subtask-item.expanded{background:#f5f7fa}.subtask-list .subtask-item .subtask-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;transition:background .2s}.subtask-list .subtask-item .subtask-row:hover{background:#f5f7fa}.subtask-list .subtask-item .subtask-row .row-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.subtask-list .subtask-item .subtask-row .row-left .expand-icon{color:#8c8c8c;font-size:10px;width:16px;text-align:center}.subtask-list .subtask-item .subtask-row .row-left .task-title{font-size:14px;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subtask-list .subtask-item .subtask-row .row-left .task-title.line-through{text-decoration:line-through}.subtask-list .subtask-item .subtask-row .row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.subtask-list .subtask-item .subtask-row .row-right .deadline{font-size:12px;color:#8c8c8c}.subtask-list .subtask-item .subtask-row .row-right .deadline.overdue{color:#ff4d4f}.subtask-list .subtask-item .subtask-detail{padding:12px 16px 12px 56px;background:#fff;border-top:1px solid #f0f0f0}.subtask-list .subtask-item .subtask-detail .detail-row{display:flex;margin-bottom:8px}.subtask-list .subtask-item .subtask-detail .detail-row:last-child{margin-bottom:0}.subtask-list .subtask-item .subtask-detail .detail-row .detail-label{width:70px;font-size:13px;color:#8c8c8c;flex-shrink:0}.subtask-list .subtask-item .subtask-detail .detail-row .detail-value{font-size:13px;color:#262626;flex:1}.subtask-list .subtask-item .subtask-detail .detail-row .detail-value.description{white-space:pre-wrap;line-height:1.6}.subtask-list .subtask-item .subtask-detail .detail-row .detail-value.overdue{color:#ff4d4f}.subtask-list .subtask-item .subtask-detail .detail-actions{margin-top:12px;padding-top:12px;border-top:1px dashed #f0f0f0}.task-management{padding:24px}.task-management .search-form{margin-bottom:16px}.task-management .action-bar{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.task-management .task-table .priority-tag.high{color:#ff4d4f}.task-management .task-table .priority-tag.medium{color:#faad14}.task-management .task-table .priority-tag.low{color:#52c41a}.task-management .task-table .status-tag.pending{color:#8c8c8c}.task-management .task-table .status-tag.in-progress{color:#1890ff}.task-management .task-table .status-tag.submitted{color:#faad14}.task-management .task-table .status-tag.completed{color:#52c41a}.task-management .task-table .status-tag.cancelled{color:#ff4d4f}.task-management .task-detail .detail-section{margin-bottom:24px}.task-management .task-detail .detail-section .section-title{font-size:16px;font-weight:600;margin-bottom:16px;color:#262626}.task-management .task-detail .detail-section .info-row{display:flex;margin-bottom:12px}.task-management .task-detail .detail-section .info-row .label{width:120px;color:#8c8c8c}.task-management .task-detail .detail-section .info-row .value{flex:1;color:#262626}.task-management .task-detail .action-buttons{margin-top:24px;display:flex;gap:12px}.task-statistics-dashboard{padding:24px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.task-statistics-dashboard .statistics-panel{margin-bottom:32px}.task-statistics-dashboard .statistics-list{background:#fff;border-radius:12px;padding:5px;box-shadow:0 4px 12px #00000014;margin-top:24px}.task-statistics-dashboard .ant-card{border-radius:12px;box-shadow:0 4px 12px #00000014;background:#fff;border:none;transition:all .3s ease;margin-bottom:0}.task-statistics-dashboard .ant-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.task-statistics-dashboard .ant-card .ant-card-head{border-bottom:2px solid #f0f0f0;background:linear-gradient(90deg,#f8f9fa,#fff);border-radius:12px 12px 0 0;padding:16px 24px}.task-statistics-dashboard .ant-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600;color:#262626}.task-statistics-dashboard .ant-card .ant-card-body{padding:24px}.task-statistics-dashboard .stat-card{padding:5px;position:relative;overflow:hidden;border:none!important;transition:all .3s ease}.task-statistics-dashboard .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent 0%,currentColor 50%,transparent 100%);opacity:0;transition:opacity .3s ease}.task-statistics-dashboard .stat-card:hover:before{opacity:1}.task-statistics-dashboard .stat-card.stat-card-purple{background:linear-gradient(135deg,#fff,#f9f0ff);border-left:4px solid #722ed1!important}.task-statistics-dashboard .stat-card.stat-card-purple:before{background:linear-gradient(90deg,transparent 0%,#722ed1 50%,transparent 100%)}.task-statistics-dashboard .stat-card.stat-card-green{background:linear-gradient(135deg,#fff,#f6ffed);border-left:4px solid #52c41a!important}.task-statistics-dashboard .stat-card.stat-card-green:before{background:linear-gradient(90deg,transparent 0%,#52c41a 50%,transparent 100%)}.task-statistics-dashboard .stat-card.stat-card-blue{background:linear-gradient(135deg,#fff,#e6f7ff);border-left:4px solid #1890ff!important}.task-statistics-dashboard .stat-card.stat-card-blue:before{background:linear-gradient(90deg,transparent 0%,#1890ff 50%,transparent 100%)}.task-statistics-dashboard .stat-card.stat-card-red{background:linear-gradient(135deg,#fff,#fff1f0);border-left:4px solid #ff4d4f!important}.task-statistics-dashboard .stat-card.stat-card-red:before{background:linear-gradient(90deg,transparent 0%,#ff4d4f 50%,transparent 100%)}.task-statistics-dashboard .stat-card .stat-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;margin-right:12px;transition:all .3s ease}.task-statistics-dashboard .stat-card:hover .stat-icon-wrapper{transform:scale(1.1) rotate(5deg)}.task-statistics-dashboard .ant-statistic .ant-statistic-title{color:#595959;font-size:14px;margin-bottom:12px;font-weight:500}.task-statistics-dashboard .ant-statistic .ant-statistic-content{font-size:32px;font-weight:700;line-height:1.2;display:flex;align-items:center}.task-statistics-dashboard .ant-list-item{padding:12px 0;border-bottom:1px solid #f0f0f0;transition:all .2s ease}.task-statistics-dashboard .ant-list-item:hover{background:#fafafa;border-radius:8px;padding-left:8px;padding-right:8px}.task-statistics-dashboard .ant-list-item:last-child{border-bottom:none}.task-statistics-dashboard .ant-list-item .ant-list-item-meta{align-items:center}.task-statistics-dashboard .ant-list-item .ant-list-item-meta .ant-list-item-meta-title{margin-bottom:4px;font-size:14px;font-weight:500}.task-statistics-dashboard .ant-list-item .ant-list-item-meta .ant-list-item-meta-description{color:#8c8c8c;font-size:12px}.task-statistics-dashboard .ant-card-body .ant-empty{padding:40px 0}.task-statistics-dashboard .priority-legend{margin-bottom:16px;padding:12px;background:linear-gradient(135deg,#fafafa,#f5f5f5);border-radius:8px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:8px;box-shadow:inset 0 1px 3px #0000000d}.task-statistics-dashboard .priority-legend .legend-item{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:4px;transition:all .2s ease;cursor:pointer}.task-statistics-dashboard .priority-legend .legend-item:hover{background:#fffc;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.task-statistics-dashboard .priority-legend .legend-item .legend-color{width:14px;height:14px;border-radius:3px;box-shadow:0 1px 2px #00000026;transition:all .2s ease}.task-statistics-dashboard .priority-legend .legend-item:hover .legend-color{transform:scale(1.2)}.task-statistics-dashboard .priority-legend .legend-item .legend-text{font-size:12px;color:#595959;font-weight:500;white-space:nowrap}.task-statistics-dashboard .ant-table .ant-table-thead>tr>th{background:linear-gradient(90deg,#f0f5ff,#e6f7ff);color:#262626;font-weight:600;border-bottom:2px solid #d9d9d9}.task-statistics-dashboard .ant-table .ant-table-tbody>tr{transition:all .2s ease}.task-statistics-dashboard .ant-table .ant-table-tbody>tr:hover{background:linear-gradient(90deg,#fafafa,#f0f5ff);transform:scale(1.01)}.task-statistics-dashboard .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0}.okr-statistics-page{padding:24px}.okr-statistics-page .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000000f}.okr-statistics-page .ant-card-body .ant-empty{padding:40px 0}.okr-statistics-page .ant-statistic .ant-statistic-title{color:#8c8c8c;font-size:14px}.okr-statistics-page .ant-statistic .ant-statistic-content{font-size:24px;font-weight:600}@media(max-width:768px){.task-unified-page{padding:12px}.task-unified-page .task-unified-layout{flex-direction:column}.task-unified-page .filter-sidebar{width:100%;position:static;margin-bottom:12px}.task-unified-page .filter-sidebar .filter-section{margin-bottom:16px}.task-unified-page .filter-sidebar .role-filter-list{flex-direction:row;flex-wrap:wrap;gap:8px}.task-unified-page .filter-sidebar .role-filter-list .role-filter-item{padding:6px 10px;font-size:13px}.task-unified-page .filter-sidebar .filter-checkbox-group{flex-direction:row;flex-wrap:wrap;gap:8px 16px}.task-unified-page .task-list-content .task-list-header{flex-direction:column;gap:12px;align-items:stretch}.task-unified-page .task-list-content .task-list-header .header-left,.task-unified-page .task-list-content .task-list-header .header-right{width:100%}.task-unified-page .task-list-content .task-list-header .header-left{flex-direction:column;align-items:stretch;gap:8px}.task-unified-page .task-list-content .task-list-header .header-right{justify-content:flex-end}.task-list-page{padding:12px}.task-list-page .task-list-header{flex-direction:column;gap:12px;align-items:stretch}.task-list-page .task-list-header .header-left,.task-list-page .task-list-header .header-right{width:100%}.task-list-page .task-list-header .header-right{justify-content:flex-end;flex-wrap:wrap}.task-list-page .task-list-filter .ant-form-inline{display:flex;flex-direction:column;gap:12px}.task-list-page .task-list-filter .ant-form-inline .ant-form-item{margin:0;width:100%}.task-list-page .task-list-filter .ant-form-inline .ant-form-item .ant-select,.task-list-page .task-list-filter .ant-form-inline .ant-form-item .ant-picker{width:100%!important}.task-detail-page .task-detail-header{padding:12px 16px}.task-detail-page .task-detail-header .header-left .task-title-area .task-title{font-size:16px}.task-detail-page .task-detail-header .header-right .ant-btn{padding:4px 8px;font-size:12px}.task-detail-page .task-detail-header .header-right .ant-btn span:not(.anticon){display:none}.task-detail-page .task-detail-content{padding:12px}.subtask-list .subtask-item .subtask-row{flex-direction:column;align-items:flex-start;gap:8px}.subtask-list .subtask-item .subtask-row .row-right{width:100%;justify-content:flex-start}.subtask-list .subtask-item .subtask-detail{padding-left:16px}.task-management{padding:16px}.task-management .search-form .ant-form-item{margin-bottom:12px}.task-management .task-detail .detail-section .info-row{flex-direction:column}.task-management .task-detail .detail-section .info-row .label{width:100%;margin-bottom:4px}.task-management .task-detail .action-buttons{flex-direction:column}.task-management .task-detail .action-buttons button{width:100%}.task-statistics-dashboard{padding:16px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.task-statistics-dashboard .ant-card{margin-bottom:16px}.task-statistics-dashboard .ant-statistic-content{font-size:24px!important}.task-statistics-dashboard .stat-card .stat-icon-wrapper{width:40px;height:40px}.okr-statistics-page{padding:16px}.okr-statistics-page .ant-card{margin-bottom:16px}}.product-link-dimension .batch-add-table{width:100%;border-collapse:collapse;min-width:1200px}.product-link-dimension .batch-add-table thead tr{background:#fafafa;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:1}.product-link-dimension .batch-add-table thead tr th{padding:12px 8px;font-weight:500;font-size:14px;color:#262626}.product-link-dimension .batch-add-table thead tr th.required:before{content:"* ";color:#ff4d4f}.product-link-dimension .batch-add-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s}.product-link-dimension .batch-add-table tbody tr:nth-child(2n){background:#fafafa}.product-link-dimension .batch-add-table tbody tr:hover{background:#e6f7ff}.product-link-dimension .batch-add-table tbody tr td{padding:8px}.product-link-dimension .batch-add-table tbody tr td.row-number{text-align:center;color:#999;font-size:13px}.product-link-dimension .batch-add-table tbody tr td.actions{text-align:center}.product-link-dimension .batch-add-table tbody tr td .ant-input.ant-input-status-error,.product-link-dimension .batch-add-table tbody tr td .ant-input.ant-input-number-status-error,.product-link-dimension .batch-add-table tbody tr td .ant-input-number.ant-input-status-error,.product-link-dimension .batch-add-table tbody tr td .ant-input-number.ant-input-number-status-error{border-color:#ff4d4f}.product-link-dimension .batch-summary{margin-top:16px;padding:12px 16px;background:#f6f8fa;border-radius:4px;display:flex;justify-content:space-between;align-items:center}.product-link-dimension .batch-summary .summary-count{color:#666;font-size:14px}.product-link-dimension .batch-summary .summary-count .count-number{color:#1890ff;font-weight:700;font-size:16px;margin:0 4px}.product-link-dimension .batch-summary .summary-tip{color:#999;font-size:12px}.product-link-dimension .batch-summary .summary-tip .required-mark{color:#ff4d4f}.product-link-dimension .edit-modal .section-header{font-size:14px;font-weight:500;margin-bottom:12px;color:#262626;padding-left:8px;border-left:3px solid #1890ff}.product-link-dimension .edit-modal .date-section{background:#f6f8fa;padding:16px;border-radius:4px;margin-bottom:16px}.product-link-dimension .edit-modal .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product-link-dimension .reuse-modal .info-box{background:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;padding:16px;margin-bottom:20px}.product-link-dimension .reuse-modal .info-box .info-header{display:flex;gap:8px;margin-bottom:8px}.product-link-dimension .reuse-modal .info-box .info-header .info-icon{color:#1890ff;font-size:16px}.product-link-dimension .reuse-modal .info-box .info-header .info-content{flex:1}.product-link-dimension .reuse-modal .info-box .info-header .info-content .info-title{font-weight:500;margin-bottom:4px;color:#262626}.product-link-dimension .reuse-modal .info-box .info-header .info-content .info-description{font-size:13px;color:#595959;line-height:1.6}.product-link-dimension .reuse-modal .info-box .info-header .info-content .info-list{margin:8px 0 0;padding-left:20px;font-size:13px;color:#595959;line-height:1.8}.product-link-dimension .reuse-modal .info-box .info-header .info-content .info-list li{margin-bottom:4px}.product-link-dimension .reuse-modal .info-box .info-header .info-content .info-note{font-size:13px;color:#595959;margin-top:8px}.product-link-dimension .reuse-modal .select-section .section-label{font-size:14px;font-weight:500;margin-bottom:8px;color:#262626}.product-link-dimension .reuse-modal .select-section .ant-select-selection-item{display:flex;justify-content:space-between;align-items:center}.product-link-dimension .reuse-modal .select-section .date-badge{background:#f0f0f0;padding:2px 8px;border-radius:10px;font-size:12px;color:#666}.product-link-dimension .reuse-modal .empty-state{text-align:center;padding:40px 0;color:#999}.product-link-dimension .reuse-modal .empty-state .empty-icon{font-size:48px;margin-bottom:8px}@media(max-width:768px){.product-link-dimension .batch-add-table{font-size:12px}.product-link-dimension .batch-add-table thead th,.product-link-dimension .batch-add-table tbody td{padding:6px 4px}.product-link-dimension .batch-summary{flex-direction:column;gap:8px;align-items:flex-start}.product-link-dimension .edit-modal .grid-2{grid-template-columns:1fr}}.ant-modal-header .modal-title-with-icon{display:flex;align-items:center;gap:8px}.ant-modal-header .modal-title-with-icon .anticon{color:#1890ff}.table-scroll-container{border:1px solid #f0f0f0;border-radius:4px;max-height:500px;overflow-y:auto;overflow-x:auto}.table-scroll-container::-webkit-scrollbar{width:8px;height:8px}.table-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-scroll-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.table-scroll-container::-webkit-scrollbar-thumb:hover{background:#555}.platform-shop-analysis-container{padding:0}.platform-shop-analysis-container .empty-data{text-align:center;padding:60px 0;color:#999;font-size:14px}.platform-shop-analysis-container .analysis-table-wrapper{position:relative;overflow-x:auto;overflow-y:auto;margin-top:16px;max-height:calc(100vh - 260px);border:1px solid #e8e8e8;border-radius:4px}.platform-shop-analysis-container .analysis-table-wrapper::-webkit-scrollbar{width:8px;height:8px}.platform-shop-analysis-container .analysis-table-wrapper::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.platform-shop-analysis-container .analysis-table-wrapper::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}.platform-shop-analysis-container .analysis-table-wrapper::-webkit-scrollbar-thumb:hover{background:#8c8c8c}.platform-shop-analysis-container .analysis-table-wrapper::-webkit-scrollbar-corner{background:#f0f0f0}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table{width:100%;border-collapse:collapse;background:#fff;font-size:13px;position:relative}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table thead tr{background:#fafafa}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table thead tr th{padding:12px 8px;text-align:center;font-weight:600;border:1px solid #e8e8e8;white-space:nowrap;color:#262626;background:#fafafa;position:sticky;top:0;z-index:2}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table thead tr th.col-shop{min-width:150px;width:150px;position:sticky;left:0;top:0;z-index:5;box-shadow:2px 0 4px #0000000d}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table thead tr th.col-creator{min-width:100px;width:100px;position:sticky;left:150px;top:0;z-index:5}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table thead tr th.col-metric{min-width:120px;width:120px;position:sticky;left:250px;top:0;z-index:5}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table thead tr th.col-summary{min-width:100px;width:100px;position:sticky;left:370px;top:0;z-index:5;background:#fff7e6;font-weight:600;color:#fa8c16;box-shadow:2px 0 4px #0000000d}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table thead tr th.col-date{min-width:90px;width:90px}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table tbody tr:hover{background:#fafafa}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table tbody tr td{padding:8px;text-align:center;border:1px solid #e8e8e8;color:#595959;background:#fff}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table tbody tr td.col-shop{text-align:left;vertical-align:middle;background:#fafafa;position:sticky;left:0;z-index:2;box-shadow:2px 0 4px #0000000d}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table tbody tr td.col-shop .shop-info .shop-name{font-weight:600;font-size:14px;color:#262626;margin-bottom:4px}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table tbody tr td.col-shop .shop-info .platform-tag{display:inline-block;padding:2px 8px;background:#e6f7ff;color:#1890ff;border-radius:2px;font-size:12px}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table tbody tr td.col-creator{vertical-align:middle;background:#fafafa;font-weight:500;position:sticky;left:150px;z-index:2}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table tbody tr td.col-metric{text-align:left;padding-left:12px;font-weight:500;background:#f5f5f5;color:#262626;position:sticky;left:250px;z-index:2}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table tbody tr td.col-summary{background:#fff7e6;font-weight:600;color:#fa8c16;font-family:Consolas,Monaco,monospace;position:sticky;left:370px;z-index:2;box-shadow:2px 0 4px #0000000d}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table tbody tr td.col-date{font-family:Consolas,Monaco,monospace}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table tbody tr.separator-row{height:8px}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table tbody tr.separator-row td{padding:0;border:none;background:transparent;position:static}@media(max-width:768px){.platform-shop-analysis-container .analysis-table-wrapper{border:none;overflow:visible;max-height:none}.platform-shop-analysis-container .analysis-table-wrapper .analysis-table{display:none}.platform-shop-analysis-container .mobile-analysis-cards{display:block}.platform-shop-analysis-container .mobile-analysis-cards .shop-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:16px;overflow:hidden}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-header{background:#fafafa;padding:12px 16px;border-bottom:1px solid #e8e8e8}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-header .shop-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-header .shop-title .shop-name{font-size:16px;font-weight:600;color:#262626}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-header .shop-title .platform-tag{padding:2px 8px;background:#e6f7ff;color:#1890ff;border-radius:4px;font-size:12px}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-header .creator-info{font-size:13px;color:#595959}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-header .creator-info .label{color:#8c8c8c;margin-right:4px}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row{border-bottom:1px solid #f0f0f0}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row:last-child{border-bottom:none}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f5f5f5;font-weight:500;color:#262626;font-size:13px}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-header .metric-summary{font-size:12px;color:#fa8c16;font-weight:600;background:#fff7e6;padding:2px 8px;border-radius:4px;font-family:Consolas,Monaco,monospace}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-data-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-data-scroll::-webkit-scrollbar{height:4px}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-data-scroll::-webkit-scrollbar-track{background:#f0f0f0}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-data-scroll::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:2px}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-data-scroll::-webkit-scrollbar-thumb:hover{background:#8c8c8c}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-data-scroll .metric-data{display:flex;padding:8px 16px;min-width:max-content}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-data-scroll .metric-data .date-cell{flex-shrink:0;width:80px;text-align:center;padding:4px 8px;border-right:1px solid #f0f0f0}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-data-scroll .metric-data .date-cell:last-child{border-right:none}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-data-scroll .metric-data .date-cell .date-label{font-size:11px;color:#8c8c8c;margin-bottom:4px}.platform-shop-analysis-container .mobile-analysis-cards .shop-card .shop-card-body .metric-row .metric-data-scroll .metric-data .date-cell .date-value{font-size:13px;color:#262626;font-family:Consolas,Monaco,monospace;font-weight:500}}@media(min-width:769px){.platform-shop-analysis-container .mobile-analysis-cards{display:none}}.platform-shop-analysis-modal .form-row{display:flex;gap:16px;margin-bottom:0}.platform-shop-analysis-modal .form-row .form-item-half{flex:1;margin-bottom:24px}@media(max-width:768px){.platform-shop-analysis-modal .form-row{flex-direction:column;gap:0}.platform-shop-analysis-modal .form-row .form-item-half{width:100%}}.profile-page{padding:24px}.profile-page .profile-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.profile-page .profile-card{max-width:480px;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000f}.profile-page .profile-card .profile-header{display:flex;align-items:center;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.profile-page .profile-card .profile-header .avatar-wrapper{position:relative;cursor:pointer;border-radius:50%;overflow:hidden;flex-shrink:0}.profile-page .profile-card .profile-header .avatar-wrapper:hover .avatar-overlay{opacity:1}.profile-page .profile-card .profile-header .avatar-wrapper .ant-avatar{border:2px solid #fff;box-shadow:0 2px 8px #0000001a}.profile-page .profile-card .profile-header .avatar-wrapper .avatar-overlay{position:absolute;inset:0;background:#0006;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .2s;border-radius:50%}.profile-page .profile-card .profile-header .avatar-wrapper .avatar-overlay .anticon{color:#fff;font-size:20px}.profile-page .profile-card .profile-header .user-brief{margin-left:16px}.profile-page .profile-card .profile-header .user-brief .user-name{font-size:20px;font-weight:600;color:#1f2329;line-height:28px}.profile-page .profile-card .profile-header .user-brief .user-role{font-size:14px;color:#646a73;margin-top:4px}.profile-page .profile-card .profile-section{padding:24px 0}.profile-page .profile-card .profile-section .section-title{font-size:14px;font-weight:600;color:#1f2329;margin-bottom:16px}.profile-page .profile-card .profile-section .info-list .info-item{display:flex;align-items:flex-start;padding:12px 0}.profile-page .profile-card .profile-section .info-list .info-item:not(:last-child){border-bottom:1px solid #f5f6f7}.profile-page .profile-card .profile-section .info-list .info-item .info-icon{width:32px;height:32px;background:#f5f6f7;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-page .profile-card .profile-section .info-list .info-item .info-icon .anticon{font-size:16px;color:#646a73}.profile-page .profile-card .profile-section .info-list .info-item .info-content{margin-left:12px;flex:1;min-width:0}.profile-page .profile-card .profile-section .info-list .info-item .info-content .info-label{font-size:12px;color:#8f959e;line-height:18px}.profile-page .profile-card .profile-section .info-list .info-item .info-content .info-value{font-size:14px;color:#1f2329;line-height:22px;margin-top:2px;word-break:break-all}.profile-page .profile-card .profile-actions{display:flex;gap:12px;padding-top:8px;border-top:1px solid #f0f0f0}@media(max-width:576px){.profile-page{padding:16px}.profile-page .profile-card .profile-actions{flex-direction:column}.profile-page .profile-card .profile-actions .ant-btn{width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;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}#root{min-height:100vh}.ant-card .ant-card-body{padding:0!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
