:root{color:#22252a;font-synthesis:none;--accent:#b72f4e;--accent-dark:#99233f;--border:#dfe2e7;--muted:#737982;--green:#168b5b;--amber:#d77b0e;background:#eef0f3;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}body{min-width:1120px;margin:0}.app{background:#f7f8fa;min-height:100vh;padding-bottom:74px}header{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 24px;display:flex}.brand{align-items:center;gap:12px;display:flex}.silk-mark{width:38px;height:38px;color:var(--accent);background:#f7e7eb;border-radius:11px;place-items:center;font-family:serif;font-weight:800;display:grid}.brand h1{letter-spacing:.02em;margin:0 0 2px;font-size:20px}.brand small{color:var(--muted);font-size:11px}.actions{gap:10px;display:flex}button{color:#34383e;cursor:pointer;background:#fff;border:1px solid #d9dce1;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:38px;padding:0 14px;font:600 13px inherit;display:inline-flex}button:hover{background:#fafafa;border-color:#bdc1c8}button:disabled{opacity:.45;cursor:not-allowed}button svg{stroke-width:1.8px;width:17px;height:17px}.primary{background:var(--accent);border-color:var(--accent);color:#fff}.primary:hover{background:var(--accent-dark);border-color:var(--accent-dark)}main{padding:16px 20px}.summary{border:1px solid var(--border);background:#fff;border-radius:11px;align-items:center;gap:22px;height:66px;margin-bottom:14px;padding:0 20px;display:flex}.summary>div:not(.file-name){align-items:center;gap:8px;display:flex}.summary svg{color:#525861;width:19px}.summary strong{font-size:20px}.summary span{color:var(--muted);font-size:13px}.summary i{background:var(--border);width:1px;height:24px}.summary .warn svg,.summary .warn strong{color:var(--amber)}.file-name{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:240px;margin-left:auto;font-size:12px;overflow:hidden}.workspace{grid-template-columns:minmax(700px,1fr) 420px;gap:14px;height:calc(100vh - 183px);display:grid}.data-pane,aside{border:1px solid var(--border);background:#fff;border-radius:11px;min-height:0;overflow:hidden}.data-pane{flex-direction:column;display:flex}.table-tools{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:54px;padding:8px 12px;display:flex}.search{width:360px;position:relative}.search svg{color:#8a9098;width:17px;position:absolute;top:10px;left:11px}.search input{border:1px solid var(--border);border-radius:8px;outline:none;width:100%;height:36px;padding:0 12px 0 36px;font:12px inherit}.search input:focus{border-color:#c8687e;box-shadow:0 0 0 3px #f9e8ec}.quiet{height:34px;color:var(--accent)}.table-wrap{flex:1;overflow:auto}table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:12px}th{text-align:left;color:#555b64;z-index:1;border-bottom:1px solid var(--border);background:#f7f8fa;height:41px;font-weight:650;position:sticky;top:0}th,td{vertical-align:middle;border-bottom:1px solid #e7e9ed;border-right:1px solid #eceef1;padding:8px 10px}th:first-child{width:42px}th:nth-child(2){width:118px}th:nth-child(3){width:92px}th:nth-child(4){width:150px}th:nth-child(5){width:54px}th:nth-child(7){width:105px}td small{color:#90959d;margin-top:3px;font-size:10px;display:block}td b{font-size:11px}tbody tr{cursor:pointer}tbody tr:hover{background:#fafbfc}tbody tr.active{box-shadow:inset 3px 0 var(--accent);background:#f9edf0}tbody tr.warning:not(.active){background:#fffaeb}tbody tr.error{background:#fff0f0}.check{text-align:center;padding-left:6px;padding-right:6px}input[type=checkbox]{appearance:none;border:1.5px solid #aeb3ba;border-radius:4px;place-items:center;width:16px;height:16px;margin:auto;display:grid}input[type=checkbox]:checked{background:var(--accent);border-color:var(--accent)}input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:11px;font-weight:800}.requirement{max-width:320px;line-height:1.45}.status{white-space:nowrap;color:var(--green);align-items:center;gap:4px;font-weight:650;display:inline-flex}.warning .status{color:var(--amber)}.error .status{color:#c33}.status svg{width:14px}.pager{height:45px;color:var(--muted);justify-content:space-between;align-items:center;padding:0 14px;font-size:11px;display:flex}.pager div{align-items:center;gap:4px;display:flex}.pager button{width:30px;height:30px;padding:0}.pager b{width:30px;height:30px;color:var(--accent);background:#f7e7eb;border-radius:7px;place-items:center;display:grid}.tabs{border-bottom:1px solid var(--border);background:#f4f5f7;grid-template-columns:1fr 1fr;height:46px;display:grid}.tabs button{background:0 0;border:0;border-radius:0;height:46px}.tabs button.selected{background:var(--accent);color:#fff}.inspector{padding:15px}.section-title{justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;font-weight:650;display:flex}.section-title small{color:var(--muted)}.label-card{aspect-ratio:1.5;background:#fff;border:1px solid #bfc3c9;border-radius:7px;grid-template-columns:1fr 76px;gap:10px;margin-bottom:16px;padding:14px;display:grid;box-shadow:0 3px 12px #30343a12}.label-copy{min-width:0}.label-copy strong{white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #333;padding-bottom:5px;font-size:14px;display:block;overflow:hidden}.label-copy p{-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:7px 0;font-family:Songti SC,serif;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.bed-seq{font-size:10px;font-weight:700}.label-code{flex-direction:column;justify-content:flex-end;align-items:center;gap:4px;display:flex}.label-code img{width:70px;height:70px}.label-code b{letter-spacing:.05em;font-size:10px}.empty-preview{height:220px;color:var(--muted);border:1px dashed var(--border);place-items:center;display:grid}.field-head{justify-content:space-between;align-items:center;margin:4px 0 7px;font-size:12px;font-weight:650;display:flex}.link{height:auto;color:var(--accent);border:0;padding:0;font-size:11px}.link svg{width:13px}textarea{resize:none;border:1px solid var(--border);border-radius:8px;outline:none;width:100%;height:104px;padding:10px;font:12px/1.55 inherit}textarea:focus{border-color:#c8687e;box-shadow:0 0 0 3px #f9e8ec}.order-note{border-left:3px solid var(--amber);background:#fff9e9;max-height:74px;margin-top:10px;padding:9px 10px;font-size:11px;line-height:1.45;overflow:auto}.order-note b{color:#9f5a04;margin-bottom:3px;display:block}.copies{justify-content:space-between;align-items:center;margin-top:13px;font-size:12px;display:flex}.copies small{color:var(--muted);margin-top:3px;display:block}.copies div{border:1px solid var(--border);border-radius:8px;display:flex;overflow:hidden}.copies button,.copies b{border:0;border-radius:0;place-items:center;width:34px;height:32px;padding:0;display:grid}.copies b{border-left:1px solid var(--border);border-right:1px solid var(--border)}.bottom{border-top:1px solid var(--border);z-index:5;background:#fff;justify-content:space-between;align-items:center;height:64px;padding:0 20px;font-size:13px;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom b{color:var(--accent)}.big{min-width:310px;height:44px;font-size:14px}@media (width<=1200px){.workspace{grid-template-columns:minmax(650px,1fr) 370px}.actions button{padding:0 10px}.summary{gap:14px}.label-card{padding:11px}}.bottom-actions{gap:9px;display:flex}.bottom-actions .big{min-width:150px}.bottom-actions .cloud-print{min-width:210px}.modal-backdrop{z-index:20;background:#20242a88;place-items:center;display:grid;position:fixed;inset:0}.cloud-modal{background:#fff;border-radius:14px;width:720px;overflow:hidden;box-shadow:0 22px 70px #1118}.modal-title{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:72px;padding:0 22px;display:flex}.modal-title>div{align-items:center;gap:12px;display:flex}.modal-title>div>svg{width:28px;color:var(--accent)}.modal-title span{flex-direction:column;gap:3px;display:flex}.modal-title b{font-size:18px}.modal-title small{color:var(--muted);font-size:11px}.modal-title>button{border:0;width:34px;padding:0}.cloud-fields{grid-template-columns:1fr 1fr;gap:15px;padding:20px 22px 8px;display:grid}.cloud-fields label{flex-direction:column;gap:6px;font-size:12px;font-weight:650;display:flex}.cloud-fields label.wide{grid-column:1/-1}.cloud-fields input{border:1px solid var(--border);border-radius:8px;outline:none;height:40px;padding:0 11px;font:13px inherit}.cloud-fields input:focus{border-color:#c8687e;box-shadow:0 0 0 3px #f9e8ec}.security-note{color:#925800;background:#fff7e6;border-radius:8px;margin:5px 22px 12px;padding:9px 11px;font-size:11px}.cloud-message{border-radius:8px;margin:0 22px 12px;padding:10px 12px;font-size:12px}.cloud-message.ok{color:#13764e;background:#eaf8f1}.cloud-message.bad{color:#b52727;background:#fff0f0}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:9px;height:70px;padding:0 22px;display:flex}.label-copy p{white-space:pre-line}.actions .import-main{height:48px;padding:0 18px;box-shadow:0 5px 15px #b72f4e30}.actions .import-main span{flex-direction:column;align-items:flex-start;line-height:1.15;display:flex}.actions .import-main b{font-size:14px}.actions .import-main small{opacity:.82;margin-top:3px;font-size:10px;font-weight:500}.scan-entry{color:#176e58;border-color:#287f68}.scan-board{z-index:50;color:#18211e;background:#f1f4f2;min-width:900px;position:fixed;inset:0}.scan-board header{border-bottom:1px solid #d7dfdb;height:88px;padding:0 34px}.scan-brand{align-items:center;gap:14px;display:flex}.scan-brand>svg{color:#187b60;width:38px;height:38px}.scan-brand span{flex-direction:column;display:flex}.scan-brand b{font-size:23px}.scan-brand small{color:#66736e;margin-top:3px}.scan-board form{position:absolute;left:-9999px}.scan-notice{place-items:center;height:58px;font-size:20px;font-weight:750;display:grid}.scan-notice.ready{color:#52615b;background:#e4ece8}.scan-notice.ok{color:#086943;background:#d8f4e8}.scan-notice.warning{color:#8a5900;background:#fff0bd}.scan-notice.error{color:#a51f27;background:#ffe0e0}.scan-result{background:#f7faf8;grid-template-rows:auto 1fr auto;grid-template-columns:34% 1fr;gap:24px;height:calc(100vh - 146px);padding:36px 5vw;display:grid}.scan-customer,.scan-production,.scan-order-note{background:#fff;border:1px solid #dce3df;border-radius:18px;box-shadow:0 7px 25px #2542370c}.scan-customer{flex-direction:column;justify-content:center;padding:30px;display:flex}.scan-customer small,.scan-production small,.scan-order-note small{color:#187b60;letter-spacing:.08em;font-size:16px;font-weight:800}.scan-customer h1{margin:16px 0 8px;font-size:40px;line-height:1.22}.scan-customer p{color:#68736f;margin:0;font-size:19px}.scan-production{grid-area:1/2/3;padding:32px}.scan-production div{white-space:pre-line;margin-top:20px;font-size:34px;font-weight:700;line-height:1.55}.scan-order-note{padding:22px 28px}.scan-order-note p{margin:10px 0 0;font-size:19px;line-height:1.5}.scan-time{text-align:right;color:#66736e;grid-column:1/-1;font-size:16px}.scan-empty{color:#73807b;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:calc(100vh - 146px);display:flex}.scan-empty svg{stroke-width:1.2px;color:#9eaaa5;width:90px;height:90px}.scan-empty b{font-size:34px}.scan-empty span{font-size:18px}
