:root{color:#20252a;font-synthesis:none;text-rendering:optimizelegibility;letter-spacing:0;--surface:#fff;--surface-soft:#f2f4f6;--border:#dfe3e8;--muted:#687079;--green:#2f7d6d;--green-soft:#e8f4f0;--blue-soft:#eaf2fb;--blue:#356d9d;--warning:#8a5a12;--warning-bg:#fff5da;--danger:#a43e3e;--danger-bg:#fff0ef;background:#f7f8fa;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:#f7f8fa;min-width:320px;margin:0}button,input,select{font:inherit;letter-spacing:0}button,select{cursor:pointer}button:disabled,select:disabled{cursor:not-allowed;opacity:.55}.page-shell{width:min(1440px,100%);margin:0 auto;padding:20px clamp(16px,3vw,42px) 48px}.center-screen{place-content:center;gap:16px;min-height:100vh;padding:24px;display:grid}.topbar{justify-content:space-between;align-items:center;gap:20px;min-height:72px;display:flex}.topbar.compact{margin-bottom:56px}.brand-block,.topbar>div:first-child{min-width:0}.brand-mark{color:var(--green);margin-bottom:3px;font-size:12px;font-weight:700;display:block}h1{margin:0;font-size:clamp(24px,3vw,34px);font-weight:700;line-height:1.12}.header-status{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.user-pill,.freshness{white-space:nowrap;border-radius:999px;align-items:center;min-height:34px;padding:7px 12px;font-size:13px;display:inline-flex}.user-pill{background:var(--blue-soft);color:#315f88}.freshness{background:var(--green-soft);color:#256455;font-weight:650}.freshness.stale{background:var(--warning-bg);color:var(--warning)}.notice{border:1px solid;border-radius:8px;align-items:center;gap:10px;min-height:44px;margin:8px 0 14px;padding:10px 14px;font-size:14px;display:flex}.notice span{flex:1}.notice.warning{color:var(--warning);background:var(--warning-bg);border-color:#efd99a}.notice.error{color:var(--danger);background:var(--danger-bg);border-color:#efc6c3}.notice button{color:inherit;background:0 0;border:0;font-weight:700;text-decoration:underline}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;padding:12px 0 18px;display:flex}.field-control{border:1px solid var(--border);background:var(--surface);min-height:42px;color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:13px;display:flex;position:relative}.field-control select{appearance:none;color:#252a2f;background:0 0;border:0;outline:0;max-width:230px;padding:0 24px 0 2px;font-weight:650}.field-control>svg:last-child{pointer-events:none;position:absolute;right:10px}.toolbar-meta{color:var(--muted);margin-left:auto;font-size:13px}.icon-button{border:1px solid var(--border);background:var(--surface);color:#46505a;border-radius:50%;place-items:center;width:40px;height:40px;transition:background .16s,transform .16s;display:inline-grid}.icon-button:hover:not(:disabled){background:var(--surface-soft);transform:translateY(-1px)}.kpi-grid{grid-template-columns:repeat(5,minmax(150px,1fr));gap:10px;margin-bottom:24px;display:grid}.kpi-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-direction:column;justify-content:space-between;min-height:132px;padding:16px;display:flex}.kpi-card strong{overflow-wrap:anywhere;font-size:clamp(21px,2vw,28px);line-height:1.15}.kpi-card>span{color:var(--muted);font-size:12px}.kpi-label{color:var(--muted);align-items:center;gap:7px;font-size:13px;display:flex}.kpi-label svg{color:var(--green)}.skeleton{background:linear-gradient(90deg,#f2f3f5,#fafafa,#f2f3f5) 0 0/200% 100%;animation:1.4s infinite shimmer}.trend-section,.ranking-section{border-top:1px solid var(--border);padding:24px 0}.section-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.section-heading>div:first-child>span{color:var(--muted);font-size:12px}.section-heading h2{margin:4px 0 0;font-size:20px}.section-meta{color:var(--muted);font-size:12px}.chart-wrap{width:100%;height:250px}.quality-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(4,1fr);margin:4px 0 6px;display:grid}.quality-strip>div{border-right:1px solid var(--border);flex-direction:column;justify-content:center;gap:7px;min-height:84px;padding:12px 18px;display:flex}.quality-strip>div:last-child{border-right:0}.quality-strip span{color:var(--muted);font-size:12px}.quality-strip strong{font-size:18px}.ranking-heading{align-items:center}.ranking-actions{align-items:center;gap:8px;display:flex}.search-control{border:1px solid var(--border);background:var(--surface);width:min(300px,48vw);height:40px;color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:0 13px;display:flex}.search-control input{color:#252a2f;background:0 0;border:0;outline:0;width:100%;min-width:0}.pill-button{border:1px solid var(--border);border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:8px 15px;font-size:14px;font-weight:650;text-decoration:none;display:inline-flex}.pill-button.primary{background:var(--green-soft);color:#225d50;border-color:#cfe3dd}.pill-button.secondary{background:var(--blue-soft);color:#315f88;border-color:#d5e3f1}.inline-error{color:var(--danger);margin:-6px 0 10px;font-size:13px}.table-shell{overscroll-behavior-inline:contain;border:1px solid var(--border);background:var(--surface);border-radius:8px;min-height:220px;position:relative;overflow:auto}.table-shell>table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:920px}th,td{text-align:left;vertical-align:middle;border-bottom:1px solid #eceef1;padding:11px 12px;font-size:13px}thead th{z-index:4;color:#525b64;white-space:nowrap;background:#f4f6f7;height:46px;position:sticky;top:0}tbody tr:last-child>td{border-bottom:0}.sort-button{width:100%;color:inherit;background:0 0;border:0;justify-content:flex-start;align-items:center;gap:5px;padding:0;font-weight:650;display:flex}.sort-button svg{opacity:.35}.sort-button.active{color:#225d50}.sort-button.active svg{opacity:1}.sticky-col{z-index:3;background:var(--surface);position:sticky}thead .sticky-col{z-index:6;background:#f4f6f7}.rank-col{text-align:center;width:72px;left:0}.product-col{width:250px;left:72px;box-shadow:1px 0 #e6e9ed}.data-row.clickable{cursor:pointer}.data-row.clickable:hover td,.data-row.clickable:hover .sticky-col{background:#f8fbfa}.rank-badge{background:var(--surface-soft);color:#4f5962;border-radius:999px;place-items:center;min-width:28px;height:25px;padding:0 7px;font-weight:700;display:inline-grid}.product-col{font-weight:650}.product-col>svg{float:right;color:var(--muted);transition:transform .16s}.product-col>svg.rotated{transform:rotate(180deg)}.product-name{text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:calc(100% - 22px);display:inline-block;overflow:hidden}.number-cell{text-align:right;font-variant-numeric:tabular-nums}.number-cell.gmv{color:#225d50;font-weight:700}.table-loading{z-index:10;color:#315f88;background:#eaf2fbf0;justify-content:center;align-items:center;gap:8px;width:100%;height:36px;font-size:13px;display:flex;position:sticky;top:0;left:0}.detail-row>td{background:#f8faf9;padding:0}.detail-table-wrap{padding:12px 14px 16px;overflow:auto}.detail-table{border-collapse:collapse;border:1px solid var(--border);background:#fff;border-radius:6px;width:100%;min-width:900px;overflow:hidden}.detail-table thead th{background:#eef4f1;height:40px;position:static}.detail-table td strong,.detail-table td span{display:block}.detail-table td span{color:var(--muted);margin-top:3px;font-size:12px}.detail-table .link-cell{color:#315f88;align-items:center;gap:5px;display:flex}.pagination{min-height:58px;color:var(--muted);justify-content:flex-end;align-items:center;gap:10px;font-size:13px;display:flex}.pagination>span:first-child{margin-right:auto}.pagination label{align-items:center;gap:5px;display:flex}.pagination select{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:6px 25px 6px 10px}.empty-state{text-align:center;min-height:190px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px;display:flex}.empty-state svg{color:#77908a}.empty-state strong{color:#343b41;font-size:16px}.empty-state span{max-width:460px;font-size:13px;line-height:1.6}.loading-block{min-height:120px;color:var(--muted);justify-content:center;align-items:center;gap:9px;font-size:14px;display:flex}.spin{animation:.9s linear infinite spin}.workspace-navigation{gap:10px;margin:8px 0 22px;display:grid}.segment-tabs,.sub-tabs{scrollbar-width:thin;align-items:center;gap:7px;padding:2px 0;display:flex;overflow-x:auto}.segment-tab,.sub-tabs button{border:1px solid var(--border);background:var(--surface);color:#55606a;border-radius:999px;flex:none;min-height:36px;padding:7px 13px;font-size:13px;font-weight:650}.segment-tab{align-items:center;gap:6px;display:inline-flex}.segment-tab.active{background:var(--blue-soft);color:#285c89;border-color:#cbdced}.sub-tabs{border-bottom:1px solid var(--border);padding-bottom:10px}.sub-tabs button{background:#fafbfc;min-height:32px;padding:5px 11px;font-size:12px}.sub-tabs button.active{background:var(--green-soft);color:#245f51;border-color:#cbe1da}.workspace-shell{padding-bottom:42px}.workspace-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin:3px 0 14px;display:flex}.workspace-heading>div:first-child>span{color:var(--muted);font-size:12px}.workspace-heading h2{margin:4px 0 0;font-size:22px;line-height:1.2}.workspace-heading-actions{align-items:center;gap:8px;display:flex}.business-filters{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:14px;padding:10px 0}.business-filters .field-control input{color:#252a2f;background:0 0;border:0;outline:0;width:112px;font-weight:600}.business-filters .search-control{min-width:min(420px,100%)}.shop-scope-row{justify-content:flex-end;align-items:center;gap:10px;margin:-8px 0 14px;display:flex}.operator-filter{min-width:218px}.shop-scope-picker{min-width:230px;position:relative}.shop-scope-picker summary{border:1px solid var(--border);background:var(--surface);min-height:40px;color:var(--muted);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:13px;list-style:none;display:flex}.shop-scope-picker summary::-webkit-details-marker{display:none}.shop-scope-picker summary strong{color:#29313a;text-overflow:ellipsis;white-space:nowrap;max-width:190px;font-weight:650;overflow:hidden}.shop-scope-picker summary>svg:last-child{margin-left:auto;transition:transform .16s}.shop-scope-picker[open] summary>svg:last-child{transform:rotate(180deg)}.shop-scope-panel{z-index:20;border:1px solid var(--border);background:var(--surface);border-radius:8px;width:min(390px,100vw - 24px);max-height:320px;margin-top:7px;position:absolute;right:0;overflow:auto;box-shadow:0 10px 24px #27364321}.shop-scope-actions{border-bottom:1px solid var(--border);gap:8px;padding:10px 12px 8px;display:flex}.shop-scope-actions button{background:var(--blue-soft);color:#315f88;border:0;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:650}.shop-scope-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:8px;display:grid}.shop-scope-options label{color:#313942;cursor:pointer;border-radius:6px;align-items:center;gap:8px;min-width:0;min-height:34px;padding:6px 8px;font-size:13px;display:flex}.shop-scope-options label:hover{background:var(--surface-soft)}.shop-scope-options input{accent-color:#5e93bd;flex:none;width:15px;height:15px;margin:0}.shop-scope-options span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.business-table-section{border-top:1px solid var(--border);padding:20px 0}.business-table-section .section-heading{margin-bottom:12px}.business-table-section .section-heading h2{font-size:19px}.table-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.overview-group-switch{border:1px solid var(--border);background:#fafbfc;border-radius:999px;align-items:center;gap:3px;padding:3px;display:inline-flex}.overview-group-switch button{color:#55606a;background:0 0;border:1px solid #0000;border-radius:999px;min-width:48px;min-height:32px;padding:5px 10px;font-size:12px;font-weight:650}.overview-group-switch button.active{background:var(--green-soft);color:#245f51;border-color:#cbe1da}.overview-table{min-width:1060px!important}.overview-group-col{width:220px;font-weight:650;left:0;box-shadow:1px 0 #e6e9ed}.wide-table{min-width:1180px!important}.wide-table .product-col{width:240px}.cell-subline{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;font-weight:400;display:block;overflow:hidden}.inline-detail-grid{color:var(--muted);flex-wrap:wrap;gap:10px 24px;padding:15px 18px;font-size:13px;display:flex}.inline-detail-grid strong{color:#2c343b;font-weight:650}.row-editor,.inline-form{flex-wrap:wrap;align-items:end;gap:9px;padding:13px 16px;display:flex}.row-editor>span{color:var(--muted);overflow-wrap:anywhere;align-self:center;font-size:12px}.row-editor label,.inline-form label{color:var(--muted);gap:4px;font-size:12px;display:grid}.row-editor input,.row-editor select,.inline-form input,.inline-form select{border:1px solid var(--border);background:var(--surface);color:#29313a;border-radius:999px;outline:0;min-width:112px;min-height:36px;padding:6px 11px}.inline-form{border:1px solid var(--border);background:#fbfcfd;border-left:0;border-right:0;margin-bottom:12px}.status-chip{white-space:nowrap;border-radius:999px;align-items:center;min-height:26px;padding:4px 8px;font-size:12px;display:inline-flex}.status-chip.ready{background:var(--green-soft);color:#256455}.status-chip.pending{background:var(--warning-bg);color:var(--warning)}.status-chip.danger{background:var(--danger-bg);color:var(--danger)}.inline-success{color:#256455;font-size:12px}.compact-heading{margin-top:26px!important}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.muted{color:var(--muted);font-size:13px}.config-list{gap:8px;display:grid}.config-row{border:1px solid var(--border);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:14px;min-height:60px;padding:11px 14px;display:flex}.config-row>div{gap:4px;min-width:0;display:grid}.config-row>div:last-child{white-space:nowrap;align-items:center;gap:10px;display:flex}.config-row strong{color:#2c343b;overflow-wrap:anywhere;font-size:13px}.config-row span:not(.status-chip){color:var(--muted);overflow-wrap:anywhere;font-size:12px}.config-empty{border:1px dashed var(--border);min-height:92px;color:var(--muted);background:#fbfcfd;border-radius:8px;place-items:center;font-size:13px;display:grid}.profit-drilldown .inline-detail-grid{padding-inline:2px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}@media (width<=1060px){.kpi-grid{grid-template-columns:repeat(3,minmax(160px,1fr))}.quality-strip{grid-template-columns:repeat(2,1fr)}.quality-strip>div:nth-child(2){border-right:0}.quality-strip>div:nth-child(-n+2){border-bottom:1px solid var(--border)}}@media (width<=680px){.page-shell{padding:12px 12px 32px}.topbar{align-items:flex-start;min-height:92px}.header-status{align-items:flex-end;gap:6px}.user-pill,.freshness{min-height:29px;padding:5px 9px;font-size:11px}h1{font-size:24px}.toolbar{grid-template-columns:1fr auto;gap:8px;display:grid}.field-control{grid-column:1/-1;width:100%}.field-control select{flex:1;max-width:none}.toolbar-meta{overflow-wrap:anywhere;margin:0;font-size:11px}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.kpi-card{min-height:116px;padding:13px}.kpi-card strong{font-size:clamp(18px,6vw,23px)}.kpi-grid .kpi-card:last-child{grid-column:1/-1}.section-heading{align-items:flex-start}.section-meta{text-align:right;max-width:145px}.chart-wrap{height:220px}.quality-strip>div{min-height:74px;padding:10px 12px}.quality-strip strong{font-size:16px}.ranking-heading{display:block}.ranking-actions{margin-top:13px}.search-control{flex:1;width:100%}.table-shell>table{min-width:830px}.rank-col{width:52px}.product-col{width:176px;left:52px}th,td{padding:10px 9px}.pagination{flex-wrap:wrap;justify-content:center;padding-top:10px}.pagination>span:first-child{text-align:center;width:100%;margin:0}.workspace-navigation{margin-bottom:16px}.segment-tab{min-height:38px}.sub-tabs{margin-inline:-12px;padding-inline:12px}.workspace-heading{align-items:flex-start}.workspace-heading h2{font-size:20px}.workspace-heading-actions{flex:none}.business-filters{flex-wrap:nowrap;gap:7px;padding:9px 0;display:flex;overflow-x:auto}.business-filters .field-control{flex:none;width:auto;min-width:152px}.business-filters .search-control{min-width:264px}.shop-scope-row{flex-wrap:wrap;justify-content:stretch;margin-top:-7px}.operator-filter,.shop-scope-picker,.shop-scope-picker summary{width:100%}.shop-scope-panel{width:100%;left:0;right:auto}.shop-scope-options{grid-template-columns:1fr}.table-actions{justify-content:flex-start}.overview-group-switch{width:100%}.overview-group-switch button{flex:1 1 0}.overview-group-col{width:158px}.overview-table{min-width:970px!important}.business-table-section{padding-top:17px}.wide-table{min-width:1050px!important}.wide-table .product-col{width:176px}.inline-form,.row-editor{align-items:stretch}.inline-form label{flex:140px}.inline-form .pill-button{flex:100%}.config-row{flex-direction:column;align-items:flex-start;gap:8px}.config-row>div:last-child{justify-content:space-between;width:100%}}
