.main-layout{min-height:100vh}.top-header{background:#1890ff!important;height:48px;line-height:48px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #00000026;z-index:100}.header-left{display:flex;align-items:center}.logo-area{display:flex;align-items:center;gap:8px;color:#fff;font-size:16px;font-weight:600}.logo-icon{font-size:20px}.logo-text{font-size:16px}.header-center{display:flex;align-items:center;gap:8px;flex:1;margin-left:32px}.workspace-tab{background:#fff3;color:#fff;padding:6px 16px;border-radius:4px 4px 0 0;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.current-page-tab{background:#fff;color:#333;padding:6px 16px;border-radius:4px 4px 0 0;display:flex;align-items:center;gap:8px;font-size:14px;box-shadow:0 -2px 8px #0000001a}.header-right{color:#fff;font-size:14px}.user-name{cursor:pointer}.body-layout{display:flex;flex:1}.first-level-sider{background:#fff!important;border-right:1px solid #f0f0f0;height:calc(100vh - 48px);overflow-y:auto}.search-area{padding:12px;border-bottom:1px solid #f0f0f0}.first-level-menu{padding:8px 0}.first-level-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:all .3s;border-left:3px solid transparent;gap:8px}.first-level-item:hover{background:#f5f5f5;color:#1890ff}.first-level-item.active{background:#e6f7ff;color:#1890ff;border-left-color:#1890ff}.first-level-item.selected{background:#e6f7ff;color:#1890ff}.menu-icon{font-size:16px;width:20px;text-align:center}.menu-label{flex:1;font-size:14px}.arrow-icon{font-size:16px;color:#999}.second-level-panel{width:220px;background:#fff;border-right:1px solid #f0f0f0;height:calc(100vh - 48px);overflow-y:auto;animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.panel-header{padding:12px 16px;background:#fafafa;border-bottom:1px solid #f0f0f0;font-weight:600;font-size:14px;color:#333}.second-level-menu{padding:8px 0}.second-level-item{display:flex;align-items:center;padding:10px 16px;cursor:pointer;transition:all .2s;gap:8px;font-size:13px}.second-level-item:hover{background:#f5f5f5;color:#1890ff}.second-level-item.active{background:#e6f7ff;color:#1890ff}.third-level-panel{width:200px;background:#fff;border-right:1px solid #f0f0f0;height:calc(100vh - 48px);overflow-y:auto;animation:slideIn .2s ease-out}.third-level-menu{padding:8px 0}.third-level-item{padding:10px 16px;cursor:pointer;transition:all .2s;font-size:13px;color:#666}.third-level-item:hover{background:#f5f5f5;color:#1890ff}.third-level-item.active{background:#e6f7ff;color:#1890ff;font-weight:500}.fourth-level-panel{width:200px;background:#fff;border-right:1px solid #f0f0f0;height:calc(100vh - 48px);overflow-y:auto;animation:slideIn .2s ease-out}.fourth-level-menu{padding:8px 0}.fourth-level-item{padding:10px 16px;cursor:pointer;transition:all .2s;font-size:13px;color:#666}.fourth-level-item:hover{background:#f5f5f5;color:#1890ff}.fourth-level-item.active{background:#e6f7ff;color:#1890ff;font-weight:500}.fifth-level-panel{width:200px;background:#fff;border-right:1px solid #f0f0f0;height:calc(100vh - 48px);overflow-y:auto;animation:slideIn .2s ease-out}.fifth-level-menu{padding:8px 0}.fifth-level-item{padding:10px 16px;cursor:pointer;transition:all .2s;font-size:13px;color:#666}.fifth-level-item:hover{background:#f5f5f5;color:#1890ff}.fifth-level-item.active{background:#e6f7ff;color:#1890ff;font-weight:500}.site-content{flex:1;background:#f5f5f5;padding:16px;overflow:auto}.first-level-sider::-webkit-scrollbar,.second-level-panel::-webkit-scrollbar,.third-level-panel::-webkit-scrollbar,.fourth-level-panel::-webkit-scrollbar,.fifth-level-panel::-webkit-scrollbar{width:6px}.first-level-sider::-webkit-scrollbar-thumb,.second-level-panel::-webkit-scrollbar-thumb,.third-level-panel::-webkit-scrollbar-thumb,.fourth-level-panel::-webkit-scrollbar-thumb,.fifth-level-panel::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.first-level-sider::-webkit-scrollbar-track,.second-level-panel::-webkit-scrollbar-track,.third-level-panel::-webkit-scrollbar-track,.fourth-level-panel::-webkit-scrollbar-track,.fifth-level-panel::-webkit-scrollbar-track{background:transparent}@media(max-width:768px){.header-center{display:none}.second-level-panel,.third-level-panel,.fourth-level-panel,.fifth-level-panel{position:fixed;z-index:99;height:calc(100vh - 48px);box-shadow:2px 0 8px #00000026}}.workbench{padding:8px}.workbench-header{margin-bottom:24px}.workbench-header h1{font-size:24px;font-weight:600;color:#1f1f1f;margin:0 0 8px}.workbench-subtitle{color:#8c8c8c;font-size:14px;margin:0}.metrics-row{margin-bottom:24px}.metric-card{border-radius:8px;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.metric-card .ant-statistic-title{color:#8c8c8c;font-size:14px;margin-bottom:8px}.metric-card .ant-statistic-content{font-size:24px;font-weight:600}.quick-actions-card{margin-bottom:24px;border-radius:8px;box-shadow:0 2px 8px #0000000f}.quick-action-btn{height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border-radius:8px;transition:all .3s}.quick-action-btn:hover{border-color:#1677ff;color:#1677ff;box-shadow:0 2px 8px #1677ff33}.action-icon{font-size:28px}.action-title{font-size:14px;font-weight:500}.todo-card,.alert-card,.progress-card{border-radius:8px;box-shadow:0 2px 8px #0000000f}.todo-item{padding:12px 0;border-bottom:1px solid #f0f0f0}.todo-item:last-child{border-bottom:none}.todo-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.alert-item{padding:12px 0;border-bottom:1px solid #f0f0f0}.alert-item:last-child{border-bottom:none}.progress-card{margin-top:24px}.progress-item{padding:16px;background:#fafafa;border-radius:8px}.progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.progress-area{font-weight:500;font-size:15px;color:#1f1f1f}.progress-bar{height:8px;background:#e8e8e8;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;border-radius:4px;transition:width .3s ease}.progress-text{text-align:right;font-size:13px;color:#8c8c8c;font-weight:500}.master-data-table{background:#fff;border-radius:2px}.search-form{padding:12px 16px;border-bottom:1px solid #e8e8e8;background:#fafafa}.search-form .ant-row{display:flex;align-items:flex-start}.search-fields{display:flex!important;flex-wrap:wrap;gap:0;flex:1}.search-field-item{width:200px;margin-right:12px!important;margin-bottom:8px!important;margin-left:0!important}.search-field-item .ant-form-item-label{min-width:80px;text-align:right;font-size:13px;color:#333;padding-right:8px}.search-field-item .ant-form-item-label>label{font-size:13px}.search-field-item .ant-form-item-label>label:after{content:":";margin:0 4px 0 2px}.search-field-item .ant-input,.search-field-item .ant-select-selector,.search-field-item .ant-picker{border-radius:2px!important;font-size:13px}.search-field-item .ant-input-affix-wrapper{border-radius:2px!important}.search-buttons{display:flex;align-items:center;gap:8px;flex-shrink:0;padding-bottom:8px}.search-buttons .ant-btn{border-radius:2px;height:28px;font-size:13px}.search-buttons .ant-btn-primary{background:#1677ff}.master-data-table .ant-table{border:1px solid #e8e8e8;border-top:none}.master-data-table .ant-table-thead>tr>th{background:#f5f5f5!important;border-bottom:1px solid #e8e8e8!important;border-right:1px solid #e8e8e8!important;font-weight:600;font-size:13px;color:#333;padding:0 8px!important;height:36px!important;line-height:36px!important}.master-data-table .ant-table-thead>tr>th:first-child{border-left:1px solid #e8e8e8}.master-data-table .ant-table-thead>tr>th:last-child{border-right:1px solid #e8e8e8}.master-data-table .ant-table-tbody>tr>td{padding:0 8px!important;font-size:13px;color:#333;border-bottom:1px solid #e8e8e8;border-right:1px solid #e8e8e8;height:36px!important;line-height:36px!important;transition:background-color .15s}.master-data-table .ant-table-tbody>tr>td:first-child{border-left:1px solid #e8e8e8}.master-data-table .ant-table-tbody>tr>td:last-child{border-right:1px solid #e8e8e8}.master-data-table .ant-table-tbody>tr>td{background:#fff!important}.master-data-table .ant-table-tbody>tr:hover>td{background:#e6ecfe!important}.master-data-table .ant-table-tbody>tr.ant-table-row-selected>td{background:#e6ecfe!important}.master-data-table .ant-table-tbody .ant-btn-link{padding:0 4px;height:24px;font-size:12px;color:#0840f8;line-height:24px}.master-data-table .ant-table-tbody .ant-btn-link:hover{color:#0840f8;opacity:.8}.master-data-table .ant-table-tbody .ant-btn-link.ant-btn-dangerous{color:#ff4d4f}.master-data-table .ant-table-thead>tr>th:first-child,.master-data-table .ant-table-tbody>tr>td:first-child{text-align:center}.master-data-table .ant-pagination{padding:8px 16px;margin:0;border-top:1px solid #e8e8e8;background:#fafafa}.master-data-table .ant-pagination .ant-pagination-item-active{border-color:#1677ff}.master-data-table .ant-pagination .ant-pagination-item-active a{color:#1677ff}.master-data-table .ant-table-placeholder{border:none}.master-data-table .ant-spin-nested-loading{min-height:100px}.master-data-table .ant-table-body::-webkit-scrollbar{width:8px;height:8px}.master-data-table .ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.master-data-table .ant-table-body::-webkit-scrollbar-track{background:#f0f0f0}.master-data-table .ant-tag{font-size:12px;padding:0 6px;height:20px;line-height:18px;border-radius:2px;margin:0}.master-data-table .ant-table-cell-fix-left-last:after,.master-data-table .ant-table-cell-fix-right-first:after{box-shadow:inset 4px 0 8px #0000000f!important}@media(max-width:1200px){.search-field-item{width:180px}}@media(max-width:900px){.search-form .ant-row{flex-direction:column}.search-buttons{width:100%;justify-content:flex-end;margin-top:8px}}.actual-data-table{background:#fff;border-radius:2px;overflow:auto}.actual-data-table .table-container{width:100%;overflow-x:auto;overflow-y:hidden}.actual-data-table .ant-table-wrapper{min-width:100%}.actual-data-table .search-form{padding:12px 16px;border-bottom:1px solid #e8e8e8;background:#fafafa;display:flex;align-items:flex-start;justify-content:space-between}.actual-data-table .search-fields{display:flex;flex-wrap:wrap;gap:0;flex:1}.actual-data-table .search-field-item{width:180px;margin-right:12px!important;margin-bottom:8px!important;margin-left:0!important}.actual-data-table .search-field-item .ant-form-item-label{min-width:80px;text-align:right;font-size:13px;color:#333;padding-right:8px}.actual-data-table .search-field-item .ant-form-item-label>label:after{content:":";margin:0 4px 0 2px}.actual-data-table .search-field-item .ant-select-selector{border-radius:2px!important;font-size:13px}.actual-data-table .search-buttons{display:flex;align-items:center;gap:8px;flex-shrink:0;padding-bottom:8px}.actual-data-table .search-buttons .ant-btn{border-radius:2px;height:28px;font-size:13px}.actual-data-table .search-buttons .ant-btn-primary{background:#1677ff}.actual-data-table .ant-table{border:1px solid #e8e8e8;border-top:none}.actual-data-table .ant-table-container{overflow-x:auto}.actual-data-table .ant-table-body{overflow-x:auto!important}.actual-data-table .ant-table-thead>tr>th{background:#f5f5f5!important;border-bottom:1px solid #e8e8e8!important;border-right:1px solid #e8e8e8!important;font-weight:600;font-size:12px;color:#333;padding:4px 8px!important;height:32px!important;line-height:24px!important;white-space:nowrap}.actual-data-table .ant-table-tbody>tr>td{padding:4px 8px!important;font-size:12px;color:#333;border-bottom:1px solid #e8e8e8;border-right:1px solid #e8e8e8;height:32px!important;line-height:24px!important}.actual-data-table .ant-table-tbody>tr:hover>td{background:#e6ecfe!important}.actual-data-table .ant-table-cell-fix-left-last:after,.actual-data-table .ant-table-cell-fix-right-first:after{box-shadow:inset 4px 0 8px #0000000f!important}.actual-data-table .ant-pagination{padding:8px 16px;margin:0;border-top:1px solid #e8e8e8;background:#fafafa}@media(max-width:1200px){.actual-data-table .search-field-item{width:160px}}.app-container{min-height:100vh}*{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}#root{min-height:100vh}
