*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1a3c5e;--primary-light:#2563a8;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--border:#dde3ea;--bg:#f0f2f5;--header-h:52px;--toolbar-h:54px}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;background:var(--bg);color:#222;height:100vh;flex-direction:column}.hdr,body{display:flex}.hdr{height:var(--header-h);background:var(--primary);color:#fff;align-items:center;justify-content:space-between;padding:0 18px;flex-shrink:0;gap:12px;box-shadow:0 2px 6px rgba(0,0,0,.25)}.hdr h1{font-size:16px;font-weight:600;white-space:nowrap}.hdr-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hdr-tag{font-size:11px;opacity:.7;background:rgba(255,255,255,.15);padding:2px 8px;border-radius:10px}.sync-status-bar{background:#f0f2f5;border-bottom:1px solid var(--border);padding:4px 18px;display:flex;align-items:center;gap:16px;flex-shrink:0;flex-wrap:wrap}.sync-status-item{font-size:11px;color:#475569;white-space:nowrap}.maintenance-bar{gap:8px;padding:6px 18px}.maintenance-bar,.toolbar{display:flex;align-items:center;background:#fff;border-bottom:1px solid var(--border);flex-shrink:0}.toolbar{height:var(--toolbar-h);gap:10px;padding:0 14px;flex-wrap:wrap}.toolbar label{font-size:12px;color:#666;white-space:nowrap}.toolbar input[type=date],.toolbar input[type=text],.toolbar select{height:30px;border:1px solid var(--border);border-radius:4px;padding:0 8px;font-size:12px;background:#fff;outline:none}.toolbar input[type=date]:focus,.toolbar input[type=text]:focus,.toolbar select:focus{border-color:var(--primary-light)}.toolbar .divider{width:1px;height:24px;background:var(--border)}.search-box{width:200px}.btn{height:30px;padding:0 14px;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;white-space:nowrap;transition:opacity .15s;display:inline-flex;align-items:center;gap:5px}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-light)}.btn-green{background:var(--success);color:#fff}.btn-green:hover:not(:disabled){background:#15803d}.btn-red{background:var(--danger);color:#fff}.stats{display:flex;gap:0;background:#fff;border-bottom:1px solid var(--border);flex-shrink:0;overflow-x:auto}.stat-item{padding:6px 18px;border-right:1px solid var(--border);min-width:100px;white-space:nowrap}.stat-item:last-child{border-right:none}.stat-lbl{font-size:10px;color:#888}.stat-val{font-size:17px;font-weight:700;color:var(--primary);line-height:1.2}.progress-wrap{background:#fff;border-bottom:1px solid var(--border);padding:6px 14px;flex-shrink:0}.progress-bar{height:5px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--primary-light);transition:width .3s}.progress-txt{font-size:11px;color:#888;margin-top:3px}.table-wrap{flex:1 1;overflow:auto;background:#fff;min-height:0}table{border-collapse:collapse;width:max-content;min-width:100%;font-size:12px}thead th{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:#eef2f7;border:1px solid #d4dce8;padding:7px 10px;font-weight:600;color:var(--primary);white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}thead th:hover{background:#dce6f3}thead th.sort-asc:after{content:" ↑";color:var(--warning)}thead th.sort-desc:after{content:" ↓";color:var(--warning)}thead th.th-num{text-align:center}tbody td{border:1px solid #edf0f4;padding:5px 10px;white-space:nowrap;max-width:320px;overflow:hidden;text-overflow:ellipsis}tbody tr:nth-child(2n) td{background:#fafbfc}tbody tr:hover td{background:#e8f3ff!important}.td-no{color:#999;font-size:11px;text-align:center}.td-order{font-weight:600;color:var(--primary);font-family:monospace}.td-money{text-align:right;font-family:Consolas,monospace;color:#333}.td-num{text-align:center}.badge{display:inline-block;padding:1px 6px;border-radius:10px;font-size:10px;font-weight:500;white-space:nowrap}.badge-blue{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.badge-orange{background:#fef3c7;color:#b45309;border:1px solid #fde68a}.badge-green{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.badge-red{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.badge-gray{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.badge-purple{background:#ede9fe;color:#6d28d9;border:1px solid #ddd6fe}.badge-sss{background:#dc2626;font-weight:700;font-size:12px;animation:pulse-red 1.5s infinite}.badge-ss,.badge-sss{color:#fff;padding:2px 8px}.badge-ss{background:#f97316;font-weight:600;font-size:11px}.badge-s{background:#fef3c7;color:#92400e;font-weight:500;border:1px solid #fde68a}.badge-safe{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}@keyframes pulse-red{0%,to{opacity:1}50%{opacity:.6}}.badge-level-aaa{background:#fef08a;color:#854d0e;font-weight:700;font-size:11px;padding:2px 8px;border:1px solid #fde047}.badge-level-aa{background:#fef9c3;color:#854d0e;font-weight:500;border:1px solid #fef08a}.badge-level-a{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#9ca3af}.empty .icon{font-size:48px;margin-bottom:10px}.empty p{font-size:14px}.error-box{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b;padding:8px 14px;border-radius:4px;font-size:12px;margin:8px 14px}thead .th-group-order{background:#dbeafe!important}thead .th-group-goods{background:#dcfce7!important}thead .th-group-sku-id{background:#ccfbf1!important;color:#115e59}thead .th-group-sku-trend{background:#dbeafe!important;color:#1e40af}thead .th-group-sku-window{background:#fef3c7!important;color:#92400e}thead .th-group-sku-alert{background:#fee2e2!important;color:#991b1b}thead .th-group-sku-growth{background:#dcfce7!important;color:#166534}thead .th-group-sku-metric{background:#e0f2fe!important;color:#075985}thead .th-sub{display:inline-block;margin-top:2px;font-size:10px;font-weight:500;color:inherit;opacity:.72}.sku-sparkline{display:block;width:118px;height:40px}.sku-window-cell{min-width:125px;text-align:right;font-family:Consolas,monospace;line-height:1.35}.sku-window-qty{color:#0f172a;font-weight:700}.sku-window-amount{color:#64748b;font-size:11px}.badge-growth-aaa{background:#15803d;color:#fff;font-weight:700;font-size:12px;padding:2px 8px}.badge-growth-aa{background:#0f766e;color:#fff;font-weight:600;font-size:11px;padding:2px 8px}.badge-growth-a{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe;font-weight:600}