.bench-toolbar{display:flex;justify-content:space-between;margin-bottom:16px;font-size:12px;color:var(--primary)}.bench-drop{background:#f3f2ff;border:1px dashed #918aff;border-radius:14px;text-align:center;padding:23px}.bench-drop .upload-art{margin:12px auto 20px;width:64px;height:60px}.bench-drop h3{font-size:17px;margin:12px 0}.bench-drop p,.bench-drop small{font-size:11px;color:#92909f;line-height:1.8;display:block}.upload-buttons{display:flex;gap:12px;justify-content:center;margin:18px 0 10px}.dragging{outline:3px solid #c2bcff}.bench-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:22px 0}.bench-options label{font-size:11px;color:#777184;display:flex;flex-direction:column;gap:8px}.bench-options input,.bench-options select{border:1px solid #e2deed;border-radius:7px;padding:9px;min-width:0;width:100%;background:#fff;color:#4d475a;height:37px}.bench-options input[type=color]{padding:4px}.bench-submit{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;border-top:1px solid #f0eef5}.bench-submit>span{font-size:11px;color:#8e8997}.selection-heading{display:flex;justify-content:space-between;align-items:center;font-size:12px;padding:16px 0 10px}.selection-heading .text-button{margin:0}.selected-list{max-height:280px;overflow:auto;border:1px solid #edeaf4;border-radius:10px}.selected-file{display:flex;align-items:center;gap:12px;padding:10px;border-bottom:1px solid #f2eff7}.selected-file:last-child{border:0}.selected-file img{width:44px;height:44px;object-fit:contain;border-radius:6px;background:#f5f2fa}.selected-file>div:nth-child(2){min-width:0;flex:1}.selected-file strong,.job-result strong{display:block;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.selected-file small,.job-result small{display:block;font-size:10px;color:#aaa3b3;margin-top:5px}.file-order{display:flex;gap:4px;margin-left:auto}.file-order button{width:27px;height:29px;border-radius:5px;background:#f4f1fa;color:#7d7096}.file-symbol{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;border-radius:9px;background:#eeeaff;color:#8c7ce2;font-size:24px}.bench-help{margin-top:22px;color:#9891a4;font-size:11px;line-height:1.9}.bench-help summary{cursor:pointer}.bench-help p{margin:10px 0}.job-panel{margin-top:18px;border:1px solid #e7e2f3;border-radius:14px;padding:20px;background:#fbfaff}.job-heading{display:flex;justify-content:space-between;gap:15px;font-size:12px;color:#9c91ae}.job-state{color:#6950dc;font-weight:600}.job-panel.succeeded .job-state{color:#0aa975}.job-panel.failed .job-state,.job-panel.partial .job-state{color:#d18c1a}progress{appearance:none;-webkit-appearance:none;display:block;width:100%;height:8px;border:0;border-radius:8px;background:#eae4fa;margin:15px 0;overflow:hidden}progress::-webkit-progress-bar{background:#eae4fa}progress::-webkit-progress-value{background:#7160f1;border-radius:8px}progress::-moz-progress-bar{background:#7160f1;border-radius:8px}.succeeded progress::-webkit-progress-value{background:#16be8c}.queue-message{font-size:13px;line-height:1.8;color:#7b718d;margin:10px 0;overflow-wrap:anywhere}.queue-message strong{font-size:19px;color:#624be1}.job-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:15px}.text-link{font-size:11px;color:#8e7dc5}.job-errors{background:#fff6ed;color:#b9823c;padding:12px;border-radius:8px;margin-top:18px;font-size:11px;line-height:1.8}.job-errors p{margin:8px 0 0;overflow-wrap:anywhere}.job-results{display:grid;gap:8px;margin-top:20px;max-height:480px;overflow:auto}.job-result{display:flex;align-items:center;gap:11px;padding:9px;background:white;border:1px solid #eeeaf5;border-radius:9px}.job-result>div{flex:1;min-width:0}.result-thumb{width:48px;height:48px;border-radius:7px;background:#f3eff8;padding:0;flex-shrink:0}.result-thumb img{width:100%;height:100%;object-fit:contain}.job-result .outline{padding:7px 12px;min-height:32px;font-size:11px}.task-controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:25px 0}.task-controls label{font-size:12px;color:#847c91;margin-left:auto}.task-controls select{padding:9px;border:1px solid #e5dfef;border-radius:7px;background:white;color:#736981}.task-center{max-width:1100px}#queue-overview{font-size:12px;color:#9789af;background:#efeafa;border-radius:10px;padding:13px;margin-bottom:22px}.task-record{padding:20px;background:white;border-radius:18px;margin-bottom:20px}.task-record>header{display:flex;justify-content:space-between;align-items:center;gap:15px}.task-record h2{font-size:16px;margin:0}.task-record time{font-size:10px;color:#a79dac}.task-record .job-panel{margin-top:15px}.text-task-status{padding:10px 0;font-size:12px;color:#827098}#upload-status{font-size:12px;color:#827098;margin-top:12px}.task-badge{font-size:10px;margin-left:5px;background:#ffba60;color:#483325;border-radius:12px;padding:2px 5px}.tool-sidebar{max-height:80vh;overflow:auto}.tool-sidebar summary{font-size:12px}.tool-sidebar .tool-links a{font-size:11px}.workspace{min-width:0}.tool-sidebar{position:sticky;top:18px}
@media(max-width:800px){.bench-options{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-sidebar{position:static;max-height:none}.bench-drop{padding:18px 10px}.job-panel{padding:15px}.job-actions .primary,.job-actions .outline{font-size:11px;padding:9px 12px}.task-record{padding:14px}.bench-submit{align-items:flex-start}.bench-submit>span{font-size:10px;line-height:1.8}.task-record>header{align-items:flex-start}.task-record time{max-width:115px;text-align:right}.task-controls label{margin-left:0}}
@media(max-width:480px){.bench-options{gap:12px}.upload-buttons{gap:9px}.upload-buttons button{font-size:11px;padding:9px 13px}.bench-submit>.primary{font-size:11px;padding:9px 12px;flex-shrink:0}.job-heading{font-size:10px}.job-result{gap:8px}.job-result strong{font-size:10px}.job-result small{font-size:9px}.task-record h2{font-size:14px}.selected-file strong{font-size:11px}.selected-file{gap:8px}.file-order{gap:2px}.file-order button{width:23px}.job-panel{padding:12px}.result-thumb{width:36px;height:36px}}
.download-history{margin-top:38px;padding-top:28px;border-top:1px solid #e7e3ef}.download-history h2{font-size:19px;margin-bottom:18px}.history-row{display:flex;align-items:center;gap:13px;background:#fff;border-radius:12px;padding:14px 16px;margin-bottom:9px}.history-row>span{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#eeebff;color:#5a4ae2;font-size:18px}.history-row div{min-width:0}.history-row strong{display:block;font-size:12px;overflow-wrap:anywhere}.history-row small{display:block;color:#9c96a6;font-size:10px;margin-top:5px}.access-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:11px 14px;border-radius:10px;font-size:11px}.access-strip strong{font-size:12px}.access-strip.allowed{background:#eaf8f0;color:#267b55;border:1px solid #cdebdc}.access-strip.denied{background:#fff3e9;color:#a45b2d;border:1px solid #f3d7c1}
