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)}.about-body{max-width:1160px;margin:0 auto}.about--guest{min-height:100vh}.about--guest .about-body{padding:8px 24px 72px}.about-guest-actions{display:flex;align-items:center;gap:10px}.about-hero{display:flex;align-items:center;min-height:440px;padding:56px;border-radius:24px;background-color:#eef5fd;background-image:linear-gradient(90deg,#eef5fd,#eef5fdf2 40%,#eef5fd00 66%),var(--hero-img);background-position:right center;background-size:cover;overflow:hidden}.about-hero__text{max-width:480px}.about-hero__img{display:none}.about-hero__eyebrow{display:block;margin-bottom:14px;color:var(--brand-deep);font-size:13px;font-weight:600;letter-spacing:.06em}.about-hero h1{margin:0 0 14px;font-size:38px;font-weight:700;letter-spacing:-.02em;line-height:1.25}.about-hero p{margin:0;color:var(--ink-2);font-size:16px;line-height:1.8}.about-hero .about-actions{margin-top:28px}.about-stats{display:flex;gap:36px;margin:36px 0 0;padding-top:24px;border-top:1px solid rgba(15,23,42,.08)}.about-stats dt{margin-bottom:4px;color:var(--ink-3);font-size:12.5px}.about-stats dd{margin:0;color:var(--ink);font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:34px;font-variant-numeric:tabular-nums}.about-stats dd.is-text{font-size:18px;font-weight:600;letter-spacing:0}.about-stats small{margin-left:4px;color:var(--ink-2);font-size:13px;font-weight:500;letter-spacing:0}.about-section{margin-top:64px;scroll-margin-top:80px}.about-section__title{margin:0 0 20px;font-size:22px;font-weight:600;letter-spacing:-.01em}.about-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.about-service img{display:block;width:100%;aspect-ratio:4 / 3;margin-bottom:18px;border-radius:16px;object-fit:cover;background:#eef5fd}.about-service h3{margin:0 0 6px;font-size:17px;font-weight:600}.about-service p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.8}.about-panel{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);border:1px solid var(--line);border-radius:20px;background:var(--surface)}.about-panel__main,.about-panel__side{padding:32px}.about-panel__side{border-left:1px solid var(--line);background:#fafcff;border-radius:0 20px 20px 0}.about-panel .about-section__title{font-size:18px}.about-dl{margin:0}.about-dl>div{display:grid;grid-template-columns:88px 1fr;gap:16px;padding:10px 0;font-size:14px;line-height:1.6}.about-dl>div+div{border-top:1px solid var(--line)}.about-dl dt{color:var(--ink-3)}.about-dl dd{margin:0;font-weight:500}.about-dl--stack>div{grid-template-columns:72px 1fr}.about-dl a{color:var(--ink);text-decoration:none}.about-dl a:hover{color:var(--brand-deep)}.about-hint{margin:14px 0 0;color:var(--ink-3);font-size:12.5px}.about-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.about-btn{display:inline-flex;align-items:center;gap:6px;height:42px;padding:0 20px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface);color:var(--ink);font:inherit;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:border-color .12s ease,background .12s ease}.about-btn:hover{border-color:var(--brand);color:var(--brand-deep)}.about-btn svg{width:16px;height:16px}.about-btn--primary,.about-btn--primary:hover{border-color:var(--brand);background:var(--brand);color:#fff}.about-btn--primary:hover{border-color:var(--brand-deep);background:var(--brand-deep)}.about-notes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 40px;margin:0;padding:0;list-style:none;counter-reset:note}.about-notes li{position:relative;padding-left:36px;color:var(--ink-2);font-size:14px;line-height:1.8;counter-increment:note}.about-notes li:before{content:counter(note);position:absolute;top:1px;left:0;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--brand-tint);color:var(--brand-deep);font-size:12.5px;font-weight:700}.about-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:64px;padding:32px 40px;border-radius:20px;background:var(--brand-tint)}.about-cta h2{margin:0 0 6px;font-size:20px;font-weight:600}.about-cta p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.8}.about-cta .about-actions{flex:none;margin-top:0}@media(max-width:900px){.about-hero{flex-direction:column;align-items:stretch;min-height:0;padding:28px 20px 0;background-image:none}.about-hero__img{display:block;width:calc(100% + 40px);max-width:none;margin:28px -20px 0;aspect-ratio:16 / 10;object-fit:cover;object-position:70% center}.about-hero .about-actions{margin-top:22px}.about-stats{flex-wrap:wrap;margin-top:28px;padding-top:20px}.about-stats dd{font-size:24px;line-height:30px}.about-guest-actions .about-guest-quote{display:none}.about--guest .k-logo,.about--guest .ghost-btn{white-space:nowrap}.about-section{margin-top:44px}.about-dl>div,.about-dl--stack>div{grid-template-columns:72px 1fr;gap:12px}.about-dl dd{word-break:break-word}.about-cta .about-actions{width:100%}.about-cta .about-btn{flex:1;justify-content:center}.about-hero h1{font-size:24px}.about-hero p{font-size:15px}.about-stats{gap:16px 28px}.about-services,.about-panel,.about-notes{grid-template-columns:minmax(0,1fr)}.about-panel__side{border-top:1px solid var(--line);border-left:0;border-radius:0 0 20px 20px}.about-panel__main,.about-panel__side{padding:24px}.about-cta{flex-direction:column;align-items:flex-start;padding:28px 24px}.about--guest .guest-bar{padding:0 16px}.about--guest .about-body{padding:8px 16px 48px}}.auth-card--wide{width:min(100%,640px)}.auth-card__head-row{display:flex;align-items:flex-start;justify-content:space-between}.auth-card__head-links{display:flex;gap:8px}.quote-link{display:inline-flex;align-items:center;flex:none;height:34px;padding:0 14px;border:1px solid var(--line-strong);border-radius:999px;color:var(--brand-deep);font-size:13px;font-weight:500;text-decoration:none;transition:border-color .12s ease,background .12s ease}.quote-link:hover{border-color:var(--brand);background:var(--brand-tint)}.quote-link--solid{border-color:var(--brand);background:var(--brand);color:#fff}.quote-link--solid:hover{border-color:var(--brand-deep);background:var(--brand-deep)}.auth-card__foot--split{justify-content:space-between;gap:16px}.quote-pending{display:grid;justify-items:center;padding:28px 16px;text-align:center}.quote-pending__icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:16px;border-radius:14px;background:var(--brand-tint);color:var(--brand-deep)}.quote-pending__icon svg{width:26px;height:26px}.quote-pending h2{margin:0 0 8px;font-size:17px;font-weight:600}.quote-pending p{max-width:520px;margin:0;color:var(--ink-2);font-size:14px;line-height:1.8}.quote-pending dl{display:flex;gap:32px;margin:20px 0 0;font-size:14px}.quote-pending dl>div{display:flex;gap:8px}.quote-pending dt{color:var(--ink-3)}.quote-pending dd{margin:0}.quote-pending a{color:var(--brand-deep);text-decoration:none}@media(max-width:720px){.guest-bar,.guest-foot{padding-left:20px;padding-right:20px}.auth-card{padding:32px 24px 24px;border-radius:16px}}.about-panel--single{display:block;padding: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-e648c640]{display:grid;flex:none;place-items:center}.lazy-image__empty[data-v-e648c640]{color:#cbd5e1}.photos-title[data-v-8bc65b6c]{margin:16px 0 8px;font-size:13px;font-weight:600}.unplanned-tag[data-v-8bc65b6c]{margin-left:6px}.track-link[data-v-8bc65b6c]{text-decoration:underline dotted;text-underline-offset:3px}.box-line[data-v-8bc65b6c]{display:flex;align-items:center;gap:8px;padding:2px 0}.box-line__code[data-v-8bc65b6c]{font-weight:600}.box-line__name[data-v-8bc65b6c]{min-width:0;overflow:hidden;color:#475569;text-overflow:ellipsis;white-space:nowrap}.box-line__qty[data-v-8bc65b6c]{margin-left:auto;font-weight:600;font-variant-numeric:tabular-nums}.eta-ok[data-v-8bc65b6c]{color:#16a34a;font-weight:600}.eta-overdue[data-v-8bc65b6c]{color:#dc2626;font-weight:600}.detail-heading[data-v-8bc65b6c]{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding-bottom:8px;font-variant-numeric:tabular-nums}.detail-placeholder[data-v-8bc65b6c]{min-height:240px}.detail-alert[data-v-8bc65b6c]{margin-bottom:14px}.pre[data-v-8bc65b6c]{white-space:pre-wrap;overflow-wrap:anywhere}.detail-spin[data-v-8bc65b6c],.detail-spin[data-v-8bc65b6c] .ant-spin-container{display:flex;flex:1;flex-direction:column;height:100%;min-height:0}.detail-section[data-v-8bc65b6c]{margin-bottom:10px}.detail-tabs-box[data-v-8bc65b6c]{flex:1;min-height:0}.detail-tabs[data-v-8bc65b6c]{display:flex;flex-direction:column;height:100%}.detail-tabs[data-v-8bc65b6c] .ant-tabs-nav{flex:none;margin-bottom:8px}.detail-tabs[data-v-8bc65b6c] .ant-tabs-content-holder{flex:1;min-height:0;overflow:auto}.section-title[data-v-8bc65b6c]{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:14px;font-weight:600}.section-title[data-v-8bc65b6c]:before{content:"";width:3px;height:14px;border-radius:3px;background:#3b9eff}.detail-steps[data-v-8bc65b6c]{margin-bottom:12px}.info-grid[data-v-8bc65b6c]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px 20px;margin:0;padding:10px 14px;border:1px solid #edf1f7;border-radius:10px;background:#fbfcfe}.info-cell[data-v-8bc65b6c]{min-width:0}.info-cell.wide[data-v-8bc65b6c]{grid-column:span 2}.info-cell[data-v-8bc65b6c]{display:flex;gap:10px;align-items:baseline}.info-cell dt[data-v-8bc65b6c]{flex:none;color:#64748b;font-size:12px}.info-cell dd[data-v-8bc65b6c]{min-width:0;margin:0;overflow:hidden;color:#0f172a;text-overflow:ellipsis}.totals[data-v-8bc65b6c]{display:flex;flex-wrap:wrap;gap:6px}.totals .total-card[data-v-8bc65b6c]{width:170px}.total-card[data-v-8bc65b6c]{display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:4px 10px;border:1px solid #edf1f7;border-radius:10px;background:#f8fafc}.total-card span[data-v-8bc65b6c]{display:inline;color:#64748b;font-size:12px;white-space:nowrap}.total-card strong[data-v-8bc65b6c]{display:inline;font-size:16px;font-weight:650;font-variant-numeric:tabular-nums}.total-card.good strong[data-v-8bc65b6c]{color:#15803d}.total-card.strong strong[data-v-8bc65b6c]{color:#1d7fe0}.total-card.warn[data-v-8bc65b6c]{border-color:#fde5b8;background:#fffaf0}.total-card.warn strong[data-v-8bc65b6c]{color:#b45309}.total-card.danger[data-v-8bc65b6c]{border-color:#fecaca;background:#fef2f2}.total-card.danger strong[data-v-8bc65b6c]{color:#dc2626}.cell-code[data-v-8bc65b6c]{font-weight:600;overflow-wrap:anywhere}.cell-tag[data-v-8bc65b6c]{margin-top:4px}.cell-name[data-v-8bc65b6c]{overflow-wrap:anywhere}.cell-sub[data-v-8bc65b6c]{color:#64748b;font-size:12px}.qty[data-v-8bc65b6c]{font-variant-numeric:tabular-nums}.qty.warn[data-v-8bc65b6c]{color:#b45309;font-weight:600}.qty.danger[data-v-8bc65b6c]{color:#dc2626;font-weight:600}.receipt[data-v-8bc65b6c]{padding:12px 0 16px}.receipt+.receipt[data-v-8bc65b6c]{border-top:1px solid #eef1f5}.receipt-head[data-v-8bc65b6c]{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 14px;margin-bottom:8px;color:#475569;font-size:13px}.receipt-head strong[data-v-8bc65b6c]{color:#0f172a;font-size:14px}.receipt-total[data-v-8bc65b6c]{margin-left:auto;font-variant-numeric:tabular-nums}.receipt-note[data-v-8bc65b6c]{margin:0 0 8px;padding:8px 10px;border-radius:8px;background:#f8fafc;color:#475569;font-size:13px}.photo-hint[data-v-8bc65b6c]{margin:0 0 10px;color:#64748b;font-size:12px}.photo-grid[data-v-8bc65b6c]{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:14px}.photo-tile[data-v-8bc65b6c]{margin:0}.photo-tile figcaption[data-v-8bc65b6c]{display:flex;flex-direction:column;gap:2px;margin-top:6px;font-size:12px;color:#475569}.photo-kind[data-v-8bc65b6c]{align-self:flex-start}.detail-footer[data-v-8bc65b6c]{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}@media(max-width:860px){.info-grid[data-v-8bc65b6c]{grid-template-columns:repeat(2,minmax(0,1fr))}.totals[data-v-8bc65b6c]{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:520px){.info-grid[data-v-8bc65b6c]{grid-template-columns:minmax(0,1fr)}.info-cell.wide[data-v-8bc65b6c]{grid-column:auto}.totals[data-v-8bc65b6c]{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-95a9f473]{width:100%}.sku-empty[data-v-95a9f473]{padding:8px 4px;color:#64748b;text-align:center}.sku-option[data-v-95a9f473]{display:flex;align-items:center;gap:10px;min-width:0;line-height:1.4}.sku-option__text[data-v-95a9f473]{min-width:0}.sku-option__code[data-v-95a9f473]{font-weight:600;color:#0f172a}.sku-option__name[data-v-95a9f473]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#475569}.flow-steps[data-v-1c199b71]{margin:-4px 0 14px}.dialog-heading[data-v-2284cc85]{display:flex;align-items:center;gap:12px;padding-bottom:12px}.heading-icon[data-v-2284cc85]{display:grid;place-items:center;flex:none;width:40px;height:40px;border-radius:12px;color:#2687e8;background:#eaf4ff}.heading-icon svg[data-v-2284cc85]{width:24px;height:24px}.heading-sub[data-v-2284cc85]{display:flex;align-items:center;gap:8px;margin-top:2px;color:#64748b;font-size:12px;font-weight:400}.conflict-alert[data-v-2284cc85]{margin-bottom:16px}.inbound-form[data-v-2284cc85] .ant-form-item{margin-bottom:14px}.inbound-form[data-v-2284cc85] .ant-form-item-label{padding-bottom:6px}.form-section+.form-section[data-v-2284cc85]{margin-top:6px;padding-top:18px;border-top:1px solid #eef1f5}.section-title[data-v-2284cc85]{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:14px;font-weight:600}.section-title[data-v-2284cc85]:before{content:"";width:3px;height:14px;border-radius:3px;background:#3b9eff}.header-grid[data-v-2284cc85]{display:grid;grid-template-columns:180px 170px repeat(2,minmax(0,1fr));gap:0 20px}.form-spin[data-v-2284cc85]{height:100%}.form-spin[data-v-2284cc85] .ant-spin-container{display:flex;flex-direction:column;height:100%}.inbound-form[data-v-2284cc85]{display:flex;flex:1;flex-direction:column;min-height:0;overflow-y:auto}.lines-section[data-v-2284cc85]{display:flex;flex:1 0 260px;flex-direction:column;min-height:0}.line-wrap--fill[data-v-2284cc85]{flex:1;min-height:0;overflow:auto}.sku-cell[data-v-2284cc85]{display:flex;align-items:center;gap:8px}.sku-cell[data-v-2284cc85] .sku-picker{flex:1;min-width:0}.footer-summary[data-v-2284cc85]{margin-right:auto;align-self:center;color:#475569;font-size:13px}.count-grid[data-v-2284cc85]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 12px;min-width:0}.full[data-v-2284cc85]{width:100%}.lines-head[data-v-2284cc85]{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px;margin-bottom:12px}.lines-head .section-title[data-v-2284cc85]{margin:0}.lines-summary[data-v-2284cc85]{color:#64748b;font-size:13px}.lines-actions[data-v-2284cc85]{margin-left:auto}.locked-alert[data-v-2284cc85]{margin-bottom:12px}.line-wrap[data-v-2284cc85]{overflow-x:auto;border:1px solid #e8edf3;border-radius:10px}.line-table[data-v-2284cc85]{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;table-layout:fixed}.line-table th[data-v-2284cc85]{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-2284cc85]{padding:10px 12px;border-bottom:1px solid #f1f5f9;vertical-align:top}.line-table tbody tr:last-child td[data-v-2284cc85]{border-bottom:none}.c-no[data-v-2284cc85]{width:52px;color:#94a3b8;text-align:center!important}td.c-no[data-v-2284cc85]{padding-top:16px!important}.c-qty[data-v-2284cc85]{width:150px}.c-note[data-v-2284cc85]{width:180px}.c-op[data-v-2284cc85]{width:76px;text-align:center!important}td.c-op[data-v-2284cc85]{padding-top:14px!important}.line-code[data-v-2284cc85]{font-weight:600}.line-meta[data-v-2284cc85]{color:#64748b;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.line-qty[data-v-2284cc85]{font-variant-numeric:tabular-nums;font-weight:600}.line-empty[data-v-2284cc85]{padding:28px 12px!important;color:#94a3b8;text-align:center}.form-footer[data-v-2284cc85]{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}@media(max-width:720px){.header-grid[data-v-2284cc85]{grid-template-columns:minmax(0,1fr)}}.pack-stats[data-v-0ae93fbf]{display:flex;gap:28px;font-size:14px;margin-bottom:6px}.pack-stats b[data-v-0ae93fbf]{font-size:18px;margin-left:4px}.pack-stats .ok[data-v-0ae93fbf]{color:#16a34a}.pack-stats .warn[data-v-0ae93fbf]{color:#d97706}.pack-body[data-v-0ae93fbf]{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-0ae93fbf],.pack-right[data-v-0ae93fbf]{display:flex;flex-direction:column;min-height:0}.pack-left__head[data-v-0ae93fbf]{display:flex;gap:8px;align-items:center}.pack-title[data-v-0ae93fbf]{font-weight:600;white-space:nowrap}.pack-hint[data-v-0ae93fbf]{margin:6px 0;color:#64748b;font-size:12px}.pack-lines[data-v-0ae93fbf]{flex:1;overflow:auto;border:1px solid #e2e8f0;border-radius:8px}.pack-line[data-v-0ae93fbf]{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-0ae93fbf]:hover{background:#f8fafc}.pack-line.done[data-v-0ae93fbf]{background:#f0fdf4}.pack-line.over[data-v-0ae93fbf]{background:#fff7ed}.pack-line__text[data-v-0ae93fbf]{display:flex;flex-direction:column;min-width:0}.pack-line__sku[data-v-0ae93fbf]{font-weight:600}.pack-line__name[data-v-0ae93fbf]{color:#475569;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pack-line__carton[data-v-0ae93fbf]{align-self:flex-start;margin-top:2px}.pack-line__qty[data-v-0ae93fbf]{display:flex;flex-direction:column;align-items:flex-end}.pack-line__qty b[data-v-0ae93fbf]{font-size:20px;color:#16a34a}.pack-line.over .pack-line__qty b[data-v-0ae93fbf]{color:#d97706}.pack-line__qty small[data-v-0ae93fbf]{color:#64748b}.pack-quick[data-v-0ae93fbf]{display:flex;gap:8px;align-items:center}.pack-current[data-v-0ae93fbf]{white-space:nowrap;padding:4px 10px;border-radius:6px;background:#f1f5f9}.pack-boxes[data-v-0ae93fbf]{flex:1;overflow:auto;margin-top:10px;border:1px solid #e2e8f0;border-radius:8px;padding:8px}.pack-box[data-v-0ae93fbf]{border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;margin-bottom:8px;cursor:pointer}.pack-box.active[data-v-0ae93fbf]{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.pack-box__head[data-v-0ae93fbf]{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pack-box__no[data-v-0ae93fbf]{font-weight:700}.pack-box__sum[data-v-0ae93fbf]{color:#475569}.pack-box__dims[data-v-0ae93fbf]{display:flex;gap:10px;margin-left:auto}.pack-box__dims label[data-v-0ae93fbf]{display:flex;align-items:center;gap:4px;font-size:12px;color:#475569}.pack-dim[data-v-0ae93fbf]{width:86px}.pack-box__ops[data-v-0ae93fbf]{display:flex;gap:10px;font-size:12px}.pack-box__ops .danger[data-v-0ae93fbf]{color:#ef4444}.pack-box__items[data-v-0ae93fbf]{width:100%;margin-top:6px;font-size:13px}.pack-box__items td[data-v-0ae93fbf]{padding:3px 4px;border-top:1px solid #f1f5f9}.pack-box__items .sku[data-v-0ae93fbf]{width:180px;font-weight:600}.pack-box__items .qty[data-v-0ae93fbf]{width:110px;text-align:right}.pack-empty[data-v-0ae93fbf]{color:#94a3b8;text-align:center;padding:24px 0}.pack-empty.small[data-v-0ae93fbf]{padding:6px 0;font-size:12px}.pack-issues[data-v-0ae93fbf]{margin-top:12px;padding:10px 14px;border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;color:#9a3412}.pack-issues ul[data-v-0ae93fbf]{margin:4px 0 0;padding-left:18px}.removal-loading[data-v-54d8cda3]{padding:48px 0;color:#94a3b8;text-align:center}.removal-card[data-v-54d8cda3]{flex:none;margin-bottom:14px;padding:14px 16px;border:1px solid #e8edf3;border-radius:12px;background:#fbfcfe}.removal-grid[data-v-54d8cda3]{display:grid;grid-template-columns:220px minmax(0,1fr) 150px;gap:12px 16px}.field[data-v-54d8cda3]{display:flex;flex-direction:column;gap:6px;min-width:0}.field-label[data-v-54d8cda3]{color:#334155;font-size:13px}.field-label.required[data-v-54d8cda3]:before{content:"*";margin-right:4px;color:#ff4d4f}.full[data-v-54d8cda3]{width:100%}.mono[data-v-54d8cda3]{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.section-head[data-v-54d8cda3]{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.section-title[data-v-54d8cda3]{display:flex;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:600}.section-title[data-v-54d8cda3]:before{content:"";width:3px;height:14px;border-radius:3px;background:#3b9eff}.section-summary[data-v-54d8cda3]{color:#475569;font-size:12px;font-variant-numeric:tabular-nums}.removal-hint[data-v-54d8cda3]{flex:none;margin:8px 0 10px;color:#64748b;font-size:12px}.packages-card[data-v-54d8cda3]{display:flex;flex:1;flex-direction:column;min-height:0}.packages-card>.section-head[data-v-54d8cda3],.packages-card>.removal-hint[data-v-54d8cda3],.packages-card>button[data-v-54d8cda3]{flex:none}.package-list[data-v-54d8cda3]{flex:1;min-height:0;margin-bottom:10px;overflow-y:auto}.package-row[data-v-54d8cda3]{display:grid;grid-template-columns:36px 280px 140px 1fr;align-items:center;gap:10px;padding:6px 10px;margin-bottom:6px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.package-row.locked[data-v-54d8cda3]{background:#f8fafc}.package-no[data-v-54d8cda3]{color:#94a3b8;font-weight:600}.package-end[data-v-54d8cda3]{justify-self:end}.ship-heading[data-v-d65e9a9e]{display:flex;align-items:center;gap:8px}.ship-no[data-v-d65e9a9e]{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.ship-loading[data-v-d65e9a9e]{padding:48px 0;color:#94a3b8;text-align:center}.ship-hint[data-v-d65e9a9e]{flex:none;margin:0 0 8px;color:#64748b;font-size:12px}.ship-stats[data-v-d65e9a9e]{display:flex;flex:none;gap:24px;margin-bottom:8px}.ship-stats b[data-v-d65e9a9e]{margin-left:4px;font-size:16px}.ship-table[data-v-d65e9a9e]{flex:1;min-height:0}.ship-line[data-v-d65e9a9e]{display:flex;align-items:center;gap:8px;padding:2px 0}.ship-code[data-v-d65e9a9e]{font-weight:600}.ship-name[data-v-d65e9a9e]{min-width:0;overflow:hidden;color:#64748b;text-overflow:ellipsis;white-space:nowrap}.ship-qty[data-v-d65e9a9e]{margin-left:auto;font-weight:600}.mono[data-v-d65e9a9e]{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.boxes-expand[data-v-f475ff28]{padding:2px 0 2px 8px}.boxes-table[data-v-f475ff28]{border-collapse:collapse;font-size:13px}.boxes-table th[data-v-f475ff28],.boxes-table td[data-v-f475ff28]{padding:4px 20px 4px 0;text-align:left;vertical-align:middle}.boxes-table th[data-v-f475ff28]{color:#64748b;font-weight:500}.boxes-table .num[data-v-f475ff28]{text-align:right;font-weight:600;font-variant-numeric:tabular-nums}.boxes-product[data-v-f475ff28]{display:flex;gap:8px;align-items:center}.boxes-code[data-v-f475ff28]{font-weight:600}.boxes-name[data-v-f475ff28],.boxes-muted[data-v-f475ff28]{color:#64748b}.boxes-ok[data-v-f475ff28]{color:#16a34a}.mono[data-v-f475ff28]{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.eta-ok[data-v-549243ca]{color:#16a34a;font-weight:600}.eta-overdue[data-v-549243ca]{color:#dc2626;font-weight:600}.type-tag[data-v-549243ca]{margin-left:6px}.choose-lead[data-v-549243ca]{margin:0 0 14px;color:#64748b}.choose-grid[data-v-549243ca]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.choose-card[data-v-549243ca]{display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid #dbe4ee;border-radius:12px;background:#fff;text-align:left;cursor:pointer;transition:border-color .2s,box-shadow .2s}.choose-card[data-v-549243ca]:hover,.choose-card[data-v-549243ca]:focus-visible{border-color:#3b9eff;box-shadow:0 4px 14px #3b9eff26}.choose-card.removal[data-v-549243ca]:hover,.choose-card.removal[data-v-549243ca]:focus-visible{border-color:#9254de;box-shadow:0 4px 14px #9254de26}.choose-name[data-v-549243ca]{font-size:16px;font-weight:600;color:#0f172a}.choose-desc[data-v-549243ca]{color:#64748b;font-size:12px;line-height:1.7}.inbound-page[data-v-549243ca]{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-549243ca]{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:4px}.inbound-head h2[data-v-549243ca]{margin:0 0 6px;font-size:22px;font-weight:650}.inbound-head p[data-v-549243ca]{margin:0;color:#64748b;font-size:13px}.inbound-head__actions[data-v-549243ca]{display:flex;flex:none;gap:8px}.inbound-tabs[data-v-549243ca] .ant-tabs-nav{margin-bottom:12px}.tab-label[data-v-549243ca]{display:inline-flex;align-items:center;gap:6px}.tab-count[data-v-549243ca]{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-549243ca]{background:#f1f5f9;color:#94a3b8}.inbound-filter[data-v-549243ca]{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:14px}.filter-keyword[data-v-549243ca]{width:300px}.filter-date[data-v-549243ca]{display:inline-flex;align-items:center;gap:6px;color:#64748b;font-size:13px;white-space:nowrap}.filter-date[data-v-549243ca] .ant-input{width:150px}.filter-sep[data-v-549243ca]{color:#94a3b8}.inbound-failed[data-v-549243ca]{margin:0 0 10px;color:#dc2626}.doc-link[data-v-549243ca]{font-weight:600;font-variant-numeric:tabular-nums}.voided[data-v-549243ca]{text-decoration:line-through;color:#94a3b8}.cell-main[data-v-549243ca]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-sub[data-v-549243ca]{color:#64748b;font-size:12px}.cell-more[data-v-549243ca]{margin-left:6px;color:#94a3b8}.mono[data-v-549243ca]{font-family:SFMono-Regular,Menlo,Consolas,monospace}.num[data-v-549243ca]{font-variant-numeric:tabular-nums}.row-actions[data-v-549243ca]{display:flex;flex-wrap:wrap;align-items:center;gap:0 2px}.row-actions[data-v-549243ca] .ant-btn-link{padding:0 6px}.modal-no[data-v-549243ca]{margin:0 0 6px;font-weight:600;font-variant-numeric:tabular-nums}.modal-hint[data-v-549243ca]{margin:0 0 14px;color:#475569;line-height:1.7}.modal-label[data-v-549243ca]{margin-bottom:6px;color:#475569;font-size:13px}.label-count[data-v-549243ca]{width:200px}@media(max-width:720px){.inbound-page[data-v-549243ca]{padding:14px}.inbound-head[data-v-549243ca]{flex-direction:column}.filter-keyword[data-v-549243ca]{width:100%}.filter-date[data-v-549243ca]{flex-wrap:wrap}}.box-goods[data-v-1cefa474]{display:flex;align-items:center;gap:8px;min-width:0}.box-goods__text[data-v-1cefa474]{min-width:0;line-height:1.4}.box-goods__code[data-v-1cefa474]{font-weight:600;color:#0f172a}.box-goods__name[data-v-1cefa474]{margin-left:4px;font-weight:400;color:#475569}.box-goods__fnsku[data-v-1cefa474]{color:#64748b;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.box-detail[data-v-1cefa474]{min-width:520px;border-collapse:collapse;font-size:13px}.box-detail th[data-v-1cefa474],.box-detail td[data-v-1cefa474]{padding:4px 18px 4px 0;text-align:left;font-variant-numeric:tabular-nums}.box-detail th[data-v-1cefa474]{color:#64748b;font-weight:500}.box-detail-total td[data-v-1cefa474]{border-top:1px solid #e2e8f0;font-weight:600}.freight-tiers[data-v-1cefa474]{color:#0f172a;font-size:12px;white-space:nowrap}.freight-pending[data-v-1cefa474]{color:#94a3b8;cursor:help}.label-result[data-v-1cefa474]{margin:0 0 16px;padding:12px 14px;border:1px solid #b7eb8f;border-radius:10px;background:#f6ffed}.label-result__title[data-v-1cefa474]{margin-bottom:8px;font-weight:600;color:#389e0d}.label-result dl[data-v-1cefa474]{display:grid;grid-template-columns:110px minmax(0,1fr);gap:6px 12px;margin:0}.label-result dt[data-v-1cefa474]{color:#64748b}.label-result dd[data-v-1cefa474]{margin:0;color:#0f172a}.stock-warn[data-v-1cefa474]{margin:-8px 0 16px;color:#dc2626;font-size:12px}.sku-card[data-v-1cefa474]{display:flex;align-items:center;gap:12px;margin:-8px 0 16px;padding:10px 12px;border:1px solid #edf0f5;border-radius:10px;background:#f8fafc}.sku-card__text[data-v-1cefa474]{flex:1;min-width:0}.sku-card__code[data-v-1cefa474]{font-weight:600;color:#0f172a}.sku-card__name[data-v-1cefa474]{overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.sku-card__stock[data-v-1cefa474]{display:flex;flex-direction:column;align-items:flex-end;color:#64748b;font-size:12px}.sku-card__stock small[data-v-1cefa474]{color:#94a3b8;font-size:11px}.sku-card__stock b[data-v-1cefa474]{color:#16a34a;font-size:20px;line-height:1.2}.sku-card__stock.over b[data-v-1cefa474],.line-stock.over[data-v-1cefa474]{color:#dc2626}.line-stock[data-v-1cefa474]{width:84px;color:#64748b;font-size:12px;white-space:nowrap}.barcode-add[data-v-1cefa474]{display:flex;gap:8px;padding:8px 8px 4px;border-top:1px solid #edf0f5}.barcode-add__hint[data-v-1cefa474]{padding:0 8px 6px;color:#94a3b8;font-size:12px}.sku-opt[data-v-1cefa474]{display:flex;align-items:center;gap:10px;min-width:0;line-height:1.35}.sku-opt__text[data-v-1cefa474]{min-width:0}.sku-opt__code[data-v-1cefa474]{font-weight:600}.sku-opt__name[data-v-1cefa474]{overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.choose-lead[data-v-1cefa474]{margin:0 0 14px;color:#64748b}.choose-grid[data-v-1cefa474]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.choose-card[data-v-1cefa474]{display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid #dbe4ee;border-radius:12px;background:#fff;text-align:left;cursor:pointer;transition:border-color .2s,box-shadow .2s}.choose-card[data-v-1cefa474]:hover,.choose-card[data-v-1cefa474]:focus-visible{border-color:#3b9eff;box-shadow:0 4px 14px #3b9eff26}.choose-card.fba[data-v-1cefa474]:hover,.choose-card.fba[data-v-1cefa474]:focus-visible{border-color:#fa8c16;box-shadow:0 4px 14px #fa8c1626}.choose-card.removal[data-v-1cefa474]:hover,.choose-card.removal[data-v-1cefa474]:focus-visible{border-color:#9254de;box-shadow:0 4px 14px #9254de26}.choose-badge[data-v-1cefa474]{align-self:flex-start;padding:1px 8px;border-radius:999px;background:#fff7e6;color:#d46b08;font-size:12px;line-height:20px}.choose-card.removal .choose-badge[data-v-1cefa474]{background:#f9f0ff;color:#722ed1}.choose-badge.plain[data-v-1cefa474]{background:#e6f4ff;color:#1677ff}.choose-name[data-v-1cefa474]{font-size:16px;font-weight:600;color:#0f172a}.choose-desc[data-v-1cefa474]{color:#64748b;font-size:12px;line-height:1.7}.hint[data-v-1cefa474]{margin-bottom:16px}.grid-2[data-v-1cefa474]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}.w-full[data-v-1cefa474]{width:100%}.section-title[data-v-1cefa474]{margin:4px 0 12px;padding-top:12px;border-top:1px solid #edf0f5;font-weight:600;color:#0f172a}.carton-box[data-v-1cefa474]{margin-bottom:16px;padding:10px 12px;border-radius:8px;background:#f8fafc;color:#475569;font-size:13px}.carton-title[data-v-1cefa474]{margin-right:8px;font-weight:600;color:#0f172a}.carton-total[data-v-1cefa474]{margin-left:12px;color:#d46b08}.line-row[data-v-1cefa474]{display:flex;align-items:center;gap:8px;margin-bottom:8px}.line-sku[data-v-1cefa474]{flex:1;min-width:0}.line-qty[data-v-1cefa474]{width:100px}.pdf-pick[data-v-1cefa474]{display:inline-block;padding:4px 15px;border:1px dashed #94a3b8;border-radius:6px;color:#1677ff;cursor:pointer}.pdf-pick.busy[data-v-1cefa474]{opacity:.5;cursor:wait}.pdf-name[data-v-1cefa474]{margin-left:10px;color:#475569}.upload-link[data-v-1cefa474]{padding:0 7px;color:#1677ff;font-size:14px;cursor:pointer}.plan-summary[data-v-1cefa474]{margin:10px 0 16px;color:#475569}.plan-footer[data-v-1cefa474]{display:flex;gap:8px;margin-top:8px}.spacer[data-v-1cefa474]{flex:1}.dialog-heading[data-v-24563e56]{display:flex;align-items:center;gap:12px;padding:0 0 14px}.heading-icon[data-v-24563e56]{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#2687e8;background:#eaf4ff}.heading-icon svg[data-v-24563e56]{width:25px;height:25px}.product-context[data-v-24563e56]{margin-top:2px;font-size:12px;line-height:18px;color:#64748b;font-weight:400;overflow-wrap:anywhere}.product-form[data-v-24563e56]{padding:2px 4px 0 0}.product-form[data-v-24563e56] .ant-form-item{margin-bottom:16px}.product-form[data-v-24563e56] .ant-form-item-label{padding-bottom:6px}.product-form[data-v-24563e56] .ant-form-item-extra{margin-top:4px;font-size:12px;line-height:1.6}.product-form[data-v-24563e56] .ant-input,.product-form[data-v-24563e56] .ant-input-number,.product-form[data-v-24563e56] .ant-select-selector{border-radius:7px}.top-layout[data-v-24563e56]{display:grid;grid-template-columns:200px minmax(0,1fr);align-items:start;gap:28px;margin-bottom:16px}.media-panel[data-v-24563e56]{padding:14px;border:1px solid #e8edf3;border-radius:12px;background:#f8fafc}.media-heading[data-v-24563e56]{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.media-heading h3[data-v-24563e56]{margin:0;font-size:13px;font-weight:600}.required-label[data-v-24563e56]{color:#ff4d4f;font-size:12px}.image-box[data-v-24563e56]{display:grid;place-items:center;width:100%;aspect-ratio:1;padding:0;overflow:hidden;border:1px dashed #b9cfe5;border-radius:10px;background:#fff;color:#2479cb;font-size:13px;cursor:pointer;transition:border-color .2s,background .2s}.image-box.filled[data-v-24563e56]{border-style:solid;border-color:#e2e8f0}.image-box[data-v-24563e56]:hover,.image-box[data-v-24563e56]:focus-visible{border-color:#3b9eff;background:#f0f7ff}.image-box[data-v-24563e56]:focus-visible{outline:2px solid #3b9eff;outline-offset:3px}.image-box[data-v-24563e56]:disabled{cursor:not-allowed;opacity:.55}.image-preview[data-v-24563e56]{width:100%;height:100%;object-fit:contain}.image-empty[data-v-24563e56]{display:flex;flex-direction:column;align-items:center;gap:10px}.upload-icon[data-v-24563e56]{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#edf5ff}.upload-icon svg[data-v-24563e56]{width:28px;height:28px}.replace-button[data-v-24563e56]{margin-top:8px}.image-hint[data-v-24563e56]{margin:10px 0 0;font-size:11px;line-height:1.7;color:#64748b}.section-title[data-v-24563e56]{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:14px;font-weight:600}.section-title[data-v-24563e56]:before{content:"";width:3px;height:14px;border-radius:3px;background:#3b9eff}.field-row[data-v-24563e56]{display:flex;flex-wrap:wrap;align-items:flex-start;column-gap:24px}.field-row>.grow[data-v-24563e56]{flex:1 1 220px;min-width:0}.w-sku[data-v-24563e56]{flex:0 0 200px}.w-tenant[data-v-24563e56]{width:320px}.w-spu[data-v-24563e56]{width:280px}.w-barcode[data-v-24563e56]{width:240px}.w-location[data-v-24563e56]{width:220px}.w-dim[data-v-24563e56]{width:84px}.w-num[data-v-24563e56]{width:132px}.basic-head[data-v-24563e56]{display:flex;align-items:center;justify-content:space-between;gap:12px}.basic-head .section-title[data-v-24563e56]{margin-bottom:14px}.status-switch[data-v-24563e56]{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:#475569;font-size:13px;cursor:pointer}.status-reason[data-v-24563e56] .ant-input-affix-wrapper{border-color:#faad14}.basic-grid[data-v-24563e56]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px}.basic-grid .span-2[data-v-24563e56]{grid-column:1 / -1}.basic-grid[data-v-24563e56]{align-items:start}.basic-grid .barcode-field[data-v-24563e56]{grid-row:span 2}.basic-grid .remark-field[data-v-24563e56]{margin-bottom:0}.w-full[data-v-24563e56]{width:100%}.inline-group>.fill[data-v-24563e56]{flex:1;min-width:0}.hint-icon[data-v-24563e56]{display:inline-grid;place-items:center;width:15px;height:15px;margin-left:4px;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:10px;font-weight:600;line-height:1;cursor:help}.field-tip[data-v-24563e56]{margin-top:6px;color:#94a3b8;font-size:12px}.inline-group[data-v-24563e56]{display:flex;align-items:center;gap:8px}.dims-inline[data-v-24563e56]{display:flex;align-items:center;gap:6px}.times[data-v-24563e56]{color:#94a3b8}.unit[data-v-24563e56]{margin-left:2px;color:#64748b}.barcode-chips[data-v-24563e56]{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.barcode-chip[data-v-24563e56]{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 4px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.barcode-chip.active[data-v-24563e56]{border-color:#91caff;background:#f0f7ff}.barcode-chip[data-v-24563e56] .ant-radio-wrapper{margin-inline-end:0}.chip-default[data-v-24563e56]{padding:0 6px;border-radius:4px;background:#1677ff;color:#fff;font-family:inherit;font-size:11px;line-height:18px}.chip-remove[data-v-24563e56]{width:20px;height:20px;padding:0;border:0;border-radius:4px;background:transparent;color:#94a3b8;font-size:16px;line-height:20px;cursor:pointer}.chip-remove[data-v-24563e56]:hover:not(:disabled){background:#fee2e2;color:#dc2626}.chip-remove[data-v-24563e56]:disabled{cursor:not-allowed;opacity:.35}.card-section[data-v-24563e56]{margin:6px 0 16px;padding:16px 18px 2px;border:1px solid #e8edf3;border-radius:12px;background:#fbfcfe}.measured-note[data-v-24563e56]{margin:-4px 0 12px;color:#0f766e;font-size:12px}.sub-block[data-v-24563e56]{margin-top:2px;padding-top:14px;border-top:1px dashed #e2e8f0}.sub-heading[data-v-24563e56]{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.sub-title[data-v-24563e56]{font-weight:600}.optional-badge[data-v-24563e56]{padding:0 6px;border-radius:4px;background:#f1f5f9;color:#64748b;font-size:11px;line-height:18px}.sub-hint[data-v-24563e56]{color:#64748b;font-size:12px}.location-item[data-v-24563e56]{padding-top:14px;border-top:1px dashed #e2e8f0}.form-note[data-v-24563e56]{display:flex;align-items:flex-start;gap:8px;margin:0;padding:10px 12px;border-radius:8px;background:#f0f7ff;color:#53718d;font-size:12px;line-height:1.65}.note-icon[data-v-24563e56]{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}.removal-line[data-v-23edbbce]{color:#722ed1;font-size:12px}.detail-tabs[data-v-23edbbce]{display:flex;flex-direction:column;height:100%}.detail-tabs[data-v-23edbbce] .ant-tabs-content-holder{flex:1;min-height:0;overflow-y:auto}.detail-tabs[data-v-23edbbce] .ant-tabs-content,.detail-tabs[data-v-23edbbce] .ant-tabs-tabpane{min-height:100%}.barcode-cell[data-v-23edbbce]{display:inline-flex;align-items:center;gap:6px}.barcode-print[data-v-23edbbce]{display:inline-grid;place-items:center;width:24px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:#1677ff;cursor:pointer}.barcode-print[data-v-23edbbce]:hover{background:#e6f4ff}.barcode-print svg[data-v-23edbbce]{width:16px;height:16px}.prep-none[data-v-23edbbce]{color:#94a3b8}.spu-group[data-v-23edbbce]{position:sticky;left:0;display:flex;align-items:center;gap:8px;width:max-content;max-width:calc(100vw - 120px)}.spu-group__toggle[data-v-23edbbce]{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-23edbbce]{transform:rotate(-90deg)}.spu-group__toggle[data-v-23edbbce]:disabled{cursor:default;opacity:.35}.spu-group__name[data-v-23edbbce]{font-weight:600;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spu-group__name--none[data-v-23edbbce]{color:#64748b}.spu-group__actions[data-v-23edbbce]{display:inline-flex;gap:12px;margin-left:12px}.spu-group__actions .danger[data-v-23edbbce]{color:#ff4d4f}[data-v-23edbbce] .spu-group-row>td{background:#f1f5fb!important}.age-grid[data-v-23edbbce]{display:grid;grid-template-columns:auto auto;justify-content:start;column-gap:10px;font-size:12px;line-height:18px}.age-label[data-v-23edbbce]{color:#64748b}.age-qty[data-v-23edbbce]{text-align:right;font-weight:600;font-variant-numeric:tabular-nums}.age-qty.zero[data-v-23edbbce]{color:#cbd5e1;font-weight:400}.age-qty.age-d91_180[data-v-23edbbce]{color:#d97706}.age-qty.age-d181_plus[data-v-23edbbce]{color:#dc2626}.label-form[data-v-23edbbce]{display:flex;align-items:flex-start;gap:16px}.label-form>.ant-form-item[data-v-23edbbce]:first-child{flex:1;min-width:0}.label-form[data-v-23edbbce] .ant-input-number{width:120px}.label-preview[data-v-23edbbce]{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-bars[data-v-23edbbce]{flex:1;display:flex;align-items:center;min-height:0}.label-preview-bars[data-v-23edbbce] svg{max-width:230px;height:90px}.label-preview-foot[data-v-23edbbce]{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;font-size:11px;font-weight:600}.label-preview-foot>span[data-v-23edbbce]:last-child{text-align:right}.label-preview-sku[data-v-23edbbce]{font-weight:400}.products-page[data-v-23edbbce]{display:flex;flex-direction:column;gap:12px;height:100%;min-height:0}.toolbar[data-v-23edbbce]{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.toolbar-actions[data-v-23edbbce]{display:flex;gap:8px;margin-left:auto}.hint[data-v-23edbbce]{color:#64748b;font-size:12px}.name[data-v-23edbbce]{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-head[data-v-23edbbce]{display:flex;align-items:center;gap:18px;margin:4px 0 16px}.detail-photo[data-v-23edbbce]{display:grid;place-items:center;width:124px;height:124px;flex:none;border:1px solid #e8edf3;border-radius:12px;background:#fff;overflow:hidden}.detail-photo-empty[data-v-23edbbce]{color:#94a3b8}.detail-title[data-v-23edbbce]{min-width:0}.detail-name[data-v-23edbbce]{font-size:18px;font-weight:600;line-height:1.4;overflow-wrap:anywhere}.detail-name-ja[data-v-23edbbce]{margin-top:2px;color:#64748b;overflow-wrap:anywhere}.detail-tags[data-v-23edbbce]{display:flex;flex-wrap:wrap;gap:6px 0;margin-top:10px}.detail-cards[data-v-23edbbce]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.detail-card[data-v-23edbbce]{padding:14px 16px 6px;border:1px solid #e8edf3;border-radius:12px;background:#fbfcfe}.detail-card h4[data-v-23edbbce]{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:14px;font-weight:600}.detail-card h4[data-v-23edbbce]:before{content:"";width:3px;height:14px;border-radius:3px;background:#3b9eff}.detail-data[data-v-23edbbce]{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px 12px;margin:0 0 8px}.detail-data dt[data-v-23edbbce]{color:#64748b}.detail-data dd[data-v-23edbbce]{margin:0;overflow-wrap:anywhere}.code-chip[data-v-23edbbce]{display:inline-flex;align-items:center;gap:4px;margin:0 6px 4px 0;padding:0 6px;border:1px solid #e2e8f0;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:22px}.code-chip.active[data-v-23edbbce]{border-color:#91caff;background:#f0f7ff}.code-chip small[data-v-23edbbce]{color:#1677ff;font-family:initial}.measured-tag[data-v-23edbbce]{margin-left:6px}.stock-tiles[data-v-23edbbce]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:8px 0 16px}.stock-tile[data-v-23edbbce]{padding:14px 16px;border:1px solid #e8edf3;border-radius:12px;background:#fbfcfe}.stock-tile.primary[data-v-23edbbce]{border-color:#b7dbff;background:#f0f7ff}.stock-num[data-v-23edbbce]{font-size:24px;font-weight:600;line-height:1.2;font-variant-numeric:tabular-nums}.stock-label[data-v-23edbbce]{margin-top:4px;color:#64748b;font-size:12px}.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}.sku-opt[data-v-4b3401f7]{display:flex;align-items:center;gap:10px;min-width:0;line-height:1.35}.sku-opt__text[data-v-4b3401f7]{min-width:0}.sku-opt__code[data-v-4b3401f7]{font-weight:600}.sku-opt__name[data-v-4b3401f7]{overflow:hidden;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.inventory-analytics[data-v-4b3401f7]{color:#253047}.analytics-filter[data-v-4b3401f7]{display:flex;flex-wrap:wrap;gap:10px;align-items:center;min-height:44px;margin-bottom:12px}.analytics-filter>.ant-select[data-v-4b3401f7]{width:200px;min-width:180px}.analytics-filter>.analytics-sku[data-v-4b3401f7]{min-width:320px}.analytics-filter>.ant-input-affix-wrapper[data-v-4b3401f7]{width:240px}.analytics-filter>input[type=date][data-v-4b3401f7]{flex:0 0 150px;width:150px}.analytics-notice[data-v-4b3401f7]{flex:1 0 100%}.analytics-summary[data-v-4b3401f7]{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:12px}.summary-card[data-v-4b3401f7]{display:flex;gap:6px;align-items:baseline;padding:4px 14px;background:#f7f9fc;border:1px solid #edf1f7;border-radius:12px}.summary-card span[data-v-4b3401f7]{font-size:12px;color:#7c8ca3;white-space:nowrap}.summary-card strong[data-v-4b3401f7]{font-size:18px;font-variant-numeric:tabular-nums}.summary-buckets[data-v-4b3401f7]{display:flex;flex-wrap:wrap;gap:20px}.summary-buckets>div[data-v-4b3401f7]{display:flex;gap:6px;align-items:baseline}.summary-scope[data-v-4b3401f7]{display:flex;gap:6px;align-items:center;font-size:12px;color:#8190a5}.analytics-alert[data-v-4b3401f7]{margin-bottom:12px}.analytics-toolbar[data-v-4b3401f7]{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-bottom:12px}.analytics-toolbar>span[data-v-4b3401f7]{font-size:12px;color:#8190a5}.analytics-caption[data-v-4b3401f7]{margin:0 0 8px;font-size:13px;font-weight:600}.analytics-days[data-v-4b3401f7]{margin-bottom:16px}.cell-sub[data-v-4b3401f7]{margin-top:2px;font-size:12px;color:#8b97a7}.cell-code[data-v-4b3401f7]{font-weight:600}.cell-name[data-v-4b3401f7]{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-note[data-v-4b3401f7]{font-size:12px;color:#b45309}.cell-reason[data-v-4b3401f7]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-hash[data-v-4b3401f7]{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.age-warning[data-v-4b3401f7]{font-weight:600;color:#d58b16}.age-danger[data-v-4b3401f7]{font-weight:600;color:#cf1322}.qty-negative[data-v-4b3401f7]{color:#cf1322}.qty-zero[data-v-4b3401f7]{color:#b8c2d0}.analytics-note[data-v-4b3401f7]{margin:12px 0 0;font-size:12px;color:#8190a5}.layers-head[data-v-4b3401f7]{display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.layers-head span[data-v-4b3401f7]{font-size:12px;color:#8190a5}.layers-total[data-v-4b3401f7]{margin-top:10px;font-weight:600;text-align:right}.layers-body[data-v-4b3401f7] .layer-focus>td{background:#fff7e6!important}.rebuild-form[data-v-4b3401f7]{margin-top:16px}.rebuild-dates[data-v-4b3401f7]{display:flex;flex-wrap:wrap;gap:0 12px}.rebuild-dates[data-v-4b3401f7]>*{flex:1 1 180px}@media(max-width:700px){.analytics-toolbar[data-v-4b3401f7]{flex-direction:column;align-items:flex-start}.analytics-filter[data-v-4b3401f7]>*{width:100%;max-width:none!important}.analytics-filter>input[type=date][data-v-4b3401f7]{flex:1 1 140px}}.capacity[data-v-ab50cae1]{display:flex;flex-direction:column;gap:12px}.capacity-toolbar[data-v-ab50cae1]{display:flex;flex-wrap:wrap;gap:10px;align-items:center;min-height:44px}.capacity-hint[data-v-ab50cae1],.capacity-note[data-v-ab50cae1],.capacity-sub[data-v-ab50cae1]{color:#64748b;font-size:12px}.capacity-failed[data-v-ab50cae1]{color:#dc2626}.capacity-cards[data-v-ab50cae1]{display:flex;flex-wrap:wrap;gap:10px}.capacity-card[data-v-ab50cae1]{display:flex;gap:6px;align-items:baseline;padding:4px 14px;border:1px solid #edf1f7;border-radius:12px;background:#f7f9fc}.capacity-card span[data-v-ab50cae1]{color:#7c8ca3;font-size:12px}.capacity-card strong[data-v-ab50cae1]{font-size:18px;font-variant-numeric:tabular-nums}.capacity-card small[data-v-ab50cae1]{font-size:13px;font-weight:500}.capacity-card.primary[data-v-ab50cae1]{border-color:#93c5fd;background:#eff6ff}.capacity-card.warn strong[data-v-ab50cae1]{color:#d97706}.capacity-section h4[data-v-ab50cae1]{margin:0 0 8px;font-size:14px;font-weight:600}.capacity-section h4 small[data-v-ab50cae1]{margin-left:8px;color:#64748b;font-weight:400}.capacity-empty[data-v-ab50cae1]{padding:16px 0;color:#94a3b8}.capacity-chart[data-v-ab50cae1]{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-ab50cae1]{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;min-width:0}.capacity-bar i[data-v-ab50cae1]{display:block;width:100%;max-width:28px;border-radius:3px 3px 0 0;background:#3b82f6}.capacity-bar:hover i[data-v-ab50cae1]{background:#1d4ed8}.capacity-bar span[data-v-ab50cae1]{margin:2px 0;color:#94a3b8;font-size:10px;white-space:nowrap}.capacity-strong[data-v-ab50cae1]{font-weight:600}.capacity-share[data-v-ab50cae1]{position:relative;display:flex;align-items:center;gap:8px}.capacity-share i[data-v-ab50cae1]{display:block;height:8px;max-width:110px;border-radius:4px;background:#60a5fa}.capacity-share span[data-v-ab50cae1]{font-size:12px;font-variant-numeric:tabular-nums}.inventory-subtabs[data-v-bebc332c]{display:inline-flex;gap:4px;padding:3px;margin:-6px 0 12px;border-radius:8px;background:#eef2f7}.inventory-subtab[data-v-bebc332c]{padding:4px 14px;border:0;border-radius:6px;background:transparent;color:#475569;font-size:13px;cursor:pointer}.inventory-subtab.active[data-v-bebc332c]{background:#fff;color:#1677ff;font-weight:600;box-shadow:0 1px 2px #0f172a1f}.inventory-workspace[data-v-bebc332c]{padding:22px;background:#fff;border:1px solid #edf0f5;border-radius:14px;min-height:calc(100dvh - 150px);color:#253047}.inventory-heading[data-v-bebc332c]{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.eyebrow[data-v-bebc332c]{font-size:12px;color:#7c8ca3;letter-spacing:1px}.inventory-heading h2[data-v-bebc332c]{font-size:24px;font-weight:650;margin:4px 0 8px}.inventory-heading p[data-v-bebc332c],.inventory-note[data-v-bebc332c]{color:#8190a5;font-size:12px;margin:0}.inventory-bar[data-v-bebc332c]{display:flex;flex-wrap:wrap;gap:10px 20px;align-items:center;justify-content:space-between;min-height:44px;margin-bottom:12px}.inventory-filter[data-v-bebc332c]{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.inventory-filter>.ant-input[data-v-bebc332c]{width:150px}.inventory-filter>.ant-input-affix-wrapper[data-v-bebc332c]{width:240px}.inventory-bar .metric-group[data-v-bebc332c]{gap:20px;padding:4px 14px}.inventory-bar .metric-group strong[data-v-bebc332c]{font-size:18px}.inventory-bar .metric-group>div[data-v-bebc332c]{display:flex;gap:6px;align-items:baseline}.inventory-bar .metric-group span[data-v-bebc332c],.inventory-bar .metric-group strong[data-v-bebc332c]{display:inline}.inventory-filter>.ant-select[data-v-bebc332c]{min-width:180px}.inventory-filter>.ant-input-affix-wrapper[data-v-bebc332c]{max-width:300px}.inventory-metrics[data-v-bebc332c]{display:flex;gap:12px;flex-wrap:wrap}.metric-group[data-v-bebc332c]{display:flex;gap:32px;background:#f7f9fc;border:1px solid #edf1f7;border-radius:12px;padding:16px;align-items:center}.metric-group span[data-v-bebc332c]{display:block;color:#7c8ca3;font-size:12px}.metric-group strong[data-v-bebc332c]{display:block;font-size:25px;font-variant-numeric:tabular-nums}.positive[data-v-bebc332c]{color:#1677ff}.warning[data-v-bebc332c]{color:#d58b16}.inventory-toolbar[data-v-bebc332c]{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 0 12px}.inventory-toolbar>span[data-v-bebc332c]{color:#8190a5;font-size:12px}.product-name[data-v-bebc332c]{color:#7a8596;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px;margin-top:4px}.inventory-note[data-v-bebc332c]{margin-top:14px}.inventory-modal-body[data-v-bebc332c]{max-height:55vh;overflow:auto;margin-top:16px}.inventory-edit-row[data-v-bebc332c]{display:flex;gap:14px;align-items:center;flex-wrap:wrap;padding:16px 4px;border-bottom:1px solid #edf0f5}.inventory-edit-row>div[data-v-bebc332c]:first-child{flex:1;min-width:150px}.inventory-edit-row .ant-form-item[data-v-bebc332c]{margin-bottom:0}.inventory-edit-row small[data-v-bebc332c]{color:#8b97a7}.inventory-modal-actions[data-v-bebc332c]{position:sticky;bottom:0;border-top:1px solid #edf0f5;padding-top:18px;margin-top:18px;background:#fff;text-align:right}.document-reason[data-v-bebc332c]{padding:12px 0;color:#64748b}@media(max-width:700px){.inventory-workspace[data-v-bebc332c]{padding:14px}.inventory-heading[data-v-bebc332c],.inventory-toolbar[data-v-bebc332c]{align-items:flex-start;flex-direction:column}.inventory-filter[data-v-bebc332c]>*{width:100%;max-width:none!important}.metric-group[data-v-bebc332c]{gap:16px;width:100%;flex-wrap:wrap}.inventory-edit-row[data-v-bebc332c]{gap:8px}.inventory-heading h2[data-v-bebc332c]{font-size:21px}}
