*,: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;display:flex;flex-direction:column}body.is-resizing-column{cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.app-loading-shell{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f8fafc;color:var(--primary)}.app-loading-title{font-size:22px;font-weight:800}.app-loading-sub{margin-top:8px;color:#64748b;font-size:13px}.hdr{height:var(--header-h);background:var(--primary);color:#fff;display:flex;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}.competitor-price-toolbar{min-height:var(--toolbar-h)}.competitor-price-stats .stat-item{min-width:118px}.competitor-price-sync-time{font-size:13px;line-height:1.35}.competitor-price-wrap{padding:0}.competitor-price-table,.competitor-source-table{width:max-content;min-width:100%}.competitor-kind-cell,.competitor-kind-col{position:-webkit-sticky;position:sticky;left:0;z-index:11;min-width:190px;width:190px;max-width:190px}.competitor-kind-col{background:#dbeafe!important;color:#1e40af}.competitor-kind-cell{background:#fff!important;border-right:1px solid #cbd5e1}.competitor-kind-title{font-weight:800;color:#0f172a}.competitor-kind-sub{margin-top:2px;font-size:11px;color:#64748b}.competitor-date-head{background:#e0f2fe!important;color:#075985}.competitor-date-head,.competitor-price-day-cell{min-width:96px;width:96px;max-width:96px;text-align:center}.competitor-price-day-cell{padding:6px 8px}.competitor-price-link{display:grid;grid-gap:2px;gap:2px;color:inherit;text-decoration:none}.competitor-price-link:hover .competitor-price-cny{color:#0e7490;text-decoration:underline}.competitor-price-cny{font-family:Consolas,monospace;font-size:13px;font-weight:800;color:#0f172a}.competitor-price-meta{font-size:11px;line-height:1.35;color:#64748b;white-space:nowrap}.competitor-price-source{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:10px;color:#64748b}.competitor-source-lowest-row td{background:#fff1f2}.competitor-source-lowest-price{color:#dc2626;font-weight:800}.competitor-price-empty{color:#cbd5e1}.competitor-source-section-title{padding:12px 14px 6px;font-size:13px;font-weight:800;color:#334155;background:#fff}.competitor-source-url{color:#2563eb;text-decoration:none}.competitor-source-url:hover{text-decoration:underline}.competitor-error-text{color:#b91c1c}.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}.sales-pivot-toolbar{background:linear-gradient(180deg,#f8fafc,#fff 72%);border-bottom:1px solid var(--border);display:flex;align-items:stretch;gap:12px;padding:10px 14px;flex-shrink:0;flex-wrap:wrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.sales-pivot-fields{display:flex;flex-direction:column;gap:6px;min-width:420px;flex:1 1 480px}.sales-pivot-field-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-height:28px}.sales-pivot-field-label{width:44px;font-size:11px;color:#475569;font-weight:700;flex-shrink:0}.pivot-field-chip{height:28px;border:1px solid #cbd5e1;background:#f8fafc;color:#334155;border-radius:6px;padding:0 10px;font-size:12px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 1px 0 rgba(15,23,42,.04)}.pivot-field-chip:hover{border-color:#94a3b8;background:#f1f5f9}.pivot-field-chip.active{border-color:#1a3c5e;background:#e0edf8;color:#1a3c5e;font-weight:800;cursor:-webkit-grab;cursor:grab;box-shadow:0 1px 4px rgba(26,60,94,.12)}.pivot-field-chip.selected{background:#eef6f2;border-color:#8cc5a6;color:#166534}.sales-pivot-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.sales-pivot-controls label{font-size:12px;color:#64748b;white-space:nowrap}.sales-pivot-controls input[type=date],.sales-pivot-controls input[type=text],.sales-pivot-controls select{height:30px;border:1px solid var(--border);border-radius:6px;padding:0 8px;font-size:12px;background:#fff;outline:none}.sales-pivot-controls input[type=date]:focus,.sales-pivot-controls input[type=text]:focus,.sales-pivot-controls select:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.08)}.sales-pivot-operator-select{min-width:118px;max-width:150px}.sales-operator-panel{background:#fff;border-bottom:1px solid var(--border);padding:10px 14px;flex-shrink:0}.sales-operator-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px}.sales-operator-title{font-size:13px;font-weight:700;color:#1f2937}.sales-operator-sub{font-size:11px;color:#64748b;margin-top:2px}.sales-operator-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sales-operator-msg{font-size:12px;color:#475569;margin:4px 0 8px}.sales-operator-table-wrap{max-height:240px;overflow:auto;border:1px solid #e2e8f0}.sales-operator-table-wrap table{width:100%}.sales-operator-input{width:100%;min-width:150px}.sales-link-repair-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 14px;background:#fff7ed;border-bottom:1px solid #fed7aa;flex-shrink:0}.sales-link-repair-title{font-size:13px;font-weight:700;color:#9a3412}.sales-link-repair-sub{margin-top:2px;font-size:12px;color:#7c2d12}.account-create-toolbar{gap:10px;flex-wrap:wrap}.account-permission-list{padding:12px 14px 20px;display:grid;grid-gap:12px;gap:12px}.account-permission-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px}.account-permission-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.account-permission-title{font-size:14px;font-weight:800;color:#1f2937}.account-permission-sub{margin-top:2px;font-size:11px;color:#64748b}.account-permission-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.account-checkbox,.account-switch{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#334155}.account-permission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:10px;gap:10px;margin-bottom:12px}.account-permission-grid label{display:grid;grid-gap:4px;gap:4px;font-size:12px;color:#475569}.account-permission-section{border-top:1px solid #edf2f7;padding-top:10px;margin-top:10px}.account-permission-section-title{font-size:12px;font-weight:800;color:#334155;margin-bottom:8px}.account-checkbox-grid{display:grid;grid-gap:8px;gap:8px}.tab-checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.shop-checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-height:220px;overflow:auto;border:1px solid #e2e8f0;padding:8px;background:#f8fafc}.account-permission-empty{font-size:12px;color:#64748b}.sales-pivot-table-wrap{background:#f8fafc}.sales-pivot-stats{background:#f8fafc;border-top:1px solid #e2e8f0}.sales-pivot-stats .stat-item{background:#fff}.sales-pivot-stat-core{background:#ecfdf5!important}.sales-pivot-stat-core .stat-val{color:#0f766e}.sales-pivot-stat-match{background:#eff6ff!important}.sales-pivot-stat-match .stat-val{color:#1d4ed8}.sales-pivot-stat-muted .stat-val{color:#475569}.sales-pivot-table td,.sales-pivot-table th{height:40px}.pivot-dimension-cell,.pivot-dimension-head,.pivot-index-col,.pivot-trend-cell,.pivot-trend-head{position:-webkit-sticky;position:sticky}.pivot-index-col{z-index:21;background:#fff!important}thead .pivot-dimension-head,thead .pivot-index-col,thead .pivot-trend-head{z-index:31}.pivot-dimension-head{background:#dbeafe!important;color:#1a3c5e;overflow:visible}.pivot-column-resizer{position:absolute;top:0;right:-4px;width:8px;height:100%;cursor:col-resize;z-index:4;touch-action:none}.pivot-column-resizer:after{content:"";position:absolute;top:9px;bottom:9px;left:3px;width:2px;border-radius:2px;background:transparent}.pivot-column-resizer:hover:after,body.is-resizing-column .pivot-column-resizer:after{background:#2563eb}.pivot-dimension-cell{z-index:20;background:#fff!important;font-weight:500;color:#1f2937}.pivot-trend-head{background:#ccfbf1!important;color:#115e59;box-shadow:1px 0 0 #d4dce8}.pivot-trend-cell{z-index:20;background:#fff!important;text-align:center;box-shadow:1px 0 0 #e5e7eb}tbody tr:nth-child(2n) .pivot-dimension-cell,tbody tr:nth-child(2n) .pivot-index-col,tbody tr:nth-child(2n) .pivot-trend-cell{background:#fafbfc!important}tbody tr:hover .pivot-dimension-cell,tbody tr:hover .pivot-index-col,tbody tr:hover .pivot-trend-cell{background:#e8f3ff!important}.pivot-date-head{background:#fef3c7!important;color:#92400e}.pivot-total-head{background:#dcfce7!important;color:#166534}.sales-pivot-day-cell{min-width:72px;text-align:right;font-family:Consolas,monospace;line-height:1.22;padding:4px 5px}.sales-pivot-qty{color:#0f172a;font-weight:700;font-size:12px}.sales-pivot-amount{color:#64748b;font-size:9px}.sales-pivot-total-cell{background:#f0fdf4!important}.sales-pivot-sparkline{display:block;width:96px;height:36px;color:#2563eb}.sales-pivot-sparkline-base{stroke:#e2e8f0;stroke-width:1}.sales-pivot-sparkline-line{stroke:#2563eb}.sales-pivot-sparkline.up .sales-pivot-sparkline-line{stroke:#0f766e}.sales-pivot-sparkline.up{color:#0f766e}.sales-pivot-sparkline.down .sales-pivot-sparkline-line{stroke:#dc2626}.sales-pivot-sparkline.down{color:#dc2626}.sales-pivot-sparkline.flat .sales-pivot-sparkline-line{stroke:#64748b}.sales-pivot-sparkline.flat{color:#64748b}.sales-pivot-sparkline-dot{fill:#fff;stroke:currentColor;stroke-width:2}.sales-pivot-summary-row td{background:#eff6ff!important;font-weight:700}.sales-pivot-summary-row .pivot-dimension-cell,.sales-pivot-summary-row .pivot-index-col,.sales-pivot-summary-row .pivot-trend-cell{background:#dbeafe!important}.sales-pivot-summary-row .sales-pivot-total-cell{background:#dcfce7!important}.sales-pivot-summary-row .sales-pivot-qty{color:#0f172a;font-size:13px}.sales-pivot-summary-row .sales-pivot-amount{color:#475569;font-weight:700}.tip{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#aaa;color:#fff;font-size:10px;font-weight:700;cursor:help;margin-left:4px;position:relative;vertical-align:middle;flex-shrink:0}.tip:hover:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#333;color:#fff;padding:6px 10px;border-radius:4px;font-size:12px;font-weight:400;white-space:pre-line;z-index:100;max-width:280px;line-height:1.5;text-align:left;pointer-events:none}.grading-form{background:#fff;border-bottom:1px solid var(--border);padding:12px 16px}.grading-form-row{display:flex;align-items:center;gap:6px;margin-bottom:6px;flex-wrap:wrap}.grading-form-row:last-child{margin-bottom:0}.grading-form-row label{font-size:12px;color:#555;white-space:nowrap;min-width:auto}.grading-form-section{font-size:12px;font-weight:600;color:#333;margin:8px 0 4px;padding-left:2px}.grading-input{padding:4px 6px;border:1px solid #d1d5db;border-radius:4px;font-size:12px;height:28px}.grading-unit{font-size:11px;color:#888}.notice-banner-container{flex-shrink:0;display:flex;flex-direction:column}.notice-banner{height:36px;overflow:hidden;position:relative;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.08)}.notice-banner:before{content:"📢";position:absolute;left:12px;z-index:2;font-size:15px}.notice-banner-track{display:inline-block;white-space:nowrap;padding-left:40px;animation:marquee-scroll var(--notice-speed,12s) linear infinite}.notice-banner-text{font-size:13px;font-weight:600;letter-spacing:.3px}.notice-banner:hover .notice-banner-track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-25%)}}