:root{--background:#f7f7f4;--surface:#fff;--surface-soft:#f4f4f2;--text:#171717;--muted:#6b7280;--line:#e7e5df;--shadow:0 18px 45px #0f172a14;--radius:22px;--sidebar-width:268px}*{box-sizing:border-box}html,body{min-height:100%}body{background:radial-gradient(circle at top left, #f43f5e14, transparent 32rem), var(--background);color:var(--text);letter-spacing:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}a{color:inherit;text-decoration:none}.appShell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.sidebar{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#ffffffc7;border-right:1px solid #e7e5dfcc;flex-direction:column;gap:28px;height:100vh;padding:28px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:0 8px;display:flex}.brand img{border-radius:14px;width:42px;height:42px;box-shadow:0 12px 28px #11182729}.brand strong,.brand span{display:block}.brand strong{font-size:15px;line-height:1.25}.brand span{color:var(--muted);margin-top:3px;font-size:12px}.sideNav{flex-direction:column;gap:6px;display:flex}.navItem{color:#555b66;border-radius:14px;align-items:center;gap:12px;height:42px;padding:0 12px;font-size:14px;transition:background .16s,color .16s,transform .16s;display:flex}.navItem:hover,.navItem.active{color:#fff;background:#111827;transform:translate(2px)}.navDot{opacity:.42;background:currentColor;border-radius:999px;width:8px;height:8px}.appFrame{flex-direction:column;min-width:0;min-height:100vh;display:flex}.topNav{z-index:4;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f7f7f4d1;border-bottom:1px solid #e7e5dfb8;justify-content:space-between;align-items:center;gap:18px;min-height:76px;padding:18px 32px;display:flex;position:sticky;top:0}.searchBox{border:1px solid var(--line);background:var(--surface);width:min(460px,100%);height:44px;color:var(--muted);border-radius:16px;align-items:center;gap:10px;padding:0 14px;display:flex;box-shadow:0 8px 24px #0f172a0a}.searchBox span{font-size:13px}.searchBox input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.topNavActions,.heroActions{align-items:center;gap:10px;display:flex}.ghostButton,.secondaryButton,.primaryButton,.textButton{white-space:nowrap;border:0;border-radius:14px}.ghostButton{color:#374151;border:1px solid var(--line);background:#ffffffbd;height:40px;padding:0 14px}.userBadge{color:#fff;background:#111827;border-radius:999px;place-items:center;min-width:64px;height:40px;padding:0 14px;font-size:13px;display:grid}.mainContent{width:min(1480px,100%);margin:0 auto;padding:34px 32px 24px}.hero{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px;display:flex}.eyebrow{color:#f43f5e;margin:0 0 8px;font-size:13px;font-weight:700}.hero h1{letter-spacing:0;margin:0;font-size:clamp(34px,4vw,54px);line-height:1}.heroText{max-width:620px;color:var(--muted);margin:14px 0 0;font-size:16px;line-height:1.7}.secondaryButton,.primaryButton{height:44px;padding:0 18px}.secondaryButton{background:var(--surface);color:#374151;border:1px solid var(--line)}.primaryButton{color:#fff;background:#111827;box-shadow:0 14px 28px #1118272e}.metricGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.metricCard,.panel{box-shadow:var(--shadow);background:#ffffffe0;border:1px solid #e7e5dfe6}.metricCard{border-radius:var(--radius);min-height:168px;padding:18px}.metricHeader{color:var(--muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}.metricSignal{background:#111827;border-radius:999px;width:10px;height:10px}.metricCard strong{letter-spacing:0;margin-top:20px;font-size:36px;line-height:1;display:block}.metricCard p{color:#4b5563;min-height:40px;margin:12px 0 0;font-size:14px;line-height:1.45}.metricCard small{color:var(--muted);margin-top:14px;font-size:12px;display:inline-flex}.metricCard.amber .metricSignal{background:#f59e0b}.metricCard.blue .metricSignal{background:#2563eb}.metricCard.green .metricSignal{background:#10b981}.metricCard.violet .metricSignal{background:#7c3aed}.metricCard.rose .metricSignal{background:#f43f5e}.metricCard.slate .metricSignal{background:#475569}.dashboardGrid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:18px;display:grid}.panel{border-radius:var(--radius);overflow:hidden}.widePanel{grid-column:1/-1}.panelHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;display:flex}.panelHeader h2{letter-spacing:0;margin:0;font-size:17px}.textButton{background:var(--surface-soft);color:#374151;min-height:34px;padding:0 12px;font-size:13px}.tableWrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:16px 20px;font-size:14px}th{color:var(--muted);font-size:12px;font-weight:600}tbody tr:last-child td{border-bottom:0}.statusPill{color:#374151;background:#f4f4f2;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.statusPill.warning{color:#c2410c;background:#fff7ed}.statusPill.success,.statusPill.done{color:#047857;background:#ecfdf5}.statusPill.danger{color:#be123c;background:#fff1f2}.statusPill.waiting{color:#1d4ed8;background:#eff6ff}.statusPill.moving{color:#6d28d9;background:#f5f3ff}.statusPill.neutral{color:#4b5563;background:#f4f4f2}.sourcePill{min-height:26px}.taskList{gap:4px;margin:0;padding:12px;list-style:none;display:grid}.taskList li{color:#374151;border-radius:14px;align-items:flex-start;gap:12px;padding:13px 10px;font-size:14px;line-height:1.55;display:flex}.taskList li:hover{background:var(--surface-soft)}.checkDot{background:#10b981;border-radius:999px;flex:none;width:9px;height:9px;margin-top:7px;box-shadow:0 0 0 4px #10b9811f}.suggestionList{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:16px;display:grid}.suggestionItem{border:1px solid var(--line);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:18px;min-height:132px;margin:0;padding:18px}.aiBadge{color:#fff;background:#111827;border-radius:999px;justify-content:center;align-items:center;width:34px;height:24px;font-size:11px;font-weight:800;display:inline-flex}.suggestionItem p{color:#374151;margin:14px 0 0;font-size:14px;line-height:1.65}.footer{color:var(--muted);justify-content:space-between;align-items:center;gap:18px;padding:18px 32px 28px;font-size:12px;display:flex}.orderHero{margin-bottom:20px}.orderStatGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.orderStatCard{background:#ffffffdb;border:1px solid #e7e5dfe6;border-radius:20px;align-content:space-between;min-height:128px;padding:18px;display:grid;box-shadow:0 14px 34px #0f172a0f}.orderStatCard span{color:var(--muted);font-size:13px}.orderStatCard strong{letter-spacing:0;margin-top:16px;font-size:32px;line-height:1;display:block}.orderStatCard small{color:var(--muted);font-size:12px}.orderToolbar{background:#ffffffd1;border:1px solid #e7e5dfe6;border-radius:22px;grid-template-columns:minmax(340px,1fr) auto;align-items:center;gap:14px;margin-bottom:18px;padding:14px;display:grid;box-shadow:0 14px 34px #0f172a0d}.orderSearch{border:1px solid var(--line);min-height:46px;color:var(--muted);background:#fff;border-radius:16px;align-items:center;gap:10px;padding:0 14px;display:flex}.orderSearch span{font-size:13px}.orderSearch input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0}.filterGroup{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.filterButton{border:1px solid var(--line);background:var(--surface-soft);color:#374151;white-space:nowrap;border-radius:14px;min-height:38px;padding:0 12px;font-size:13px}.orderWorkspace{grid-template-columns:minmax(0,1fr) minmax(360px,430px);align-items:start;gap:18px;display:grid}.orderListPanel,.orderDrawer{border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffe0;border:1px solid #e7e5dfe6}.orderListPanel{min-width:0;overflow:hidden}.orderTableWrap{max-height:682px}.orderTable{min-width:1080px}.orderTable tbody tr{transition:background .14s,box-shadow .14s}.orderTable tbody tr:hover,.orderTable tbody tr.selectedRow{background:#fafafa}.orderTable tbody tr.selectedRow td:first-child{color:#f43f5e;font-weight:800}.rowActionButton{border:1px solid var(--line);color:#374151;background:#fff;border-radius:12px;min-height:32px;padding:0 12px;font-size:13px}.orderDrawer{max-height:calc(100vh - 116px);position:sticky;top:94px;overflow:hidden auto}.drawerHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:20px;display:flex}.drawerHeader span{color:var(--muted);font-size:12px}.drawerHeader h2{letter-spacing:0;margin:6px 0 0;font-size:24px}.drawerSection{border-bottom:1px solid var(--line);padding:18px 20px}.drawerSection:last-child{border-bottom:0}.drawerSection h3{letter-spacing:0;margin:0 0 14px;font-size:15px}.detailGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;display:grid}.detailGrid div{min-width:0}.detailGrid dt{color:var(--muted);margin-bottom:5px;font-size:12px}.detailGrid dd{overflow-wrap:anywhere;color:#111827;margin:0;font-size:14px;font-weight:650}.productStack{gap:10px;display:grid}.productLine{border:1px solid var(--line);background:#fbfbfa;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px;display:grid}.productLine strong,.productLine span{display:block}.productLine strong{font-size:14px;line-height:1.45}.productLine span{color:var(--muted);margin-top:6px;font-size:12px}.productMeta{text-align:right}.splitInfo{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.splitInfo section{min-width:0}.splitInfo p,.noteBox{color:#4b5563;margin:0 0 8px;font-size:13px;line-height:1.6}.noteBox{background:var(--surface-soft);border-radius:16px;margin-bottom:0;padding:14px}.timeline{gap:12px;margin:0;padding:0;list-style:none;display:grid}.timeline li{grid-template-columns:16px minmax(0,1fr);align-items:start;gap:12px;display:grid}.timelineDot{background:#d1d5db;border-radius:999px;width:10px;height:10px;margin-top:4px;box-shadow:0 0 0 4px #d1d5db3d}.timelineDot.completed{background:#10b981;box-shadow:0 0 0 4px #10b98124}.timeline strong,.timeline small{display:block}.timeline strong{font-size:14px}.timeline small{color:var(--muted);margin-top:3px;font-size:12px}.releaseHero{align-items:center}.monthSwitcher{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.monthButton{border:1px solid var(--line);color:#374151;background:#ffffffd1;border-radius:14px;min-height:40px;padding:0 14px;font-size:13px}.monthButton.active{color:#fff;background:#111827;border-color:#111827;box-shadow:0 14px 28px #11182729}.releaseWorkspace{grid-template-columns:minmax(0,1fr) minmax(360px,430px);align-items:start;gap:18px;display:grid}.releaseListPanel,.releaseDrawer{border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffe0;border:1px solid #e7e5dfe6}.releaseListPanel{min-width:0;overflow:hidden}.releaseTableWrap{max-height:740px}.releaseTable{min-width:1500px}.releaseTable tbody tr{cursor:pointer;transition:background .14s,box-shadow .14s}.releaseTable tbody tr:hover,.releaseTable tbody tr.selectedRow{background:#fafafa}.releaseTable tbody tr.selectedRow td:nth-child(4){color:#f43f5e;font-weight:800}.releaseThumb{border:1px solid var(--line);object-fit:cover;border-radius:16px;width:56px;height:56px;display:block;box-shadow:0 10px 22px #0f172a14}.progressPill{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.progressPill.preorder{color:#1d4ed8;background:#eff6ff}.progressPill.released{color:#047857;background:#ecfdf5}.progressPill.balanceOpen,.progressPill.delayed{color:#c2410c;background:#fff7ed}.progressPill.inStock{color:#6d28d9;background:#f5f3ff}.progressPill.pendingRestock{color:#a16207;background:#fefce8}.progressPill.backorder{color:#475569;background:#f1f5f9}.progressPill.moving{color:#1d4ed8;background:#eff6ff}.progressPill.partialArrived{color:#92400e;background:#fef3c7}.progressPill.arrived{color:#166534;background:#dcfce7}.progressPill.sent{color:#334155;background:#f1f5f9}.progressPill.needPurchase{color:#be123c;background:#fff1f2}.progressPill.cancel{color:#991b1b;background:#fee2e2}.releaseDrawer{max-height:calc(100vh - 116px);position:sticky;top:94px;overflow:hidden auto}.drawerHeroImage{place-items:center;padding:24px 20px 10px;display:grid}.drawerHeroImage img{border:1px solid var(--line);object-fit:cover;border-radius:28px;width:128px;height:128px;box-shadow:0 18px 34px #0f172a1f}.releaseDrawerHeader{align-items:flex-start}.releaseDrawerHeader h2{max-width:260px;font-size:21px;line-height:1.25}.adviceFlow{border:1px solid var(--line);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:18px;justify-items:start;gap:10px;padding:16px;display:grid}.flowArrow{color:var(--muted);font-size:20px;line-height:1}.adviceFlow p{color:#111827;margin:0;font-size:15px;font-weight:750}.releaseReviewHero{align-items:center}.releaseMonthPicker{min-width:180px;color:var(--muted);gap:8px;font-size:12px;font-weight:750;display:grid}.releaseMonthPicker select{border:1px solid var(--line);color:#111827;background:#fff;border-radius:10px;min-height:36px;padding:0 12px;font-size:13px;font-weight:750}.releaseReviewAiPanel{border-radius:var(--radius);box-shadow:var(--shadow);background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e7e5dfe6;grid-template-columns:42px minmax(0,1fr);gap:16px;margin-bottom:18px;padding:20px;display:grid}.releaseReviewAiPanel h2{letter-spacing:0;margin:0;font-size:20px}.releaseReviewAiPanel ul{gap:10px;margin:14px 0 0;padding:0;list-style:none;display:grid}.releaseReviewAiPanel li{border:1px solid var(--line);background:#fff;border-radius:16px;gap:6px;padding:12px 14px;display:grid}.releaseReviewAiPanel strong{color:#111827;font-size:13px}.releaseReviewAiPanel span{color:#374151;font-size:14px;line-height:1.6}.releaseReviewTableWrap{max-height:640px;overflow:auto}.releaseReviewTable{table-layout:fixed;min-width:1360px}.releaseReviewTable th,.releaseReviewTable td{vertical-align:middle;padding:7px 8px;font-size:12px}.releaseReviewTable th{z-index:4;background:#f8fafc;position:sticky;top:0}.releaseReviewTable th:nth-child(7),.releaseReviewTable td:nth-child(7),.releaseReviewTable th:nth-child(9),.releaseReviewTable td:nth-child(9){width:104px}.releaseReviewTable th:nth-child(8),.releaseReviewTable td:nth-child(8),.releaseReviewTable th:nth-child(10),.releaseReviewTable td:nth-child(10){width:126px}.releaseReviewTable th:nth-child(11),.releaseReviewTable td:nth-child(11){text-align:right;width:84px}.releaseReviewTable th:nth-child(12),.releaseReviewTable td:nth-child(12){width:190px}.releaseReviewTable th:nth-child(13),.releaseReviewTable td:nth-child(13){width:100px}.releaseReviewTable th:nth-child(14),.releaseReviewTable td:nth-child(14){width:72px}.releaseReviewTable th:nth-child(15),.releaseReviewTable td:nth-child(15){width:96px}.releaseReviewTitle{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}.releaseReviewProduct{grid-template-columns:48px minmax(220px,1fr);align-items:center;gap:12px;display:grid}.releaseReviewProduct img{border:1px solid var(--line);object-fit:cover;border-radius:14px;width:48px;height:48px}.releaseReviewProduct span{color:#111827;white-space:normal;font-weight:650}.reviewMonthSelect{border:1px solid var(--line);color:#111827;background:#fff;border-radius:12px;outline:0;min-height:36px;padding:0 10px}.releaseReviewNote{color:#4b5563;white-space:normal;max-width:260px;font-size:13px;line-height:1.55;display:block}.releaseReviewActions{flex-wrap:wrap;gap:8px;min-width:520px;display:flex}.releaseReviewActions .rowActionButton{min-height:30px;padding:0 10px;font-size:12px}.releaseBulkToolbar{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:minmax(150px,1fr) 140px 150px 150px minmax(180px,1.2fr) auto;align-items:center;gap:10px;margin-bottom:14px;padding:10px 12px;display:grid}.releaseBulkToolbar div{gap:2px;display:grid}.releaseBulkToolbar strong{color:#111827;font-size:13px}.releaseBulkToolbar span{color:var(--muted);font-size:12px}.releaseBulkToolbar select,.releaseBulkToolbar input{border:1px solid var(--line);color:#111827;background:#fff;border-radius:9px;min-height:34px;padding:0 10px;font-size:12px}.releaseBulkToolbar .primaryButton{white-space:nowrap;min-height:34px;padding:0 14px}.releaseReviewLogList{gap:8px;display:grid}.releaseReviewLogList article{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:150px 140px minmax(0,1fr);align-items:center;gap:10px;padding:8px 10px;display:grid}.releaseReviewLogList strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,monospace;font-size:12px;overflow:hidden}.releaseReviewLogList span,.releaseReviewLogList small,.releaseReviewLogList p{color:#4b5563;margin:0;font-size:12px}.releaseReviewTable th,.releaseReviewTable td{vertical-align:top;white-space:normal;word-break:break-word;overflow-wrap:anywhere;height:auto}.releaseReviewTitle,.releaseReviewSkuCell{color:#111827;white-space:normal;word-break:break-word;overflow-wrap:anywhere;font-weight:650;line-height:1.4;overflow:visible}.releaseReviewTable .progressSelect,.releaseReviewMonthSelect{white-space:normal;text-overflow:clip;width:100%;min-width:0}.releaseAuditToolbar{background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin:12px 0;padding:10px 12px;display:flex}.releaseReviewTable{min-width:1530px}.releaseReviewTable th:first-child,.releaseReviewTable td:first-child{text-align:left;width:130px}.releaseReviewTable th:nth-child(2),.releaseReviewTable td:nth-child(2){width:420px}.releaseReviewTable th:nth-child(3),.releaseReviewTable td:nth-child(3){width:170px}.releaseReviewTable th:nth-child(4),.releaseReviewTable td:nth-child(4){width:150px}.releaseReviewTable th:nth-child(5),.releaseReviewTable td:nth-child(5){width:190px}.releaseReviewTable th:nth-child(6),.releaseReviewTable td:nth-child(6){width:100px}.releaseReviewTable th:nth-child(7),.releaseReviewTable td:nth-child(7){width:130px}.releaseReviewTable th:nth-child(8),.releaseReviewTable td:nth-child(8){width:260px}.reviewResultSelect,.releaseAuditNoteInput{box-sizing:border-box;color:#111827;width:100%;max-width:100%;font:inherit;white-space:normal;word-break:break-word;overflow-wrap:anywhere;background:#fff;border:1px solid #d1d5db;border-radius:6px;line-height:1.4}.reviewResultSelect{min-height:32px;padding:4px 8px;font-weight:700}.reviewResultSelect.success{color:#166534;background:#dcfce7}.reviewResultSelect.moving{color:#1d4ed8;background:#dbeafe}.reviewResultSelect.warning{color:#92400e;background:#fef3c7}.reviewResultSelect.neutral{color:#475569;background:#f8fafc}.releaseAuditNoteInput{resize:vertical;min-height:54px;padding:6px 8px}@media (max-width:980px){.releaseBulkToolbar{grid-template-columns:1fr}}.skuHero{align-items:flex-end}.skuSearchPanel,.skuListPanel,.skuProfilePanel,.skuTabsPanel{border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffe0;border:1px solid #e7e5dfe6}.skuSearchPanel{margin-bottom:18px;padding:14px}.skuSearch{width:100%}.skuListPanel{overflow:hidden}.skuTable{min-width:1160px}.skuTable tbody tr{transition:background .14s}.skuTable tbody tr:hover{background:#fafafa}.linkButton{justify-content:center;align-items:center;display:inline-flex}.skuDetailHeader{gap:16px;margin-bottom:22px;display:grid}.skuDetailHeader h1{letter-spacing:0;max-width:900px;margin:0;font-size:clamp(30px,3vw,46px);line-height:1.08}.backLink{width:fit-content}.skuDetailLayout{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.skuProfilePanel{padding:20px;position:sticky;top:94px}.skuProfileImage{aspect-ratio:1;border:1px solid var(--line);object-fit:cover;border-radius:26px;width:100%;height:auto;box-shadow:0 18px 36px #0f172a1f}.skuProfileText{margin-top:18px}.skuProfileText span{color:var(--muted);font-size:13px}.skuProfileText h2{letter-spacing:0;margin:8px 0 0;font-size:22px;line-height:1.3}.skuProfileList{gap:12px;margin:18px 0 0;display:grid}.skuProfileList div{border-top:1px solid var(--line);gap:5px;padding:12px 0;display:grid}.skuProfileList dt{color:var(--muted);font-size:12px}.skuProfileList dd{overflow-wrap:anywhere;color:#111827;margin:0;font-size:14px;font-weight:700}.skuTabsPanel{min-width:0;overflow:hidden}.tabBar{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:8px;padding:14px;display:flex}.tabButton{border:1px solid var(--line);background:var(--surface-soft);color:#374151;border-radius:14px;min-height:38px;padding:0 14px;font-size:13px}.tabButton.active{color:#fff;background:#111827;border-color:#111827}.tabContent{padding:18px}.skuOverview{gap:16px;display:grid}.skuMetricGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.skuMetricCard{border:1px solid var(--line);background:#fff;border-radius:18px;min-height:118px;padding:16px}.skuMetricCard span{color:var(--muted);font-size:13px}.skuMetricCard strong{letter-spacing:0;margin-top:18px;font-size:30px;line-height:1;display:block}.skuInfoGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.skuInfoGrid article{border:1px solid var(--line);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:18px;min-height:128px;padding:16px}.skuInfoGrid span{color:var(--muted);font-size:13px}.skuInfoGrid p{color:#111827;margin:14px 0 0;font-size:15px;font-weight:650;line-height:1.65}.simpleTableWrap{overflow-x:auto}.simpleTable{min-width:720px}.tabHint{color:var(--muted);margin:14px 0 0;font-size:13px}.aiAdvicePanel{border:1px solid var(--line);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:20px;min-height:260px;padding:24px}.aiAdvicePanel h2{letter-spacing:0;margin:22px 0 0;font-size:28px}.aiAdvicePanel p{color:#4b5563;max-width:680px;margin:16px 0 0;font-size:16px;line-height:1.75}.importHero{align-items:flex-end}.importNotice,.importPanel,.importSummaryCard{box-shadow:var(--shadow);background:#ffffffe0;border:1px solid #e7e5dfe6}.importNotice{color:#374151;border-radius:18px;margin-bottom:18px;padding:16px 18px;font-size:14px;line-height:1.65}.importGrid{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:stretch;gap:18px;margin-bottom:18px;display:grid}.importPanel{border-radius:var(--radius);overflow:hidden}.importEditor{padding:16px}.importEditor textarea{resize:vertical;border:1px solid var(--line);color:#111827;background:#fbfbfa;border-radius:18px;outline:0;width:100%;min-height:360px;padding:16px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.6}.importEditor textarea:focus{border-color:#111827;box-shadow:0 0 0 4px #11182714}.fileButton{border:1px solid var(--line);background:var(--surface-soft);color:#374151;cursor:pointer;white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;min-height:36px;padding:0 12px;font-size:13px;display:inline-flex;position:relative;overflow:hidden}.fileButton input{opacity:0;cursor:pointer;position:absolute;inset:0}.importMeta{color:var(--muted);font-size:13px}.importError{color:#be123c;background:#fff1f2;border-radius:14px;margin:0 16px 16px;padding:12px 14px;font-size:13px}.fieldMatchList{gap:10px;max-height:474px;padding:16px;display:grid;overflow-y:auto}.fieldMatchItem{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:68px;padding:13px 14px;display:grid}.fieldMatchItem strong,.fieldMatchItem div>span{display:block}.fieldMatchItem strong{font-size:14px}.fieldMatchItem div span{color:var(--muted);margin-top:5px;font-size:12px}.importSummaryGrid{grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.importSummaryCard{border-radius:20px;min-height:124px;padding:16px}.importSummaryCard span{color:var(--muted);font-size:13px;line-height:1.4}.importSummaryCard strong{letter-spacing:0;margin-top:20px;font-size:32px;line-height:1;display:block}.importPreviewTable{min-width:1180px}.convertedTable{min-width:1120px}.orderEntryHero{align-items:flex-end}.orderEntryStatGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.orderEntryStatCard,.orderEntryPanel{box-shadow:var(--shadow);background:#ffffffe0;border:1px solid #e7e5dfe6}.orderEntryStatCard{border-radius:20px;align-content:space-between;min-height:136px;padding:18px;display:grid}.orderEntryStatCard span{color:var(--muted);font-size:13px}.orderEntryStatCard strong{letter-spacing:0;margin-top:14px;font-size:34px;line-height:1;display:block}.orderEntryStatCard small{color:var(--muted);font-size:12px;line-height:1.45}.orderEntryWorkspace{grid-template-columns:minmax(0,1fr) minmax(360px,440px);align-items:start;gap:18px;margin-bottom:18px;display:grid}.orderEntryPanel{border-radius:var(--radius);overflow:hidden}.orderEntryOrders{min-width:0}.orderEntryMeta{color:var(--muted);font-size:13px}.orderEntryTableWrap{max-height:620px}.orderEntryTable{min-width:1320px}.orderEntryTable tbody tr{cursor:pointer;transition:background .14s,color .14s}.orderEntryTable tbody tr:hover,.orderEntryTable tbody tr.selectedRow{background:#fafafa}.orderEntryTable tbody tr.selectedRow td:first-child{color:#f43f5e;font-weight:800}.orderEntryMatchPanel{position:sticky;top:94px}.orderEntryMatchGrid{border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:18px;display:grid}.orderEntryMatchGrid div{border:1px solid var(--line);background:#fff;border-radius:16px;min-width:0;padding:14px}.orderEntryMatchGrid dt{color:var(--muted);margin-bottom:8px;font-size:12px}.orderEntryMatchGrid dd{overflow-wrap:anywhere;color:#111827;margin:0;font-size:15px;font-weight:750;line-height:1.45}.orderEntrySelectedOrder{border-bottom:1px solid var(--line);padding:18px}.orderEntrySelectedOrder span{color:var(--muted);font-size:12px}.orderEntrySelectedOrder strong{color:#111827;margin-top:6px;font-size:16px;display:block}.orderEntrySelectedOrder p{color:#4b5563;margin:8px 0 0;font-size:14px;line-height:1.55}.orderEntryActionGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px;display:grid}.orderEntryActionGrid .primaryButton,.orderEntryActionGrid .secondaryButton{white-space:normal;width:100%;min-height:42px}.orderEntryActionGrid .secondaryButton:last-child{grid-column:1/-1}.orderEntryBottomGrid{grid-template-columns:minmax(0,1fr) minmax(340px,.48fr);gap:18px;display:grid}.entryPreviewGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;display:grid}.entryPreviewGrid article{border:1px solid var(--line);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:18px;min-height:126px;padding:16px}.entryPreviewGrid span{color:var(--muted);font-size:13px}.entryPreviewGrid strong{letter-spacing:0;margin-top:18px;font-size:34px;line-height:1;display:block}.entryPreviewGrid p{color:#111827;margin:14px 0 0;font-size:14px;font-weight:650;line-height:1.7}.entryAdviceList{gap:6px;margin:0;padding:16px;list-style:none;display:grid}.entryAdviceList li{border-radius:14px;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:12px;padding:13px 10px;display:grid}.entryAdviceList li:hover{background:var(--surface-soft)}.entryImportPanel{border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffe6;border:1px solid #e7e5dfe6;grid-template-columns:minmax(0,1fr) 220px;gap:16px;margin-bottom:18px;padding:18px;display:grid}.entryImportPanel textarea,.entryFilterBar input,.entryFilterBar select,.entryPendingTable input,.entryPendingTable select{border:1px solid var(--line);color:#111827;background:#fff;border-radius:12px;outline:0;width:100%}.entryImportPanel textarea{resize:vertical;min-height:118px;margin-top:12px;padding:12px}.entryImportActions{align-content:end;gap:10px;display:grid}.entryImportActions .primaryButton,.entryImportActions .secondaryButton{justify-content:center;align-items:center;min-height:42px;display:inline-flex}.fileButton input{display:none}.importPreviewInline{color:#475569;background:#f8fafc;border-radius:14px;flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:8px 14px;padding:12px 14px;font-size:13px;display:flex}.importPreviewInline strong{color:#111827}.entryFilterBar{background:#ffffffe6;border:1px solid #e7e5dfe6;border-radius:18px;grid-template-columns:minmax(260px,1.2fr) minmax(150px,.42fr) minmax(260px,.72fr) auto;align-items:end;gap:12px;margin-bottom:18px;padding:14px;display:grid}.entryFilterBar label{color:var(--muted);gap:6px;font-size:12px;display:grid}.entryFilterBar input,.entryFilterBar select{height:38px;padding:0 10px}.entryTableWrap{max-height:620px;overflow:auto}.entryTableWrap.compact{max-height:360px}.entryOrderTable,.entryItemTable,.entryPendingTable{border-collapse:separate;border-spacing:0;width:max(100%,1180px);font-size:12px}.entryItemTable,.entryPendingTable{width:max(100%,920px)}.entryOrderTable th,.entryOrderTable td,.entryItemTable th,.entryItemTable td,.entryPendingTable th,.entryPendingTable td{text-align:left;vertical-align:middle;background:#fff;border-bottom:1px solid #edf0f3;height:38px;padding:8px 10px}.entryOrderTable th,.entryItemTable th,.entryPendingTable th{z-index:3;color:#334155;background:#eef6ff;font-size:11px;font-weight:900;position:sticky;top:0}.entryOrderTable tbody tr,.entryItemTable tbody tr{cursor:pointer}.entryOrderTable tbody tr:hover td,.entryOrderTable tbody tr.selectedRow td,.entryItemTable tbody tr:hover td,.entryItemTable tbody tr.selectedRow td{background:#f8fafc}.entryStickyColumn{z-index:2;min-width:156px;font-weight:900;position:sticky;left:0;box-shadow:1px 0 #e5e7eb}th.entryStickyColumn{z-index:4}.entryEmailCell,.entryTitleCell{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.entryDetailGrid{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);align-items:start;gap:18px;margin-top:18px;margin-bottom:18px;display:grid}.entryMatchSummary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:16px;display:grid}.entryMatchSummary div{border:1px solid var(--line);background:#fff;border-radius:14px;min-width:0;padding:12px}.entryMatchSummary dt{color:var(--muted);margin-bottom:6px;font-size:11px}.entryMatchSummary dd{text-overflow:ellipsis;white-space:nowrap;color:#111827;margin:0;font-size:13px;font-weight:850;overflow:hidden}.entryActionRow{flex-wrap:wrap;gap:10px;padding:0 16px 16px;display:flex}.entryActionRow .primaryButton,.entryActionRow .secondaryButton{min-height:38px}.entryPendingTable input,.entryPendingTable select{min-width:110px;height:32px;padding:0 8px;font-size:12px}.entryReportTables{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;padding:0 16px 16px;display:grid}.entryReportTables h3{margin:0;font-size:16px}.reportStatCard span{color:var(--muted);font-size:12px}.reportStatCard strong{margin-top:14px;font-size:28px;line-height:1;display:block}.simplifiedEntryImport{grid-template-columns:minmax(0,1fr) 190px}.simplifiedEntryFilters{grid-template-columns:minmax(280px,360px) auto;justify-content:start}.entryOrderItemTable{border-collapse:separate;border-spacing:0;width:max(100%,1480px);font-size:12px}.entryOrderItemTable th,.entryOrderItemTable td{text-align:left;vertical-align:middle;background:#fff;border-bottom:1px solid #edf0f3;height:38px;padding:8px 10px}.entryOrderItemTable th{z-index:3;color:#334155;background:#eef6ff;font-size:11px;font-weight:900;position:sticky;top:0}.entryOrderItemTable tbody tr:hover td{background:#f8fafc}.entryReason{max-width:160px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;display:block;overflow:hidden}.addressCellButton{color:#1d4ed8;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;width:220px;max-width:220px;font-size:12px;font-weight:800;line-height:1.35;display:block;overflow:hidden}.addressCellButton:hover{text-decoration:underline}.shippingAddressCell{width:260px;min-width:260px}.shippingAddressCell textarea{color:#111827;resize:vertical;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;width:100%;min-height:74px;padding:8px;font-size:12px;line-height:1.35}.addressCellMeta{gap:4px;margin-top:6px;display:grid}.addressCellMeta small{max-width:240px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customerToolbar{grid-template-columns:minmax(320px,1fr) minmax(180px,240px)}.compactSelectLabel{color:var(--muted);gap:6px;font-size:12px;font-weight:800;display:grid}.compactSelectLabel select{border:1px solid var(--line);color:#111827;background:#fff;border-radius:12px;height:38px;padding:0 10px}.customerWorkspace{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);align-items:start;gap:18px;display:grid}.customerTableWrap{max-height:680px;overflow:auto}.customerCenterTable,.customerOrderHistoryTable{border-collapse:separate;border-spacing:0;width:max(100%,980px);font-size:12px}.customerCenterTable th,.customerCenterTable td,.customerOrderHistoryTable th,.customerOrderHistoryTable td{text-align:left;vertical-align:middle;background:#fff;border-bottom:1px solid #edf0f3;height:40px;padding:8px 10px}.customerCenterTable th,.customerOrderHistoryTable th{z-index:3;color:#334155;background:#eef6ff;font-size:11px;font-weight:900;position:sticky;top:0}.customerCenterTable tbody tr{cursor:pointer}.customerCenterTable tbody tr:hover td,.customerCenterTable tbody tr.selectedRow td{background:#f8fafc}.tagCell,.tagPicker{flex-wrap:wrap;gap:6px;display:flex}.customerDetailPanel{max-height:calc(100vh - 120px);box-shadow:var(--shadow);background:#fffffff5;border:1px solid #e7e5dff2;border-radius:20px;gap:16px;padding:18px;display:grid;position:sticky;top:16px;overflow:auto}.customerDetailGrid{grid-template-columns:1fr;gap:12px;display:grid}.customerDetailGrid label,.customerSection{gap:8px;display:grid}.customerDetailGrid span,.customerSection .panelHeader span{color:var(--muted);font-size:12px;font-weight:800}.customerDetailGrid select,.customerDetailGrid textarea,.customerSection textarea{border:1px solid var(--line);color:#111827;background:#fff;border-radius:12px;width:100%;padding:10px 12px}.customerSummaryGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.customerSummaryGrid div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;gap:4px;padding:10px;display:grid}.customerSummaryGrid span{color:var(--muted);font-size:11px;font-weight:800}.customerSummaryGrid strong{color:#111827;font-size:20px}.mergeHintBox{color:#5b21b6;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:14px;padding:12px 14px;font-size:13px;font-weight:800}.addressHistoryList{gap:10px;display:grid}.addressHistoryItem{background:#fff;border:1px solid #e5e7eb;border-radius:14px;gap:8px;padding:12px;display:grid}.addressHistoryItem div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.addressHistoryItem pre{color:#334155;white-space:pre-wrap;background:#f8fafc;border-radius:10px;margin:0;padding:10px;font-family:inherit;font-size:12px;overflow:auto}.customerTimeline{gap:10px;margin:0;padding-left:18px;display:grid}.customerTimeline li{border-bottom:1px solid #edf0f3;padding:0 0 10px 8px}.customerTimeline span{color:var(--muted);font-size:11px;display:block}.customerTimeline strong{color:#111827;font-size:13px}.customerTimeline p{color:#475569;margin:4px 0 0;font-size:12px}.singleColumnForm{grid-template-columns:1fr}.singleColumnForm textarea{border:1px solid var(--line);resize:vertical;border-radius:12px;width:100%;padding:12px}.simplifiedEntryLog{margin-top:18px}.unifiedSkuTable{min-width:1800px}.skuInlineInput{border:1px solid var(--line);color:#111827;background:#fff;border-radius:8px;width:128px;min-height:32px;padding:0 8px;font-size:12px}.skuInlineInput.small{width:116px}.skuInlineInput.title{width:240px}.skuInlineInput.code{width:150px}.skuInlineInput.number{width:76px}.entryAdviceList p{color:#374151;margin:0;font-size:14px;line-height:1.65}.workflowHero{align-items:flex-end}.workflowStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.workflowStatCard,.workflowPanel,.workflowStartPanel,.workflowCompletePanel{box-shadow:var(--shadow);background:#ffffffe0;border:1px solid #e7e5dfe6}.workflowStatCard{border-radius:20px;min-height:132px;padding:18px}.workflowStatCard span,.workflowStatCard small{color:var(--muted)}.workflowStatCard span{font-size:13px}.workflowStatCard strong{letter-spacing:0;margin-top:16px;font-size:38px;line-height:1;display:block}.workflowStatCard small{margin-top:14px;font-size:12px;line-height:1.45;display:block}.workflowStartPanel{border-radius:var(--radius);text-align:center;align-content:center;justify-items:center;min-height:260px;padding:36px;display:grid}.workflowStartPanel h2{letter-spacing:0;margin:0;font-size:28px}.workflowStartPanel p{max-width:560px;color:var(--muted);margin:14px 0 0;font-size:15px;line-height:1.7}.matchingEngineHeader{box-shadow:var(--shadow);background:#ffffffe0;border:1px solid #e7e5dfe6;border-radius:20px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:18px;display:flex}.matchingEngineHeader div:first-child{min-width:0}.matchingEngineHeader strong{vertical-align:middle;margin-left:10px;font-size:16px;display:inline-flex}.matchingEngineHeader p{color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.6}.matchStatusLegend{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.workflowGrid{grid-template-columns:minmax(0,1fr) minmax(380px,460px);align-items:start;gap:18px;margin-bottom:18px;display:grid}.workflowPanel{border-radius:var(--radius);overflow:hidden}.workflowOrdersWrap{max-height:640px}.workflowOrdersTable{min-width:1280px}.workflowOrdersTable tbody tr{cursor:pointer;transition:background .14s,color .14s}.workflowOrdersTable tbody tr:hover,.workflowOrdersTable tbody tr.selectedRow{background:#fafafa}.workflowOrdersTable tbody tr.selectedRow td:first-child{color:#f43f5e;font-weight:800}.workflowMatchPanel{position:sticky;top:94px}.workflowProductCard{border:1px solid var(--line);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:20px;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:16px;margin:18px;padding:16px;transition:box-shadow .18s,transform .18s,border-color .18s;display:grid}.workflowProductCard.updated{border-color:#10b98166;transform:translateY(-2px);box-shadow:0 18px 34px #10b98129}.workflowProductCard img{border:1px solid var(--line);object-fit:cover;border-radius:24px;width:112px;height:112px}.workflowProductCard span{color:var(--muted);font-size:12px}.workflowProductCard strong{color:#111827;overflow-wrap:anywhere;margin-top:6px;font-size:17px;display:block}.workflowProductCard p{color:#374151;margin:10px 0 0;font-size:14px;line-height:1.55}.workflowMatchGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0 18px 18px;display:grid}.workflowMatchGrid div{border:1px solid var(--line);background:#fff;border-radius:16px;min-width:0;padding:14px}.workflowMatchGrid dt{color:var(--muted);margin-bottom:8px;font-size:12px}.workflowMatchGrid dd{color:#111827;margin:0;font-size:22px;font-weight:800;line-height:1.1}.workflowConfirmButton{width:calc(100% - 36px);margin:0 18px 18px}.workflowEmptyState{text-align:center;align-content:center;justify-items:center;min-height:300px;padding:28px;display:grid}.workflowEmptyState strong{font-size:20px}.workflowEmptyState p{color:var(--muted);margin:12px 0 0;font-size:14px}.workflowEmptyState.compact{border:1px solid var(--line);background:#fff7ed;border-radius:18px;min-height:152px;margin:18px}.confidenceBlock{border:1px solid var(--line);background:#fff;border-radius:18px;margin:18px 18px 0;padding:16px}.confidenceBlock span{color:var(--muted);font-size:12px}.confidenceBlock strong{letter-spacing:0;margin-top:8px;font-size:32px;line-height:1;display:block}.confidenceBlock p{color:#374151;margin:10px 0 0;font-size:13px;line-height:1.5}.confidenceTrack{background:#f1f5f9;border-radius:999px;height:8px;margin-top:12px;overflow:hidden}.confidenceTrack div{border-radius:inherit;background:#111827;height:100%;transition:width .18s}.selectedProgressLine{border:1px solid var(--line);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin:0 18px 18px;padding:14px;display:flex}.selectedProgressLine>span:first-child{color:var(--muted);font-size:13px}.matchingActionGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 18px 18px;display:grid}.matchingActionGrid .secondaryButton{white-space:normal;width:100%;min-height:42px}.matchingSupportGrid{grid-template-columns:minmax(0,1fr) minmax(360px,.55fr);gap:18px;margin-bottom:18px;display:grid}.unmatchedOrderList,.matchingRulesList{gap:10px;margin:0;padding:16px;display:grid}.unmatchedOrderList{list-style:none}.unmatchedOrderList li,.matchingRulesList li{border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px 14px}.unmatchedOrderList strong,.unmatchedOrderList span{display:block}.unmatchedOrderList strong{font-size:14px}.unmatchedOrderList span,.unmatchedOrderList p{color:var(--muted);font-size:13px;line-height:1.55}.unmatchedOrderList span{margin-top:5px}.unmatchedOrderList p{color:#c2410c;margin:10px 0 0}.matchingRulesList{padding-left:34px}.matchingRulesList li{color:#374151;font-size:14px;line-height:1.65}.workflowBottomGrid{grid-template-columns:minmax(0,1fr) minmax(360px,.55fr);gap:18px;margin-bottom:18px;display:grid}.recordedOrderList{gap:8px;min-height:156px;margin:0;padding:16px;list-style:none;display:grid}.recordedOrderList li{border:1px solid var(--line);background:#fff;border-radius:16px;gap:6px;padding:12px 14px;display:grid}.recordedOrderList strong{color:#111827;font-size:14px}.recordedOrderList span{color:var(--muted);font-size:13px}.recordedOrderList .mutedListItem{color:var(--muted)}.workflowAdvice{min-height:156px;padding:22px}.workflowAdvice p{color:#374151;margin:0;font-size:16px;line-height:1.75}.workflowLogPanel{margin-bottom:18px}.workflowLogTable{min-width:860px}.dailyReportPanel{margin-bottom:18px}.reportActions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.reportActions .primaryButton,.reportActions .secondaryButton{min-height:40px}.reportStatGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;padding:18px;display:grid}.reportStatCard{border:1px solid var(--line);background:#fff;border-radius:18px;min-height:112px;padding:16px}.reportStatCard span{color:var(--muted);font-size:13px;line-height:1.45}.reportStatCard strong{letter-spacing:0;margin-top:18px;font-size:30px;line-height:1;display:block}.reportExportToast{color:#047857;background:#ecfdf5;border-radius:14px;margin:0 18px 18px;padding:12px 14px;font-size:13px}.reportSection{border:1px solid var(--line);background:#ffffffb8;border-radius:18px;margin:0 18px 18px;overflow:hidden}.compactHeader{padding:14px 16px}.compactHeader h3{letter-spacing:0;margin:0;font-size:15px}.reportSkuTable{min-width:980px}.reportExceptionTable{min-width:1080px}.reportAiSummary{border:1px solid var(--line);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:18px;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:14px;margin:0 18px 18px;padding:18px;display:grid}.reportAiSummary p{color:#374151;margin:0;font-size:15px;line-height:1.75}.workflowCompletePanel{color:#065f46;background:#ecfdf5;border-radius:20px;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.workflowCompletePanel strong{font-size:18px}.workflowCompletePanel span{font-size:14px}.centerHero{align-items:flex-end}.centerStatGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.centerStatCard,.centerDrawer{box-shadow:var(--shadow);background:#ffffffe0;border:1px solid #e7e5dfe6}.centerStatCard{border-radius:20px;min-height:126px;padding:18px}.centerStatCard span,.centerStatCard small{color:var(--muted)}.centerStatCard span{font-size:13px}.centerStatCard strong{letter-spacing:0;margin-top:16px;font-size:34px;line-height:1;display:block}.centerStatCard small{margin-top:13px;font-size:12px;line-height:1.45;display:block}.compactStatGrid{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:8px;margin-bottom:14px}.compactStatGrid .orderEntryStatCard,.compactStatGrid .centerStatCard{min-height:72px;box-shadow:none;border-radius:12px;padding:10px 12px}.compactStatGrid .orderEntryStatCard span,.compactStatGrid .centerStatCard span{font-size:11px}.compactStatGrid .orderEntryStatCard strong,.compactStatGrid .centerStatCard strong{margin-top:6px;font-size:22px;line-height:1}.compactStatGrid .orderEntryStatCard small,.compactStatGrid .centerStatCard small{text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:11px;overflow:hidden}.centerToolbar{background:#ffffffd1;border:1px solid #e7e5dfe6;border-radius:22px;grid-template-columns:minmax(340px,1fr) auto;align-items:center;gap:14px;margin-bottom:18px;padding:14px;display:grid;box-shadow:0 14px 34px #0f172a0d}.centerWorkspace{grid-template-columns:minmax(0,1fr) minmax(360px,440px);align-items:start;gap:18px;display:grid}.centerTableWrap{max-height:720px}.centerTable{min-width:1320px}.centerTable tbody tr{cursor:pointer;transition:background .14s,color .14s}.centerTable tbody tr:hover,.centerTable tbody tr.selectedRow{background:#fafafa}.centerTable tbody tr.selectedRow td:first-child{color:#f43f5e;font-weight:800}.centerDrawer{border-radius:var(--radius);max-height:calc(100vh - 116px);position:sticky;top:94px;overflow:hidden auto}.centerProductLine{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:14px;padding:14px;display:grid}.centerProductLine img{border:1px solid var(--line);object-fit:cover;border-radius:18px;width:74px;height:74px}.centerProductLine strong,.centerProductLine span{display:block}.centerProductLine strong{font-size:15px;line-height:1.45}.centerProductLine span{color:var(--muted);margin-top:7px;font-size:13px}.centerActionGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.centerActionGrid .secondaryButton{white-space:normal;width:100%;min-height:42px}.centerAdviceList{gap:10px;margin:0;padding:16px;list-style:none;display:grid}.centerAdviceList li{border:1px solid var(--line);color:#374151;background:#fff;border-radius:16px;padding:14px;font-size:14px;line-height:1.65}.modalBackdrop{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1118273d;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modalPanel{background:#fffffff5;border:1px solid #e7e5dfe6;border-radius:24px;width:min(680px,100%);overflow:hidden;box-shadow:0 28px 80px #0f172a38}.modalForm{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;display:grid}.modalForm label{gap:8px;display:grid}.modalForm span{color:var(--muted);font-size:12px;font-weight:650}.modalForm input,.modalForm textarea{border:1px solid var(--line);color:#111827;background:#fff;border-radius:14px;outline:0;width:100%}.modalForm input{min-height:42px;padding:0 12px}.modalForm textarea{resize:vertical;padding:12px}.modalWideField{grid-column:1/-1}.modalActions{justify-content:flex-end;gap:10px;padding:0 18px 18px;display:flex}.dailyHero h1{max-width:820px}.aiDailySummary{border-radius:var(--radius);box-shadow:var(--shadow);background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e7e5dfe6;grid-template-columns:42px minmax(0,1fr);gap:16px;margin-bottom:18px;padding:22px;display:grid}.localResetNotice{color:#047857;background:#ecfdf5;border:1px solid #10b9813d;border-radius:16px;margin-bottom:18px;padding:14px 16px;font-size:14px;font-weight:650}.aiDailySummary h2{letter-spacing:0;margin:0;font-size:22px}.aiDailySummary p{color:#374151;margin:8px 0 0;font-size:15px}.aiDailySummary ol{color:#111827;gap:8px;margin:14px 0 0;padding-left:20px;font-size:15px;line-height:1.65;display:grid}.dailyWorkGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.dailyWorkCard{border-radius:var(--radius);min-height:292px;box-shadow:var(--shadow);background:#ffffffe6;border:1px solid #e7e5dfe6;gap:16px;padding:18px;display:grid}.dailyWorkHeader{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.dailyWorkHeader h2{letter-spacing:0;margin:7px 0 0;font-size:24px}.dailyWorkHeader strong{letter-spacing:0;font-size:42px;line-height:1}.taskPriority{color:#f43f5e;font-size:13px;font-weight:800}.dailyWorkCard p{color:#374151;margin:0;font-size:14px;line-height:1.7}.dailyTaskStats{flex-wrap:wrap;gap:8px;display:flex}.dailyTaskStats span{background:var(--surface-soft);color:#374151;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.taskActionLink{color:#fff;background:#111827;border-radius:14px;justify-content:center;align-items:center;width:fit-content;min-height:40px;margin-top:auto;padding:0 14px;font-size:13px;font-weight:750;display:inline-flex}.balanceSkuTable{min-width:1280px}.balanceSkuTable tbody tr,.balanceOrderTable tbody tr{cursor:pointer;transition:background .14s}.balanceSkuTable tbody tr:hover,.balanceSkuTable tbody tr.selectedRow,.balanceOrderTable tbody tr:hover{background:#fafafa}.balanceSkuTable tbody tr.selectedRow td:first-child{color:#f43f5e;font-weight:800}.balanceDetailHeader,.balanceFilterBar,.balanceRuleNotice{border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffe0;border:1px solid #e7e5dfe6;margin:18px 0}.balanceDetailHeader{grid-template-columns:minmax(0,1fr) minmax(300px,.58fr);align-items:center;gap:18px;padding:20px;display:grid}.balanceDetailHeader h2{letter-spacing:0;margin:0;font-size:24px}.balanceDetailHeader span,.balanceDetailHeader p,.balanceFilterBar span,.balanceSubStatus{color:var(--muted)}.balanceDetailHeader span,.balanceDetailHeader p{font-size:14px;line-height:1.7}.balanceSummaryGrid{grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.balanceSummaryCard{background:#ffffffe0;border:1px solid #e7e5dfe6;border-radius:18px;min-height:112px;padding:16px;box-shadow:0 14px 34px #0f172a0d}.balanceSummaryCard span{color:var(--muted);font-size:13px}.balanceSummaryCard strong{letter-spacing:0;margin-top:18px;font-size:30px;line-height:1;display:block}.balanceFilterBar{grid-template-columns:minmax(240px,.34fr) minmax(0,1fr);align-items:center;gap:14px;padding:16px;display:grid}.balanceToast{color:#5b21b6;background:#f5f3ff;border:1px solid #6d28d92e;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin:0 0 18px;padding:14px 16px;font-size:14px;font-weight:700;display:flex;box-shadow:0 14px 34px #6d28d91a}.toastUndoButton{color:#5b21b6;background:#fff;border:1px solid #6d28d947;border-radius:999px;min-height:32px;padding:0 14px;font-size:13px;font-weight:800}.balanceFilterBar strong,.balanceFilterBar span{display:block}.balanceFilterBar strong{font-size:17px}.balanceFilterBar span{margin-top:6px;font-size:13px}.filterButton.active{color:#fff;background:#111827;border-color:#111827}.balanceOrderTable{min-width:1680px}.balanceSubStatus{margin-top:8px;font-size:12px;line-height:1.5;display:block}.balanceOrderActions{flex-wrap:wrap;gap:8px;min-width:440px;display:flex}.balanceOrderActions .rowActionButton{min-height:30px;padding:0 10px;font-size:12px}.balanceActionButton{font-weight:800}.balanceActionButton.actionOpen{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.balanceActionButton.actionPaid{color:#047857;background:#ecfdf5;border-color:#bbf7d0}.balanceActionButton.actionReady{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}.balanceActionButton.actionReminder{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.balanceActionButton.actionPartial{color:#854d0e;background:#fef9c3;border-color:#fde68a}.balanceActionButton.actionCancel{color:#be123c;background:#fff1f2;border-color:#fecdd3}.balancePagination{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:12px;padding:16px 18px;display:flex}.balancePagination span{color:var(--muted);font-size:13px}.balanceOrderTable .statusPill.warning{color:#854d0e;background:#fef9c3}.balanceExportModal{width:min(1120px,100vw - 40px)}.balanceExportWrap{max-height:520px;overflow:auto}.balanceExportTable{min-width:1320px}.statusPill.invoiceUnpaid{color:#1d4ed8;background:#eff6ff}.statusPill.abandoned{color:#fff;background:#7f1d1d}.sheetToolbar{border:1px solid var(--line);background:#ffffffeb;border-radius:18px;grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:end;gap:18px;margin-bottom:18px;padding:14px 16px;display:grid}.sheetToolbar label,.actionMenuPanel label{gap:8px;display:grid}.sheetToolbar span,.actionMenuPanel span{color:var(--muted);font-size:12px;font-weight:800}.sheetToolbar select,.deadlineInput,.actionMenuPanel input{border:1px solid var(--line);min-height:34px;color:var(--ink);background:#fff;border-radius:8px;font-size:13px}.sheetToolbar select{padding:0 12px;font-weight:800}.sheetToolbar p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.sheetTableWrap,.customerTableWrap{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;overflow:auto}.balanceSheetTable,.customerBalanceTable{border-collapse:separate;border-spacing:0;table-layout:fixed;width:max(100%,1520px);font-size:12px}.balanceSheetTable th,.customerBalanceTable th{z-index:3;color:#334155;text-align:center;background:#dcefe0;border-bottom:1px solid #c8d8cc;border-right:1px solid #dbe4dc;min-height:36px;padding:8px 6px;font-size:11px;font-weight:800;line-height:1.15;position:sticky;top:0}.balanceSheetTable td,.customerBalanceTable td{color:#334155;text-align:center;vertical-align:middle;background:#fff;border-bottom:1px solid #edf0f2;border-right:1px solid #e5e7eb;height:36px;padding:5px 6px;line-height:1.3}.balanceSheetTable tbody tr:hover td,.customerBalanceTable tbody tr:hover td,.balanceSheetTable tbody tr.selectedRow td{background:#f8fbff}.balanceSheetTable .dateColumn{width:58px}.balanceSheetTable .productColumn{width:300px}.balanceSheetTable .skuColumn{width:140px}.balanceSheetTable .progressColumn{width:128px}.balanceSheetTable .codeColumn{width:150px}.balanceSheetTable .noteColumn{width:170px}.balanceSheetTable .deadlineColumn{width:112px}.balanceSheetTable .reminderColumn{width:132px}.balanceSheetTable th:not(.dateColumn):not(.productColumn):not(.skuColumn):not(.progressColumn):not(.codeColumn):not(.noteColumn):not(.deadlineColumn):not(.reminderColumn){width:72px}.productCell,.noteCell,.skuCell,.emailCell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.productCell,.noteCell{text-align:left}.skuCell{font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.sheetSelect{color:#111827;border:0;border-radius:999px;width:100%;min-height:26px;padding:0 24px 0 10px;font-size:12px;font-weight:800}.progress-preorder{color:#374151;background:#e5e7eb}.progress-released{color:#dc2626;background:#ffd1d1}.progress-inTransit{color:#854d0e;background:#ffe7a3}.progress-partialArrived{color:#075985;background:#c8ecff}.progress-arrived{color:#166534;background:#d9f7c6}.progress-cancel{color:#fff;background:#ef4444}.progress-sent{color:#fff;background:#6b3f1d}.progress-needPurchase{color:#065f46;background:#67e8a5}.progress-balanceOpen{color:#fff;background:#d946ef}.progress-unknown{color:#fff;background:#4b5563}.codeSelect{box-shadow:inset 0 0 0 1px #0f172a14}.sheetCellButton,.overdueLabel{width:100%;min-height:26px;color:inherit;background:0 0;border:0;border-radius:6px;padding:0 6px;font-size:12px;font-weight:800}.sheetCellButton:hover,.overdueLabel:hover{color:#075985;background:#e0f2fe}.deadlineButton{color:#1d4ed8}.availableCell{font-weight:900;background:#ffd966!important}.negativeCell{color:#111827;font-weight:900;background:#e06666!important}.overdueCell{grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:6px;display:grid}.overdueLabel{color:#4b5563;background:#f3f4f6}.overdueLabel.danger{color:#b91c1c;background:#fee2e2}.selectedSkuHeader{border:1px solid var(--line);background:#ffffffeb;border-radius:18px;grid-template-columns:minmax(280px,.9fr) minmax(0,1.2fr);align-items:center;gap:18px;margin:18px 0;padding:16px;display:grid}.selectedSkuProduct{align-items:center;gap:14px;min-width:0;display:flex}.selectedSkuProduct img{border:1px solid var(--line);background:#f8fafc;border-radius:12px}.selectedSkuProduct h2,.selectedSkuProduct p,.selectedSkuProduct span{margin:0}.selectedSkuProduct h2{font-size:20px}.selectedSkuProduct span{max-width:520px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.selectedSkuStats{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.selectedSkuStats span{color:#475569;background:#f8fafc;border-radius:999px;min-height:28px;padding:6px 9px;font-size:12px;font-weight:800}.dangerText{color:#b91c1c!important;background:#fee2e2!important}.customerBalanceTable{width:max(100%,1380px)}.customerBalanceTable th{background:#e9f1fb}.customerBalanceTable .stickyCustomerColumn{z-index:4;text-align:left;background:#fff;width:130px;position:sticky;left:0;box-shadow:1px 0 #e5e7eb}.customerBalanceTable th.stickyCustomerColumn{z-index:5;background:#dceafe}.customerNameCell{font-weight:900}.paymentMethodColumn,.paymentMethodCell{white-space:normal;width:150px}.paymentMethodCell{color:#475569;font-size:11px;line-height:1.3}.deadlineInput{width:118px;padding:0 6px;font-size:12px}.overdueDays{color:#b91c1c;font-size:12px;font-weight:900}.mutedText{color:var(--muted);font-size:12px}.actionMenu{position:relative}.actionMenu summary{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;min-width:72px;min-height:30px;font-size:12px;font-weight:900;list-style:none;display:inline-flex}.actionMenu summary::-webkit-details-marker{display:none}.actionMenu summary:after{content:"▼";margin-left:6px;font-size:9px}.actionMenu[open] summary{color:#fff;background:#111827;border-color:#111827}.actionMenuPanel{border:1px solid var(--line);background:#fff;border-radius:12px;gap:7px;min-width:172px;margin-top:8px;padding:10px;display:grid;box-shadow:0 18px 40px #0f172a1f}.actionMenuPanel button{color:#334155;text-align:left;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;min-height:30px;font-size:12px;font-weight:800}.actionMenuPanel button:hover{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.actionMenuPanel .dangerAction{color:#991b1b;background:#fee2e2;border-color:#fecaca}.balanceRuleNotice{grid-template-columns:42px minmax(0,1fr);align-items:start;gap:14px;padding:18px;display:grid}.balanceRuleNotice p{color:#374151;margin:0;font-size:14px;line-height:1.75}@media (max-width:1180px){.metricGrid,.orderStatGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.orderToolbar,.orderWorkspace,.releaseWorkspace,.skuDetailLayout,.importGrid,.entryImportPanel,.entryFilterBar,.entryDetailGrid,.entryReportTables,.orderEntryWorkspace,.orderEntryBottomGrid,.workflowGrid,.workflowBottomGrid,.matchingEngineHeader,.matchingSupportGrid,.centerToolbar,.centerWorkspace{grid-template-columns:1fr}.matchingEngineHeader{flex-direction:column;align-items:stretch}.matchStatusLegend,.filterGroup{justify-content:flex-start}.orderDrawer,.releaseDrawer,.skuProfilePanel,.centerDrawer{max-height:none;position:static}.skuMetricGrid,.skuInfoGrid,.importSummaryGrid,.orderEntryStatGrid,.reportStatGrid,.centerStatGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.orderEntryMatchPanel,.workflowMatchPanel{position:static}.suggestionList{grid-template-columns:1fr}.dailyWorkGrid,.balanceDetailHeader,.balanceFilterBar,.balanceSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:880px){.appShell{grid-template-columns:1fr}.sidebar{height:auto;padding:18px;position:static}.sideNav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.topNav,.hero,.footer{flex-direction:column;align-items:stretch}.mainContent{padding:26px 18px 18px}.metricGrid,.dashboardGrid,.orderStatGrid,.importSummaryGrid,.orderEntryStatGrid,.entryImportPanel,.entryFilterBar,.entryDetailGrid,.entryMatchSummary,.entryReportTables,.entryPreviewGrid,.workflowStats,.workflowMatchGrid,.matchingActionGrid,.reportStatGrid,.centerStatGrid,.dailyWorkGrid,.aiDailySummary,.balanceDetailHeader,.balanceFilterBar,.balanceSummaryGrid,.balanceRuleNotice{grid-template-columns:1fr}.balancePagination{flex-direction:column;align-items:stretch}.orderToolbar{padding:12px}.monthSwitcher{justify-content:flex-start}.splitInfo,.detailGrid,.skuMetricGrid,.skuInfoGrid,.modalForm{grid-template-columns:1fr}.modalWideField{grid-column:auto}}@media (max-width:560px){.topNavActions,.heroActions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.userBadge{grid-column:1/-1}.sideNav{grid-template-columns:1fr}}.entrySourceRow{grid-template-columns:minmax(160px,.35fr) minmax(220px,.5fr) minmax(260px,1fr);align-items:end;gap:10px;margin:12px 0;display:grid}.entrySourceRow label{color:var(--muted);gap:6px;font-size:12px;font-weight:800;display:grid}.entrySourceRow select,.entrySourceRow input,.entryOrderItemTable select{border:1px solid var(--line);color:#111827;background:#fff;border-radius:8px;width:100%;min-height:34px;font-size:12px}.waybillCheckpointRow{align-items:center;margin-bottom:12px}.waybillImportPanel{grid-template-columns:minmax(0,1fr) auto;margin-bottom:12px}.waybillCapturePanel{background:#f8fbff;border:1px solid #dbeafe;border-radius:10px;gap:12px;margin:12px 0;padding:12px;display:grid}.waybillCaptureControls,.waybillCaptureStatusGrid{gap:10px;display:grid}.waybillCaptureControls{grid-template-columns:repeat(4,minmax(120px,1fr)) auto auto;align-items:end}.waybillCaptureControls label{color:var(--muted);gap:6px;font-size:12px;font-weight:800;display:grid}.waybillCaptureControls input{border:1px solid var(--line);color:#111827;background:#fff;border-radius:8px;min-height:34px;padding:0 10px}.waybillCaptureStatusGrid{grid-template-columns:repeat(4,minmax(160px,1fr))}.waybillCaptureStatusGrid span{color:#475569;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 9px;font-size:12px;font-weight:800}.waybillCaptureStatusGrid strong{color:#111827}.waybillSelectAll{align-items:center;gap:8px;display:inline-flex}.waybillThumb{object-fit:cover;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;width:48px;height:48px}.waybillIntakeTable th,.waybillIntakeTable td{vertical-align:middle}.entryBatchInfo{background:#f8fbff;border:1px solid #dbeafe;border-radius:10px;gap:5px;min-height:52px;padding:9px 11px;display:grid}.entryBatchInfo strong{font-size:13px}.entryBatchInfo span{color:var(--muted);font-size:11px}.entryBatchResultGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:14px;display:grid}.entryBatchResultGrid article{background:#fff;border:1px solid #e2e8f0e6;border-radius:10px;min-height:64px;padding:10px 12px}.entryBatchResultGrid span{color:var(--muted);font-size:11px;font-weight:800;display:block}.entryBatchResultGrid strong{color:#111827;margin-top:6px;font-size:19px;line-height:1;display:block}.compactIntakeTable{max-height:300px}@media (max-width:980px){.entrySourceRow,.entryBatchResultGrid{grid-template-columns:1fr}}.productImportPanel,.productImportSummary{border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffe0;border:1px solid #e7e5dfe6;margin-bottom:18px}.productImportPanel{justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.productImportPanel h2{letter-spacing:0;margin:0 0 6px;font-size:18px}.productImportPanel p{color:var(--muted);margin:0;font-size:13px}.productImportActions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.fileActionButton{cursor:pointer;position:relative}.fileActionButton input{cursor:pointer;opacity:0;width:100%;height:100%;position:absolute;inset:0}.productImportSummary{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1px;display:grid;overflow:hidden}.productImportSummary div{background:#fff;gap:8px;padding:14px 16px;display:grid}.productImportSummary span{color:var(--muted);font-size:12px}.productImportSummary strong{letter-spacing:0;font-size:24px}.productPasteImportPanel{background:#ffffffeb;border:1px solid #e7e5dfe6;border-radius:12px;gap:14px;margin-bottom:18px;padding:16px;display:grid;box-shadow:0 14px 36px #0f172a0f}.productPasteHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.productPasteHeader h2{margin:0 0 6px;font-size:18px}.productPasteHeader p{max-width:820px;color:var(--muted);margin:0;line-height:1.6}.productPasteTextarea{color:#111827;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;min-height:220px;padding:12px;font-family:SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.45}.productPasteTextarea:focus{border-color:#2563eb;outline:3px solid #2563eb24}.pastePreviewBlock{gap:12px;display:grid}.pastePreviewSummary{margin:0}.recognizedFields{color:#334155;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;flex-wrap:wrap;gap:8px;padding:10px 12px;font-size:13px;display:flex}.pasteImportErrors{color:#991b1b;background:#fff7f7;border:1px solid #fecaca;border-radius:8px;gap:6px;padding:10px 12px;font-size:13px;display:grid}.pasteImportErrors span{line-height:1.45}.pastePreviewTableWrap{background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-height:420px;max-height:72vh;overflow:auto}.pastePreviewTable{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:1420px;font-size:12px}.pastePreviewTable th,.pastePreviewTable td{white-space:normal;word-break:break-word;overflow-wrap:anywhere;vertical-align:top;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:4px 6px;line-height:1.22}.pastePreviewTable th{z-index:2;color:#334155;background:#f8fafc;font-weight:800;position:sticky;top:0}.pastePreviewTable .pasteMonthCol{width:92px}.pastePreviewTable .pasteItemsCol{width:520px}.pastePreviewTable .pasteSkuCol{width:132px}.pastePreviewTable .pasteProgressCol{width:104px}.pastePreviewTable .pasteNumberCol{width:72px}.pastePreviewTable .pasteCodeCol{width:112px}.pastePreviewTable .pasteNoteCol{width:180px}.pastePreviewTable .pasteDeadlineCol{width:110px}.pastePreviewTable td:nth-child(2),.pastePreviewTable td:nth-child(10){text-align:left}.pastePreviewTable td:nth-child(5),.pastePreviewTable td:nth-child(6),.pastePreviewTable td:nth-child(7),.pastePreviewTable td:nth-child(8){text-align:center;font-variant-numeric:tabular-nums}.productTableWrap{max-height:620px}.productSheetTable{table-layout:fixed;min-width:980px}.productSheetTable th,.productSheetTable td{vertical-align:top;white-space:normal;padding:9px 12px;line-height:1.35}.productSheetTable thead th{z-index:4;color:#475569;background:#f8fafc;position:sticky;top:0}.productSheetTable th:first-child,.productSheetTable td:first-child{z-index:3;width:150px;box-shadow:1px 0 0 var(--line);background:#fff;position:sticky;left:0}.productSheetTable thead th:first-child{z-index:5;background:#f8fafc}.productSheetTable th:nth-child(2){width:46%}.productSheetTable th:nth-child(3){width:180px}.stickyProductCell{font-weight:700}.stickyProductCell small{color:var(--muted);margin-top:4px;font-size:11px;font-weight:500;display:block}.productNameCell{word-break:break-word}.emptyTableCell{color:var(--muted);text-align:center;padding:28px!important}@media (max-width:860px){.productImportPanel{flex-direction:column;align-items:stretch}.productImportActions{justify-content:flex-start}.productImportSummary{grid-template-columns:repeat(2,minmax(0,1fr))}}.balanceSheetTable{border-collapse:separate;border-spacing:0}.balanceSheetTable th,.balanceSheetTable td{white-space:normal;word-break:break-word;overflow-wrap:anywhere;background-clip:padding-box;border-bottom:1px solid #e5eaf0;border-right:1px solid #d7dee8}.balanceSheetTable th:first-child,.balanceSheetTable td:first-child{z-index:2;background:#fff;position:sticky;left:0;box-shadow:1px 0 #cbd5e1}.balanceSheetTable thead th:first-child{z-index:5;background:#dcefe0}.balanceSheetTable .productCell,.balanceSheetTable .noteCell,.balanceSheetTable .skuCell,.balanceSheetTable .emailCell{text-overflow:clip;white-space:normal;word-break:break-word;overflow-wrap:anywhere;overflow:visible}.balanceSheetTable .productCell,.balanceSheetTable .noteCell,.balanceSheetTable .codeColumn,.balanceSheetTable .deadlineColumn{text-align:left}.balanceSheetTable .sheetSelect,.balanceSheetTable .sheetNumberInput,.balanceSheetTable .sheetTextInput,.balanceSheetTable .sheetTextArea{width:100%;min-height:28px;box-shadow:none;color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:4px;margin:0;font-size:12px;line-height:1.35;display:block}.balanceSheetTable .sheetSelect{padding:3px 24px 3px 8px}.balanceSheetTable .sheetNumberInput,.balanceSheetTable .sheetTextInput{text-align:center;padding:4px 6px}.balanceSheetTable .sheetTextInput.wrap{text-align:left;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.balanceSheetTable .sheetTextArea{resize:vertical;text-align:left;white-space:normal;word-break:break-word;overflow-wrap:anywhere;min-height:44px;padding:5px 6px}.balanceSheetTable .sheetNumberInput:focus,.balanceSheetTable .sheetTextInput:focus,.balanceSheetTable .sheetTextArea:focus,.balanceSheetTable .sheetSelect:focus{outline-offset:0;border-color:#2563eb;outline:2px solid #2563eb29}.balanceSheetTable .progressSelect,.balanceSheetTable .codeSelect{width:auto;min-width:78px;max-width:100%;min-height:24px;box-shadow:none;border-width:1px;border-radius:999px;padding:3px 24px 3px 10px;font-weight:800;line-height:1.2;display:inline-block}.balanceSheetTable .sheetCheckboxCell{cursor:pointer;justify-content:center;align-items:center;width:100%;min-height:28px;display:inline-flex}.balanceSheetTable .sheetCheckboxCell input{cursor:pointer;accent-color:#2563eb;width:16px;height:16px}.sheetMonthTabs{background:#f8fafc;border:1px solid #d9e2dc;border-radius:8px 8px 0 0;margin:0 0 12px;box-shadow:inset 0 -1px #d9e2dc}.sheetMonthTabsScroller{scrollbar-width:thin;gap:2px;padding:6px 8px 0;display:flex;overflow-x:auto}.sheetMonthTab{color:#475569;min-width:82px;min-height:32px;box-shadow:none;background:#eef3f0;border:1px solid #d9e2dc;border-bottom:0;border-radius:8px 8px 0 0;flex:none;padding:0 12px;font-size:12px;font-weight:700}.sheetMonthTab:hover{color:#111827;background:#fff}.sheetMonthTab.active{z-index:2;color:#0f172a;background:#fff;position:relative;box-shadow:inset 0 3px #22c55e}.balanceSheetTable{width:max(100%,2300px)}.balanceSheetTable .monthColumn,.balanceSheetTable .monthCell{width:118px;min-width:118px;font-weight:700}.balanceSheetTable .productColumn,.balanceSheetTable .productCell{width:420px;min-width:420px}.balanceSheetTable .skuColumn,.balanceSheetTable .skuCell{width:180px;min-width:180px}.balanceSheetTable .progressColumn{width:140px;min-width:140px}.balanceSheetTable .codeColumn{width:180px;min-width:180px}.balanceSheetTable .noteColumn{width:240px;min-width:240px}.balanceSheetTable .deadlineColumn{width:160px;min-width:160px}.balanceSheetTable .reminderColumn{width:110px;min-width:110px}.balanceSheetTable .productCell,.balanceSheetTable .skuCell,.balanceSheetTable .codeSelect,.balanceSheetTable .sheetTextArea,.balanceSheetTable .sheetTextInput.wrap{white-space:normal;word-break:break-word;overflow-wrap:anywhere}.balanceSheetTable .skuCell{text-overflow:clip;overflow:visible}.balanceSheetTable .progressSelect{text-overflow:clip;min-width:124px}.dangerButton{color:#b91c1c;cursor:pointer;background:#fff1f2;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;font-weight:700}.dangerButton:hover,.dangerTextButton:hover{color:#991b1b;background:#fee2e2}.dangerButton:disabled{cursor:not-allowed;opacity:.48}.dangerTextButton{color:#b91c1c;cursor:pointer;white-space:nowrap;background:#fff7f7;border:1px solid #fecaca;border-radius:6px;padding:6px 10px;font-weight:700}.entryAttributeCell,.shippingAddressReadOnly{white-space:normal;word-break:break-word;overflow-wrap:anywhere;line-height:1.45}.entryAttributeCell{min-width:180px;max-width:260px}.shippingAddressReadOnly{background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;max-height:120px;padding:6px;overflow:auto}.productEditorTableWrap{background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:68vh;overflow:auto}.productEditorTable{border-collapse:separate;border-spacing:0;table-layout:fixed;min-width:1700px}.productEditorTable th,.productEditorTable td{vertical-align:top;white-space:normal;word-break:break-word;overflow-wrap:anywhere;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.productEditorTable th{z-index:5;background:#f8fafc;position:sticky;top:0}.productEditorTable th:first-child,.productEditorTable .stickyProductCell{z-index:6;background:#fff;width:180px;min-width:180px;position:sticky;left:0}.productEditorTable th:first-child{z-index:8;background:#f8fafc}.productBulkActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.productEditorTable th.productSelectColumn,.productEditorTable td.productSelectCell{z-index:7;text-align:center;background:#fff;position:sticky;left:0;width:28px!important;min-width:28px!important;max-width:28px!important;padding:5px 2px!important}.productEditorTable th.productSelectColumn input,.productEditorTable td.productSelectCell input{width:14px;height:14px;margin:0}.productEditorTable thead .productSelectColumn{z-index:10;background:#f8fafc}.productEditorTable .stickyProductCell{z-index:7;width:150px;min-width:150px;left:28px}.productEditorTable th:nth-child(2){z-index:9;background:#f8fafc;width:150px;min-width:150px;position:sticky;left:28px}.productEditorTable th:nth-child(3),.productImageCell{width:116px;min-width:116px}.productEditorTable th:nth-child(4),.productEditorTable td:nth-child(4){width:168px;min-width:168px}.productEditorTable th:nth-child(5),.productEditorTable td:nth-child(5){width:176px;min-width:176px}.productEditorTable th:nth-child(6),.productEditorTable td:nth-child(6){width:460px;min-width:460px}.productEditorTable th:nth-child(7),.productEditorTable td:nth-child(7){width:148px;min-width:148px}.productEditorTable th:nth-child(8),.productEditorTable td:nth-child(8),.productEditorTable th:nth-child(9),.productEditorTable td:nth-child(9){width:108px;min-width:108px}.productEditorTable th:nth-child(10),.productEditorTable td:nth-child(10){width:128px;min-width:128px}.productEditorTable th:nth-child(11),.productEditorTable td:nth-child(11),.productEditorTable th:nth-child(12),.productEditorTable td:nth-child(12){width:92px;min-width:92px}.productEditorTable th:nth-child(13),.productEditorTable td:nth-child(13){width:180px;min-width:180px}.productActionCell,.productEditorTable th:last-child{text-align:center;background:#fff;width:86px;min-width:86px}.productCellInput,.productCellTextarea{box-sizing:border-box;color:#111827;width:100%;max-width:100%;font:inherit;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;background:0 0;border:0;outline:none;padding:6px;line-height:1.45}.productCellInput:focus,.productCellTextarea:focus{background:#eff6ff;box-shadow:inset 0 0 0 1px #60a5fa}.productCellTextarea{resize:vertical;white-space:normal;word-break:break-word;overflow-wrap:anywhere;min-height:54px}.productCellInlineTextarea{resize:vertical;min-height:62px;overflow:auto}.productImageCell{flex-direction:column;gap:6px;display:flex}.productThumbButton{cursor:zoom-in;background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:64px;height:64px;padding:2px}.productThumbButton img{object-fit:cover;border-radius:4px;width:100%;height:100%}.productDraftRow td{background:#fefce8}.productDraftActions{gap:6px;margin-top:6px;display:flex}.primaryMiniButton,.secondaryMiniButton{cursor:pointer;border-radius:6px;padding:5px 9px;font-weight:700}.primaryMiniButton{color:#fff;background:#111827;border:1px solid #111827}.secondaryMiniButton{color:#374151;background:#fff;border:1px solid #d1d5db}.imagePreviewOverlay{z-index:1000;cursor:zoom-out;background:#0f172ab8;border:0;place-items:center;display:grid;position:fixed;inset:0}.imagePreviewOverlay img{background:#fff;border-radius:10px;max-width:min(820px,88vw);max-height:86vh;box-shadow:0 24px 80px #0f172a59}.inStockPriorityPill{color:#fff;background:#f97316;border-color:#ea580c;margin-left:6px;font-weight:800;display:inline-flex}.balanceGlobalSearch{gap:8px;margin:10px 0 12px;display:grid}.balanceSearchResults{background:#fff;border:1px solid #dbe3ef;border-radius:8px;max-height:260px;overflow:auto;box-shadow:0 10px 30px #0f172a14}.balanceSearchResults table{border-collapse:separate;border-spacing:0;width:100%;font-size:12px}.balanceSearchResults th,.balanceSearchResults td{text-align:left;white-space:normal;word-break:break-word;border-bottom:1px solid #eef2f7;padding:8px 10px}.balanceSearchResults th{z-index:2;background:#f8fafc;position:sticky;top:0}.balanceSearchResults tr{cursor:pointer}.balanceSearchResults tbody tr:hover td{background:#eff6ff}.balanceSheetTableWrap{max-width:100%;padding-bottom:14px;overflow:scroll auto}.balanceSheetTableWrap::-webkit-scrollbar{height:14px}.balanceSheetTableWrap::-webkit-scrollbar-track{background:#eef2f7;border-radius:999px}.balanceSheetTableWrap::-webkit-scrollbar-thumb{background:#94a3b8;border:3px solid #eef2f7;border-radius:999px}.balanceSheetTable .monthCol{width:var(--balance-month-width)}.balanceSheetTable .productCol{width:var(--balance-product-width)}.balanceSheetTable .skuCol{width:var(--balance-sku-width)}.balanceSheetTable .progressCol{width:var(--balance-progress-width)}.balanceSheetTable .skuColumn,.balanceSheetTable .skuCell{max-width:var(--balance-sku-width);white-space:normal;word-break:break-word;overflow-wrap:anywhere;width:var(--balance-sku-width)!important;min-width:var(--balance-sku-width)!important}.balanceSheetTable .monthColumn,.balanceSheetTable .monthCell{z-index:7;max-width:var(--balance-month-width);background:#fff padding-box padding-box;position:sticky;left:0;box-shadow:1px 0 #cbd5e1;width:var(--balance-month-width)!important;min-width:var(--balance-month-width)!important}.balanceSheetTable .productColumn,.balanceSheetTable .productCell{left:var(--balance-month-width);z-index:6;max-width:var(--balance-product-width);background:#fff padding-box padding-box;position:sticky;box-shadow:-36px 0 #fff,-1px 0 #d7dee8,1px 0 #cbd5e1;width:var(--balance-product-width)!important;min-width:var(--balance-product-width)!important}.balanceSheetTable .formulaCell{color:#111827;font-variant-numeric:tabular-nums;text-align:center;background:#f8fafc}.balanceSheetTable td.formulaCell.availablePositiveCell,.balanceSheetTable tbody tr:hover td.formulaCell.availablePositiveCell,.balanceSheetTable tbody tr.selectedRow td.formulaCell.availablePositiveCell{background:#fef3c7}.balanceSheetTable td.formulaCell.pendingPositiveCell,.balanceSheetTable tbody tr:hover td.formulaCell.pendingPositiveCell,.balanceSheetTable tbody tr.selectedRow td.formulaCell.pendingPositiveCell{background:#fee2e2}.balanceSheetTable th.monthColumn,.balanceSheetTable th.productColumn{z-index:8;background:#dcefe0}.balanceSheetTable tbody tr:hover .productCell,.balanceSheetTable tbody tr.selectedRow .productCell{box-shadow:-36px 0 #f8fbff,-1px 0 #d7dee8,1px 0 #cbd5e1}.balanceSheetTable{--balance-month-width:104px;--balance-product-width:380px;--balance-sku-width:132px;--balance-progress-width:128px;min-width:1860px}.balanceSheetTable .qtyCol{width:70px}.balanceSheetTable .availableCol{width:84px}.balanceSheetTable .stockCol{width:68px}.balanceSheetTable .codeCol{width:122px}.balanceSheetTable .noteCol{width:160px}.balanceSheetTable .paymentCountCol{width:78px}.balanceSheetTable .deadlineCol{width:112px}.balanceSheetTable .reminderCol{width:76px}.balanceSheetTable th,.balanceSheetTable td{white-space:normal;word-break:break-word;overflow-wrap:anywhere;padding:4px 5px}.balanceSheetTable th{min-height:40px;line-height:1.12}.balanceSheetTable .productCell,.balanceSheetTable .skuCell{line-height:1.35}.balanceSheetTable .sheetNumberInput{font-variant-numeric:tabular-nums;min-width:0;padding-inline:3px}.balanceSheetTable .progressSelect,.balanceSheetTable .codeSelect{white-space:normal;min-width:0}.balanceSheetTable .codeSelect{max-width:112px}.balanceSheetTable .sheetTextArea{min-height:38px;line-height:1.3}.balanceSheetTable .sheetTextInput.wrap{min-width:0}.customerBalanceTable{min-width:2180px}.customerBalanceTable .customerNameCol{width:138px}.customerBalanceTable .customerOrderCol{width:94px}.customerBalanceTable .customerEmailCol{width:190px}.customerBalanceTable .customerTitleCol{width:300px}.customerBalanceTable .customerVersionCol{width:120px}.customerBalanceTable .customerSkuCol{width:132px}.customerBalanceTable .customerQtyCol{width:52px}.customerBalanceTable .customerPaymentCol{width:156px}.customerBalanceTable .customerPaymentTypeCol{width:132px}.customerBalanceTable .customerStatusCol{width:96px}.customerBalanceTable .customerAddressCol{width:360px}.customerBalanceTable .customerNoteCol{width:150px}.customerBalanceTable .customerActionCol{width:84px}.customerBalanceTable th,.customerBalanceTable td{white-space:normal;word-break:break-word;overflow-wrap:anywhere;vertical-align:top;height:auto;min-height:38px;padding:6px}.customerBalanceTable .stickyCustomerColumn{width:138px;min-width:138px;max-width:138px}.customerBalanceTable .emailCell,.customerBalanceTable .entryTitleCell,.customerBalanceTable .paymentMethodCell,.customerBalanceTable .shippingAddressCell{text-overflow:clip;white-space:normal;word-break:break-word;overflow-wrap:anywhere;max-width:none;overflow:visible}.customerBalanceTable .entryTitleCell,.customerBalanceTable .shippingAddressCell,.customerBalanceTable td:nth-child(14){text-align:left;line-height:1.4}.customerBalanceTable .shippingAddressCell{width:auto;min-width:0}.customerBalanceTable .shippingAddressReadOnly{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;border-radius:6px;min-height:64px;max-height:none;padding:6px 7px;line-height:1.45}.customerBalanceTable .statusPill{white-space:normal;line-height:1.25}.customerBalanceTable .actionMenu summary{white-space:nowrap}.twoLevelMonthTabs{gap:4px;padding:6px;display:grid}.sheetYearTabs{gap:4px;padding:2px;display:flex;overflow-x:auto}.sheetYearTab,.compactMonthTabs .sheetMonthTab{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #d7dee8;border-radius:6px 6px 0 0;min-height:28px;font-size:12px;font-weight:800}.sheetYearTab{min-width:48px;padding:0 10px}.compactMonthTabs{gap:3px;padding:2px}.compactMonthTabs .sheetMonthTab{min-width:34px;padding:0 8px}.sheetYearTab.active,.compactMonthTabs .sheetMonthTab.active{color:#14532d;background:#dcfce7;border-color:#22c55e}.virtualBalanceSheetWrap{scrollbar-gutter:stable both-edges;max-height:620px}.virtualSpacerRow td{background:#fff!important;border:0!important;padding:0!important}.balanceSheetTable th.productColumn,.balanceSheetTable .productColumn,.balanceSheetTable .productCell,.balanceSheetTable tbody tr:hover .productCell,.balanceSheetTable tbody tr.selectedRow .productCell{box-shadow:-1px 0 #d7dee8,1px 0 #cbd5e1}.customerBalanceToolbar{background:#fbfdff;border-top:1px solid #eef2f7;border-bottom:1px solid #e5e7eb;grid-template-columns:minmax(260px,.35fr) minmax(0,1fr);align-items:start;gap:12px;padding:10px 12px;display:grid}.customerBalanceToolbar strong,.customerBalanceToolbar span{display:block}.customerBalanceToolbar strong{font-size:15px}.customerBalanceToolbar span{color:var(--muted);margin-top:4px;font-size:12px}.customerBalanceToolbar .filterButton{min-height:30px;padding:0 9px;font-size:12px}.customerBalanceTable .shippingAddressReadOnly{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:0;max-height:none;display:-webkit-box;overflow:hidden}.customerBalanceTable .shippingAddressReadOnly.expanded{-webkit-line-clamp:unset;display:block;overflow:visible}.addressToggleButton{color:#2563eb;cursor:pointer;background:0 0;border:0;margin-top:5px;padding:0;font-size:12px;font-weight:800}.addressToggleButton:hover{color:#1d4ed8;text-decoration:underline}.listingHero{background:#ffffffe6;border:1px solid #e7e5dfe6;border-radius:14px;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px;padding:22px;display:flex;box-shadow:0 12px 30px #0f172a0f}.listingHero h1{letter-spacing:0;margin:4px 0 8px;font-size:28px}.listingHero p{max-width:760px;color:var(--muted);margin:0;line-height:1.6}.listingProgress{text-align:right;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;min-width:160px;padding:12px 14px}.listingProgress strong,.listingProgress span{display:block}.listingProgress strong{font-size:22px}.listingProgress span{color:var(--muted);margin-top:4px;font-size:12px}.listingToolbar{grid-template-columns:auto auto minmax(320px,1fr);align-items:center;gap:10px;margin-bottom:12px;display:grid}.listingUrlBox{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.listingUrlBox input{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:40px;padding:0 12px}.listingDropZone{color:#475569;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;place-items:center;min-height:82px;margin-bottom:16px;font-size:14px;display:grid}.listingDropZone.active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.webImageResultBox{border-top:1px solid #eef2f7;max-height:520px;overflow-y:auto}.listingBulkActions{background:#fff;border-bottom:1px solid #eef2f7;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;padding:10px 12px;display:flex}.listingSelectAll{color:#111827;align-items:center;gap:6px;font-size:13px;font-weight:800;display:inline-flex}.listingSelectedCount{color:#475569;font-size:13px;font-weight:800}.listingBulkActionButtons{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-left:auto;display:flex}.webImageBulkBar{z-index:3;position:sticky;top:0}.webImageGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;padding:12px;display:grid}.webImageCard{background:#fff;border:1px solid #e5e7eb;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;padding:8px;display:grid}.webImageCard img{object-fit:contain;background:#f8fafc;border-radius:8px;grid-column:1/-1;width:100%;height:116px}.webImageCard span{max-height:38px;color:var(--muted);word-break:break-all;grid-column:1/-1;font-size:11px;overflow:hidden}.webImageMeta{color:#334155;flex-wrap:wrap;grid-column:1/-1;gap:4px 8px;min-height:18px;font-size:11px;font-weight:800;display:flex}.webImageMeta span{max-height:none;color:inherit;font-size:inherit;word-break:normal;display:inline}.webImageReadyBadge,.webImagePendingBadge,.webImageCroppedBadge{border-radius:999px;grid-column:1/-1;width:fit-content;padding:2px 7px;font-size:11px;font-weight:900;display:inline-flex}.webImageReadyBadge{color:#15803d;background:#dcfce7}.webImagePendingBadge{color:#92400e;background:#fef3c7}.webImageCroppedBadge{color:#0369a1;background:#e0f2fe}.webImageFooter{background:#fff;border-top:1px solid #eef2f7;flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:10px 12px;display:flex;position:sticky;bottom:0}.listingFallbackAction{margin-top:10px}.listingActions{border-bottom:1px solid #eef2f7;justify-content:flex-end;gap:8px;padding:10px 12px;display:flex}.listingTableWrap{border-top:1px solid #eef2f7;max-height:66vh;overflow:auto}.listingImageTable{border-collapse:separate;border-spacing:0;width:100%;min-width:1340px;font-size:13px}.listingImageTable th,.listingImageTable td{vertical-align:top;white-space:normal;word-break:break-word;overflow-wrap:anywhere;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:8px}.listingImageTable th{z-index:2;color:#334155;background:#f8fafc;font-size:12px;font-weight:800;position:sticky;top:0}.listingImageTable th:first-child,.listingImageTable td:first-child{text-align:center;width:48px}.listingImageTable th:nth-child(2),.listingImageTable td:nth-child(2){width:92px}.listingNameCell{min-width:260px;max-width:360px}.listingThumb,.listingThumbPlaceholder{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;width:72px;height:72px}.listingThumb{object-fit:contain}.listingThumbPlaceholder{color:#94a3b8;place-items:center;font-size:12px;font-weight:800;display:grid}.listingStatus{color:#374151;background:#e5e7eb;border-radius:999px;margin-bottom:4px;padding:3px 8px;font-size:12px;font-weight:800;display:inline-flex}.listingStatus.处理中{color:#1d4ed8;background:#dbeafe}.listingStatus.已完成{color:#15803d;background:#dcfce7}.listingStatus.无需处理{color:#0369a1;background:#e0f2fe}.listingStatus.已裁剪{color:#15803d;background:#dcfce7}.listingStatus.失败{color:#b91c1c;background:#fee2e2}.listingImageTable small{color:#b91c1c;font-size:11px;line-height:1.4;display:block}.listingRowActions{gap:6px;display:grid}.listingRowActions button{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:7px;min-height:28px;font-size:12px;font-weight:700}.listingRowActions button:hover:not(:disabled){color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.cropModalOverlay{z-index:80;background:#0f172a8c;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.cropModal{background:#fff;border-radius:10px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1120px,96vw);max-height:92vh;display:grid;overflow:hidden;box-shadow:0 24px 80px #0f172a47}.cropModalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.cropModalHeader h2{color:#111827;margin:0;font-size:18px}.cropModalHeader p{color:#64748b;margin:4px 0 0;font-size:13px}.cropModalBody{grid-template-columns:minmax(0,1fr) 280px;gap:14px;min-height:0;padding:14px;display:grid;overflow:auto}.cropPreviewPanel{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;place-items:center;min-height:420px;display:grid}.cropPreviewFrame{max-width:100%;max-height:68vh;position:relative}.cropPreviewFrame img{object-fit:contain;max-width:100%;max-height:68vh;display:block}.cropBox{pointer-events:none;border:2px solid #22c55e;position:absolute;box-shadow:0 0 0 9999px #0f172a6b}.cropControlPanel{align-content:start;gap:12px;display:grid}.cropControlPanel label{color:#334155;gap:6px;font-size:12px;font-weight:800;display:grid}.cropControlPanel select,.cropControlPanel input[type=range]{width:100%}.cropModalActions{justify-content:flex-end;gap:8px;display:flex}.cropProgress{color:#2563eb;margin:0;font-size:13px;font-weight:800}.cropBatchList{background:#f8fafc;border-top:1px solid #e5e7eb;gap:8px;padding:12px;display:flex;overflow-x:auto}.cropBatchItem{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:64px minmax(120px,1fr);align-items:center;gap:8px;min-width:260px;padding:8px;display:grid}.cropBatchItem.active{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa33}.cropBatchItem img{object-fit:contain;background:#eef2f7;border-radius:6px;grid-row:span 3;width:64px;height:64px}.cropBatchItem span{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;overflow:hidden}.cropBatchItem label,.cropBatchItem small{color:#475569;font-size:12px}.cropBatchItem small{cursor:pointer;text-decoration:underline}@media (max-width:900px){.listingHero,.listingToolbar{grid-template-columns:1fr}.listingHero{flex-direction:column;align-items:stretch}.listingUrlBox,.cropModalBody{grid-template-columns:1fr}}.loginPage{background:#f6f7fb;place-items:center;min-height:100vh;padding:24px;display:grid}.loginCard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;gap:16px;width:min(420px,100%);padding:28px;display:grid;box-shadow:0 18px 55px #0f172a14}.loginCard h1{color:#111827;letter-spacing:0;margin:4px 0 0;font-size:26px}.loginCard label{color:#334155;gap:7px;font-size:13px;font-weight:800;display:grid}.loginCard input{color:#111827;min-height:42px;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:9px;padding:0 12px}.loginCard input:focus{border-color:#2563eb;outline:3px solid #2563eb24}.loginError{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca;border-radius:8px;margin:0;padding:9px 10px;font-size:13px;font-weight:800}.listingAppShell{background:#f6f7fb;min-height:100vh}.listingAppHeader{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:14px;padding:12px 20px;display:flex;position:sticky;top:0}.listingAppHeader strong{color:#111827;font-size:16px}.listingAppHeader div,.listingHeaderLeft,.listingAdminNav{align-items:center;gap:10px;display:flex}.listingAdminNav{border-left:1px solid #e5e7eb;padding-left:10px}.listingAdminNav .secondaryButton{white-space:nowrap;min-height:32px;padding:0 10px}.listingAppHeader span{color:#475569;font-size:13px;font-weight:800}.listingMainContent{max-width:1480px;margin:0 auto;padding:18px}.waybillDeveloperTools{border:1px dashed var(--border-color,#d8dee9);background:#f8fafc;border-radius:12px;margin:14px 0}.waybillDeveloperTools>summary{cursor:pointer;color:#475569;padding:12px 16px;font-weight:700}.waybillDeveloperTools[open]>summary{border-bottom:1px solid #e2e8f0}.waybillDeveloperTools>.entryImportPanel,.waybillDeveloperTools>.workflowPanel,.legacyOrderImportTools>section{margin:12px}.appShell{--sidebar-width:232px;overflow-x:clip}.appShell .sidebar{gap:14px;padding:18px 12px}.appShell .brand{padding:0 8px 8px}.appShell .brand img{border-radius:10px;width:36px;height:36px}.navGroup{gap:2px;display:grid}.navGroup+.navGroup{border-top:1px solid var(--line);margin-top:7px;padding-top:8px}.navGroupLabel{color:#9ca3af;letter-spacing:.08em;padding:0 10px 3px;font-size:10px;font-weight:800}.appShell .navItem{border-radius:9px;gap:9px;height:34px;padding:0 10px;font-size:13px}.appShell .navDot{width:6px;height:6px}.navLabel{flex:1;min-width:0}.navBadge{color:#6b7280;background:#f3f4f6;border-radius:999px;padding:2px 5px;font-size:9px}.navItem.active .navBadge,.navItem:hover .navBadge{color:#fff;background:#ffffff29}.appShell .topNav{min-height:58px;padding:8px 22px}.appShell .searchBox{width:min(420px,100%);height:38px;box-shadow:none;border-radius:10px}.appShell .userBadge{min-width:58px;height:34px}.appShell .mainContent{width:100%;max-width:none;padding:18px 22px 20px;overflow-x:clip}.pageHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;min-height:66px;margin-bottom:12px;padding:2px 0 10px;display:flex}.pageHeaderCopy{min-width:0}.pageEyebrow{color:#e11d48;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:800;display:block}.pageHeader h1{margin:0;font-size:clamp(22px,2vw,28px);line-height:1.15}.pageHeader p{max-width:760px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:12px;line-height:1.4;overflow:hidden}.pageHeaderActions{flex:none;align-items:center;gap:8px;display:flex}.appShell .hero{border-bottom:1px solid var(--line);align-items:center;min-height:66px;margin-bottom:12px;padding:2px 0 10px}.appShell .hero h1{font-size:clamp(22px,2vw,28px);line-height:1.15}.appShell .eyebrow{margin-bottom:3px;font-size:10px}.appShell .heroText{text-overflow:ellipsis;white-space:nowrap;max-width:760px;margin-top:5px;font-size:12px;line-height:1.4;overflow:hidden}.appShell .primaryButton,.appShell .secondaryButton{height:36px;box-shadow:none;border-radius:9px;padding:0 13px;font-size:12px}.compactStats,.appShell .compactStatGrid,.appShell .orderStatGrid{border:1px solid var(--line);background:var(--line);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1px;margin:0 0 12px;display:grid;overflow:hidden}.compactStatItem,.appShell .compactStatGrid>article,.appShell .orderStatGrid>article{min-height:58px;box-shadow:none;color:inherit;text-align:left;background:#fff;border:0;border-radius:0;grid-template-columns:minmax(0,1fr) auto;align-content:center;align-items:center;gap:2px 8px;padding:9px 12px;display:grid}.compactStatItem span,.appShell .compactStatGrid>article span,.appShell .orderStatGrid>article span{min-width:0;color:var(--muted);font-size:11px}.compactStatItem strong,.appShell .compactStatGrid>article strong,.appShell .orderStatGrid>article strong{grid-area:1/2/span 2;font-size:22px;line-height:1}.compactStatItem small,.appShell .compactStatGrid>article small,.appShell .orderStatGrid>article small{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.compactStatItem.isInteractive:hover{color:#e11d48;background:#f8fafc}.appShell .panel{border-radius:12px;box-shadow:0 6px 18px #0f172a0a}.appShell .panelHeader{min-height:46px;padding:10px 14px}.appShell .panelHeader h2{font-size:14px}.dataTableShell,.appShell .tableWrap,.appShell .entryTableWrap,.appShell .centerTableWrap{scrollbar-gutter:stable;overscroll-behavior:contain;max-width:100%;max-height:min(62vh,640px);overflow:auto}.dataTableShell table,.appShell .tableWrap table,.appShell .entryTableWrap table,.appShell .centerTableWrap table{width:max-content;min-width:100%}.dataTableShell th,.dataTableShell td,.appShell .tableWrap th,.appShell .tableWrap td,.appShell .entryTableWrap th,.appShell .entryTableWrap td,.appShell .centerTableWrap th,.appShell .centerTableWrap td{max-width:280px;padding:8px 10px;font-size:12px;line-height:1.35}.dataTableShell thead th,.appShell .tableWrap thead th,.appShell .entryTableWrap thead th,.appShell .centerTableWrap thead th{z-index:3;box-shadow:inset 0 -1px var(--line);background:#f8fafc;font-size:10px;position:sticky;top:0}.operationsTable th:first-child,.operationsTable td:first-child,.orderTable th:first-child,.orderTable td:first-child,.centerTable th:first-child,.centerTable td:first-child,.customerCenterTable th:first-child,.customerCenterTable td:first-child,.releaseReviewTable th:first-child,.releaseReviewTable td:first-child{z-index:2;background:#fff;position:sticky;left:0;box-shadow:1px 0 #e5e7eb}.operationsTable thead th:first-child,.orderTable thead th:first-child,.centerTable thead th:first-child,.customerCenterTable thead th:first-child,.releaseReviewTable thead th:first-child{z-index:5;background:#f8fafc}.operationsTable th:last-child,.operationsTable td:last-child,.orderTable th:last-child,.orderTable td:last-child,.centerTable th:last-child,.centerTable td:last-child{z-index:2;background:#fff;position:sticky;right:0;box-shadow:-1px 0 #e5e7eb}.operationsTable thead th:last-child,.orderTable thead th:last-child,.centerTable thead th:last-child{z-index:5;background:#f8fafc}.appShell tr.selectedRow td{background:#fff7ed}.appShell tr:has(input[type=checkbox]:checked) td{background:#fff7ed}.appShell td[title],.truncateCell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.adminToolsDisclosure{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;margin:10px 0;overflow:hidden}.adminToolsDisclosure>summary{cursor:pointer;color:#475569;justify-content:space-between;align-items:center;min-height:38px;padding:8px 12px;font-size:12px;font-weight:800;display:flex}.adminToolsDisclosure>summary span{background:#e2e8f0;border-radius:999px;padding:2px 6px;font-size:9px}.adminToolsBody{border-top:1px solid #e2e8f0;padding:10px}.compactEmptyState{text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:12px;place-items:center;min-height:180px;padding:28px;display:grid}.compactEmptyState p{color:var(--muted);margin:6px 0 0;font-size:12px}.compactToolbar{border:1px solid var(--line);background:#fff;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;padding:9px 10px;display:flex}.workspaceDrawerOverlay{z-index:30;background:#0f172a52;justify-content:flex-end;display:flex;position:fixed;inset:0}.workspaceDrawer{background:#fff;width:min(720px,92vw);height:100%;padding:18px;overflow:auto;box-shadow:-18px 0 45px #0f172a29}.workspaceDrawerHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.workspaceDrawerHeader h2{margin:0;font-size:18px}@media (max-width:1100px){.appShell{--sidebar-width:204px}.appShell .mainContent{padding-inline:14px}.pageHeader p,.appShell .heroText{max-width:520px}}@media (max-width:760px){.appShell{display:block}.appShell .sidebar{width:100%;height:auto;position:static}.appShell .sideNav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.pageHeader,.appShell .hero{flex-direction:column;align-items:flex-start}.pageHeader p,.appShell .heroText{white-space:normal}}.workbenchGrid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);gap:12px;display:grid}.priorityTaskList,.recentAuditList{display:grid}.priorityTaskRow{border-bottom:1px solid var(--line);grid-template-columns:116px minmax(130px,.7fr) minmax(180px,1fr) 76px auto;align-items:center;gap:10px;min-height:54px;padding:8px 12px;font-size:12px;display:grid}.priorityTaskRow>div{min-width:0;display:grid}.priorityTaskRow small,.priorityTaskRow p,.priorityTaskRow>span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.recentAuditList article{border-bottom:1px solid var(--line);grid-template-columns:108px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:50px;padding:7px 11px;font-size:11px;display:grid}.recentAuditList time,.recentAuditList small,.recentAuditList span{color:var(--muted);font-size:10px}.recentAuditList article>div{min-width:0;display:grid}.recentAuditList article>div>*{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.operationsToggle{color:#475569;white-space:nowrap;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.productImportWorkspace{gap:10px;margin-bottom:10px;display:grid}.productImportWorkspace>section{margin-bottom:0}.adminToolRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.adminToolRow>div,.adminToolRow label{min-width:0}.adminToolRow p{color:var(--muted);margin:3px 0 0;font-size:11px}.rowInlineDetails{white-space:normal;margin-top:4px}.rowInlineDetails summary{cursor:pointer;color:#64748b;font-size:10px}.rowInlineDetails small{overflow-wrap:anywhere;max-width:260px;margin-top:3px;display:block}.compactBalanceColumns th:nth-child(6),.compactBalanceColumns td:nth-child(6),.compactBalanceColumns th:nth-child(7),.compactBalanceColumns td:nth-child(7),.compactBalanceColumns th:nth-child(9),.compactBalanceColumns td:nth-child(9),.compactBalanceColumns th:nth-child(10),.compactBalanceColumns td:nth-child(10),.compactBalanceColumns th:nth-child(12),.compactBalanceColumns td:nth-child(12),.compactBalanceColumns th:nth-child(13),.compactBalanceColumns td:nth-child(13),.compactBalanceColumns th:nth-child(17),.compactBalanceColumns td:nth-child(17),.compactBalanceColumns th:nth-child(18),.compactBalanceColumns td:nth-child(18){display:none}.compactBalanceColumns.showAllColumns th,.compactBalanceColumns.showAllColumns td{display:table-cell}.balanceCustomerDrawer{width:min(1180px,96vw)}.balanceCustomerDrawer .panel{box-shadow:none}.releaseReviewNoOrderRow td{color:#64748b;background:#fafafa}.releaseReviewNoOrderRow .statusPill{color:#64748b;background:#f1f5f9}.releaseReviewPendingRow td{box-shadow:inset 0 1px #f59e0b2e,inset 0 -1px #f59e0b2e}.releaseReviewValidation{color:#b45309;white-space:normal;max-width:150px;margin-top:4px;font-size:9px;display:block}.releaseReviewTable.balanceSheetTable{table-layout:fixed;min-width:1320px}.releaseReviewTable .newMonthCol{width:190px}.releaseReviewTable .operatorCol{width:90px}.releaseReviewTable .timeCol{width:120px}.releaseReviewTable .actionCol{width:82px}.releaseReviewTable tbody tr:not(.virtualSpacerRow){height:52px}.releaseReviewTable .releaseReviewMonthSelect{min-width:170px}.releaseReviewTable .compactUndoButton{min-height:28px;padding:4px 10px;font-size:11px}.releaseReviewTable .mutedCell{color:#94a3b8}.appShell .waybillCaptureStatusGrid{flex-wrap:wrap;gap:6px 14px;padding:8px 10px;display:flex}.appShell .waybillCaptureStatusGrid>span{min-width:0;font-size:11px}.technicalStatusGrid{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-block:8px}.appShell .waybillCapturePanel,.appShell .entryFilterBar,.appShell .centerToolbar,.appShell .orderToolbar,.appShell .skuSearchPanel,.appShell .balanceGlobalSearch,.appShell .releaseAuditToolbar{margin-bottom:10px}.appShell .waybillCapturePanel{padding:8px 10px}.appShell .waybillCapturePanel>.panelHeader{display:none}.appShell .waybillCheckpointRow{min-height:36px;padding-block:4px}.appShell .waybillCheckpointRow .entryBatchInfo{align-items:center;display:flex}.appShell .waybillViewFilters{min-height:38px;padding-block:4px}.appShell .entryFilterBar.simplifiedEntryFilters{flex-wrap:wrap;align-items:center;gap:7px;min-height:46px;padding:7px 9px;display:flex}.appShell .entryFilterBar.simplifiedEntryFilters>*{min-width:0}.appShell .waybillCaptureControls{gap:8px}.appShell .waybillCaptureControls label{min-width:140px}.appShell .entrySourceRow,.appShell .waybillCheckpointRow{min-height:42px;padding:7px 10px}@media (max-width:1180px){.workbenchGrid{grid-template-columns:1fr}.priorityTaskRow{grid-template-columns:104px minmax(120px,.8fr) minmax(160px,1fr) 68px auto}}.adminJsonPreview{border:1px solid var(--border-color,#dfe3ea);color:#e6edf7;white-space:pre-wrap;background:#101828;border-radius:10px;max-height:360px;margin:16px 0 0;padding:14px;font-size:12px;line-height:1.55;overflow:auto}
