.colList{display:flex;height:100%;gap:16px;box-sizing:border-box}.colList .panel_header{justify-content:space-between;flex-shrink:0;margin-bottom:10px}.colList .panel_header,.colList .panel_title{display:flex;align-items:center}.colList .title_bd{margin-right:10px;width:4px;height:16px;background:#213649;border-radius:2px;flex-shrink:0}.colList .title_title{font-size:16px;font-weight:500;color:#323232}.colList .panel_tip{flex-shrink:0;margin-bottom:10px;font-size:12px;color:#909399}.colList .panel_count{font-size:13px;color:#909399}.colList .panel_body{flex:1;min-height:0;overflow:auto}.colList .empty_state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;padding:40px 16px;color:#999}.colList .empty_state--sm{min-height:180px}.colList .empty_state .empty_icon{font-size:42px;margin-bottom:12px;color:#c0c4cc}.colList .empty_state p{margin:0 0 16px;font-size:14px}.colList .store_tree{display:flex;flex-direction:column;width:360px;flex-shrink:0;height:100%;padding:16px;box-sizing:border-box;background:#fff;border-radius:8px;overflow:hidden}.colList .store_tree .el-tree{background:transparent}.colList .store_tree .el-tree-node__content{height:52px;border-radius:8px;margin-bottom:4px}.colList .store_tree .el-tree-node__content:hover{background:rgba(33,54,73,.08)}.colList .store_tree .el-tree-node__content:hover .tree_btn{opacity:1;pointer-events:auto}.colList .store_tree .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background:rgba(33,54,73,.12)}.colList .store_tree .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content .tree_text{color:#213649}.colList .store_tree .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content .tree_btn .el-button,.colList .store_tree .expanded.el-tree-node__expand-icon{color:#213649!important}.colList .store_tree .tree_highlight{background:rgba(33,54,73,.18)!important;outline:1px dashed #213649}.colList .custom-tree-node{flex:1;display:flex;align-items:center;overflow:hidden;padding-right:6px;gap:8px}.colList .tree_thumb{width:34px;height:34px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f5f7fa;display:flex;align-items:center;justify-content:center;color:#c0c4cc}.colList .tree_thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.colList .tree_main{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;line-height:1.3}.colList .tree_text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#303133;font-size:14px}.colList .tree_meta{margin-top:2px;font-size:12px;color:#909399}.colList .tree_btn{display:flex;align-items:center;flex-shrink:0;opacity:0;pointer-events:none;transition:opacity .15s ease}.colList .tree_btn .el-button{padding:4px!important;margin:0 0 0 2px!important;color:#909399!important;font-size:14px}.colList .tree_btn .el-button.is-dragging-active,.colList .tree_btn .el-button:hover{color:#213649!important}.colList .el-tree-node.is-current>.el-tree-node__content .tree_btn,.colList .el-tree-node__content:hover .tree_btn{opacity:1;pointer-events:auto}.colList .detail_panel{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;padding:16px;box-sizing:border-box;background:#fff;border-radius:8px;overflow:hidden}.colList .detail_hero{display:flex;gap:20px;flex-shrink:0;padding-bottom:16px;border-bottom:1px solid #f0f2f5;margin-bottom:16px}.colList .detail_cover{width:220px;height:220px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#f5f7fa}.colList .detail_cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.colList .cover_placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#c0c4cc;background:linear-gradient(145deg,#f5f7fa,#eef2f6)}.colList .cover_placeholder i{font-size:28px}.colList .cover_placeholder--lg{gap:8px}.colList .cover_placeholder--lg i{font-size:40px}.colList .cover_placeholder--lg span{font-size:13px}.colList .detail_info{flex:1;min-width:0;display:flex;flex-direction:column}.colList .detail_type{display:inline-block;align-self:flex-start;padding:2px 8px;border-radius:4px;background:rgba(33,54,73,.1);color:#213649;font-size:12px;margin-bottom:10px}.colList .detail_name{margin:0 0 10px;font-size:24px;font-weight:600;color:#1f2d3d;line-height:1.3}.colList .detail_desc{margin:0;color:#606266;font-size:14px;line-height:1.6;flex:1;white-space:pre-wrap;word-break:break-word}.colList .detail_stats{display:flex;gap:24px;margin:14px 0}.colList .stat_item{min-width:72px}.colList .stat_num{font-size:22px;font-weight:600;color:#213649;line-height:1.2}.colList .stat_label{margin-top:4px;font-size:12px;color:#909399}.colList .detail_actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.colList .detail_section{flex:1;min-height:0;display:flex;flex-direction:column}.colList .theme_body{padding-top:4px}.colList .card_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.colList .unit_card{border:1px solid #ebeef5;border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.colList .unit_card:hover{border-color:rgba(33,54,73,.35);box-shadow:0 8px 20px rgba(33,54,73,.08);transform:translateY(-2px)}.colList .unit_card--theme .unit_card_cover{height:120px}.colList .unit_card_cover{position:relative;height:140px;background:#f5f7fa;overflow:hidden}.colList .unit_card_cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.colList .unit_card_badge{position:absolute;right:8px;bottom:8px;padding:2px 8px;border-radius:10px;background:rgba(0,0,0,.55);color:#fff;font-size:12px}.colList .unit_card_body{padding:12px}.colList .unit_card_name{font-size:15px;font-weight:500;color:#303133;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.colList .unit_card_desc{margin-top:6px;font-size:12px;color:#909399;line-height:1.5;height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.colList .unit_card_ops{margin-top:6px;display:flex;gap:4px}.colList .unit_card_ops .danger_text{color:#f56c6c!important}