html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--bg: #f4f6f9;--surface: #ffffff;--ink: #0f172a;--ink-2: #475569;--ink-3: #94a3b8;--line: #e2e8f0;--line-strong: #cbd5e1;--brand: #3b9eff;--brand-deep: #1d7fe0;--brand-tint: #e8f3ff;--shadow-card: 0 1px 2px rgba(15, 23, 42, .04), 0 12px 32px -12px rgba(15, 23, 42, .12);--font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans", "Noto Sans JP", "Noto Sans SC", "Microsoft YaHei", "Yu Gothic UI", sans-serif}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}.k-logo{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-weight:600;font-size:15px;letter-spacing:.01em;text-decoration:none}.k-tile{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--brand);color:#fff;font-weight:700;font-size:17px;line-height:1;box-shadow:inset 0 -1px #00000014}.k-tile--lg{width:44px;height:44px;border-radius:12px;font-size:23px}.ghost-btn{height:32px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink-2);font:inherit;font-size:13px;cursor:pointer;transition:border-color .12s ease,color .12s ease,background .12s ease}.ghost-btn:hover{border-color:var(--line-strong);color:var(--ink)}.ghost-btn--plain{border-color:transparent;background:transparent}.ghost-btn--plain:hover{background:var(--brand-tint);border-color:transparent;color:var(--brand-deep)}.guest{position:relative;display:flex;flex-direction:column;min-height:100vh;overflow:hidden;isolation:isolate}.guest:before{content:"";position:absolute;inset:-20% -10% auto;height:62vh;z-index:-1;background:radial-gradient(ellipse 60% 70% at 50% 0%,#3b9eff29,#3b9eff00 70%);pointer-events:none}.guest-bar{display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 32px}.guest-stage{display:grid;place-items:center;flex:1;padding:24px 20px 48px}.auth-card{width:min(100%,420px);padding:40px 40px 32px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-card);animation:card-in .48s cubic-bezier(.16,1,.3,1) both}.auth-card__head{margin-bottom:28px}.auth-card__head .k-tile{margin-bottom:20px}.auth-card h1{margin:0 0 6px;font-size:22px;font-weight:600;letter-spacing:-.01em}.auth-card__lead{margin:0;color:var(--ink-2);font-size:14px;line-height:1.6}.auth-card .ant-form-item{margin-bottom:18px}.auth-card .ant-form-item-label{padding-bottom:6px}.auth-card .ant-form-item-label>label{height:auto;color:var(--ink-2);font-size:13px;font-weight:500}.auth-card .ant-form-item-required:before{display:none!important}.auth-card .ant-btn-primary{margin-top:6px;font-weight:600}.auth-card__foot{display:flex;align-items:center;gap:10px;margin:22px 0 0;padding-top:20px;border-top:1px solid var(--line);color:var(--ink-3);font-size:12.5px;line-height:1.5}.auth-card__foot svg{flex:none;width:16px;height:16px;color:var(--ink-3)}.guest-facts{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 28px;margin:28px 0 0;padding:0;list-style:none;color:var(--ink-2);font-size:13px}.guest-facts li{display:inline-flex;align-items:center;gap:8px}.guest-facts li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand)}.guest-foot{display:flex;justify-content:space-between;padding:0 32px 24px;color:var(--ink-3);font-size:12px}@keyframes card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.portal-shell{min-height:100vh}.portal-top{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:32px;height:60px;padding:0 28px;background:#ffffffdb;-webkit-backdrop-filter:saturate(160%) blur(10px);backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid var(--line)}.portal-nav{display:flex;flex:1;gap:4px;min-width:0;overflow-x:auto}.portal-nav a{position:relative;padding:8px 12px;border-radius:8px;color:var(--ink-2);font-size:14px;font-weight:500;text-decoration:none;white-space:nowrap;transition:color .12s ease,background .12s ease}.portal-nav a:hover{color:var(--ink);background:#f1f5f9}.portal-nav a.router-link-exact-active{color:var(--brand-deep);background:var(--brand-tint)}.portal-top__actions{display:flex;align-items:center;gap:6px}.portal-shell{min-width:1280px}.portal-main{padding:24px 24px 48px}.home-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.home-head h1{margin:0 0 4px;font-size:24px;font-weight:600;letter-spacing:-.01em}.home-head p{margin:0;color:var(--ink-2);font-size:14px}.home-head__date{color:var(--ink-3);font-size:13px;font-variant-numeric:tabular-nums}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.metric-card{display:flex;flex-direction:column;gap:12px;padding:22px 24px;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:inherit;text-decoration:none;box-shadow:0 1px 2px #0f172a0a;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.metric-card:hover{border-color:#3b9eff80;box-shadow:var(--shadow-card);transform:translateY(-1px)}.metric-card__top{display:flex;align-items:center;justify-content:space-between;color:var(--ink-2);font-size:13px;font-weight:500}.metric-card__top svg{width:16px;height:16px;color:var(--ink-3)}.metric-card__value{margin:0;font-size:40px;font-weight:600;letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}.metric-card__hint{margin:0;color:var(--ink-3);font-size:12.5px;line-height:1.5}.home-section{margin-top:32px}.home-section h2{margin:0 0 12px;color:var(--ink-2);font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.action-list{display:grid;border:1px solid var(--line);border-radius:16px;background:var(--surface);overflow:hidden}.action-list a{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:16px;padding:16px 20px;color:inherit;text-decoration:none;transition:background .12s ease}.action-list a+a{border-top:1px solid var(--line)}.action-list a:hover{background:#f8fafc}.action-list__icon{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:var(--brand-tint);color:var(--brand-deep)}.action-list__icon svg{width:20px;height:20px}.action-list strong{display:block;font-size:15px;font-weight:600}.action-list span{display:block;margin-top:2px;color:var(--ink-2);font-size:13px}.action-list__chev{width:18px;height:18px;color:var(--ink-3)}@media(max-width:720px){.guest-bar,.guest-foot{padding-left:20px;padding-right:20px}.auth-card{padding:32px 24px 24px;border-radius:16px}}.inbound-photo[data-v-5fb56185]{width:120px;height:120px;overflow:hidden;border-radius:10px;background:#f1f5f9}.inbound-photo[data-v-5fb56185] .ant-image-img{width:120px;height:120px;object-fit:cover}.inbound-photo__placeholder[data-v-5fb56185]{display:grid;place-items:center;height:100%;padding:8px;color:#94a3b8;font-size:12px;text-align:center}.lazy-image[data-v-b411c23f]{display:grid;place-items:center;width:48px;min-height:48px}.lazy-image__empty[data-v-b411c23f]{color:#cbd5e1}.detail-heading[data-v-19d866bf]{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding-bottom:8px;font-variant-numeric:tabular-nums}.detail-placeholder[data-v-19d866bf]{min-height:240px}.detail-alert[data-v-19d866bf]{margin-bottom:14px}.pre[data-v-19d866bf]{white-space:pre-wrap;overflow-wrap:anywhere}.detail-section[data-v-19d866bf]{margin-bottom:20px}.section-title[data-v-19d866bf]{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:14px;font-weight:600}.section-title[data-v-19d866bf]:before{content:"";width:3px;height:14px;border-radius:3px;background:#3b9eff}.detail-steps[data-v-19d866bf]{padding:4px 0}.info-grid[data-v-19d866bf]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 20px;margin:0}.info-cell[data-v-19d866bf]{min-width:0}.info-cell.wide[data-v-19d866bf]{grid-column:span 2}.info-cell dt[data-v-19d866bf]{margin-bottom:2px;color:#64748b;font-size:12px}.info-cell dd[data-v-19d866bf]{margin:0;color:#0f172a}.totals[data-v-19d866bf]{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.total-card[data-v-19d866bf]{padding:10px 12px;border:1px solid #edf1f7;border-radius:10px;background:#f8fafc}.total-card span[data-v-19d866bf]{display:block;color:#64748b;font-size:12px;white-space:nowrap}.total-card strong[data-v-19d866bf]{display:block;margin-top:2px;font-size:20px;font-weight:650;font-variant-numeric:tabular-nums}.total-card.good strong[data-v-19d866bf]{color:#15803d}.total-card.strong strong[data-v-19d866bf]{color:#1d7fe0}.total-card.warn[data-v-19d866bf]{border-color:#fde5b8;background:#fffaf0}.total-card.warn strong[data-v-19d866bf]{color:#b45309}.total-card.danger[data-v-19d866bf]{border-color:#fecaca;background:#fef2f2}.total-card.danger strong[data-v-19d866bf]{color:#dc2626}.cell-code[data-v-19d866bf]{font-weight:600;overflow-wrap:anywhere}.cell-tag[data-v-19d866bf]{margin-top:4px}.cell-name[data-v-19d866bf]{overflow-wrap:anywhere}.cell-sub[data-v-19d866bf]{color:#64748b;font-size:12px}.qty[data-v-19d866bf]{font-variant-numeric:tabular-nums}.qty.warn[data-v-19d866bf]{color:#b45309;font-weight:600}.qty.danger[data-v-19d866bf]{color:#dc2626;font-weight:600}.receipt[data-v-19d866bf]{padding:12px 0 16px}.receipt+.receipt[data-v-19d866bf]{border-top:1px solid #eef1f5}.receipt-head[data-v-19d866bf]{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 14px;margin-bottom:8px;color:#475569;font-size:13px}.receipt-head strong[data-v-19d866bf]{color:#0f172a;font-size:14px}.receipt-total[data-v-19d866bf]{margin-left:auto;font-variant-numeric:tabular-nums}.receipt-note[data-v-19d866bf]{margin:0 0 8px;padding:8px 10px;border-radius:8px;background:#f8fafc;color:#475569;font-size:13px}.photo-hint[data-v-19d866bf]{margin:0 0 10px;color:#64748b;font-size:12px}.photo-grid[data-v-19d866bf]{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:14px}.photo-tile[data-v-19d866bf]{margin:0}.photo-tile figcaption[data-v-19d866bf]{display:flex;flex-direction:column;gap:2px;margin-top:6px;font-size:12px;color:#475569}.photo-kind[data-v-19d866bf]{align-self:flex-start}.detail-footer[data-v-19d866bf]{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}@media(max-width:860px){.info-grid[data-v-19d866bf]{grid-template-columns:repeat(2,minmax(0,1fr))}.totals[data-v-19d866bf]{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:520px){.info-grid[data-v-19d866bf]{grid-template-columns:minmax(0,1fr)}.info-cell.wide[data-v-19d866bf]{grid-column:auto}.totals[data-v-19d866bf]{grid-template-columns:repeat(2,minmax(0,1fr))}}.paste-hint[data-v-a532f901]{margin:0 0 10px;color:#475569;font-size:13px;line-height:1.7}.paste-input[data-v-a532f901]{font-family:SFMono-Regular,Menlo,Consolas,monospace}.paste-alert[data-v-a532f901]{margin-top:12px}.paste-problem+.paste-problem[data-v-a532f901]{margin-top:8px}.paste-codes[data-v-a532f901]{margin-top:2px;font-family:SFMono-Regular,Menlo,Consolas,monospace;overflow-wrap:anywhere}.paste-lines[data-v-a532f901]{margin:2px 0 0;padding-left:18px;font-family:SFMono-Regular,Menlo,Consolas,monospace;overflow-wrap:anywhere}.sku-picker[data-v-7fce0312]{width:100%}.sku-empty[data-v-7fce0312]{padding:8px 4px;color:#64748b;text-align:center}.sku-option[data-v-7fce0312]{min-width:0;line-height:1.4}.sku-option__code[data-v-7fce0312]{font-weight:600;color:#0f172a}.sku-option__name[data-v-7fce0312]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#475569}.dialog-heading[data-v-417f8423]{display:flex;align-items:center;gap:12px;padding-bottom:12px}.heading-icon[data-v-417f8423]{display:grid;place-items:center;flex:none;width:40px;height:40px;border-radius:12px;color:#2687e8;background:#eaf4ff}.heading-icon svg[data-v-417f8423]{width:24px;height:24px}.heading-sub[data-v-417f8423]{display:flex;align-items:center;gap:8px;margin-top:2px;color:#64748b;font-size:12px;font-weight:400}.conflict-alert[data-v-417f8423]{margin-bottom:16px}.inbound-form[data-v-417f8423] .ant-form-item{margin-bottom:14px}.inbound-form[data-v-417f8423] .ant-form-item-label{padding-bottom:6px}.form-section+.form-section[data-v-417f8423]{margin-top:6px;padding-top:18px;border-top:1px solid #eef1f5}.section-title[data-v-417f8423]{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:14px;font-weight:600}.section-title[data-v-417f8423]:before{content:"";width:3px;height:14px;border-radius:3px;background:#3b9eff}.header-grid[data-v-417f8423]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}.header-grid .wide[data-v-417f8423]{grid-column:1 / -1}.count-grid[data-v-417f8423]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 12px;min-width:0}.full[data-v-417f8423]{width:100%}.lines-head[data-v-417f8423]{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px;margin-bottom:12px}.lines-head .section-title[data-v-417f8423]{margin:0}.lines-summary[data-v-417f8423]{color:#64748b;font-size:13px}.lines-actions[data-v-417f8423]{margin-left:auto}.locked-alert[data-v-417f8423]{margin-bottom:12px}.line-wrap[data-v-417f8423]{overflow-x:auto;border:1px solid #e8edf3;border-radius:10px}.line-table[data-v-417f8423]{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;table-layout:fixed}.line-table th[data-v-417f8423]{position:sticky;top:0;z-index:1;padding:10px 12px;background:#f8fafc;border-bottom:1px solid #e8edf3;color:#475569;font-size:12px;font-weight:600;text-align:left}.line-table td[data-v-417f8423]{padding:10px 12px;border-bottom:1px solid #f1f5f9;vertical-align:top}.line-table tbody tr:last-child td[data-v-417f8423]{border-bottom:none}.c-no[data-v-417f8423]{width:52px;color:#94a3b8;text-align:center!important}td.c-no[data-v-417f8423]{padding-top:16px!important}.c-qty[data-v-417f8423]{width:150px}.c-note[data-v-417f8423]{width:220px}.c-op[data-v-417f8423]{width:76px;text-align:center!important}td.c-op[data-v-417f8423]{padding-top:14px!important}.line-code[data-v-417f8423]{font-weight:600}.line-meta[data-v-417f8423]{color:#64748b;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.line-qty[data-v-417f8423]{font-variant-numeric:tabular-nums;font-weight:600}.line-empty[data-v-417f8423]{padding:28px 12px!important;color:#94a3b8;text-align:center}.form-footer[data-v-417f8423]{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}@media(max-width:720px){.header-grid[data-v-417f8423]{grid-template-columns:minmax(0,1fr)}}.pack-stats[data-v-df854352]{display:flex;gap:28px;font-size:14px;margin-bottom:6px}.pack-stats b[data-v-df854352]{font-size:18px;margin-left:4px}.pack-stats .ok[data-v-df854352]{color:#16a34a}.pack-stats .warn[data-v-df854352]{color:#d97706}.pack-body[data-v-df854352]{display:grid;grid-template-columns:420px minmax(0,1fr);gap:16px;margin-top:12px;height:calc(100dvh - 330px);min-height:420px}.pack-left[data-v-df854352],.pack-right[data-v-df854352]{display:flex;flex-direction:column;min-height:0}.pack-left__head[data-v-df854352]{display:flex;gap:8px;align-items:center}.pack-title[data-v-df854352]{font-weight:600;white-space:nowrap}.pack-hint[data-v-df854352]{margin:6px 0;color:#64748b;font-size:12px}.pack-lines[data-v-df854352]{flex:1;overflow:auto;border:1px solid #e2e8f0;border-radius:8px}.pack-line[data-v-df854352]{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;padding:8px 10px;border:0;border-bottom:1px solid #f1f5f9;background:#fff;text-align:left;cursor:pointer}.pack-line[data-v-df854352]:hover{background:#f8fafc}.pack-line.done[data-v-df854352]{background:#f0fdf4}.pack-line.over[data-v-df854352]{background:#fff7ed}.pack-line__text[data-v-df854352]{display:flex;flex-direction:column;min-width:0}.pack-line__sku[data-v-df854352]{font-weight:600}.pack-line__name[data-v-df854352]{color:#475569;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pack-line__carton[data-v-df854352]{align-self:flex-start;margin-top:2px}.pack-line__qty[data-v-df854352]{display:flex;flex-direction:column;align-items:flex-end}.pack-line__qty b[data-v-df854352]{font-size:20px;color:#16a34a}.pack-line.over .pack-line__qty b[data-v-df854352]{color:#d97706}.pack-line__qty small[data-v-df854352]{color:#64748b}.pack-quick[data-v-df854352]{display:flex;gap:8px;align-items:center}.pack-current[data-v-df854352]{white-space:nowrap;padding:4px 10px;border-radius:6px;background:#f1f5f9}.pack-boxes[data-v-df854352]{flex:1;overflow:auto;margin-top:10px;border:1px solid #e2e8f0;border-radius:8px;padding:8px}.pack-box[data-v-df854352]{border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;margin-bottom:8px;cursor:pointer}.pack-box.active[data-v-df854352]{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.pack-box__head[data-v-df854352]{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pack-box__no[data-v-df854352]{font-weight:700}.pack-box__sum[data-v-df854352]{color:#475569}.pack-box__dims[data-v-df854352]{display:flex;gap:10px;margin-left:auto}.pack-box__dims label[data-v-df854352]{display:flex;align-items:center;gap:4px;font-size:12px;color:#475569}.pack-dim[data-v-df854352]{width:86px}.pack-box__ops[data-v-df854352]{display:flex;gap:10px;font-size:12px}.pack-box__ops .danger[data-v-df854352]{color:#ef4444}.pack-box__items[data-v-df854352]{width:100%;margin-top:6px;font-size:13px}.pack-box__items td[data-v-df854352]{padding:3px 4px;border-top:1px solid #f1f5f9}.pack-box__items .sku[data-v-df854352]{width:180px;font-weight:600}.pack-box__items .qty[data-v-df854352]{width:110px;text-align:right}.pack-empty[data-v-df854352]{color:#94a3b8;text-align:center;padding:24px 0}.pack-empty.small[data-v-df854352]{padding:6px 0;font-size:12px}.pack-issues[data-v-df854352]{margin-top:12px;padding:10px 14px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;color:#9a3412}.pack-issues ul[data-v-df854352]{margin:4px 0 0;padding-left:18px}.inbound-page[data-v-446d9dbf]{display:flex;flex-direction:column;min-height:0;padding:22px 22px 16px;border:1px solid #edf0f5;border-radius:14px;background:#fff;color:#253047}.inbound-head[data-v-446d9dbf]{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:4px}.inbound-head h2[data-v-446d9dbf]{margin:0 0 6px;font-size:22px;font-weight:650}.inbound-head p[data-v-446d9dbf]{margin:0;color:#64748b;font-size:13px}.inbound-head__actions[data-v-446d9dbf]{display:flex;flex:none;gap:8px}.inbound-tabs[data-v-446d9dbf] .ant-tabs-nav{margin-bottom:12px}.tab-label[data-v-446d9dbf]{display:inline-flex;align-items:center;gap:6px}.tab-count[data-v-446d9dbf]{min-width:20px;padding:0 6px;border-radius:10px;background:#e8f3ff;color:#1d7fe0;font-size:12px;line-height:18px;text-align:center;font-variant-numeric:tabular-nums}.tab-count.zero[data-v-446d9dbf]{background:#f1f5f9;color:#94a3b8}.inbound-filter[data-v-446d9dbf]{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:14px}.filter-keyword[data-v-446d9dbf]{width:300px}.filter-date[data-v-446d9dbf]{display:inline-flex;align-items:center;gap:6px;color:#64748b;font-size:13px;white-space:nowrap}.filter-date[data-v-446d9dbf] .ant-input{width:150px}.filter-sep[data-v-446d9dbf]{color:#94a3b8}.inbound-failed[data-v-446d9dbf]{margin:0 0 10px;color:#dc2626}.doc-link[data-v-446d9dbf]{font-weight:600;font-variant-numeric:tabular-nums}.voided[data-v-446d9dbf]{text-decoration:line-through;color:#94a3b8}.cell-main[data-v-446d9dbf]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-sub[data-v-446d9dbf]{color:#64748b;font-size:12px}.cell-more[data-v-446d9dbf]{margin-left:6px;color:#94a3b8}.mono[data-v-446d9dbf]{font-family:SFMono-Regular,Menlo,Consolas,monospace}.num[data-v-446d9dbf]{font-variant-numeric:tabular-nums}.row-actions[data-v-446d9dbf]{display:flex;flex-wrap:wrap;align-items:center;gap:0 2px}.row-actions[data-v-446d9dbf] .ant-btn-link{padding:0 6px}.modal-no[data-v-446d9dbf]{margin:0 0 6px;font-weight:600;font-variant-numeric:tabular-nums}.modal-hint[data-v-446d9dbf]{margin:0 0 14px;color:#475569;line-height:1.7}.modal-label[data-v-446d9dbf]{margin-bottom:6px;color:#475569;font-size:13px}.label-count[data-v-446d9dbf]{width:200px}@media(max-width:720px){.inbound-page[data-v-446d9dbf]{padding:14px}.inbound-head[data-v-446d9dbf]{flex-direction:column}.filter-keyword[data-v-446d9dbf]{width:100%}.filter-date[data-v-446d9dbf]{flex-wrap:wrap}}.carton-heading[data-v-0735b327]{display:flex;align-items:baseline;gap:8px;margin:4px 0 8px}.carton-title[data-v-0735b327]{font-weight:600}.carton-hint[data-v-0735b327]{color:#64748b;font-size:12px}.carton-grid[data-v-0735b327]{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0 16px}.measured-note[data-v-0735b327]{margin:0 0 8px;color:#0f766e;font-size:12px}.barcode-list[data-v-0735b327]{display:flex;flex-direction:column;gap:6px}.barcode-row[data-v-0735b327]{display:flex;align-items:center;gap:8px}.barcode-add[data-v-0735b327]{display:flex;gap:8px}.required-label[data-v-0735b327]{color:#ff4d4f;font-size:12px}.spu-picker[data-v-0735b327]{display:flex;gap:8px}.spu-picker[data-v-0735b327] .ant-select{flex:1;min-width:0}.dialog-heading[data-v-0735b327]{display:flex;align-items:center;gap:12px;padding:0 0 14px}.heading-icon[data-v-0735b327]{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#2687e8;background:#eaf4ff}.heading-icon svg[data-v-0735b327]{width:25px;height:25px}.product-context[data-v-0735b327]{margin-top:2px;font-size:12px;line-height:18px;color:#64748b;font-weight:400;overflow-wrap:anywhere}.product-form[data-v-0735b327]{padding:2px 4px 0 0}.product-form[data-v-0735b327] .ant-form-item{margin-bottom:14px}.product-form[data-v-0735b327] .ant-form-item-label{padding-bottom:6px}.product-form[data-v-0735b327] .ant-input,.product-form[data-v-0735b327] .ant-input-number,.product-form[data-v-0735b327] .ant-select-selector{border-radius:7px}.product-form[data-v-0735b327] .ant-input:not(textarea),.product-form[data-v-0735b327] .ant-select-single,.product-form[data-v-0735b327] .ant-input-number-input{min-height:36px}.product-form[data-v-0735b327] .ant-select-single .ant-select-selector{height:36px;align-items:center}.identity-layout[data-v-0735b327]{display:grid;grid-template-columns:224px minmax(0,1fr);align-items:start;gap:24px}.identity-section[data-v-0735b327],.product-grid[data-v-0735b327]>*,.dimensions-grid[data-v-0735b327]>*{min-width:0}.section-title[data-v-0735b327]{display:flex;align-items:center;gap:8px;margin:0 0 16px;font-size:14px;font-weight:600}.section-title[data-v-0735b327]:before{content:"";width:3px;height:14px;border-radius:3px;background:#3b9eff}.product-grid[data-v-0735b327]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.wide[data-v-0735b327]{grid-column:1 / -1}.media-panel[data-v-0735b327]{order:-1;padding:16px;border:1px solid #e8edf3;border-radius:12px;background:#f8fafc}.media-heading[data-v-0735b327]{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}.media-heading h3[data-v-0735b327]{margin:0;font-size:13px;font-weight:600}.optional-label[data-v-0735b327]{color:#64748b;font-size:11px}.upload-button[data-v-0735b327]{display:flex;width:100%;min-height:144px;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px dashed #b9cfe5;border-radius:9px;background:#fff;color:#2479cb;font-size:13px;cursor:pointer;transition:border-color .2s,background .2s}.upload-button[data-v-0735b327]:hover,.upload-button[data-v-0735b327]:focus-visible{border-color:#3b9eff;background:#f0f7ff}.upload-button[data-v-0735b327]:focus-visible{outline:2px solid #3b9eff;outline-offset:3px}.upload-button[data-v-0735b327]:disabled{cursor:not-allowed;opacity:.55}.upload-icon[data-v-0735b327]{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#edf5ff}.upload-icon svg[data-v-0735b327]{width:28px;height:28px}.upload-button.compact[data-v-0735b327]{min-height:56px;flex-direction:row;gap:8px}.compact .upload-icon[data-v-0735b327]{width:28px;height:28px}.compact .upload-icon svg[data-v-0735b327]{width:20px;height:20px}.image-hint[data-v-0735b327]{margin:12px 0 0;font-size:11px;line-height:1.7;color:#64748b}.image-list[data-v-0735b327]{display:grid;gap:8px;margin-bottom:10px}.image-card[data-v-0735b327]{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px;border:1px solid #e8edf3;border-radius:8px;background:#fff}.selected-files[data-v-0735b327]{display:grid;gap:4px;margin-top:10px}.file-name[data-v-0735b327]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#475569}.package-section[data-v-0735b327]{margin-top:4px;padding-top:18px;border-top:1px solid #eef1f5}.dimensions-grid[data-v-0735b327]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.battery-option[data-v-0735b327]{display:flex;align-items:center;min-height:36px;margin-top:29px;margin-bottom:14px;padding:0 12px;border-radius:7px;background:#f8fafc}.battery-option.portal-battery[data-v-0735b327]{margin-top:0}.additional-section[data-v-0735b327]{border-top:1px solid #eef1f5}.additional-section[data-v-0735b327] .ant-collapse-header{padding:10px 0!important;font-size:13px}.additional-section[data-v-0735b327] .ant-collapse-content-box{padding:4px 0 0!important}.form-note[data-v-0735b327]{display:flex;align-items:flex-start;gap:8px;margin:4px 0 0;padding:10px 12px;border-radius:8px;background:#f0f7ff;color:#53718d;font-size:12px;line-height:1.65}.note-icon[data-v-0735b327]{display:inline-flex;flex:0 0 14px;align-items:center;justify-content:center;height:14px;margin-top:3px;border:1px solid currentColor;border-radius:50%;font-size:10px;font-family:serif;font-weight:600}@media(max-width:720px){.identity-layout[data-v-0735b327]{grid-template-columns:minmax(0,1fr);gap:4px}.media-panel[data-v-0735b327]{margin-bottom:18px}.upload-button[data-v-0735b327]{min-height:84px;flex-direction:row}.image-list[data-v-0735b327]{grid-template-columns:repeat(2,minmax(0,1fr))}.dimensions-grid[data-v-0735b327]{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}}@media(max-width:440px){.product-grid[data-v-0735b327]{grid-template-columns:minmax(0,1fr)}.battery-option[data-v-0735b327]{margin-top:0}.image-list[data-v-0735b327]{grid-template-columns:minmax(0,1fr)}}.spu-group[data-v-dd36d7a6]{position:sticky;left:0;display:flex;align-items:center;gap:8px;width:max-content;max-width:calc(100vw - 120px)}.spu-group__toggle[data-v-dd36d7a6]{width:22px;height:22px;font-size:14px;border:0;background:transparent;color:#475569;cursor:pointer;transition:transform .12s ease}.spu-group__toggle.folded[data-v-dd36d7a6]{transform:rotate(-90deg)}.spu-group__toggle[data-v-dd36d7a6]:disabled{cursor:default;opacity:.35}.spu-group__name[data-v-dd36d7a6]{font-weight:600;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spu-group__name--none[data-v-dd36d7a6]{color:#64748b}.spu-group__actions[data-v-dd36d7a6]{display:inline-flex;gap:12px;margin-left:12px}.spu-group__actions .danger[data-v-dd36d7a6]{color:#ff4d4f}[data-v-dd36d7a6] .spu-group-row>td{background:#f1f5fb!important}.label-preview[data-v-dd36d7a6]{width:250px;height:150px;margin:8px auto;padding:8px 10px 4px;border:1px dashed #bfbfbf;border-radius:4px;display:flex;flex-direction:column;align-items:center;background:#fff;color:#000}.label-preview-name[data-v-dd36d7a6]{width:100%;font-weight:600;font-size:13px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-preview-bars[data-v-dd36d7a6]{flex:1;display:flex;align-items:center;min-height:0}.label-preview-bars[data-v-dd36d7a6] svg{max-width:230px;height:90px}.label-preview-sku[data-v-dd36d7a6]{font-size:11px}.products-page[data-v-dd36d7a6]{display:flex;flex-direction:column;gap:12px;height:100%;min-height:0}.toolbar[data-v-dd36d7a6]{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hint[data-v-dd36d7a6]{color:#64748b;font-size:12px}.name[data-v-dd36d7a6]{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-data[data-v-dd36d7a6]{display:grid;grid-template-columns:150px 1fr;gap:10px;margin-top:16px}.detail-data dt[data-v-dd36d7a6]{color:#64748b}.detail-data dd[data-v-dd36d7a6]{overflow-wrap:anywhere}.detail-images[data-v-dd36d7a6]{display:flex;gap:12px}.inventory-analytics[data-v-55ce1e0c]{color:#253047}.analytics-filter[data-v-55ce1e0c]{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.analytics-filter>.ant-select[data-v-55ce1e0c]{min-width:200px}.analytics-filter>.analytics-sku[data-v-55ce1e0c]{min-width:320px}.analytics-filter>.ant-input-affix-wrapper[data-v-55ce1e0c]{max-width:300px}.analytics-filter>input[type=date][data-v-55ce1e0c]{flex:0 0 150px;width:150px}.analytics-notice[data-v-55ce1e0c]{flex:1 0 100%}.analytics-summary[data-v-55ce1e0c]{display:flex;flex-wrap:wrap;gap:12px;align-items:stretch;margin-bottom:12px}.summary-card[data-v-55ce1e0c]{padding:12px 16px;background:#f7f9fc;border:1px solid #edf1f7;border-radius:12px}.summary-card span[data-v-55ce1e0c]{display:block;font-size:12px;color:#7c8ca3;white-space:nowrap}.summary-card strong[data-v-55ce1e0c]{display:block;font-size:22px;font-variant-numeric:tabular-nums}.summary-buckets[data-v-55ce1e0c]{display:flex;flex-wrap:wrap;gap:22px}.summary-scope[data-v-55ce1e0c]{display:flex;gap:6px;align-items:center;font-size:12px;color:#8190a5}.analytics-alert[data-v-55ce1e0c]{margin-bottom:12px}.analytics-toolbar[data-v-55ce1e0c]{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-bottom:12px}.analytics-toolbar>span[data-v-55ce1e0c]{font-size:12px;color:#8190a5}.analytics-caption[data-v-55ce1e0c]{margin:0 0 8px;font-size:13px;font-weight:600}.analytics-days[data-v-55ce1e0c]{margin-bottom:16px}.cell-sub[data-v-55ce1e0c]{margin-top:2px;font-size:12px;color:#8b97a7}.cell-code[data-v-55ce1e0c]{font-weight:600}.cell-name[data-v-55ce1e0c]{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-note[data-v-55ce1e0c]{font-size:12px;color:#b45309}.cell-reason[data-v-55ce1e0c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-hash[data-v-55ce1e0c]{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.age-warning[data-v-55ce1e0c]{font-weight:600;color:#d58b16}.age-danger[data-v-55ce1e0c]{font-weight:600;color:#cf1322}.qty-negative[data-v-55ce1e0c]{color:#cf1322}.qty-zero[data-v-55ce1e0c]{color:#b8c2d0}.analytics-note[data-v-55ce1e0c]{margin:12px 0 0;font-size:12px;color:#8190a5}.layers-head[data-v-55ce1e0c]{display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.layers-head span[data-v-55ce1e0c]{font-size:12px;color:#8190a5}.layers-total[data-v-55ce1e0c]{margin-top:10px;font-weight:600;text-align:right}.layers-body[data-v-55ce1e0c] .layer-focus>td{background:#fff7e6!important}.rebuild-form[data-v-55ce1e0c]{margin-top:16px}.rebuild-dates[data-v-55ce1e0c]{display:flex;flex-wrap:wrap;gap:0 12px}.rebuild-dates[data-v-55ce1e0c]>*{flex:1 1 180px}@media(max-width:700px){.analytics-toolbar[data-v-55ce1e0c]{flex-direction:column;align-items:flex-start}.analytics-filter[data-v-55ce1e0c]>*{width:100%;max-width:none!important}.analytics-filter>input[type=date][data-v-55ce1e0c]{flex:1 1 140px}}.capacity[data-v-bd829a81]{display:flex;flex-direction:column;gap:14px}.capacity-toolbar[data-v-bd829a81]{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.capacity-hint[data-v-bd829a81],.capacity-note[data-v-bd829a81],.capacity-sub[data-v-bd829a81]{color:#64748b;font-size:12px}.capacity-failed[data-v-bd829a81]{color:#dc2626}.capacity-cards[data-v-bd829a81]{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.capacity-card[data-v-bd829a81]{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.capacity-card span[data-v-bd829a81]{color:#64748b;font-size:12px}.capacity-card strong[data-v-bd829a81]{font-size:22px;font-variant-numeric:tabular-nums}.capacity-card small[data-v-bd829a81]{font-size:13px;font-weight:500}.capacity-card.primary[data-v-bd829a81]{border-color:#93c5fd;background:#eff6ff}.capacity-card.warn strong[data-v-bd829a81]{color:#d97706}.capacity-section h4[data-v-bd829a81]{margin:0 0 8px;font-size:14px;font-weight:600}.capacity-section h4 small[data-v-bd829a81]{margin-left:8px;color:#64748b;font-weight:400}.capacity-empty[data-v-bd829a81]{padding:16px 0;color:#94a3b8}.capacity-chart[data-v-bd829a81]{display:flex;align-items:flex-end;gap:3px;height:150px;padding:8px 8px 0;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.capacity-bar[data-v-bd829a81]{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;min-width:0}.capacity-bar i[data-v-bd829a81]{display:block;width:100%;max-width:28px;border-radius:3px 3px 0 0;background:#3b82f6}.capacity-bar:hover i[data-v-bd829a81]{background:#1d4ed8}.capacity-bar span[data-v-bd829a81]{margin:2px 0;color:#94a3b8;font-size:10px;white-space:nowrap}.capacity-strong[data-v-bd829a81]{font-weight:600}.capacity-share[data-v-bd829a81]{position:relative;display:flex;align-items:center;gap:8px}.capacity-share i[data-v-bd829a81]{display:block;height:8px;max-width:110px;border-radius:4px;background:#60a5fa}.capacity-share span[data-v-bd829a81]{font-size:12px;font-variant-numeric:tabular-nums}.stock-thumb[data-v-fedbde75]{width:40px;height:40px;object-fit:contain;float:left;margin-right:10px;border-radius:6px;background:#f3f6fa}.empty[data-v-fedbde75]{display:flex;align-items:center;justify-content:center;color:#c3ccd9}.inventory-workspace[data-v-8514e2aa]{padding:22px;background:#fff;border:1px solid #edf0f5;border-radius:14px;min-height:600px;color:#253047}.inventory-heading[data-v-8514e2aa]{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.eyebrow[data-v-8514e2aa]{font-size:12px;color:#7c8ca3;letter-spacing:1px}.inventory-heading h2[data-v-8514e2aa]{font-size:24px;font-weight:650;margin:4px 0 8px}.inventory-heading p[data-v-8514e2aa],.inventory-note[data-v-8514e2aa]{color:#8190a5;font-size:12px;margin:0}.inventory-filter[data-v-8514e2aa]{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.inventory-filter>.ant-select[data-v-8514e2aa]{min-width:180px}.inventory-filter>.ant-input-affix-wrapper[data-v-8514e2aa]{max-width:300px}.inventory-metrics[data-v-8514e2aa]{display:flex;gap:12px;flex-wrap:wrap}.metric-group[data-v-8514e2aa]{display:flex;gap:32px;background:#f7f9fc;border:1px solid #edf1f7;border-radius:12px;padding:16px;align-items:center}.metric-group span[data-v-8514e2aa]{display:block;color:#7c8ca3;font-size:12px}.metric-group strong[data-v-8514e2aa]{display:block;font-size:25px;font-variant-numeric:tabular-nums}.positive[data-v-8514e2aa]{color:#1677ff}.warning[data-v-8514e2aa]{color:#d58b16}.inventory-toolbar[data-v-8514e2aa]{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 0 12px}.inventory-toolbar>span[data-v-8514e2aa]{color:#8190a5;font-size:12px}.product-name[data-v-8514e2aa]{color:#7a8596;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px;margin-top:4px}.inventory-note[data-v-8514e2aa]{margin-top:14px}.inventory-modal-body[data-v-8514e2aa]{max-height:55vh;overflow:auto;margin-top:16px}.inventory-edit-row[data-v-8514e2aa]{display:flex;gap:14px;align-items:center;flex-wrap:wrap;padding:16px 4px;border-bottom:1px solid #edf0f5}.inventory-edit-row>div[data-v-8514e2aa]:first-child{flex:1;min-width:150px}.inventory-edit-row .ant-form-item[data-v-8514e2aa]{margin-bottom:0}.inventory-edit-row small[data-v-8514e2aa]{color:#8b97a7}.inventory-modal-actions[data-v-8514e2aa]{position:sticky;bottom:0;border-top:1px solid #edf0f5;padding-top:18px;margin-top:18px;background:#fff;text-align:right}.document-reason[data-v-8514e2aa]{padding:12px 0;color:#64748b}@media(max-width:700px){.inventory-workspace[data-v-8514e2aa]{padding:14px}.inventory-heading[data-v-8514e2aa],.inventory-toolbar[data-v-8514e2aa]{align-items:flex-start;flex-direction:column}.inventory-filter[data-v-8514e2aa]>*{width:100%;max-width:none!important}.metric-group[data-v-8514e2aa]{gap:16px;width:100%;flex-wrap:wrap}.inventory-edit-row[data-v-8514e2aa]{gap:8px}.inventory-heading h2[data-v-8514e2aa]{font-size:21px}}
