.workbench-panel{width:100%;height:100vh;padding:16px;background-color:#f0f2f5;display:flex;flex-direction:column;gap:16px;overflow:hidden}.workbench-panel .panel-row{flex:1;min-height:0;display:flex;gap:16px}.workbench-panel .panel-row .panel-card{flex:1;min-width:0;min-height:0;background:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;flex-direction:column}.workbench-panel .panel-row .panel-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;border-bottom:1px solid #f0f0f0}.workbench-panel .panel-row .panel-card .card-header .header-title{font-size:18px;font-weight:500;color:#1890ff}.workbench-panel .panel-row .panel-card .card-header .header-tabs{display:flex;gap:24px}.workbench-panel .panel-row .panel-card .card-header .header-tabs .tab{font-size:18px;color:#666;cursor:pointer;transition:color .3s}.workbench-panel .panel-row .panel-card .card-header .header-tabs .tab.active{color:#1890ff;font-weight:500}.workbench-panel .panel-row .panel-card .card-header .header-tabs .tab:hover{color:#1890ff}.workbench-panel .panel-row .panel-card .card-header .more-link{font-size:18px;color:#1890ff;cursor:pointer;transition:color .3s}.workbench-panel .panel-row .panel-card .card-header .more-link:hover{color:#40a9ff}.workbench-panel .panel-row .panel-card .card-body{flex:1;padding:2px 20px;overflow-y:auto}.workbench-panel .panel-row .panel-card .card-body .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px}.workbench-panel .panel-row .panel-card .card-body .empty-state .empty-icon{margin-bottom:16px;opacity:.6}.workbench-panel .panel-row .panel-card .card-body .empty-state .empty-text{font-size:14px;color:#999;margin:0}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .3s}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item:last-child{border-bottom:none}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item:hover{background-color:#f5f5f5}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.todo-item{display:flex;align-items:center;padding:16px 0}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.todo-item .todo-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.todo-item .todo-icon img{width:100%;height:100%;object-fit:contain}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.todo-item .todo-title{flex:1;font-size:18px;font-weight:700;color:#3b80d6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.todo-item .todo-count{flex-shrink:0;width:40px;height:40px;background:#1890ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:500;cursor:pointer;transition:background-color .3s}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.todo-item .todo-count:hover{background-color:#40a9ff}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.done-item{align-items:flex-start;padding:16px 0}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.done-item .done-icon{flex-shrink:0;margin-right:12px;margin-top:4px}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.done-item .done-content{flex:1;display:flex;flex-direction:column}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.done-item .done-content .done-model{font-size:16px;font-weight:600;color:#666;margin-bottom:6px}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.done-item .done-content .done-title{font-size:16px;color:#333;margin-bottom:6px}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.done-item .done-content .done-title .label{color:#666;margin-right:4px}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item.done-item .done-content .done-time{font-size:16px;color:#999}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item .item-date{flex-shrink:0;width:130px;height:95px;background:linear-gradient(135deg,#1890ff,#096dd9);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:500}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item .item-content{flex:1;min-width:0;display:flex;flex-direction:column}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item .item-content .item-title{flex:1;display:flex;align-items:center;font-size:16px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-panel .panel-row .panel-card .card-body .list-content .list-item .item-content .item-desc{flex:1;display:flex;align-items:center;font-size:16px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-panel .panel-row .panel-card .card-body .list-content .pagination-wrapper{display:flex;justify-content:flex-end;padding-top:12px}.workbench-panel .panel-row .panel-card .card-body .supervision-list .supervision-item{padding:16px;margin-bottom:12px;background-color:#fafafa;border-radius:4px;cursor:pointer;transition:background-color .3s}.workbench-panel .panel-row .panel-card .card-body .supervision-list .supervision-item:last-child{margin-bottom:0}.workbench-panel .panel-row .panel-card .card-body .supervision-list .supervision-item:hover{background-color:#f0f0f0}.workbench-panel .panel-row .panel-card .card-body .supervision-list .supervision-item .supervision-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.workbench-panel .panel-row .panel-card .card-body .supervision-list .supervision-item .supervision-header .supervision-no{font-size:16px;font-weight:500;color:#333}.workbench-panel .panel-row .panel-card .card-body .supervision-list .supervision-item .supervision-header .supervision-time{font-size:15px;color:#999}.workbench-panel .panel-row .panel-card .card-body .supervision-list .supervision-item .supervision-info .info-row{margin-bottom:8px;font-size:16px;line-height:1.6}.workbench-panel .panel-row .panel-card .card-body .supervision-list .supervision-item .supervision-info .info-row:last-child{margin-bottom:0}.workbench-panel .panel-row .panel-card .card-body .supervision-list .supervision-item .supervision-info .info-row .info-label{color:#666}.workbench-panel .panel-row .panel-card .card-body .supervision-list .supervision-item .supervision-info .info-row .info-value{color:#333}.workbench-panel .panel-row .panel-card .card-body .supervision-list .supervision-item .supervision-info .info-row .info-value.status{color:#1890ff}@media screen and (max-width:1200px){.workbench-panel{height:auto;overflow-y:auto}.workbench-panel .panel-row{flex-direction:column;min-height:600px}}