.cdl-workbench { min-height: 560px; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; gap: 10px; color: #17324d; }
.cdl-workbench h3 { margin: 0 0 8px; font-size: 15px; color: #183b5b; }
.cdl-upload-bar { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 10px; padding: 12px; border: 1px solid #cfdbea; border-radius: 8px; background: #fff; box-shadow: 0 4px 14px rgba(41, 72, 107, .06); }
.cdl-field { display: grid; gap: 4px; font-size: 12px; font-weight: 600; color: #526b83; min-width: 120px; flex: 1 1 140px; }
.cdl-field input, .cdl-field select, .cdl-field textarea, .cdl-recognition-box { width: 100%; box-sizing: border-box; border: 1px solid #b9c9db; border-radius: 5px; padding: 7px 9px; font: inherit; color: #17324d; background: #fff; }
.cdl-remark { flex: 2 1 200px; }
.cdl-check { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #526b83; padding-bottom: 8px; }
.cdl-check input { margin: 0; }
.cdl-file { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: #526b83; }
.cdl-file input[type="file"] { font-size: 12px; }
.cdl-upload-bar button { border: 1px solid #b9c9db; border-radius: 5px; padding: 8px 16px; color: #17324d; background: #fff; font-weight: 700; cursor: pointer; height: 36px; }
.cdl-upload-bar .cdl-primary { color: #fff; background: #1769aa; border-color: #1769aa; }
.cdl-upload-bar button:disabled { opacity: .5; cursor: not-allowed; }
.cdl-body { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 10px; min-height: 0; }
.cdl-list-panel, .cdl-recognition-panel { min-height: 0; box-sizing: border-box; border: 1px solid #cfdbea; border-radius: 8px; background: #fff; box-shadow: 0 4px 14px rgba(41, 72, 107, .06); padding: 14px; display: grid; grid-template-rows: auto minmax(0, 1fr); }
.cdl-table-scroll { min-height: 0; overflow: auto; border: 1px solid #d8e1eb; }
.cdl-list-panel table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 13px; }
.cdl-list-panel th { position: sticky; top: 0; z-index: 1; padding: 8px 9px; text-align: left; color: #38556f; background: #edf3f8; border-bottom: 1px solid #ccd9e6; }
.cdl-list-panel td { padding: 8px 9px; border-bottom: 1px solid #e5ebf1; vertical-align: top; }
.cdl-list-panel tbody tr { cursor: pointer; }
.cdl-list-panel tbody tr:hover, .cdl-list-panel tbody tr.selected { background: #eaf5ff; }
.cdl-empty { text-align: center; color: #778a9d; padding: 28px !important; }
.cdl-recognition-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; }
.cdl-recognition-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.cdl-recognition-actions button { border: 1px solid #b9c9db; border-radius: 5px; padding: 6px 12px; color: #17324d; background: #fff; font-weight: 600; cursor: pointer; font-size: 12px; }
.cdl-recognition-actions button:disabled { opacity: .5; cursor: not-allowed; }
.cdl-recognition-box { width: 100%; resize: vertical; min-height: 200px; line-height: 1.5; }
.cdl-status, .cdl-error { border: 1px solid #c8d8e8; border-radius: 6px; padding: 9px 12px; background: #f4f8fb; font-size: 13px; }
.cdl-error { display: grid; gap: 3px; margin-bottom: 8px; color: #9f2929; border-color: #f0b9b9; background: #fff4f4; }
@media (max-width: 1050px) { .cdl-body { grid-template-columns: 1fr; } .cdl-list-panel { min-height: 320px; } }
