:root{--yellow:#ffc427;--orange:#f5821f;--blue:#3b91f3;--page:#f2f3f5;--text:#1d2129;--line:#d9d9d9;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:var(--page)}
*{box-sizing:border-box}[hidden]{display:none!important}html,body{margin:0;min-height:100%;background:var(--page)}body{font-size:14px}button,input,select,textarea{font:inherit}
.login{min-height:100vh;display:grid;place-items:center;padding:36px;background:#f5f5f5}.login-panel{width:min(1152px,92vw);min-height:590px;display:grid;grid-template-columns:44.5% 55.5%;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.13)}.login-brand{display:grid;place-items:center;padding:50px;background:var(--yellow)}.login-brand img{width:min(360px,78%);height:auto}.login-content{display:flex;align-items:center;padding:64px}.login-content form{width:100%;max-width:512px}.login-content h1{margin:0 0 76px;color:#050505;font-size:38px;line-height:1.08}.login-content label{margin-bottom:20px}.remember{display:flex!important;align-items:center;gap:8px;margin-top:2px!important;font-weight:400!important}.remember input{width:14px!important;min-height:auto}.login-content button{width:128px;margin-top:35px}
#shell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr)}aside{position:fixed;inset:0 auto 0 0;z-index:20;width:250px;height:100vh;display:flex;flex-direction:column;overflow:auto;background:var(--yellow);scrollbar-width:none}.brand{height:145px;display:grid;place-items:center;padding:24px}.brand img{width:180px;max-height:95px;object-fit:contain}nav{flex:1;padding:0 4px 18px}nav button{width:100%;min-height:42px;padding:10px 24px;border:0;border-radius:0;background:transparent;color:#fff;text-align:left;font-size:14px;font-weight:600}nav button:hover{background:rgba(245,130,31,.45)}nav button.active{border-radius:8px;background:var(--orange);color:#fff}.ghost{width:calc(100% - 28px);margin:14px;border:1px solid rgba(255,255,255,.75);background:transparent;color:#fff}
main{grid-column:2;min-width:0}header{position:sticky;top:0;z-index:15;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 28px 0 38px;background:#fff;border-bottom:1px solid #eee;box-shadow:0 4px 15px -3px rgba(0,0,0,.1)}header h1{margin:0;font-size:18px;font-weight:600}header p{margin:3px 0 0;color:#8c8c8c;font-size:12px}#user{padding:8px 14px;border:1px solid var(--line);border-radius:6px;background:#fff}
#content{min-height:calc(100vh - 64px);padding:20px 16px 40px;background:var(--page)}.card{padding:20px;background:#fff;border:0;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.card h3{margin:0 0 15px}.gap-top{margin-top:16px}.hint{color:#8c8c8c}
label{display:grid;gap:6px;margin:0 0 12px;font-weight:500}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px 14px}input,select,textarea{width:100%;min-height:36px;padding:6px 11px;border:1px solid var(--line);border-radius:6px;background:#fff;outline:0}input:hover,select:hover,textarea:hover{border-color:#69b1ff}input:focus,select:focus,textarea:focus{border-color:#4096ff;box-shadow:0 0 0 2px rgba(5,145,255,.1)}textarea{min-height:76px;resize:vertical}
button{min-height:35px;padding:5px 15px;border:1px solid var(--yellow);border-radius:6px;background:var(--yellow);color:#111;font-weight:600;cursor:pointer}button:hover{border-color:var(--orange);background:var(--orange);color:#fff}.secondary{border-color:var(--line);background:#fff}.danger{border-color:#ff4d4f;background:#fff;color:#ff4d4f}.toolbar{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:14px}.toolbar input{max-width:390px}
.table-wrap{overflow:auto;border-radius:8px;background:#fff}table{width:100%;min-width:900px;border-collapse:collapse;font-size:12.5px}th,td{height:36px;padding:6px 9px;border-bottom:1px solid #d3d3d3;white-space:nowrap;text-align:center}th{background:#fff;color:#111;font-weight:600}tbody tr:hover td{background:#fafafa}td button{min-width:85px;min-height:24px;padding:1px 10px;border-color:var(--blue);border-radius:10px;background:var(--blue);color:#fff;font-size:12px}td .danger{border-color:#ff4d4f;background:#fff;color:#ff4d4f}
.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:22px}.metric{position:relative;overflow:hidden;border-left:4px solid var(--orange)}.metric:after{position:absolute;right:-16px;bottom:-25px;width:78px;height:78px;border-radius:50%;content:"";background:rgba(255,196,39,.24)}.metric strong{display:block;margin-top:10px;color:var(--orange);font-size:28px}.notice{padding:10px 13px;margin:12px 0;border:1px solid #91caff;border-radius:6px;background:#e6f4ff;color:#0958d9}.notice.ok{border-color:#b7eb8f;background:#f6ffed;color:#389e0d}.notice.error,.error{border-color:#ffccc7;background:#fff2f0;color:#cf1322}.error{margin-top:12px;padding:9px;border-radius:6px}.error:empty{display:none}.eyebrow{color:#8c8c8c;font-size:12px;font-weight:700}.order-code{margin:8px 0 16px;color:var(--orange);font-size:34px;font-weight:800}
.packing-grid{height:100%;display:grid;grid-template-columns:minmax(560px,2.1fr) minmax(300px,1fr);align-items:stretch;gap:18px}#content:has(>.packing-grid){height:calc(100vh - 64px);overflow:hidden;padding-bottom:20px}#content>.card:has(+.packing-grid){display:none}body:has(.packing-grid){overflow:hidden}.camera-card{min-height:0;padding:10px;background:#151515}.camera-card video{display:block;width:100%;height:calc(100% - 38px);min-height:0;object-fit:contain;border-radius:6px;background:#000}.camera-card #camera-status{height:38px;padding:10px;color:#fff}.packing-status{min-height:0;overflow:auto}.packing-status .count{display:flex;align-items:end;gap:10px}.packing-status .count strong{color:var(--orange);font-size:58px}.packing-status .count span{padding-bottom:10px}video{max-width:100%}
.receipt-scan{max-width:1260px;margin:0 auto;padding:26px;border-radius:14px;background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.06)}.scan-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.scan-badge{display:inline-block;padding:5px 10px;border-radius:20px;background:#fff2df;color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.5px}.scan-heading h2{margin:10px 0 5px;font-size:28px}.scan-heading p{margin:0;color:#737373}.scan-progress-label{display:grid;text-align:right}.scan-progress-label strong{font-size:18px}.scan-progress-label span{margin-top:4px;color:#8c8c8c;font-size:12px}.scan-progress{height:8px;margin:20px 0 22px;overflow:hidden;border-radius:8px;background:#f0f0f0}.scan-progress span{display:block;width:0;height:100%;border-radius:8px;background:linear-gradient(90deg,var(--yellow),var(--orange));transition:width .25s}.scan-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.scan-stats>div{padding:16px 18px;border:1px solid #eee;border-radius:10px;background:#fafafa}.scan-stats span{display:block;color:#737373;font-size:13px}.scan-stats strong{display:inline-block;margin-top:6px;color:var(--orange);font-size:30px}.scan-stats small{margin-left:5px;color:#8c8c8c}.scan-workspace{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:18px}.scan-main,.recent-panel{padding:20px;border:1px solid #eee;border-radius:12px}.step-title{display:flex;align-items:center;gap:12px;margin-bottom:14px}.step-title>span{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:50%;background:var(--yellow);font-weight:800}.step-title div{display:grid;gap:3px}.step-title strong{font-size:16px}.step-title small{color:#8c8c8c}.scan-form{display:flex;gap:10px}.scan-form input{height:48px;border:2px solid #91caff;font-size:17px}.scan-form button{flex:0 0 120px}.scan-guide{display:grid;gap:4px;margin-top:12px;padding:12px 14px;border-radius:8px;background:#e6f4ff;color:#0958d9}.scan-guide span{font-size:13px}.scan-guide.success{background:#f6ffed;color:#389e0d}.scan-guide.failure{background:#fff2f0;color:#cf1322}.scan-actions{display:flex;align-items:center;gap:14px;margin-top:22px;padding-top:18px;border-top:1px solid #eee}.scan-actions span{color:#8c8c8c;font-size:12px}.finish-button{background:var(--orange);border-color:var(--orange);color:#fff}.finish-button:disabled{border-color:#d9d9d9;background:#d9d9d9;color:#8c8c8c;cursor:not-allowed}.recent-title{display:flex;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid #eee}.recent-title span{color:#8c8c8c;font-size:11px}.recent-list{max-height:260px;margin:12px 0 0;padding:0;overflow:auto;list-style:none}.recent-list li{display:flex;justify-content:space-between;gap:10px;padding:9px 4px;border-bottom:1px dashed #eee;font-variant-numeric:tabular-nums}.recent-list li small{color:#8c8c8c}.recent-list .recent-empty{display:block;padding:32px 8px;border:0;color:#8c8c8c;text-align:center;font-variant-numeric:normal}
#toast-root{position:fixed;top:78px;right:24px;z-index:2200;display:grid;gap:10px;width:min(380px,calc(100vw - 32px))}.toast{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-left:4px solid #52c41a;border-radius:8px;background:#fff;box-shadow:0 8px 26px rgba(0,0,0,.18);opacity:0;transform:translateX(24px);transition:opacity .22s,transform .22s}.toast.show{opacity:1;transform:none}.toast.error{border-left-color:#ff4d4f}.toast-icon{display:grid;place-items:center;flex:0 0 24px;height:24px;border-radius:50%;background:#52c41a;color:#fff;font-weight:800}.toast.error .toast-icon{background:#ff4d4f}.toast strong{display:block;margin:1px 0 4px}.toast p{margin:0;color:#595959;line-height:1.4}.modal-overlay{position:fixed;inset:0;z-index:2300;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.45)}.modal-box{width:min(440px,100%);padding:22px;border-radius:10px;background:#fff;box-shadow:0 14px 40px rgba(0,0,0,.25)}.modal-box h3{margin:0 0 10px;font-size:18px}.modal-box p{margin:0 0 22px;color:#595959;line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;gap:10px}
@media(max-width:900px){.login{padding:18px}.login-panel{min-height:auto;grid-template-columns:1fr}.login-brand{display:none}.login-content{padding:40px 30px}.login-content h1{margin-bottom:40px;font-size:32px}#shell{display:block}aside{position:relative;width:100%;height:auto}.brand{height:78px}.brand img{width:135px}nav{display:flex;overflow:auto;padding:0}nav button{width:auto;min-width:max-content}main{grid-column:auto}header{height:auto;min-height:60px;padding:12px 18px}#content{padding:15px}.packing-grid,.scan-workspace{grid-template-columns:1fr}.camera-card video{height:auto;min-height:360px}.receipt-scan{padding:18px}.scan-heading{align-items:flex-start}.scan-progress-label{display:none}.scan-stats{grid-template-columns:1fr}.scan-form{display:grid}.scan-form button{width:100%}.scan-actions{align-items:flex-start;flex-direction:column}}
.receipt-scan .recent-panel{position:static;inset:auto;z-index:auto;width:auto;height:auto;display:block;overflow:hidden;background:#fff;scrollbar-width:auto}.receipt-scan{width:100%;max-width:none;margin:0;padding:24px;border-radius:12px}
.audit-summary{display:flex;align-items:baseline;gap:9px;margin-bottom:14px;padding:14px 18px;border-left:4px solid var(--orange);border-radius:8px;background:#fff}.audit-summary strong{color:var(--orange);font-size:26px}.audit-summary span{color:#595959}.audit-toolbar{padding:14px;border-radius:8px;background:#fff}.audit-toolbar select{width:210px}.audit-toolbar input{max-width:520px}
.list-filters{padding:14px;border-radius:8px;background:#fff}.list-filters label{display:flex;align-items:center;gap:7px;margin:0;white-space:nowrap}.list-filters label input{width:150px}.list-filters select{width:190px}.pagination,.page-info{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 4px;color:#595959}.pagination button{min-width:74px}.pagination button:disabled{border-color:#d9d9d9;background:#f5f5f5;color:#bfbfbf;cursor:not-allowed}
.report-selector{display:grid;width:100%;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.report-selector button{display:flex;min-width:0;align-items:center;gap:9px;justify-content:flex-start;min-height:52px;padding:9px 13px;overflow:hidden;background:#fff;border-color:#e5e5e5;text-align:left}.report-selector button strong{flex:0 0 auto;color:var(--orange)}.report-selector button span{min-width:0;overflow:hidden;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.report-selector button.active{border-color:var(--orange);background:#fff7e8;box-shadow:inset 0 0 0 1px var(--orange)}.report-heading{display:flex;justify-content:space-between;gap:28px;margin-bottom:14px;padding:20px 22px;border-radius:10px;background:#fff}.report-heading h2{margin:7px 0 5px;font-size:22px}.report-heading p{margin:0;color:#595959}.report-code{display:inline-block;padding:4px 9px;border-radius:14px;background:#fff2df;color:var(--orange);font-weight:800}.report-heading dl{display:grid;gap:9px;min-width:430px;margin:0}.report-heading dl div{display:grid;grid-template-columns:125px 1fr;gap:10px}.report-heading dt{color:#8c8c8c}.report-heading dd{margin:0;font-weight:600}.report-filters{display:flex;width:100%;align-items:flex-end;justify-content:flex-start;gap:10px;flex-wrap:wrap;margin-bottom:14px;padding:14px;border-radius:9px;background:#fff}.report-filters label{display:grid;flex:0 1 230px;min-width:180px;gap:6px;margin:0}.report-filters input,.report-filters select{width:100%;height:38px;min-height:38px;margin:0}.report-filters button{flex:0 0 auto;width:auto;min-width:110px;height:38px;min-height:38px;margin:0;padding:5px 18px}.report-result{padding:18px;border-radius:10px;background:#fff}.report-result-title{display:flex;justify-content:space-between;margin-bottom:12px}.report-result-title span{color:#8c8c8c}#content{overflow-x:hidden}@media(max-width:1100px){.report-selector{grid-template-columns:repeat(2,minmax(0,1fr))}.report-heading{display:block}.report-heading dl{min-width:0;margin-top:18px}}@media(max-width:600px){.report-selector{grid-template-columns:1fr}.report-filters label{flex:1 1 100%}.report-filters button{flex:1 1 auto}}

/* Shared vertical rhythm for every form toolbar. */
.toolbar:has(>label){align-items:flex-end}
.toolbar>label{margin-bottom:0}
.compact-toolbar label{flex:0 1 300px;min-width:220px}
.card>.toolbar:last-child,.card>form.toolbar:last-child{margin-bottom:0}
.list-filters{align-items:flex-end}
.list-filters>input,.list-filters>select,.list-filters>button{margin-bottom:0}
.list-filters label{display:grid;align-items:initial;gap:6px;margin:0}
@media(max-width:700px){.toolbar:has(>label){align-items:stretch}.toolbar>label{flex:1 1 100%}.list-filters>input,.list-filters>select,.list-filters>button{width:100%;max-width:none}}
.pending-video{margin-top:18px;padding-top:14px;border-top:1px solid #eee}.pending-video h3{margin:0 0 10px;font-size:14px}.pending-video div{display:grid;gap:3px;padding:8px 0;border-bottom:1px dashed #eee}.pending-video span,.pending-video p{color:#737373;font-size:12px}.pending-video p{margin:0}.card video,#video-list>video{display:block;width:min(880px,100%);max-height:520px;margin:0 auto 16px;border-radius:8px;background:#000}
