:root{font-family:"Microsoft YaHei","Noto Sans CJK SC",system-ui,sans-serif;color:#243b34;background:#f5f8f6;letter-spacing:0;font-size:14px}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer;background:white;border:1px solid #cfdad4;border-radius:5px;color:#29463b;padding:9px 15px;min-height:38px}button:hover{background:#edf5f0}button:disabled{opacity:.45;cursor:not-allowed}button.primary{background:#23694f;color:white;border-color:#23694f}input,select{border:1px solid #cfdad4;border-radius:4px;background:white;min-height:38px;padding:8px 10px;color:#243b34;min-width:0}input[type=checkbox]{min-height:0;width:16px;height:16px;accent-color:#23694f}label{display:flex;flex-direction:column;gap:7px;font-size:12px;color:#52675e}h1,h2,p{margin:0}h1{font-size:25px;font-weight:650}h2{font-size:18px}small{font-size:12px}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #92c3aa;outline-offset:2px}[hidden]{display:none!important}#login{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;padding:32px}.login-brand{text-align:center}.login-brand img{width:96px;height:96px;object-fit:contain}.login-brand h1{font-size:32px;margin:12px 0 8px}.login-brand p{color:#617369}#login-form{width:320px;max-width:100%;display:grid;gap:20px;margin-top:35px}#login-error{color:#a23d36;min-height:20px}#login footer{margin-top:55px;font-size:12px}.sidebar{width:230px;position:fixed;inset:0 auto 0 0;background:#174b3b;color:#f5faf7;display:flex;flex-direction:column;padding:26px 16px}.brand{display:flex;align-items:center;gap:10px;padding:0 0 30px}.brand img{width:46px;height:46px;object-fit:contain;border-radius:50%;background:white}.brand strong{font-size:23px}.brand small{display:block;color:#c6dbd0;font-size:10px;margin-top:4px}nav{display:grid;gap:8px}nav button{background:transparent;color:#c9ddd2;text-align:left;border:0;min-height:44px}nav button.active,nav button:hover{background:#2a604c;color:white}nav small{float:right;font-size:10px}.sidebar-bottom{margin-top:auto;display:grid;gap:12px;padding:16px 8px}.sidebar-bottom button{background:transparent;color:#d4e4db;border-color:#57806b}main{margin-left:230px;padding:30px 34px;min-width:0}header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.eyebrow{display:block;font-size:11px;color:#7b8b81;margin-bottom:8px}.header-status{display:flex;align-items:center;gap:8px;font-size:12px;color:#61746a;flex-wrap:wrap}.dot{width:7px;height:7px;border-radius:50%;background:#3c986d}#sync-time{color:#89958e;font-size:11px}.summary{display:flex;gap:42px;border-top:1px solid #dbe4de;border-bottom:1px solid #dbe4de;padding:22px 0;margin-bottom:24px}.summary span{color:#708277;font-size:12px}.summary strong{display:block;font-size:27px;margin-top:8px;font-weight:600}.summary small{font-weight:400;color:#839388}.summary-end{margin-left:auto;align-self:center}.filters{display:flex;gap:12px;flex-wrap:wrap;align-items:end;margin-bottom:25px}.filters label{flex:1;min-width:140px}.filters button{flex:0}.table-top{display:flex;justify-content:space-between;padding:16px 0;font-size:13px}.table-top span{color:#7d8c83;font-weight:400}.table-scroll{overflow:auto}table{border-collapse:collapse;width:100%;background:white;text-align:left;font-size:12px}th{font-weight:500;background:#edf2ee;color:#748379;white-space:nowrap}th,td{padding:14px 12px;border-bottom:1px solid #e4ebe6}td{vertical-align:middle}td:first-child,th:first-child{padding-left:16px}tr:hover td{background:#f9fbf9}.filename{display:block;width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#314e40}.device-name{display:block;color:#8b988f;font-size:11px;margin-top:6px}.species-cell{max-width:210px;min-width:110px;line-height:1.8;overflow-wrap:anywhere}.badge{display:inline-block;border-radius:3px;padding:3px 6px;font-size:11px;white-space:nowrap;background:#eef1ef;color:#637569}.badge.amber{background:#fff0d8;color:#95641c}.badge.green{background:#e6f3ec;color:#276749}.badge.red{background:#fae9e6;color:#a1493c}.empty{text-align:center;padding:50px;color:#7b8b80}.pagination{display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-size:12px;color:#7d8b82}.pagination button{margin-left:8px}.section-toolbar{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.section-toolbar input{width:300px;max-width:60%}footer{display:flex;justify-content:space-between;gap:12px;color:#8c9a91;font-size:11px;padding:30px 0;flex-wrap:wrap}#notice{padding:12px 16px;background:#fff1d9;color:#88591b;border-left:3px solid #d59c44;margin-bottom:16px}dialog{border:1px solid #cedbd2;border-radius:8px;box-shadow:0 20px 80px #10291d40;padding:22px;max-width:calc(100vw - 32px);max-height:90vh;overflow:auto}dialog::backdrop{background:#122e2466}#player{width:1080px}.dialog-head{display:flex;gap:15px;justify-content:space-between;align-items:center;margin-bottom:20px}.dialog-head small{display:block;margin-top:6px;color:#809084;overflow-wrap:anywhere}video{width:100%;aspect-ratio:16/9;background:#111;display:block}.player-foot{display:flex;gap:12px;align-items:center;margin-top:16px;flex-wrap:wrap}#video-error{color:#aa423a}#account-dialog{width:460px}#account-form{display:grid;gap:16px}.permissions{display:flex;gap:20px}.permissions label{flex-direction:row;align-items:center}@media(max-width:1100px){main{padding:24px 20px}.sidebar{width:200px}main{margin-left:200px}.header-status{max-width:210px}.summary{gap:28px}}@media(max-width:720px){.sidebar{position:static;width:100%;padding:14px 16px}.brand{padding:0 0 12px}.brand img{width:36px;height:36px}.brand strong{font-size:20px}.brand small{font-size:10px}nav{display:flex;overflow:auto;gap:4px}nav button{white-space:nowrap;padding:8px 10px;font-size:12px;min-height:36px}nav small{display:none}.sidebar-bottom{position:absolute;right:16px;top:10px;display:flex;align-items:center;padding:0;font-size:11px}.sidebar-bottom button{min-height:32px;padding:5px 8px}main{margin:0;padding:22px 16px}header{display:block}h1{font-size:23px}.header-status{max-width:none;margin-top:12px}.summary{gap:24px;flex-wrap:wrap}.summary strong{font-size:23px}.summary-end{margin:0;width:100%}.filters label{min-width:130px}.filters button{width:100%}table{min-width:780px}.summary span{font-size:11px}footer span{display:none}.filename{width:200px}.section-toolbar input{width:190px}dialog{padding:14px}.pagination{gap:10px}.pagination button{padding:8px}.permissions{gap:10px}}
:root{--accent-blue:#267fa1}
.action-link{display:inline-flex;align-items:center;min-height:38px;padding:8px 10px;color:#176c8f;text-decoration:none;white-space:nowrap}
.action-link:hover{text-decoration:underline;background:#edf6fa}
#job-detail{width:960px}#job-log{white-space:pre-wrap;overflow-wrap:anywhere;max-height:65vh;overflow:auto;background:#f1f4f5;padding:16px;font-size:12px;line-height:1.6}
#candidate-dialog{width:1200px}.candidate-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.candidate-comparison h3{font-size:14px;margin:0 0 10px}
#job-rows progress{display:block;width:150px;max-width:100%;height:8px;accent-color:var(--accent-blue);margin-bottom:8px}#job-rows small{display:block;color:#6a7b77}#job-rows td:last-child{min-width:180px}
.badge.test{background:#e9f1fa;color:#356992;margin-top:5px}#candidate-dialog .player-foot label{flex-direction:row;align-items:center}
.grant-list{display:grid;gap:8px}.grant-item{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #dde5e2;padding:8px 0}.grant-item span{overflow-wrap:anywhere}
@media(max-width:720px){.candidate-comparison{grid-template-columns:1fr}#job-log{font-size:11px}.sidebar-bottom #user-name{max-width:68px;overflow:hidden;text-overflow:ellipsis}.brand{max-width:60%}.brand small{max-width:130px}}
:root #weights-dialog{width:800px}#weight-upload{margin-top:22px}#weight-status{color:#41665a}.binary{flex-direction:row;align-items:center}
.view .filters>button{flex:0 0 auto;white-space:nowrap;min-width:64px}
@media(max-width:720px){.view .filters>button{flex:0 0 100%;width:100%}}
.review-selection{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
@media(max-width:700px){.table-top{flex-wrap:wrap;gap:12px}.review-selection{width:100%;gap:8px}.review-selection #selection{margin-right:auto}}
.picker-scroll{max-height:440px;overflow:auto}
.picker-scroll thead{position:sticky;top:0;z-index:1;background:#edf3ef}
[id$="-picker"] .section-toolbar{justify-content:flex-end;gap:10px;margin:12px 0}
[id$="-picker"] [data-page]{margin-right:auto}
#submission-dialog{width:min(1100px,94vw);max-width:94vw;max-height:90vh;overflow:auto}
#submission-summary,#submission-hardware{overflow-wrap:anywhere;line-height:1.65}
#submission-items a{color:#246b56}
