.subpage{flex-direction:column;gap:12px;display:flex}.segmented{background:#eef1ee;border-radius:8px;gap:2px;padding:3px;display:flex}.segmented button{color:#738078;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:7px 10px;font-size:10px}.segmented button.on{color:var(--green);background:#fff;font-weight:700;box-shadow:0 2px 8px #153f3110}.big-select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:9px;min-width:135px;padding:9px 12px;font-size:11px}.trend-kpis{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.trend-kpis article{border:1px solid var(--line);background:#fff;border-radius:12px;padding:16px}.trend-kpis span{color:var(--muted);font-size:10px;display:block}.trend-kpis strong{margin-top:9px;font:700 24px Georgia;display:block}.note{color:var(--muted);font-size:9px}.column-chart{scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;touch-action:pan-x;cursor:grab;-webkit-user-select:none;user-select:none;scrollbar-width:thin;scrollbar-color:#9db0a7 #edf1ee;align-items:flex-end;gap:16px;height:250px;padding:30px 20px 8px;display:flex;overflow:auto hidden}.column-chart::-webkit-scrollbar{height:7px}.column-chart::-webkit-scrollbar-track{background:#edf1ee;border-radius:10px}.column-chart::-webkit-scrollbar-thumb{background:#9db0a7;border-radius:10px}.column-chart:focus-visible{outline-offset:3px;outline:2px solid #8faa9e}.column{scroll-snap-align:start;flex-direction:column;flex:0 0 16%;justify-content:flex-end;align-items:center;gap:7px;min-width:120px;height:100%;display:flex}.column b{color:#607169;font-size:9px}.column i{background:#a9c7b9;border-radius:7px 7px 2px 2px;width:min(38px,65%);min-height:5px;display:block}.column span{color:#7e8c85;font-size:9px}.history-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px;display:grid}.history-card{border:1px solid #e8ece9;border-radius:10px;padding:12px}.history-card>div:first-child{justify-content:space-between;font-size:10px;display:flex}.history-card>div:first-child span{color:var(--muted)}.mini-bars{align-items:flex-end;gap:4px;height:38px;margin-top:12px;display:flex}.mini-bars i{background:#9fbeaf;border-radius:2px 2px 0 0;flex:1}.category-cards{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.category-cards button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:11px;flex-direction:column;gap:5px;padding:13px;display:flex}.category-cards button.selected{background:var(--green);color:#fff;border-color:var(--green)}.category-cards button strong{font:700 18px Georgia}.plan-input{background:#ffffff12;border:1px solid #ffffff24;border-radius:12px;min-width:245px;padding:14px 16px}.plan-input label{color:#b7c8c1;font-size:9px;display:block}.plan-input input{color:#fff;background:0 0;border:0;border-bottom:1px solid #fff5;outline:0;width:110px;margin:6px 8px 0 0;font:700 26px Georgia}.plan-input small{color:#91a9a0;margin-top:7px;font-size:8px;display:block}.model-cards{grid-template-columns:1fr 1fr;gap:12px;display:grid}.model-cards article{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:18px;display:grid}.model-cards article.recommended{background:#fbfdf8;border-color:#8eae75}.model-badge{border-radius:11px;place-items:center;width:41px;height:41px;font-weight:800;display:grid}.model-badge.m2{color:#4d742f;background:#e9f4d4}.model-cards h3{margin:0;font-size:13px}.model-cards h3 em{color:#5c813e;background:#e8f2d8;border-radius:8px;padding:3px 6px;font-size:8px;font-style:normal}.model-cards p{color:var(--muted);margin:5px 0;font-size:9px}.model-cards code{color:#315b49;background:#eff4f1;border-radius:5px;padding:4px 7px;font-size:10px}.model-cards>article>strong{text-align:right;font:700 25px Georgia}.model-cards>article>strong small{color:var(--muted);margin-top:4px;font:400 8px Arial;display:block}.forecast-grid{grid-template-columns:1.6fr .8fr;gap:12px;display:grid}.backtests>div{grid-template-columns:42px 1fr 55px;align-items:center;gap:9px;margin:10px 0;font-size:9px;display:grid}.backtests>div>div{flex-direction:column;gap:3px;display:flex}.backtests i,.backtests em{border-radius:3px;min-width:20px;height:13px;font-style:normal;display:block;position:relative}.backtests b{color:#fff;font-size:8px;position:absolute;top:1px;right:4px}.lambda-panel>p{color:var(--muted);font-size:9px}.lambda-panel>button{cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:60px 1fr 26px;align-items:center;gap:8px;width:100%;padding:7px 0;font-size:10px;display:grid}.lambda-panel>button>div{background:#edf0ed;border-radius:3px;height:6px}.lambda-panel>button i{background:var(--green);border-radius:3px;height:100%;display:block}.method-note{color:#49613f;background:#edf3e8;border-radius:10px;gap:14px;padding:12px 15px;font-size:9px;line-height:1.5;display:flex}.method-note strong{white-space:nowrap}@media (width<=1050px){.forecast-grid{grid-template-columns:1fr}.category-cards{grid-template-columns:repeat(3,1fr)}.history-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.trend-kpis,.model-cards{grid-template-columns:1fr}.category-cards,.history-grid{grid-template-columns:repeat(2,1fr)}.column-chart{gap:5px;padding-left:0;padding-right:0}.plan-input{min-width:100%}}:root{--ink:#16251f;--muted:#718078;--line:#e4e9e5;--paper:#f4f6f3;--green:#153f31;--lime:#b9dc70;--orange:#e9955b}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif}.loading{height:100vh;color:var(--green);letter-spacing:.08em;place-items:center;display:grid}.shell{grid-template-columns:236px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#edf4ef;background:#102b22;flex-direction:column;height:100vh;padding:28px 18px 20px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:11px;padding:0 8px 28px;display:flex}.brandmark{background:var(--lime);color:#153529;border-radius:11px;place-items:center;width:35px;height:35px;font:800 20px Georgia;display:grid}.brand div,.sidebar-foot div{flex-direction:column;display:flex}.brand strong{letter-spacing:.08em;font-size:15px}.brand small,.sidebar-foot small{color:#8ea49a;letter-spacing:.08em;margin-top:3px;font-size:10px}.store-card{background:#1c382f;border:1px solid #345046;border-radius:12px;grid-template-columns:8px 1fr auto;align-items:center;gap:9px;margin-bottom:24px;padding:12px;display:grid}.store-card div{flex-direction:column;display:flex}.store-card small{color:#91a69d;font-size:10px}.store-card strong{margin-top:5px;font-size:12px}.status-dot,.fresh i{background:var(--lime);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #b9dc7020}.sidebar nav{flex-direction:column;gap:6px;display:flex}.sidebar nav button{color:#9db0a8;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;padding:12px 13px;font-size:13px;display:flex}.sidebar nav button span{font-size:17px}.sidebar nav button.active{color:#fff;background:#29473d}.sidebar-foot{border-top:1px solid #29453b;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;margin-top:auto;padding:18px 7px 0;display:grid}.avatar{color:#233b31;background:#d6aa72;border-radius:50%;place-items:center;width:31px;height:31px;font-size:11px;font-weight:700;display:grid}.sidebar-foot strong{font-size:12px}.logout-button{color:#bcd2e5;cursor:pointer;background:#ffffff0a;border:1px solid #47739c;border-radius:7px;min-width:38px;height:28px;font-size:10px;font-weight:700}.logout-button:hover{color:#fff;background:#ffffff14;border-color:#71a5ce}.main{width:100%;min-width:0;max-width:1600px;margin:auto;padding:26px 34px 60px}.main header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.main header p{color:var(--muted);margin:0 0 7px;font-size:11px}.main h1{letter-spacing:-.03em;margin:0;font-size:25px}.header-actions,.fresh{align-items:center;gap:10px;display:flex}.fresh{color:#597067;font-size:11px}.fresh i{display:block}.filters{border:1px solid var(--line);background:#fff;border-radius:13px;align-items:center;margin-bottom:18px;padding:11px 13px;display:flex;box-shadow:0 8px 30px #16342608}.filters label{color:var(--muted);flex-direction:column;gap:4px;font-size:10px;display:flex}.filters select{color:var(--ink);background:#fff;border:0;min-width:210px;font-weight:700}.scope{border-left:1px solid var(--line);flex-direction:column;gap:4px;margin-left:20px;padding-left:20px;display:flex}.scope span{color:var(--muted);font-size:10px}.scope strong{font-size:12px}.primary{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:8px;margin-left:auto;padding:10px 15px;font-size:12px}.metric-grid{grid-template-columns:1.25fr repeat(4,1fr);gap:12px;margin-bottom:12px;display:grid}.metric-grid article{border:1px solid var(--line);background:#fff;border-radius:12px;min-height:128px;padding:16px}.metric-grid article div{justify-content:space-between;display:flex}.metric-grid article div>span{font-size:12px;font-weight:700}.metric-grid article>strong{margin:18px 0 10px;font:700 25px Georgia,Times New Roman,serif;display:block}.metric-grid article p{margin:0;font-size:11px}.metric-grid article p span{color:#9aa59f;margin-left:4px}.dashboard-grid{grid-template-columns:1.7fr 1fr;gap:12px;margin-bottom:12px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:13px;padding:18px;box-shadow:0 8px 30px #16342606}.panel-head{justify-content:space-between;align-items:flex-start;display:flex}.eyebrow{letter-spacing:.18em;color:#8a9991;font-size:8px;font-weight:700}.panel h2,.data-page h2{margin:5px 0 0;font-size:16px}.panel-head button{color:#496b5d;background:0 0;border:0;font-size:10px}.legend{color:var(--muted);align-items:center;gap:6px;font-size:9px;display:flex}.legend i{border-radius:2px;width:7px;height:7px;margin-left:7px}.sales-dot{background:var(--green)}.try-dot{background:var(--lime)}.bars{align-items:flex-end;gap:11px;height:190px;padding-top:25px;display:flex}.bars button{cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;justify-content:flex-end;gap:9px;height:100%;padding:0;display:flex}.bar-pair{border-bottom:1px solid var(--line);justify-content:center;align-items:flex-end;gap:3px;height:145px;display:flex}.bar-pair i,.bar-pair b{background:#2d5a49;border-radius:4px 4px 0 0;width:10px;min-height:4px;display:block}.bar-pair b{background:var(--lime)}.bars button span{color:#88968f;font-size:9px}.bars button.selected span{color:var(--green);font-weight:800}.bars button.selected .bar-pair{background:#f2f6ef}.insight-item{border-bottom:1px solid var(--line);grid-template-columns:28px 1fr;gap:10px;padding:14px 0;display:grid}.insight-item:last-child{border-bottom:0;padding-bottom:0}.insight-item>span{border-radius:8px;place-items:center;width:27px;height:27px;font-weight:800;display:grid}.warning>span{color:#d17c42;background:#fff0e5}.good>span{color:#67923f;background:#edf6dc}.neutral>span{color:#48685a;background:#edf2ef}.insight-item strong{font-size:11px}.insight-item p{color:var(--muted);margin:5px 0 0;font-size:9px;line-height:1.5}.category-panel,.table-panel{margin-bottom:12px}.category-list{margin-top:13px}.category-row{border-top:1px solid #eef1ef;grid-template-columns:30px 70px 1fr 60px 80px 48px;align-items:center;gap:12px;padding:9px 0;font-size:10px;display:grid}.category-row .rank{color:#9aa69f;font:italic 10px Georgia}.category-row strong{font-size:11px}.progress{background:#edf0ed;border-radius:3px;height:5px;overflow:hidden}.progress i{background:var(--green);border-radius:3px;height:100%;display:block}.category-row b{text-align:right;color:#426b59}.search{border:1px solid var(--line);color:#8c9992;border-radius:8px;padding:7px 10px;font-size:11px}.search input{border:0;outline:0;width:190px;margin-left:7px;font-size:10px}.table-wrap{margin-top:13px;overflow:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:10px}th{color:#89968f;border-bottom:1px solid var(--line);padding:9px;font-weight:500}td{border-bottom:1px solid #eef1ef;padding:10px 9px}.tag{color:#56824b;background:#edf5e7;border-radius:10px;padding:4px 7px}.tag.risk{color:#bd6c38;background:#fff0e5}.dropzone{background:#fff;border:1px dashed #9db0a7;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;min-height:250px;margin-bottom:14px;display:flex;position:relative}.dropzone input{opacity:0;cursor:pointer;position:absolute;inset:0}.upload-icon{width:44px;height:44px;color:var(--green);background:#eef4e5;border-radius:13px;place-items:center;margin-bottom:13px;font-size:22px;display:grid}.dropzone strong{font-size:14px}.dropzone p{color:var(--muted);font-size:10px}.dropzone button{background:var(--green);color:#fff;border:0;border-radius:7px;padding:9px 15px}.dropzone mark{color:#476739;background:#eef6df;border-radius:7px;margin-top:13px;padding:7px 12px;font-size:10px}.quality-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.quality-grid article{border:1px solid var(--line);background:#fff;border-radius:13px;flex-direction:column;padding:20px;display:flex}.quality-grid span{color:var(--muted);font-size:10px}.quality-grid strong{margin:10px 0 5px;font:700 26px Georgia}@media (width<=1050px){.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.shell{grid-template-columns:76px 1fr}.sidebar{padding:24px 12px}.brand div,.store-card div,.store-card>span:last-child,.sidebar nav button:not(.active){font-size:0}.brand{padding-left:7px}.store-card{grid-template-columns:8px 1fr;padding:10px 6px}.sidebar nav button{justify-content:center}.sidebar nav button span{font-size:18px}.sidebar-foot div,.sidebar-foot>span:last-child{display:none}.sidebar-foot{display:block}.main{padding:22px}}@media (width<=700px){.shell{display:block}.sidebar{height:auto;display:none;position:static}.main{padding:16px}.filters{flex-wrap:wrap;gap:12px}.scope{border-left:0;margin-left:0;padding-left:0}.primary{width:100%;margin:0}.metric-grid,.quality-grid,.dashboard-grid{grid-template-columns:1fr}.category-row{grid-template-columns:26px 55px 1fr 45px}.category-row span:nth-last-child(2),.category-row b{display:none}.main header{align-items:flex-start}.fresh{display:none}}.sidebar{color:#f6faff}.brandmark{color:#14579f;background:#e5f1ff}.brand small,.sidebar-foot small{color:#a8c2df}.store-card{background:#124276;border-color:#35679e}.store-card small{color:#a8c5e2}.sidebar nav button{color:#afc6df}.sidebar-foot{border-top-color:#275787}.avatar{color:#164f8e;background:#dcecff}.panel,.metric-grid article,.filters,.quality-grid article,.trend-kpis article,.category-cards button{box-shadow:0 9px 28px #174f8810}.category-row b,.panel-head button{color:#236cae}.category-cards button.selected small{color:#c4dcf2}.column-chart{scrollbar-color:#87b1d8 #e9f1f8}.column-chart::-webkit-scrollbar-track{background:#e9f1f8}.column-chart::-webkit-scrollbar-thumb{background:#87b1d8}.column-chart:focus-visible{outline-color:#5791c7}.fresh{color:#547594}.insight .insight-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;font-family:inherit}.insight .insight-item:hover{background:#f4f8fd;border-radius:9px}.category-panel{overflow-x:auto}.category-table-head,.category-row{grid-template-columns:30px 72px minmax(130px,1fr) 64px 58px 72px 52px 76px 55px;align-items:center;gap:12px;min-width:900px;display:grid}.category-table-head{border-bottom:1px solid var(--line);color:var(--muted);padding:12px 0 8px;font-size:11px}.category-row{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #edf2f7;padding:10px 0;font-family:inherit;font-size:11px}.category-row em{text-align:right;font-style:normal;font-weight:700}.trend-period{color:var(--muted);margin-top:5px;font-size:10px;font-weight:400;display:block}.window-period{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.window-period small{color:var(--muted);font-size:11px}.window-period strong{color:#315f8d;font-size:12px}.trend-filter-bar{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:flex-end;gap:18px;padding:12px 14px;display:flex;box-shadow:0 8px 24px #174f880a}.filter-block{flex-direction:column;gap:6px;display:flex}.filter-block>span{color:var(--muted);font-size:11px}.filter-block .segmented button:disabled{opacity:.38;cursor:not-allowed}.window-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.window-actions button{border:1px solid var(--line);color:#315f8d;cursor:pointer;background:#fff;border-radius:7px;height:36px;padding:0 10px;font-size:11px}.window-actions button:hover:not(:disabled){background:#edf5fd;border-color:#9bbdde}.window-actions button:disabled{opacity:.38;cursor:not-allowed}.window-actions .latest-button{color:#fff;background:#155ba6;border-color:#155ba6}.window-actions .latest-button:hover:not(:disabled){background:#0f4e91}.window-count{color:#376b9d;background:#eaf3fc;border-radius:12px;padding:5px 9px;font-size:11px}.column-chart.windowed{scroll-snap-type:none;scroll-behavior:auto;overscroll-behavior:auto;touch-action:auto;cursor:default;-webkit-user-select:auto;user-select:auto;scrollbar-width:none;padding-bottom:0;overflow:hidden}.column-chart.windowed::-webkit-scrollbar{display:none}.column-chart.windowed .column{scroll-snap-align:none;flex:1 1 0;min-width:0}.column-chart.windowed .muted-point{visibility:hidden}.column-chart.windowed.density-13{gap:10px}.column-chart.windowed.density-26{gap:4px;padding-left:8px;padding-right:8px}.column-chart.windowed.density-26 .column i{width:72%}.timeline-panel{padding-bottom:13px}.overview-bars{border-bottom:1px solid #dce7f3;align-items:flex-end;gap:1px;height:76px;margin-top:16px;padding:0 2px;display:flex}.overview-bars button{cursor:pointer;background:0 0;border:0;flex:1;align-items:flex-end;min-width:2px;height:100%;padding:0;display:flex}.overview-bars button i{background:#cbd9e7;border-radius:2px 2px 0 0;width:100%;min-height:3px;transition:background .15s,opacity .15s;display:block}.overview-bars button:hover i{background:#69a9ee}.timeline-range{color:var(--muted);grid-template-columns:62px 1fr 62px;align-items:center;gap:10px;margin-top:10px;font-size:10px;display:grid}.timeline-range span:last-child{text-align:right}.timeline-range input{accent-color:#155ba6;cursor:pointer;width:100%}.timeline-range input:disabled{cursor:not-allowed;opacity:.45}.brand{align-items:center;min-height:36px}.brandmark{flex:0 0 35px;line-height:1}.brand-logo{object-fit:contain;background:0 0;border:0;border-radius:50%;flex:0 0 38px;width:38px;height:38px;display:block;box-shadow:0 3px 12px #051b364f}.brand strong{line-height:1.1}.brand small{line-height:1.2}.store-card{grid-template-columns:8px minmax(0,1fr) auto;align-items:center;min-height:58px}.store-card>span:last-child{text-align:center;width:auto;line-height:1}.store-card strong,.store-card small{line-height:1.25}.sidebar nav{gap:6px;width:100%}.sidebar nav button,.sidebar nav button:not(.active){white-space:nowrap;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;width:100%;height:44px;padding:0 12px;font-size:13px;line-height:1;display:grid}.sidebar nav button .nav-icon{text-align:center;place-items:center;width:28px;height:28px;font-size:17px;line-height:1;display:grid}.sidebar nav button .nav-label{text-align:left;min-width:0;font-size:13px;line-height:1;display:block}.sidebar-foot{grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;min-height:52px}.sidebar-foot strong,.sidebar-foot small{line-height:1.2}@media (width<=1050px){.trend-filter-bar{flex-wrap:wrap}.window-actions{justify-content:flex-end;width:100%;margin-left:0}.shell{grid-template-columns:164px minmax(0,1fr)}.sidebar{padding:20px 10px 18px}.brand{justify-content:flex-start;gap:8px;padding:0 4px 20px}.brand div{min-width:0;display:flex}.brand strong{font-size:13px}.brand small{font-size:10px}.brand-logo{flex-basis:34px;width:34px;height:34px}.store-card{grid-template-columns:8px minmax(0,1fr);justify-content:stretch;height:auto;min-height:54px;margin-bottom:18px;padding:10px;display:grid}.store-card div{min-width:0;display:flex}.store-card>span:last-child{display:none}.store-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.sidebar nav{align-items:stretch}.sidebar nav button,.sidebar nav button:not(.active){grid-template-columns:28px minmax(0,1fr);justify-items:stretch;width:100%;height:44px;padding:0 9px;font-size:13px;display:grid}.sidebar nav button .nav-icon{font-size:18px}.sidebar nav button .nav-label{font-size:12px;display:block}.sidebar-foot{grid-template-columns:28px minmax(0,1fr) auto;justify-content:stretch;gap:6px;min-height:46px;padding:14px 2px 0;display:grid}.sidebar-foot .avatar{width:28px;height:28px}.sidebar-foot div{min-width:0;display:flex}.sidebar-foot small{display:none}.sidebar-foot strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.sidebar-foot .logout-button{width:34px;min-width:34px;padding:0;font-size:9px}}@media (width<=700px){.window-period{align-items:flex-start;width:100%}.trend-filter-bar{align-items:stretch;gap:12px}.filter-block{width:100%}.filter-block .segmented{overflow-x:auto}.filter-block .segmented button{white-space:nowrap;flex:1}.window-actions{grid-template-columns:1fr 1fr 1fr;display:grid}.window-actions button{padding:0 5px}.column-chart.windowed{gap:5px;padding-left:0;padding-right:0}.timeline-panel .note{display:none}.timeline-range{grid-template-columns:48px 1fr 48px}}:root{--ink:#1a2d46;--muted:#728197;--line:#dfe7f0;--paper:#f4f7fa;--green:#2464ae;--lime:#28aa9b;--orange:#e9953f;--accent-blue:#2464ae;--accent-blue-soft:#e9f2fb;--accent-teal:#259e92;--accent-teal-soft:#e5f6f3;--accent-green:#26875f;--accent-green-soft:#e8f5ee;--accent-amber:#d9852f;--accent-amber-soft:#fff2df;--accent-red:#c84d52;--accent-red-soft:#fdeced;--accent-violet:#6e5bc7;--accent-violet-soft:#f0edfb;--accent-slate:#61758b}html{overscroll-behavior-y:none;background:#eef4f9;min-height:100%}body{overscroll-behavior-y:none;background-color:#eef4f9;background-image:linear-gradient(145deg,#f8fafc 0%,#f1f5f9 52%,#eef4f9 100%);min-height:100%}.shell{min-height:100dvh}.sidebar{background:linear-gradient(#0d315c 0%,#102d51 100%)}.sidebar nav button.active{background:#1b5796;box-shadow:inset 3px 0 #48c1b4}.status-dot,.fresh i{background:#42bea9;box-shadow:0 0 0 3px #42bea926}.primary{background:#2464ae}.primary:hover{background:#1e5596}.metric-grid article{position:relative;overflow:hidden}.metric-grid article:before{content:"";background:var(--accent-blue);height:3px;position:absolute;top:0;left:0;right:0}.up{color:var(--accent-green)}.down{color:var(--accent-red)}.sales-dot,.bar-pair i{background:var(--accent-blue)}.try-dot,.bar-pair b{background:var(--accent-teal)}.bars button.selected .bar-pair{background:#f0f6fb;box-shadow:inset 0 -2px #4a8ccc}.bars button.selected span{color:var(--accent-blue)}.insight-item.warning>span{background:var(--accent-amber-soft);color:var(--accent-amber)}.insight-item.good>span{background:var(--accent-green-soft);color:var(--accent-green)}.insight-item.info>span{background:var(--accent-blue-soft);color:var(--accent-blue)}.insight-item.neutral>span{background:var(--accent-violet-soft);color:var(--accent-violet)}.insight .insight-item:hover{background:#f6f9fc}.progress i{background:linear-gradient(90deg,#2c6db2,#3baea3)}.category-row:nth-child(6n+2) .progress i{background:var(--accent-teal)}.category-row:nth-child(6n+3) .progress i{background:var(--accent-violet)}.category-row:nth-child(6n+4) .progress i{background:var(--accent-amber)}.category-row:nth-child(6n+5) .progress i{background:var(--accent-green)}.category-row:nth-child(6n+6) .progress i{background:#c66b80}.category-row:hover{background:#f7fafc}.category-cards button{border-top:3px solid var(--accent-blue)}.category-cards button:nth-child(6n+2){border-top-color:var(--accent-teal)}.category-cards button:nth-child(6n+3){border-top-color:var(--accent-violet)}.category-cards button:nth-child(6n+4){border-top-color:var(--accent-amber)}.category-cards button:nth-child(6n+5){border-top-color:var(--accent-green)}.category-cards button:nth-child(6n+6){border-top-color:#c66b80}.category-cards button.selected{background:linear-gradient(145deg,#245f9f,#337bb8);border-color:#49b7aa #245f9f #245f9f}.column i{background:#a9c5df}.column i.latest{background:var(--accent-teal)}.overview-bars button.selected i{background:var(--accent-blue)}.overview-bars button.selected:last-of-type i{background:var(--accent-teal)}.timeline-range input{accent-color:var(--accent-blue)}.mini-bars i{background:#b6cadc}.mini-bars i:last-child{background:var(--accent-blue)}.history-card:nth-child(2) .mini-bars i:last-child{background:var(--accent-teal)}.history-card:nth-child(3) .mini-bars i:last-child{background:var(--accent-violet)}.history-card:nth-child(4) .mini-bars i:last-child{background:var(--accent-amber)}.history-card:nth-child(5) .mini-bars i:last-child{background:var(--accent-green)}.history-card:nth-child(6) .mini-bars i:last-child{background:#c66b80}.tag{color:var(--accent-slate);background:#eef3f7}.tag.star{background:var(--accent-blue-soft);color:var(--accent-blue)}.tag.potential{background:var(--accent-violet-soft);color:var(--accent-violet)}.tag.risk{background:var(--accent-red-soft);color:var(--accent-red)}.tag.dormant{background:var(--accent-amber-soft);color:#9a5e1c}.tag.observe{background:var(--accent-green-soft);color:var(--accent-green)}.tag.unscoped{color:#75879a;background:#eef1f4}.model-badge.m1{color:var(--accent-slate);background:#edf1f5}.model-badge.m2{background:var(--accent-violet-soft);color:var(--accent-violet)}.model-cards article.recommended{background:#fbfaff;border-color:#b9aee8;box-shadow:0 8px 26px #6e5bc70d}.model-cards h3 em{color:var(--accent-violet);background:var(--accent-violet-soft)}.model-cards code{color:#315f8d;background:#edf4fa}.backtests i{background:#9ba9b8}.backtests em{background:var(--accent-violet)}.lambda-panel>button i{background:linear-gradient(90deg,#5a76ba,var(--accent-violet))}.prediction-table .m2-value{color:var(--accent-violet)}.method-note{background:var(--accent-violet-soft);color:#574c91;border-left:3px solid var(--accent-violet)}.upload-icon{background:var(--accent-teal-soft);color:var(--accent-teal)}.dropzone mark{background:var(--accent-green-soft);color:var(--accent-green)}.quality-grid article:first-child{border-top:3px solid var(--accent-blue)}.quality-grid article:nth-child(2){border-top:3px solid var(--accent-teal)}.quality-grid article:nth-child(3){border-top:3px solid var(--accent-green)}.window-actions .latest-button{background:var(--accent-blue);border-color:var(--accent-blue)}.segmented button.on{color:var(--accent-blue)}.window-count{color:#376b9d;background:var(--accent-blue-soft)}.method-note strong,.m2-value{color:var(--accent-violet)}.main .app-header{align-items:flex-start;gap:24px;margin-bottom:20px}.app-header-copy{max-width:780px}.main .app-header h1{letter-spacing:-.025em;font:700 28px/1.22 Georgia,Songti SC,serif}.main .app-header p{max-width:720px;color:var(--muted);margin:7px 0 0;font-size:11px;line-height:1.65}.app-header .header-actions{flex:none;padding-top:4px}.trend-filter-bar .window-period{margin-left:auto;padding:0 4px}.forecast-plan-bar{border:1px solid var(--line);border-left:3px solid var(--accent-violet);background:#fff;border-radius:13px;justify-content:space-between;align-items:center;gap:22px;padding:14px 17px;display:flex;box-shadow:0 8px 24px #174f880a}.forecast-plan-bar>div:first-child strong{margin-top:5px;font-size:13px;display:block}.forecast-plan-bar>div:first-child p{color:var(--muted);margin:5px 0 0;font-size:10px;line-height:1.5}.forecast-plan-bar .plan-input{background:var(--accent-violet-soft);border:1px solid #ddd6f6;border-radius:10px;min-width:230px;padding:9px 13px}.forecast-plan-bar .plan-input label{color:#675d91;font-size:11px;display:block}@media (width<=1050px){.main .app-header{gap:16px}.main .app-header h1{font-size:25px}.trend-filter-bar{flex-wrap:wrap}.trend-filter-bar .window-period{align-items:flex-start;margin-left:0}.trend-filter-bar .window-actions{margin-left:auto}}@media (width<=700px){.main .app-header{flex-direction:column;gap:12px}.main .app-header h1{font-size:25px}.app-header .header-actions{justify-content:flex-end;width:100%;padding-top:0}.forecast-plan-bar{flex-direction:column;align-items:stretch;gap:12px}.forecast-plan-bar .plan-input{min-width:0}.trend-filter-bar .window-actions{justify-content:flex-end;width:100%;margin-left:0}}:root{--muted:#5f7188;--focus:#0f70c7}.main{align-self:start;margin:0 auto;overflow-x:clip}button,input,select{font-family:inherit}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline-offset:2px;outline:3px solid #65a8e3}button:disabled{cursor:not-allowed}.eyebrow{letter-spacing:.14em;color:#60758c;font-size:10px;line-height:1.3}.panel h2,.data-page h2{font-size:18px;line-height:1.35}.panel-head button,.note,.legend{font-size:11px}.big-select{min-height:40px;padding:9px 34px 9px 12px;font-size:12px}.segmented{border-radius:10px;padding:4px}.segmented button{min-height:34px;padding:7px 11px;font-size:11px}.header-tool{border:1px solid var(--line);color:#315f8d;cursor:pointer;background:#fbfdff;border-radius:10px;align-items:center;gap:7px;height:40px;padding:0 13px;font-size:12px;font-weight:700;display:flex}.header-tool:hover{background:#edf5fd;border-color:#a8c7e4}.header-tool svg,.secondary-import svg,.store-lock svg,.search svg,.nav-icon svg,.upload-icon svg{width:18px;height:18px;display:block}.nav-icon svg{width:19px;height:19px}.store-lock{color:#c9def1;white-space:nowrap;border:1px solid #4f7dad;border-radius:999px;place-items:center;min-width:34px;height:22px;padding:0 6px;font-size:9px;font-weight:700;display:grid}.filters{gap:0;min-width:0;min-height:64px;padding:10px 14px}.filters label{font-size:11px}.filters select{min-height:28px;font-size:12px}.filter-static{flex-direction:column;flex:0 300px;gap:3px;width:300px;min-width:220px;max-width:34%;display:flex}.filter-static>span,.filter-static small,.scope span{color:var(--muted);font-size:11px}.filter-static strong,.scope strong{font-size:13px}.scope{flex:260px;min-width:0}.scope strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.filter-static small{margin-top:1px}.secondary-import{flex:none;align-items:center;gap:7px;min-height:40px;font-weight:700;display:flex}.metric-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.metric-grid article{min-width:0;min-height:116px}.metric-grid article:before{height:4px}.metric-grid article:first-child:before{background:#2364aa}.metric-grid article:nth-child(2):before{background:#3d83c9}.metric-grid article:nth-child(3):before{background:#25a096}.metric-grid article:nth-child(4):before{background:#278761}.metric-grid article:nth-child(5):before{background:#705bc5}.metric-grid article p{align-items:center;gap:4px;font-size:11px;line-height:1.45;display:flex}.metric-grid article p.neutral-change{color:#61758b}.metric-grid article>strong{margin-top:22px}.bars button span{font-size:10px}.trend-scale-note{color:#60738a;margin:12px 0 0;font-size:10px;line-height:1.45}.trend .bars{padding-top:14px}.trend-selected-summary{color:var(--muted);border-top:1px solid #e8eef5;justify-content:space-between;align-items:center;gap:16px;margin-top:9px;padding-top:10px;font-size:11px;display:flex}.trend-selected-summary strong{color:var(--ink);text-align:right;font-size:12px}.trend-head-actions{flex-direction:column;align-items:flex-end;gap:7px;display:flex}.trend-head-actions button{color:#2768a5;cursor:pointer;background:#f7fbfe;border:1px solid #bfd4e7;border-radius:8px;min-height:34px;padding:0 10px;font-size:11px;font-weight:700}.trend-head-actions button:hover{background:#eaf4fb;border-color:#8fb7d8}.insight .insight-item{grid-template-columns:30px minmax(0,1fr) 18px;align-items:center}.insight-item strong{font-size:12px;line-height:1.45}.insight-item p{font-size:10px;line-height:1.55}.insight-item>em{color:#6f87a0;text-align:right;font-size:15px;font-style:normal}.trend-kpis span{font-size:11px}.trend-kpis strong{font-size:26px}.trend-kpis strong small{color:#71849a;font:600 11px Arial,sans-serif}.large-chart{min-height:300px}.chart-meta{color:var(--muted);justify-content:space-between;gap:12px;margin-top:13px;font-size:11px;display:flex}.chart-frame{grid-template-columns:44px minmax(0,1fr);align-items:stretch;gap:8px;margin-top:2px;display:grid}.chart-y-scale{text-align:right;color:#6a7c91;flex-direction:column;justify-content:space-between;height:226px;padding:30px 0 4px;font-size:10px;display:flex}.column-chart.windowed{background:repeating-linear-gradient(#0000 0 calc(25% - 1px),#e7edf4 25%);height:226px;padding-top:30px;position:relative}.column-chart.windowed .column{z-index:2;position:relative}.column-chart.windowed .column b,.column-chart.windowed .column span{font-size:10px}.column-chart.windowed .column span em{color:var(--accent-teal);margin-top:3px;font-size:10px;font-style:normal;font-weight:800;display:block}.average-line{z-index:1;pointer-events:none;border-top:1px dashed #d48838;position:absolute;left:0;right:0}.average-label{z-index:3;color:#a86724;pointer-events:none;background:#fff4e5;border-radius:5px;padding:3px 6px;font-size:10px;position:absolute;right:3px;transform:translateY(50%)}.history-ready-note{color:#5e7389;background:#f8fbfe;border:1px dashed #bdd0e2;border-radius:11px;align-items:center;gap:12px;padding:12px 15px;font-size:11px;display:flex}.history-ready-note strong{color:#315f8d;font-size:12px}.window-actions button{min-height:36px;font-size:11px}.trend-filter-bar{grid-template-columns:max-content max-content minmax(170px,1fr) max-content;align-items:end;display:grid}.trend-filter-bar .window-period{min-width:0}.trend-filter-bar .window-actions{margin-left:0}.detail-scope-bar{background:#f7fbfe;border:1px solid #bfd5e7;border-left:3px solid #25a096;border-radius:11px;justify-content:space-between;align-items:center;gap:16px;padding:11px 14px;display:flex}.detail-scope-bar>div{flex-direction:column;gap:3px;display:flex}.detail-scope-bar span{color:#6a7e92;font-size:11px}.detail-scope-bar strong{color:#2d5274;font-size:12px}.detail-scope-bar button{color:#2768ad;cursor:pointer;background:0 0;border:0;border-radius:7px;min-height:34px;padding:0 8px;font-size:11px;font-weight:700}.detail-scope-bar button:hover{background:#eaf3fb}.category-row .rank{font-size:11px}.structure-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.structure-summary article{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;min-height:105px;padding:15px 16px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 22px #174f8809}.structure-summary article:before{content:"";background:#2768ad;height:4px;position:absolute;top:0;left:0;right:0}.structure-summary article:nth-child(2):before{background:#25a096}.structure-summary article:nth-child(3):before{background:#d58432}.structure-summary article:nth-child(4):before{background:#6d5ac4}.structure-summary article>span{color:#62758b;font-size:11px}.structure-summary article>strong{color:var(--ink);margin-top:12px;font:700 25px Georgia,Times New Roman,serif}.structure-summary article>small{color:#718397;white-space:nowrap;text-overflow:ellipsis;margin-top:auto;padding-top:5px;font-size:10px;overflow:hidden}.structure-summary article.quality{background:linear-gradient(145deg,#fff 55%,#f7f3fd)}.structure-tree-workbench{flex-direction:column;gap:12px;min-width:0;display:flex}.tree-table-toolbar{background:linear-gradient(120deg,#fff 0%,#f5f9fd 100%);border:1px solid #d9e5ef;border-radius:13px;justify-content:space-between;align-items:center;gap:18px;padding:12px 14px;display:flex;box-shadow:0 8px 24px #174f880a}.tree-table-toolbar>div{min-width:0}.tree-table-toolbar strong{color:#294d70;font-size:13px;display:block}.tree-table-toolbar small{color:#6e8296;margin-top:4px;font-size:11px;line-height:1.45;display:block}.tree-toolbar-groups{flex-direction:column;align-items:flex-end;gap:7px;display:flex}.tree-depth-controls,.tree-column-controls{background:#eef3f7;border:1px solid #dbe6ef;border-radius:9px;align-items:center;gap:5px;padding:3px;display:flex}.tree-depth-controls button,.tree-column-controls button{color:#526a81;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;min-height:36px;padding:6px 10px;font-size:11px;font-weight:800;transition:background .15s,border-color .15s,color .15s,box-shadow .15s}.tree-depth-controls button:hover,.tree-column-controls button:hover{color:#28669d;background:#fff}.tree-depth-controls button[aria-pressed=true],.tree-depth-controls button.active,.tree-column-controls button[aria-pressed=true],.tree-column-controls button.active{color:#2364a3;background:#fff;border-color:#b9d2e7;box-shadow:0 2px 7px #174f8812}.tree-depth-controls button:nth-last-child(2)[aria-pressed=true]{color:#287e72;border-color:#b8ddd7}.tree-depth-controls button:last-child[aria-pressed=true]{color:#6954b5;border-color:#d2c8ee}.structure-tree-card{background:#fff;border:1px solid #d5e2ed;border-radius:13px;min-width:0;overflow:hidden;box-shadow:0 10px 30px #174f880b}.structure-tree-scroll{overscroll-behavior:contain;scrollbar-color:#9fb6ca #edf3f7;scrollbar-width:thin;max-height:min(72vh,760px);position:relative;overflow:auto}.structure-tree-scroll::-webkit-scrollbar{width:10px;height:10px}.structure-tree-scroll::-webkit-scrollbar-track{background:#edf3f7}.structure-tree-scroll::-webkit-scrollbar-thumb{background:#9fb6ca;border:2px solid #edf3f7;border-radius:8px}.structure-tree-scroll::-webkit-scrollbar-thumb:hover{background:#7899b5}.structure-tree-table{--tree-category-width:96px;--tree-audience-width:96px;--tree-theme-width:144px;--tree-group-width:144px;--tree-base-width:598px;--tree-core-width:0px;--tree-share-width:0px;--tree-efficiency-width:0px;width:max-content;min-width:calc(var(--tree-base-width) + var(--tree-core-width) + var(--tree-share-width) + var(--tree-efficiency-width));border-collapse:separate;border-spacing:0;table-layout:fixed;font-variant-numeric:tabular-nums;font-size:11px;transition:min-width .18s}.structure-tree-table.with-core{--tree-core-width:590px}.structure-tree-table.with-shares{--tree-share-width:450px}.structure-tree-table.with-efficiency{--tree-efficiency-width:490px}.structure-tree-table th,.structure-tree-table td{box-sizing:border-box;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e5edf4;border-right:1px solid #e5edf4;padding:8px 7px}.structure-tree-table thead th{z-index:7;color:#526c84;text-align:right;background:#f7fafc;height:38px;font-size:10px;font-weight:800;position:sticky;top:0;box-shadow:0 1px #d6e2ec}.structure-tree-table thead tr:last-child th{top:34px}.structure-tree-table thead .tree-group-head,.structure-tree-table thead tr.tree-group-head th{color:#2e628e;text-align:center;letter-spacing:.04em;background:#eaf3fb;height:34px;top:0!important}.structure-tree-table thead tr.tree-group-head .tree-group-dim{color:#2e628e;background:#eaf3fb;left:0;z-index:12!important}.structure-tree-table thead tr.tree-group-head .tree-group-core{color:#277a70;background:#e7f6f3}.structure-tree-table thead tr.tree-group-head .tree-group-share{color:#6856ad;background:#f1edfb}.structure-tree-table thead tr.tree-group-head .tree-group-efficiency{color:#a76a2c;background:#fff2e4}.structure-tree-table thead tr.tree-group-head .tree-group-action{color:#5f7184;background:#eef3f7}.structure-tree-table tbody td{color:#344f69;text-align:right;background:#fff;height:46px}.structure-tree-table tbody tr:nth-child(2n) td{background:#fbfdff}.structure-tree-table tbody tr:hover td{background:#f0f7fc}.structure-tree-table tbody tr.selected td{background:#eaf4fc}.structure-tree-table tbody tr.selected:hover td{background:#e4f1fa}.structure-tree-table thead tr:last-child th:nth-child(-n+4),.structure-tree-table tbody td:nth-child(-n+4){z-index:5;text-align:left;background:#fff;position:sticky}.structure-tree-table thead tr:last-child th:nth-child(-n+4),.structure-tree-table tbody .tree-dimension-cell{padding-left:6px;padding-right:6px}.structure-tree-table thead tr:last-child th:nth-child(-n+4){z-index:10;background:#f7fafc}.structure-tree-table thead tr:last-child th:first-child,.structure-tree-table tbody td:first-child{width:var(--tree-category-width);min-width:var(--tree-category-width);max-width:var(--tree-category-width);left:0}.structure-tree-table thead tr:last-child th:nth-child(2),.structure-tree-table tbody td:nth-child(2){left:var(--tree-category-width);width:var(--tree-audience-width);min-width:var(--tree-audience-width);max-width:var(--tree-audience-width)}.structure-tree-table thead tr:last-child th:nth-child(3),.structure-tree-table tbody td:nth-child(3){left:calc(var(--tree-category-width) + var(--tree-audience-width));width:var(--tree-theme-width);min-width:var(--tree-theme-width);max-width:var(--tree-theme-width)}.structure-tree-table thead tr:last-child th:nth-child(4),.structure-tree-table tbody td:nth-child(4){left:calc(var(--tree-category-width) + var(--tree-audience-width) + var(--tree-theme-width));width:var(--tree-group-width);min-width:var(--tree-group-width);max-width:var(--tree-group-width);box-shadow:5px 0 9px -8px #315e86}.structure-tree-table tbody tr:nth-child(2n) td:nth-child(-n+4){background:#fbfdff}.structure-tree-table tbody tr:hover td:nth-child(-n+4){background:#f0f7fc}.structure-tree-table tbody tr.selected td:nth-child(-n+4){background:#eaf4fc}.structure-tree-table tbody tr.selected:hover td:nth-child(-n+4){background:#e4f1fa}.tree-dimension-cell{min-width:0;position:relative;color:#536b81!important}.tree-dimension-cell>strong{white-space:nowrap;color:#263f59;font-size:11px;line-height:1.3;display:block}.tree-dimension-cell.muted{color:#8293a3!important}.tree-cell-current{font-weight:800;color:#225f94!important;background:#eaf4fc!important}.tree-cell-current>strong{color:#225f94}.tree-cell-ancestor{font-weight:700;color:#4c6e8b!important;background:#f1f7fb!important}.tree-cell-content{align-items:center;gap:3px;min-width:0;min-height:28px;display:flex}.tree-node-label,.tree-node-text{box-sizing:border-box;min-width:0;height:28px;color:inherit;text-align:left;text-overflow:clip;white-space:nowrap;font:inherit;font-weight:inherit;border-radius:5px;flex:1;align-items:center;padding:0 4px;line-height:20px;display:flex;overflow:hidden}.tree-node-label{cursor:pointer;background:0 0;border:0}.tree-node-text{cursor:default;background:0 0;border:0}.tree-node-label:hover{color:#225f94;background:#fff}.tree-node-label[aria-pressed=true]{color:#1f5b8b;background:#d7ebf8}.tree-toggle{color:#557a99;vertical-align:middle;cursor:pointer;background:#ffffffa8;border:0;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;min-width:28px;height:28px;margin:0;padding:0;line-height:1;transition:background .15s,color .15s,transform .15s;display:inline-grid}.tree-toggle svg{width:14px;height:14px;transition:transform .18s}.tree-toggle:hover{color:#24669d;background:#dcecf7}.tree-toggle[aria-expanded=true]{color:#247d70;background:#dff2ee}.tree-toggle[aria-expanded=true] svg{transform:rotate(90deg)}.tree-toggle:active{transform:scale(.92)}.tree-toggle:focus-visible{outline-offset:1px;outline:3px solid #6aa6d4}.tree-toggle:disabled{color:#a1afbb;background:#f4f7f9}.tree-row-level-0 td:first-child{box-shadow:inset 4px 0 #2a6db1}.tree-row-level-1 td:first-child{box-shadow:inset 4px 0 #25a096}.tree-row-level-2 td:first-child{box-shadow:inset 4px 0 #705bc5}.tree-row-level-3 td:first-child{box-shadow:inset 4px 0 #d58432}.tree-row-level-0 .tree-dimension-cell{font-weight:800}.tree-row-level-1 .tree-dimension-cell{font-weight:700}.tree-row-level-2 .tree-dimension-cell{color:#5d6880}.tree-row-level-3 .tree-dimension-cell{color:#6c7483}.tree-row-level-0 td{border-bottom-color:#cfdeea}.tree-row-level-0:not(:first-child) td{border-top:2px solid #d5e4f0}.tree-metric{color:#314e69;justify-content:flex-end;align-items:baseline;gap:3px;min-width:54px;font-weight:700;display:inline-flex}.tree-metric small{color:#738699;font-size:10px;font-weight:600}.tree-metric.positive{color:#248061}.tree-metric.negative{color:#c15c59}.tree-metric.highlight{color:#25659e;background:#eaf3fb;border-radius:5px;padding:3px 5px}.tree-signal{color:#536b80;background:#eef3f7;border-radius:14px;justify-content:center;align-items:center;min-height:28px;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.tree-signal:before{content:"";background:#8fa1b1;border-radius:50%;width:6px;height:6px;margin-right:4px}.tree-signal.good{color:#247d5e;background:#e6f5ef}.tree-signal.good:before{background:#2b9a73}.tree-signal.warning{color:#a96523;background:#fff1df}.tree-signal.warning:before{background:#db8734}.tree-signal.danger{color:#b95050;background:#fde9e8}.tree-signal.danger:before{background:#cf5d5a}.tree-signal.info{color:#6653ad;background:#eeeafb}.tree-signal.info:before{background:#705bc5}.tree-row-action{color:#276499;white-space:nowrap;cursor:pointer;background:#f7fbfe;border:1px solid #bfd5e7;border-radius:7px;min-height:34px;padding:5px 9px;font-size:10px;font-weight:800}.tree-row-action:hover{background:#eaf4fb;border-color:#8fb9dc}.tree-row-action:disabled{color:#9ba9b5;cursor:not-allowed;background:#f4f6f8;border-color:#dfe7ed}.tree-table-foot{color:#5d7389;background:linear-gradient(90deg,#f8fbfd,#fff);border-top:1px solid #e1eaf1;justify-content:space-between;align-items:center;gap:14px;min-height:50px;padding:10px 13px;font-size:11px;display:flex}.tree-table-foot>div{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.tree-table-foot strong{color:#315f8d;font-size:11px}.tree-table-foot button{color:#2b6699;cursor:pointer;background:#fff;border:1px solid #bed3e4;border-radius:7px;min-height:36px;padding:5px 10px;font-size:11px;font-weight:800}.tree-table-foot button:hover{background:#edf6fc}.structure-method-note{color:#5c7187;background:#f8fbfd;border:1px solid #dbe6ef;border-radius:9px;margin-top:0;font-size:11px;line-height:1.6}.structure-method-note summary{color:#315f8d;cursor:pointer;padding:10px 12px;font-weight:800}.structure-method-note p{border-top:1px solid #e2eaf1;margin:0;padding:10px 12px}.structure-empty{background:#f8fbfe;border:1px dashed #bfd0e0;border-radius:12px}.tree-quality-buckets{margin-top:0}.tree-quality-buckets summary{color:#63768a}.tree-quality-buckets summary strong{color:#69558c}.section-toolbar{border:1px solid var(--line);background:#fff;border-radius:13px;justify-content:space-between;align-items:center;gap:18px;padding:14px 16px;display:flex;box-shadow:0 8px 24px #174f880a}.section-toolbar h2{margin:5px 0 0;font-size:17px}.section-toolbar label{color:var(--muted);align-items:center;gap:9px;font-size:11px;display:flex}.category-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.category-cards button{min-height:104px;padding:14px;border-top-color:#c8daeb!important}.category-cards button.selected{border-top-color:#45b8aa!important}.category-cards button span{font-size:11px}.category-cards button strong{font-size:18px}.category-cards button small{color:#687c91;font-size:10px}.quiet-categories{border:1px solid var(--line);color:#566d84;background:#f9fbfd;border-radius:11px}.quiet-categories summary{cursor:pointer;align-items:center;gap:5px;min-height:42px;padding:0 14px;font-size:11px;display:flex}.quiet-categories summary strong{color:#315f8d}.quiet-categories>div{border-top:1px solid var(--line);grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;padding:10px;display:grid}.quiet-categories button{color:var(--ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e8f0;border-radius:9px;flex-direction:column;gap:4px;padding:11px;display:flex}.quiet-categories button span{font-size:11px}.quiet-categories button strong{font-size:12px}.quiet-categories button small{color:var(--muted);font-size:10px}.quiet-categories button em{color:#b66b25;background:#fff1df;border-radius:9px;margin-left:6px;padding:2px 6px;font-size:10px;font-style:normal}.table-tools{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.search{background:#fff;align-items:center;gap:3px;min-height:40px;font-size:12px;display:flex}.search input{background:0 0;width:220px;height:28px;font-size:12px}.status-filter,.forecast-tools>label:not(.search){border:1px solid var(--line);min-height:40px;color:var(--muted);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:0 9px;font-size:11px;display:flex}.status-filter select,.forecast-tools>label select{color:var(--ink);background:#fff;border:0;min-height:34px;font-size:12px}.result-count{color:var(--muted);margin-left:auto;font-size:11px}.rule-note{color:#5f7288;background:#f4f8fc;border-radius:8px;flex-wrap:wrap;gap:14px;margin-top:10px;padding:9px 11px;font-size:10px;display:flex}.rule-note strong{color:#315f8d}.table-wrap{border-radius:9px}table{font-size:12px}th{z-index:1;color:#60758b;background:#fff;padding:11px 9px;font-size:11px;font-weight:700;position:sticky;top:0}td{height:44px;padding:10px 9px}td strong{font-size:12px}.tag{white-space:nowrap;align-items:center;font-size:10px;font-weight:700;display:inline-flex}.empty-state{text-align:center;color:var(--muted);padding:28px;font-size:12px}.pagination{color:var(--muted);border-top:1px solid #e8eef5;justify-content:flex-end;align-items:center;gap:10px;margin-top:5px;padding-top:12px;font-size:11px;display:flex}.pagination button{border:1px solid var(--line);color:#315f8d;cursor:pointer;background:#fff;border-radius:8px;min-height:36px;padding:0 12px}.pagination button:disabled{opacity:.4}.forecast-plan-bar{padding:16px 18px}.forecast-plan-bar>div:first-child strong{font-size:14px}.forecast-plan-bar .plan-input{min-width:300px;padding:10px 12px}.plan-label{color:#675d91;font-size:11px;font-weight:700;display:block}.plan-stepper{grid-template-columns:36px 1fr 36px;align-items:center;gap:7px;margin-top:6px;display:grid}.plan-stepper>button{color:#6551b6;cursor:pointer;background:#fff;border:1px solid #c9bdec;border-radius:8px;width:36px;height:36px;font-size:18px}.plan-stepper label{background:#fff;border:1px solid #c9bdec;border-radius:8px;align-items:center;height:38px;padding:0 10px;color:#675d91!important;display:flex!important}.forecast-plan-bar .plan-input input{width:110px;color:var(--ink);background:0 0;border:0;margin:0;font:700 22px Georgia,serif}.forecast-plan-bar .plan-input input:focus-visible{outline-offset:3px;border-radius:4px;outline:3px solid #65a8e3}.plan-stepper label:focus-within{border-color:#65a8e3;box-shadow:0 0 0 3px #65a8e333}.forecast-plan-bar .plan-input small{color:#6b608f;margin-top:6px;font-size:10px;display:block}.model-cards article{grid-template-rows:auto auto;grid-template-columns:42px minmax(0,1fr) auto}.model-cards article>.model-badge,.model-cards article>div{grid-row:1/3}.model-cards>article>strong{grid-area:1/3}.model-cards>article>strong small{font-size:10px;line-height:1.35}.model-cards h3{font-size:14px}.model-cards p{font-size:11px;line-height:1.45}.model-cards code{white-space:normal;font-size:11px;display:inline-block}.model-cards h3 em{font-size:10px}.model-select{color:#315f8d;cursor:pointer;background:#fff;border:1px solid #c9d7e5;border-radius:8px;grid-area:2/3;align-self:end;min-width:92px;min-height:36px;padding:0 11px;font-size:11px;font-weight:800}.model-select:hover{background:#edf6fc;border-color:#8fb7d8}.model-cards article.selected{border-color:#78a9d3;box-shadow:0 0 0 2px #78a9d326,0 8px 26px #174f880d}.model-cards article.selected .model-select{color:#fff;background:#2768ad;border-color:#2768ad}.forecast-grid{grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);align-items:stretch}.forecast-grid>.panel{height:100%}.wape-direction{text-align:right;flex-direction:column;gap:3px;display:flex}.wape-direction strong{color:#315f8d;font-size:11px}.wape-direction span{color:var(--muted);font-size:10px}.wape-axis{color:#718296;justify-content:space-between;margin:14px 68px 0 53px;font-size:10px;display:flex}.backtests{margin-top:8px}.backtests>.backtest-row{grid-template-columns:42px minmax(0,1fr) 92px;align-items:center;gap:10px;margin:11px 0;font-size:10px;display:grid}.backtests>.backtest-row>.backtest-pair{flex-direction:column;gap:6px;display:flex}.backtest-pair>div{grid-template-columns:24px 1fr;align-items:center;gap:7px;display:grid}.backtest-pair small{color:#61758b;font-size:10px;font-weight:700}.wape-track{background:linear-gradient(90deg,#edf4fa 0%,#f4f1fb 100%);border-radius:8px;height:12px;display:block;position:relative}.wape-track:before{content:"";border-left:1px solid #d9e2ec;position:absolute;top:0;bottom:0;left:50%}.wape-point{border-radius:50%;width:10px;height:10px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #fff}.wape-point.m1{background:#77899c}.wape-point.m2{background:var(--accent-violet)}.wape-track b{color:#475d73;font-size:10px;position:absolute;top:-1px;right:5px}.backtest-row>strong{text-align:right;font-size:10px}.category-wapes>.category-wape-row{grid-template-columns:76px minmax(0,1fr) 86px;margin:7px 0}.category-wapes>.category-wape-row>.backtest-pair{gap:4px}.category-wape-label{flex-direction:column;gap:3px;min-width:0;display:flex}.category-wape-label strong{color:var(--ink);font-size:11px}.category-wape-label small{color:#718397;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.category-wape-row>strong.neutral-change{color:#78899a}.lambda-panel{align-self:stretch}.lambda-panel>p{font-size:10px;line-height:1.55}.lambda-status-summary{color:#574c91;margin-top:5px;font-weight:800;display:block}.lambda-panel>button{border-radius:7px;grid-template-columns:88px minmax(62px,1fr) 30px 58px;min-height:34px;padding:7px 5px;font-size:11px}.lambda-panel>button>span{white-space:nowrap;align-items:center;gap:5px;display:flex}.lambda-panel>button>span small{border-radius:8px;padding:2px 4px;font-size:8px;font-weight:800}.lambda-panel>button>span small.optimized{color:#247b5c;background:#e5f5ef}.lambda-panel>button>span small.prior{color:#6a7c8d;background:#eef2f6}.lambda-panel>button>em{color:#718396;text-align:right;white-space:nowrap;font-size:8px;font-style:normal}.lambda-panel>button.selected{background:#f0edfb}.lambda-panel>.reset-category{color:#5f52a3;text-align:center;border:1px solid #d9d3ef;margin-top:8px;display:block}.allocation-check{text-align:right;flex-direction:column;gap:4px;display:flex}.allocation-check span{color:var(--muted);font-size:10px}.allocation-check strong{color:#4e4291;font-size:11px}.forecast-tools>label:not(.search){padding-right:4px}.forecast-tools .big-select{border:0;min-height:36px;padding-top:5px;padding-bottom:5px}.forecast-plan-actions{background:#f8fbfd;border:1px solid #d9e4ee;border-radius:10px;grid-template-columns:minmax(240px,1fr) auto;align-items:center;gap:10px;margin-top:14px;padding:11px 12px;display:grid}.forecast-plan-actions>div{flex-direction:column;gap:3px;min-width:0;display:flex}.forecast-plan-actions strong{color:#315f8d;font-size:12px}.forecast-plan-actions span{color:#64788c;font-size:10px;line-height:1.45}.forecast-plan-actions .template-button{min-height:40px}.forecast-status{color:#28745b;background:#e9f5ef;border-radius:8px;margin:9px 0 0;padding:9px 11px;font-size:11px;font-weight:700}.method-note{border:1px solid #ddd6f2;border-left:3px solid var(--accent-violet);padding:0;font-size:11px;line-height:1.6;display:block}.method-note summary{color:#574c91;cursor:pointer;padding:11px 13px;font-weight:800}.method-note>div{border-top:1px solid #e3def3;flex-direction:column;gap:4px;padding:10px 13px;display:flex}.strategy-page{flex-direction:column;gap:14px;display:flex}.strategy-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.strategy-panel{flex-direction:column;min-height:720px;display:flex;position:relative;overflow:hidden}.strategy-panel:before{content:"";background:#2da596;height:4px;position:absolute;inset:0 0 auto}.strategy-panel.listing:before{background:#dc8732}.strategy-panel .panel-head{gap:18px;min-height:48px}.strategy-panel .panel-head>div{min-width:0}.strategy-panel .panel-head h2{font-size:21px}.strategy-panel .panel-head p{color:var(--muted);margin:7px 0 0;font-size:12px;line-height:1.5}.strategy-state{color:#63778b;background:#eef3f7;border-radius:999px;flex:none;padding:6px 9px;font-size:11px;font-weight:800}.strategy-text-action{color:#2f638f;cursor:pointer;background:#f7fbfe;border:1px solid #c9dce9;border-radius:9px;align-items:center;gap:6px;min-height:38px;padding:0 10px;font-size:11px;font-weight:800;display:flex}.strategy-text-action:hover{background:#eff7fc;border-color:#8eb7d7}.strategy-text-action b{text-align:center;background:#e5f0f8;border-radius:999px;min-width:22px;padding:3px 6px;font-size:10px}.strategy-text-action svg{width:14px;height:14px}.strategy-text-action[aria-pressed=true] svg{transform:rotate(180deg)}.promotion-summary,.listing-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:13px;display:grid}.promotion-summary button,.listing-summary button{text-align:left;min-width:0;min-height:70px;font:inherit;cursor:pointer;background:#f8fbfd;border:1px solid #dce7ef;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:11px 13px;display:flex}.promotion-summary button:hover,.listing-summary button:hover{background:#f3f9fd;border-color:#9fc6df}.promotion-summary button.selected,.listing-summary button.selected{box-shadow:inset 0 0 0 1px}.promotion-summary button.star.selected{color:#225f91;background:#eaf3fb;border-color:#6da7d2}.promotion-summary button.potential.selected{color:#25786e;background:#eaf7f4;border-color:#6fc1b4}.listing-summary button.replacement-tab.selected{color:#28745e;background:#eaf6f1;border-color:#75b7a1}.listing-summary button.alert-tab.selected{color:#9b5f24;background:#fff5e8;border-color:#dfad70}.promotion-summary button.selected span,.promotion-summary button.selected strong,.listing-summary button.selected span,.listing-summary button.selected strong{color:inherit}.promotion-summary span,.listing-summary span{color:#60768b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800;overflow:hidden}.promotion-summary strong,.listing-summary strong{color:#1f4f7b;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1}.promotion-list{background:#fff;border:1px solid #dce6ee;border-radius:10px;flex:500px;height:0;min-height:500px;margin-top:10px;overflow-y:auto}.promotion-list-head,.promotion-row{grid-template-columns:22px minmax(120px,1fr) minmax(115px,1fr) 54px 58px;align-items:center;gap:6px;display:grid}.promotion-list-head{z-index:2;color:#6d8193;background:#f0f5f8;min-height:38px;padding:0 11px;font-size:11px;position:sticky;top:0}.promotion-list-head>span:nth-last-child(-n+2){text-align:right}.promotion-list-head strong{font-size:11px}.promotion-row{color:#354f69;text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #e6edf2;width:100%;min-height:82px;padding:9px 11px}.promotion-row:hover{background:#f5fafe}.promotion-row.standby-row{background:#fbfcfd}.promotion-rank{color:#8799a8;font-family:Georgia,Times New Roman,serif;font-size:12px;font-style:italic}.promotion-product,.promotion-signal,.promotion-sales,.promotion-stock{flex-direction:column;gap:4px;min-width:0;display:flex}.promotion-product strong,.promotion-signal strong,.promotion-sales strong,.promotion-stock strong{text-overflow:ellipsis;overflow:hidden}.promotion-product strong{color:#264967;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.3;display:-webkit-box}.promotion-signal strong,.promotion-sales strong,.promotion-stock strong{white-space:nowrap}.promotion-product small{color:#315f84;background:#eaf2f8;border-radius:4px;align-self:flex-start;padding:2px 5px;font-size:10px;font-weight:800}.promotion-signal strong{color:#286b9e;font-size:11.5px}.promotion-potential .promotion-signal strong{color:#277d71}.promotion-signal small{color:#718496;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.35;overflow:hidden}.promotion-signal small b{font-size:inherit}.promotion-signal .positive{color:#23806f}.promotion-signal .negative{color:#b36a2b}.promotion-signal .candidate-note{color:#a3652e;font-weight:750}.promotion-sales,.promotion-stock{text-align:right}.promotion-sales strong{color:#285f8d;font-size:13px}.promotion-stock strong{color:#6d5897;font-size:13px}.promotion-sales small,.promotion-stock small{color:#8291a0;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;overflow:hidden}.listing-data-note{flex-wrap:wrap;align-items:center;gap:6px;min-height:28px;margin-top:9px;display:flex}.listing-data-note span{color:#756b60;background:#f3f1ed;border-radius:999px;padding:5px 7px;font-size:10px;font-weight:700}.listing-warning{color:#8c5c24;background:#fff8eb;border:1px solid #ebc890;border-radius:8px;margin-top:9px;padding:10px 11px;font-size:11px;line-height:1.5}.replacement-list,.display-alert-list{background:#fff;border:1px solid #dce6ee;border-radius:10px;flex:466px;height:0;min-height:466px;margin-top:10px;overflow-y:auto}.replacement-list-head,.display-alert-list-head{z-index:2;color:#6d8193;background:#f0f5f8;align-items:center;min-height:38px;padding:0 11px;font-size:11px;display:grid;position:sticky;top:0}.replacement-list-head{grid-template-columns:minmax(0,1fr) auto}.replacement-list-head span{text-align:right}.display-alert-list-head{grid-template-columns:64px minmax(0,1fr) 76px;gap:9px}.display-alert-list-head>span:last-child{text-align:right}.replacement-card{background:#fff;border:0;border-top:1px solid #e6edf2;border-radius:0;padding:11px}.replacement-card:hover{background:#f9fbfd}.replacement-group{justify-content:space-between;align-items:center;gap:8px;display:flex}.replacement-group>span{color:#526e87;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;font-weight:700;overflow:hidden}.replacement-group>div{flex:none;align-items:center;gap:5px;display:flex}.replacement-group em{background:#fff;border:1px solid #dce6ed;border-radius:6px;flex:none;padding:3px 6px;font-size:10px;font-style:normal;font-weight:800}.replacement-group em.same-article,.replacement-group em.same-group{color:#5f7487}.replacement-group em.recommendation-label.execute{color:#25775f;border-color:#b9dfd1}.replacement-group em.recommendation-label.review{color:#a86224;border-color:#efd0a6}.replacement-flow{grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);align-items:stretch;gap:6px;margin-top:8px;display:grid}.replacement-product{text-align:left;cursor:pointer;background:#f5f8fa;border:0;border-radius:7px;flex-direction:column;gap:4px;min-width:0;min-height:92px;padding:9px;display:flex}.replacement-product:hover{background:#edf5fa}.replacement-product>span{font-size:11px;font-weight:850}.replacement-product.down>span{color:#b36a2b}.replacement-product.up>span{color:#268064}.replacement-product strong{color:#294861;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.replacement-product small{color:#71808e;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.4;overflow:hidden}.replacement-arrow{color:#7890a4;place-items:center;display:grid}.replacement-arrow svg{width:17px;height:17px}.replacement-score{color:#71808d;border-top:1px solid #e6edf2;align-items:center;gap:8px;margin-top:8px;padding-top:7px;font-size:11px;display:flex}.replacement-score>span{color:#27785d;font-weight:800}.replacement-score strong{color:#315f87;margin-left:auto;font-size:11px}.display-alert-row{text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #e6edf2;grid-template-columns:64px minmax(0,1fr) 76px;align-items:center;gap:9px;width:100%;min-height:90px;padding:10px 11px;display:grid}.display-alert-row:hover{background:#f9fbfd}.display-alert-level{color:#657786;text-align:center;background:#f0f3f5;border-radius:999px;padding:5px 6px;font-size:10px;font-weight:850}.severity-high .display-alert-level{color:#ad6222;background:#fff0df}.display-alert-identity{flex-direction:column;gap:3px;min-width:0;display:flex}.display-alert-identity strong{color:#2c4b65;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.display-alert-identity small{color:#758594;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:11px;line-height:1.4;display:-webkit-box;overflow:hidden}.display-alert-identity small:last-child{-webkit-line-clamp:2}.display-alert-metrics{text-align:right;flex-direction:column;gap:4px;display:flex}.display-alert-metrics b{color:#9a642d;font-size:11px}.display-alert-metrics small{color:#7c8a96;font-size:10.5px}.strategy-method{color:#60758a;background:#fff;border:1px solid #dbe5ed;border-radius:11px;font-size:11px}.strategy-method summary{color:#315f8d;cursor:pointer;padding:11px 14px;font-weight:800}.strategy-method>div{border-top:1px solid #e2e9ef;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:12px 14px;display:grid}.strategy-method section+section{border-left:1px solid #e2e9ef;padding-left:24px}.strategy-method strong{color:#294d70}.strategy-method p{margin:5px 0 0;line-height:1.6}.strategy-method span{color:#74889a;margin-top:4px;display:block}.load-warning{color:#805326;background:#fff7eb;border:1px solid #efc58c;border-left:4px solid #d9852f;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;padding:10px 12px;font-size:11px;line-height:1.5;display:flex}.load-warning button{color:#9b5f22;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d99a55;border-radius:8px;min-height:36px;padding:0 12px;font-size:11px;font-weight:800}.load-warning button:hover{background:#fff0db}.data-page{flex-direction:column;gap:14px;display:flex}.data-page-actions{border:1px solid var(--line);border-left:3px solid var(--accent-teal);background:#fff;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;padding:14px 16px;display:flex;box-shadow:0 8px 24px #174f880a}.data-page-actions>div{flex-direction:column;gap:4px;min-width:0;display:flex}.data-page-actions strong{color:#294d70;font-size:13px}.data-page-actions span{color:var(--muted);font-size:10px}.template-button{color:#245f99;white-space:nowrap;cursor:pointer;background:#f4f9fd;border:1px solid #9fc4e3;border-radius:9px;min-height:40px;padding:0 14px;font-size:11px;font-weight:700}.data-page .dropzone{justify-content:center;min-height:220px;margin:0;padding:25px 20px}.data-page .dropzone input{opacity:0;width:1px;height:1px;position:absolute;inset:auto;overflow:hidden}.data-page .dropzone>label{cursor:pointer;text-align:center;flex-direction:column;align-items:center;display:flex}.data-page .dropzone p{max-width:580px;font-size:11px;line-height:1.55}.data-page .upload-icon{width:48px;height:48px}.data-page .upload-icon svg{width:22px;height:22px}.file-button{background:var(--accent-blue);color:#fff;border-radius:8px;margin-top:8px;padding:10px 16px;font-size:12px;font-weight:700}.data-page .dropzone mark{text-align:center;margin-top:14px;font-size:11px;line-height:1.5}.data-page .dropzone:focus-within{border-color:#4f91cd;box-shadow:0 0 0 3px #5fa2dc2b}.import-steps{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.import-steps>div{border:1px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:30px 1fr;align-items:center;column-gap:9px;padding:13px;display:grid}.import-steps span{color:#2464ae;background:#e8f3fc;border-radius:9px;grid-row:1/3;place-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:grid}.import-steps strong{font-size:12px}.import-steps small{color:var(--muted);margin-top:3px;font-size:10px}.quality-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-top:2px;display:flex}.quality-heading h2{margin:5px 0 0}.quality-heading>span{color:var(--muted);font-size:10px}.quality-grid span{font-size:11px}.quality-grid small{color:#65798d;font-size:10px}.data-action-buttons{align-items:center;gap:8px;flex-direction:row!important;display:flex!important}.danger-button{color:#b64b4b;white-space:nowrap;cursor:pointer;background:#fff7f7;border:1px solid #e5adad;border-radius:9px;min-height:40px;padding:0 14px;font-size:11px;font-weight:800}.danger-button:hover{background:#ffeded}.danger-button:disabled{cursor:not-allowed;opacity:.55}.import-preview{border:1px solid #abd7c8;border-left:4px solid var(--accent-teal);background:#f8fdfb;border-radius:13px;grid-template-columns:minmax(260px,1fr) auto minmax(240px,1fr) auto;align-items:center;gap:22px;padding:16px 18px;display:grid;box-shadow:0 10px 24px #184f420a}.import-preview h2{margin:4px 0 3px;font-size:15px}.import-preview p{color:var(--muted);margin:0;font-size:10px}.import-preview dl{gap:20px;margin:0;display:flex}.import-preview dl div{flex-direction:column;gap:3px;display:flex}.import-preview dt{color:var(--muted);font-size:9px}.import-preview dd{color:#1c4d45;margin:0;font-size:18px;font-weight:800}.repair-list{flex-direction:column;gap:4px;min-width:0;display:flex}.repair-list strong{color:#2e665d;font-size:10px}.repair-list span{color:var(--muted);font-size:10px;line-height:1.5}.data-page .dropzone mark.conflict{color:#9b5b17;background:#fff1dd;box-shadow:inset 0 0 0 1px #efc88e}.import-conflict-panel{background:#fffaf3;border:1px solid #e9bd82;border-left:4px solid #df8a2f;border-radius:13px;padding:17px 18px;box-shadow:0 10px 24px #8b4f120a}.conflict-heading{align-items:flex-start;gap:11px;display:flex}.conflict-heading>span{color:#c66d19;background:#ffead0;border-radius:9px;place-items:center;width:30px;height:30px;font-size:16px;font-weight:900;display:grid}.conflict-heading strong{color:#78491c;font-size:14px;display:block}.conflict-heading p{color:#8b6b49;margin:4px 0 0;font-size:10px;line-height:1.55}.conflict-actions{grid-template-columns:repeat(2,minmax(260px,1fr));gap:10px;margin-top:14px;display:grid}.conflict-actions button{color:#314b64;text-align:left;cursor:pointer;background:#fff;border:1px solid #d8c7b4;border-radius:10px;flex-direction:column;gap:4px;min-height:66px;padding:12px 14px;display:flex}.conflict-actions button:hover{background:#f7fbff;border-color:#91b9da}.conflict-actions button.selected{background:#edf7ff;border-color:#4d99d1;box-shadow:0 0 0 2px #4d99d126}.conflict-actions button.overwrite{border-color:#e4b7a0}.conflict-actions button.overwrite:hover{background:#fff6f1}.conflict-actions button.overwrite.selected{background:#fff3ed;border-color:#d87545;box-shadow:0 0 0 2px #d8754524}.conflict-actions strong{font-size:12px}.conflict-actions span{color:var(--muted);font-size:10px}.incoming-week-list{grid-template-columns:repeat(4,minmax(190px,1fr));gap:7px;margin-top:12px;display:grid}.incoming-week-list>div{background:#f6fcfa;border:1px solid #c9dfd8;border-radius:9px;grid-template-columns:1fr auto;gap:3px 8px;padding:9px 10px;display:grid}.incoming-week-list>div.duplicate{background:#fff3df;border-color:#efbd79}.incoming-week-list span{color:#304b64;grid-column:1/-1;font-size:10px;font-weight:750}.incoming-week-list small{color:var(--muted);font-size:9px}.incoming-week-list strong{color:#26876f;font-size:9px}.incoming-week-list .duplicate strong{color:#bd681c}.import-preview.with-conflicts{background:#f8fbfe;border-color:#bed4e5 #bed4e5 #bed4e5 #4b8fc8}.import-preview.with-conflicts dd{color:#285f8d}.dataset-weeks-panel{border:1px solid var(--line);background:#fff;border-radius:13px;padding:17px 18px;box-shadow:0 10px 28px #174f8809}.dataset-weeks-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:13px;display:flex}.dataset-weeks-heading h2{margin:4px 0 0;font-size:16px}.dataset-weeks-heading p{color:var(--muted);margin:0;font-size:10px}.dataset-week-head,.dataset-week-row{grid-template-columns:minmax(230px,2fr) repeat(6,minmax(78px,1fr)) 64px;align-items:center;gap:10px;display:grid}.dataset-week-head{border-bottom:1px solid var(--line);color:var(--muted);padding:0 10px 8px;font-size:9px;font-weight:700}.dataset-week-list{max-height:460px;overflow:auto}.dataset-week-row{color:#36516b;border-bottom:1px solid #e8eef3;min-height:54px;padding:8px 10px;font-size:10px}.dataset-week-row:last-child{border-bottom:0}.dataset-week-row>span:first-child{align-items:center;gap:8px;display:flex}.dataset-week-row>span:first-child strong{color:#213e5a;font-size:10px}.dataset-week-row>span:first-child small{color:#2f70a8;background:#e8f4fb;border-radius:999px;padding:3px 6px;font-size:8px;font-weight:800}.dataset-week-row button{color:#b44d4d;cursor:pointer;background:#fff8f8;border:1px solid #e5b3b3;border-radius:7px;min-height:31px;font-size:10px;font-weight:800}.dataset-week-row button:hover{background:#ffeded}.dataset-week-row button:disabled{cursor:not-allowed;opacity:.5}.empty-dataset-panel{text-align:center;background:#fff;border:1px dashed #9fbcd3;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:480px;padding:40px;display:flex}.empty-dataset-panel .upload-icon{color:var(--accent-blue);background:#eaf4fb}.empty-dataset-panel h2{color:#17324d;margin:0 0 8px;font-size:22px}.empty-dataset-panel p{max-width:580px;color:var(--muted);margin:0 0 22px;font-size:12px;line-height:1.7}.fresh.empty,.store-card.empty{opacity:.78}.overview-risk-panel .table-wrap{margin-top:13px}.row-link{color:#276499;white-space:nowrap;cursor:pointer;background:#f7fbfe;border:1px solid #bfd5e7;border-radius:7px;min-height:34px;padding:0 9px;font-size:11px;font-weight:800}.row-link:hover{background:#eaf4fb;border-color:#8fb9dc}.mobile-record-list,.mobile-structure-list,.overview-category-mobile{display:none}@media (width<=1200px){.forecast-grid,.strategy-grid,.model-cards{grid-template-columns:1fr}}@media (width<=1450px){.trend-filter-bar{grid-template-columns:max-content max-content minmax(170px,1fr)}.trend-filter-bar .window-actions{grid-column:1/-1;justify-content:flex-end}.import-preview{grid-template-columns:1fr auto}.repair-list{grid-column:1/-1}.import-preview>.primary{grid-area:1/2}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1050px){.filter-static{min-width:0}.filters{flex-wrap:wrap}.scope{flex:1}.table-tools{align-items:stretch}.result-count{width:100%;margin-left:0}.category-cards{grid-template-columns:repeat(4,minmax(0,1fr))}.structure-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.metric-grid article{min-height:116px;padding:14px 12px}.metric-grid article>strong{white-space:nowrap;font-size:clamp(18px,2.25vw,24px)}.metric-grid article p{font-size:10px}}@media (width<=700px){.main{padding:16px}.metric-grid{grid-template-columns:1fr}.filters{align-items:stretch}.filter-static,.scope{width:100%}.secondary-import{justify-content:center;width:100%}.trend-selected-summary,.history-ready-note,.quality-heading{flex-direction:column;align-items:flex-start}.trend-selected-summary strong{text-align:left}.chart-frame{grid-template-columns:34px minmax(0,1fr)}.detail-scope-bar{flex-direction:column;align-items:flex-start}.structure-summary{grid-template-columns:1fr}.structure-summary article{min-height:96px}.structure-method-note{flex-direction:column}.tree-table-toolbar{flex-direction:column;align-items:stretch}.tree-toolbar-groups{align-items:stretch;width:100%}.tree-depth-controls,.tree-column-controls{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.tree-depth-controls button,.tree-column-controls button{white-space:normal}.structure-tree-card{border-left:0;border-right:0;border-radius:0;margin-left:-12px;margin-right:-12px}.structure-tree-scroll{max-height:68vh}.structure-tree-table{--tree-category-width:108px}.structure-tree-table tbody td:nth-child(n+2):nth-child(-n+4){z-index:auto;position:static;left:auto}.structure-tree-table thead tr:last-child th:nth-child(n+2):nth-child(-n+4){z-index:7;position:sticky;left:auto}.structure-tree-table thead tr:last-child th:first-child,.structure-tree-table tbody td:first-child{z-index:5;position:sticky;left:0;box-shadow:5px 0 9px -8px #315e86}.structure-tree-table thead tr:last-child th:first-child{z-index:10}.structure-tree-table thead tr:last-child th:nth-child(2),.structure-tree-table tbody td:nth-child(2),.structure-tree-table thead tr:last-child th:nth-child(3),.structure-tree-table tbody td:nth-child(3),.structure-tree-table thead tr:last-child th:nth-child(4),.structure-tree-table tbody td:nth-child(4){width:112px;min-width:112px;max-width:112px}.tree-table-foot{flex-direction:column;align-items:flex-start}.tree-table-foot>div{gap:8px}.category-cards{grid-template-columns:1fr 1fr}.section-toolbar{flex-direction:column;align-items:stretch}.section-toolbar label{justify-content:space-between}.table-tools>*,.search input{width:100%}.search{flex:1}.pagination{justify-content:space-between}.forecast-plan-bar .plan-input{min-width:0}.model-cards article{grid-template-columns:42px 1fr}.model-cards>article>strong{text-align:left;grid-column:2}.backtests>.backtest-row{grid-template-columns:38px minmax(0,1fr)}.backtest-row>strong{text-align:left;grid-column:2}.wape-axis{margin-right:0}.import-steps{grid-template-columns:1fr}}.mobile-menu-toggle,.mobile-menu-account{display:none}.sidebar .nav-items{flex-direction:column;gap:6px;width:100%;display:flex}@media (width<=820px),(width<=950px) and (height<=500px){:root{--mobile-header-height:58px;--mobile-gutter:14px}html{background:var(--paper);min-width:320px;scroll-padding-top:calc(var(--mobile-header-height) + 12px)}body{-webkit-text-size-adjust:100%;min-width:320px;overflow-x:hidden}body.mobile-menu-visible{overflow:hidden}button,select,summary,input{touch-action:manipulation}.shell{min-height:100svh;display:block}.sidebar{z-index:50;width:100%;height:var(--mobile-header-height);background:linear-gradient(100deg,#0d315c,#123c6a);grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;gap:8px;padding:7px 10px;display:grid;position:fixed;inset:0 0 auto;box-shadow:0 4px 18px #0a284626}.sidebar .brand{gap:7px;min-width:0;min-height:0;margin:0;padding:0}.sidebar .brand-logo{flex-basis:34px;width:34px;height:34px}.sidebar .brand div{min-width:0;display:flex}.sidebar .brand strong{letter-spacing:.07em;font-size:11px}.sidebar .brand small{display:none}.sidebar .store-card{background:#ffffff0d;border-radius:9px;grid-template-columns:7px minmax(0,1fr);gap:7px;width:auto;min-width:0;height:40px;min-height:40px;margin:0;padding:5px 8px}.sidebar .store-card div{min-width:0;display:flex}.sidebar .store-card small{display:none}.sidebar .store-card strong{color:#edf6ff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:10px;line-height:1.25;overflow:hidden}.sidebar .store-card>span:last-child{display:none}.mobile-menu-toggle{color:#e3eef8;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff2e;border-radius:10px;place-items:center;width:40px;min-width:40px;height:40px;margin:0;padding:0;display:grid}.mobile-menu-toggle:hover,.mobile-menu-toggle[aria-expanded=true]{color:#fff;background:#ffffff16;border-color:#ffffff59}.mobile-menu-toggle svg{width:23px;height:23px}.sidebar nav{z-index:49;inset:var(--mobile-header-height) 0 0;width:100%;height:auto;padding:24px 22px calc(22px + env(safe-area-inset-bottom));box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0b2441f7;border:0;flex-direction:column;align-items:stretch;gap:0;transition:opacity .2s,transform .24s,visibility .2s;display:flex;position:fixed;overflow-y:auto;transform:translateY(-10px)}.sidebar.mobile-menu-open nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.sidebar .nav-items{flex:1 0 auto;gap:0}.sidebar nav .nav-items>button,.sidebar nav .nav-items>button:not(.active){color:#eef5fb;background:0 0;border-bottom:1px solid #ffffff10;border-radius:0;justify-content:flex-start;align-items:center;width:100%;min-width:0;height:58px;padding:0;font-size:24px;display:flex}.sidebar nav .nav-items>button:hover{color:#8bd8cf;background:0 0}.sidebar nav .nav-items>button.active{box-shadow:none;color:#63d0c2;background:0 0}.sidebar nav .nav-items>button .nav-icon{display:none}.sidebar nav .nav-items>button .nav-label{width:100%;min-width:0;font-size:inherit;letter-spacing:-.02em;text-align:left;text-overflow:clip;white-space:nowrap;font-weight:650;line-height:1.2;display:block;overflow:visible}.sidebar-foot{display:none}.mobile-menu-account{border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:14px;margin-top:auto;padding-top:14px;display:flex}.mobile-menu-account>div{align-items:center;gap:10px;min-width:0;display:flex}.mobile-menu-account .avatar{flex:0 0 34px;width:34px;height:34px}.mobile-menu-account p{flex-direction:column;gap:3px;min-width:0;margin:0;display:flex}.mobile-menu-account p strong{color:#f0f6fb;font-size:12px}.mobile-menu-account p small{color:#9fb6cc;font-size:10px}.sidebar nav .mobile-menu-account>button.mobile-logout-button{color:#a9bdd0;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:7px;width:auto;min-width:0;height:40px;padding:0 2px 0 8px;font-size:12px;font-weight:700;display:flex}.sidebar nav .mobile-menu-account>button.mobile-logout-button:hover{background:#ffffff0d}.sidebar nav .mobile-menu-account>button.mobile-logout-button svg{width:16px;height:16px}.sidebar nav .mobile-menu-account>button.mobile-logout-button span{color:#f06d72;width:auto}.main{width:100%;min-width:0;max-width:none;padding:calc(var(--mobile-header-height) + 18px) var(--mobile-gutter) calc(24px + env(safe-area-inset-bottom));margin:0;overflow-x:clip}.main .app-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;min-height:0;margin-bottom:14px;display:grid}.app-header-copy{min-width:0}.main .app-header h1{font-size:clamp(24px,7vw,28px);line-height:1.18}.main .app-header p{margin-top:5px;font-size:11px;line-height:1.45}.app-header .header-actions{justify-content:flex-end;align-self:end;width:auto}.app-header .fresh{display:none}.header-tool{justify-content:center;width:44px;min-width:44px;height:44px;padding:0;font-size:0}.header-tool svg{width:20px;height:20px}.filters{border-radius:12px;grid-template-columns:1fr;align-items:stretch;gap:12px;min-height:0;margin-bottom:14px;padding:13px;display:grid}.filters label,.filter-static,.scope{border:0;width:100%;min-width:0;max-width:none;margin:0;padding:0}.filters label,.filter-static{border-bottom:1px solid var(--line);padding-bottom:11px}.filters select{width:100%;min-width:0;min-height:36px;padding:0 28px 0 0;font-size:13px}.filter-static strong,.scope strong{text-overflow:clip;white-space:normal;font-size:12px;line-height:1.45;overflow:visible}.secondary-import,.filters .primary{justify-content:center;width:100%;min-height:44px;margin:0}.panel{border-radius:12px;padding:15px}.panel-head{gap:10px}.panel h2,.data-page h2{font-size:18px}.panel-head button,.trend-head-actions button,.pagination button,.template-button,.danger-button,.row-link,.tree-table-foot button,.detail-scope-bar button{min-height:40px}.panel-head button{padding:0 6px}.eyebrow{font-size:9px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric-grid article{min-height:118px;padding:14px}.metric-grid article:last-child{grid-column:1/-1}.metric-grid article>strong{margin:17px 0 8px;font-size:23px}.metric-grid article p{font-size:10px}.dashboard-grid{grid-template-columns:minmax(0,1fr);gap:10px}.trend .panel-head{flex-direction:column}.trend-head-actions{align-items:flex-start;width:100%}.trend-head-actions .legend{flex-wrap:wrap}.trend-head-actions button{align-self:flex-start;padding:0 10px}.trend .bars{gap:4px;height:180px;padding-top:10px}.trend .bar-pair{height:132px}.trend .bar-pair i,.trend .bar-pair b{width:7px}.trend-selected-summary{flex-direction:column;align-items:flex-start;gap:5px}.trend-selected-summary strong{text-align:left}.insight .panel-head,.category-panel .panel-head,.overview-risk-panel .panel-head{align-items:center}.insight .insight-item{min-height:68px;padding:12px 0}.category-panel{overflow:visible}.category-table-head,.category-row{min-width:760px}.trend-filter-bar{flex-direction:column;align-items:stretch;gap:12px;padding:13px;display:flex}.trend-filter-bar .filter-block,.trend-filter-bar .window-period,.trend-filter-bar .window-actions{width:100%}.filter-block .segmented{width:100%;overflow-x:auto}.filter-block .segmented button{flex:1 0 auto;min-width:max-content;min-height:42px}.trend-filter-bar .window-period{align-items:flex-start}.window-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.window-actions button{min-height:42px;padding:0 4px}.trend-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.trend-kpis article{min-height:94px;padding:13px}.trend-kpis strong{font-size:23px}.large-chart{min-height:330px}.large-chart .panel-head{align-items:center}.chart-frame{grid-template-columns:32px minmax(0,1fr);gap:5px}.chart-y-scale,.column-chart.windowed{height:220px}.column-chart.windowed{gap:5px;min-width:0;padding-inline:0}.column-chart.windowed .column b,.column-chart.windowed .column span{font-size:8px}.chart-meta{flex-direction:column;gap:4px}.timeline-panel{overflow:hidden}.overview-bars{height:70px}.timeline-range{grid-template-columns:42px minmax(0,1fr) 42px;gap:6px}.history-grid{grid-template-columns:1fr}.structure-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.structure-summary article{min-height:100px;padding:13px}.structure-summary article>strong{font-size:22px}.tree-table-toolbar{padding:12px}.tree-toolbar-groups,.tree-depth-controls,.tree-column-controls{width:100%}.tree-depth-controls,.tree-column-controls{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.tree-depth-controls button,.tree-column-controls button{white-space:normal;min-height:42px;padding:7px 6px}.structure-tree-card{width:calc(100% + (var(--mobile-gutter) * 2));margin-inline:calc(var(--mobile-gutter) * -1);border-left:0;border-right:0;border-radius:0}.structure-tree-scroll{overscroll-behavior:contain;max-height:66svh}.structure-tree-table{--tree-category-width:106px;font-size:11px}.structure-tree-table th,.structure-tree-table td{padding-block:8px}.structure-tree-table tbody td{height:52px}.tree-cell-content,.tree-node-label,.tree-node-text{height:38px;min-height:38px}.tree-toggle{width:38px;min-width:38px;height:38px}.tree-row-action{min-height:38px}.tree-table-foot{flex-direction:column;align-items:flex-start}.tree-table-foot>div{gap:7px}.detail-scope-bar,.section-toolbar{flex-direction:column;align-items:stretch}.detail-scope-bar button{border:1px solid #c5d9e8;width:100%}.section-toolbar .note{line-height:1.5}.category-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.category-cards button{min-height:108px;padding:12px}.category-cards button strong{font-size:16px}.category-cards button small{line-height:1.45}.quiet-categories>div{grid-template-columns:1fr}.table-panel .panel-head{flex-direction:column;gap:12px}.table-panel .segmented{width:100%;overflow-x:auto}.table-panel .segmented button{flex:1 0 auto;min-width:max-content;min-height:40px}.table-tools{grid-template-columns:1fr;align-items:stretch;gap:8px;display:grid}.table-tools>*,.table-tools .search,.table-tools .status-filter{width:100%}.search{min-height:44px}.search input{width:100%;min-width:0;font-size:16px}.status-filter,.forecast-tools>label:not(.search){justify-content:space-between;min-height:44px}.status-filter select,.forecast-tools>label select{min-width:0;font-size:14px}.result-count{width:100%;margin:0;padding:2px 1px;line-height:1.45}.rule-note{flex-direction:column;gap:7px;line-height:1.5}.table-wrap{overscroll-behavior-x:contain;border:1px solid #e2eaf1;width:100%;overflow-x:auto}.table-wrap table{min-width:760px}.desktop-data-table,.structure-tree-card,.category-panel>.category-table-head,.category-panel>.category-list{display:none}.mobile-record-list,.mobile-structure-list,.overview-category-mobile{display:grid}.mobile-record-list{gap:8px;margin-top:12px}.mobile-record-card,.mobile-risk-card,.mobile-structure-card{background:#fff;border:1px solid #dbe6ef;border-radius:12px;min-width:0;box-shadow:0 6px 18px #173f6510}.mobile-record-card>summary{cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto 18px;align-items:center;gap:8px;min-height:72px;padding:11px 10px;list-style:none;display:grid}.mobile-record-card>summary::-webkit-details-marker{display:none}.mobile-record-card>summary>svg{color:#6d8297;width:16px;transition:transform .18s}.mobile-record-card[open]>summary>svg{transform:rotate(90deg)}.mobile-record-rank{color:#8294a5;font:italic 10px Georgia,serif}.mobile-record-title{flex-direction:column;gap:4px;min-width:0;display:flex}.mobile-record-title strong{overflow-wrap:anywhere;color:#183651;font-size:12px;line-height:1.4}.mobile-record-title small,.mobile-record-path,.mobile-record-note{color:#71859a;font-size:10px;line-height:1.5}.mobile-record-body{border-top:1px solid #edf2f6;padding:0 10px 12px}.mobile-record-path{margin:10px 0}.mobile-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.mobile-stat-grid>span{background:#f5f8fb;border-radius:8px;flex-direction:column;gap:3px;min-width:0;padding:8px 9px;display:flex}.mobile-stat-grid small{color:#7d90a2;font-size:9px}.mobile-stat-grid strong{color:#1e405e;font-size:12px;line-height:1.35}.mobile-record-note{background:#f8fafc;border-radius:8px;margin:9px 0 0;padding:8px 9px}.mobile-forecast-result{white-space:nowrap;flex-direction:column;align-items:flex-end;gap:2px;display:flex}.mobile-forecast-result small{color:#7d90a2;font-size:8px}.mobile-forecast-result strong{color:#654fc4;font-size:14px}.mobile-forecast-result em{font-size:9px;font-style:normal;font-weight:800}.overview-risk-mobile{margin-top:12px}.mobile-risk-card{padding:12px}.mobile-risk-card>div:first-child{justify-content:space-between;align-items:flex-start;gap:9px;display:flex}.mobile-risk-card>div:first-child>strong{overflow-wrap:anywhere;color:#183651;font-size:12px;line-height:1.45}.mobile-risk-card>p{color:#71859a;margin:5px 0 10px;font-size:10px}.mobile-record-action{color:#28669b;background:#f3f8fc;border:1px solid #bdd4e7;border-radius:8px;width:100%;min-height:40px;margin-top:9px;font-size:11px;font-weight:800}.overview-category-mobile{gap:8px;margin-top:12px}.overview-category-mobile>button{color:#23435f;text-align:left;background:#fff;border:1px solid #dfe8ef;border-radius:10px;grid-template-columns:24px minmax(0,1fr) auto;grid-template-areas:"rank title sales""rank metrics metrics";gap:9px;min-width:0;padding:11px 10px;display:grid}.mobile-category-rank{color:#8aa09a;grid-area:rank;align-self:start;padding-top:2px;font:italic 10px Georgia,serif}.mobile-category-title{flex-direction:column;grid-area:title;gap:7px;min-width:0;display:flex}.mobile-category-title strong{font-size:12px}.mobile-category-title i{background:#edf2ef;border-radius:999px;width:100%;height:5px;overflow:hidden}.mobile-category-title i b{border-radius:inherit;background:linear-gradient(90deg,#2d6fb3,#3aa69b);height:100%;display:block}.mobile-category-sales{flex-direction:column;grid-area:sales;align-items:flex-end;gap:3px;display:flex}.mobile-category-sales strong{font-size:12px}.mobile-category-sales em{font-size:9px;font-style:normal;font-weight:800}.mobile-category-metrics{grid-area:metrics;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;display:grid}.mobile-category-metrics small{color:#8394a4;flex-direction:column;gap:2px;min-width:0;font-size:8px;display:flex}.mobile-category-metrics b{color:#31516c;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.mobile-structure-list{gap:8px}.mobile-structure-card{padding:10px;position:relative;overflow:hidden}.mobile-structure-card:before{content:"";background:#2d75b8;width:3px;position:absolute;inset:0 auto 0 0}.mobile-structure-card.tree-row-level-1:before{background:#24a096}.mobile-structure-card.tree-row-level-2:before{background:#705bc5}.mobile-structure-card.tree-row-level-3:before{background:#df8a2f}.mobile-structure-card.selected{border-color:#7eb5df;box-shadow:0 0 0 2px #4b91c824}.mobile-structure-heading{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.mobile-structure-label{color:#1e4567;text-align:left;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;padding:0;display:flex}.mobile-structure-label small{color:#8295a8;font-size:8px}.mobile-structure-label strong{overflow-wrap:anywhere;font-size:13px;line-height:1.4}.mobile-structure-context{justify-content:space-between;align-items:center;gap:8px;margin:6px 0 9px;display:flex}.mobile-structure-context>span:first-child{color:#788b9e;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:9px;overflow:hidden}.mobile-structure-details{border-top:1px solid #e7eef4;margin-top:9px}.mobile-structure-details>summary{color:#39729f;justify-content:center;align-items:center;min-height:38px;font-size:10px;font-weight:800;display:flex}.mobile-structure-details>div>section{border-top:1px dashed #e6edf3;padding:9px 0}.mobile-structure-details section>strong{color:#34536e;margin-bottom:7px;font-size:10px;display:block}.mobile-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.mobile-detail-grid>span{background:#f6f9fb;border-radius:7px;flex-direction:column;gap:3px;min-width:0;padding:7px;display:flex}.mobile-detail-grid small{color:#8495a5;font-size:8px}.mobile-detail-grid b{color:#294a66;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.mobile-structure-details section>p{color:#6f8294;margin:7px 0 0;font-size:9px;line-height:1.5}.pagination{justify-content:space-between}.pagination button{padding-inline:10px}.strategy-grid{grid-template-columns:minmax(0,1fr);gap:12px}.strategy-panel{min-height:0;padding:15px 12px 12px}.strategy-panel .panel-head{align-items:center;min-height:0}.strategy-panel .panel-head h2{font-size:20px}.strategy-text-action{min-height:42px;padding-inline:9px}.promotion-summary button,.listing-summary button{min-height:68px;padding:10px 12px}.promotion-summary strong,.listing-summary strong{font-size:25px}.promotion-list,.replacement-list,.display-alert-list{flex:none;height:auto;min-height:0;max-height:68svh}.promotion-list-head{display:none}.promotion-row{grid-template-columns:24px minmax(0,1fr) auto;grid-template-areas:"rank product sales""rank signal signal""rank stock stock";align-items:start;gap:7px 8px;min-height:0;padding:12px 10px;display:grid}.promotion-rank{grid-area:rank;padding-top:2px}.promotion-product{grid-area:product}.promotion-signal{grid-area:signal}.promotion-sales{grid-area:sales}.promotion-stock{grid-area:stock}.promotion-product strong{font-size:13px}.promotion-sales,.promotion-stock{text-align:right}.promotion-stock{border-top:1px dashed #e1e9ef;flex-direction:row;justify-content:flex-end;gap:8px;padding-top:5px;display:flex}.promotion-signal small{white-space:normal}.replacement-list-head{display:none}.replacement-card{padding:12px 10px}.replacement-group{flex-direction:column;align-items:flex-start}.replacement-group>span{text-overflow:clip;white-space:normal;width:100%;line-height:1.45}.replacement-flow{grid-template-columns:minmax(0,1fr);gap:6px}.replacement-arrow{min-height:24px;transform:rotate(90deg)}.replacement-product{min-height:100px}.replacement-product strong,.replacement-product small{text-overflow:clip;white-space:normal}.replacement-score{flex-wrap:wrap}.replacement-score strong{margin-left:0}.display-alert-list-head,.display-alert-row{grid-template-columns:64px minmax(0,1fr)}.display-alert-list-head>span:last-child{display:none}.display-alert-metrics{text-align:left;grid-column:2;align-items:flex-start}.strategy-method>div{grid-template-columns:1fr;gap:14px}.strategy-method section+section{border-top:1px solid #e2e9ef;border-left:0;padding-top:14px;padding-left:0}.forecast-plan-bar{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.forecast-plan-bar .plan-input{width:100%;min-width:0}.plan-stepper{grid-template-columns:44px minmax(0,1fr) 44px}.plan-stepper>button{width:44px;height:44px}.plan-stepper label{height:44px}.forecast-plan-bar .plan-input input{width:100%;min-width:0;font-size:22px}.model-cards{grid-template-columns:minmax(0,1fr)}.model-cards article{grid-template-rows:auto auto auto;grid-template-columns:40px minmax(0,1fr);align-items:start;gap:10px;padding:14px}.model-cards article>.model-badge{grid-area:1/1}.model-cards article>div{grid-area:1/2}.model-cards>article>strong{text-align:left;grid-area:2/2}.model-select{grid-area:3/1/auto/-1;min-height:42px}.model-cards code{overflow-wrap:anywhere;max-width:100%}.forecast-grid{grid-template-columns:minmax(0,1fr)}.category-wape-panel .panel-head{flex-direction:column}.wape-direction{text-align:left}.wape-axis{margin:14px 0 0 72px}.category-wapes>.category-wape-row{grid-template-columns:64px minmax(0,1fr);gap:7px}.category-wape-row>strong{text-align:left;grid-column:2}.lambda-panel>button{grid-template-columns:82px minmax(54px,1fr) 30px;min-height:44px}.lambda-panel>button>em{display:none}.allocation-check{text-align:left}.forecast-plan-actions{grid-template-columns:1fr}.forecast-plan-actions .template-button{width:100%}.forecast-tools{grid-template-columns:1fr;display:grid}.prediction-table .table-wrap table{min-width:820px}.method-note>div{gap:7px}.data-page-actions{flex-direction:column;align-items:stretch;gap:12px;padding:13px}.data-action-buttons{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid!important}.data-action-buttons button{width:100%;padding-inline:8px}.data-page .dropzone{min-height:235px;padding:24px 16px}.data-page .dropzone p{max-width:290px}.file-button{align-items:center;min-height:44px;display:inline-flex}.import-steps{grid-template-columns:1fr}.quality-heading,.dataset-weeks-heading{flex-direction:column;align-items:flex-start;gap:6px}.quality-grid{grid-template-columns:1fr}.import-conflict-panel{padding:14px}.conflict-actions{grid-template-columns:1fr}.conflict-actions button{min-width:0;min-height:74px}.incoming-week-list{grid-template-columns:1fr}.import-preview,.import-preview.with-conflicts{grid-template-columns:1fr;gap:14px}.import-preview>.primary,.import-preview.with-conflicts>.primary{grid-area:auto;width:100%}.import-preview dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.import-preview dd{font-size:17px}.dataset-weeks-panel{padding:14px 12px}.dataset-week-head{display:none}.dataset-week-list{max-height:none;overflow:visible}.dataset-week-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px 8px;min-height:0;padding:12px 4px;display:grid}.dataset-week-row>span{flex-direction:column;gap:2px;min-width:0;display:flex}.dataset-week-row>span:first-child{flex-flow:wrap;grid-column:1/-1;align-items:flex-start}.dataset-week-row>span:not(:first-child):before{color:#8190a0;font-size:9px}.dataset-week-row>span:nth-child(2):before{content:"记录数"}.dataset-week-row>span:nth-child(3):before{content:"销量"}.dataset-week-row>span:nth-child(4):before{content:"销售额"}.dataset-week-row>span:nth-child(5):before{content:"拿起"}.dataset-week-row>span:nth-child(6):before{content:"试穿"}.dataset-week-row>span:nth-child(7):before{content:"期末库存"}.dataset-week-row button{min-height:40px}.empty-dataset-panel{min-height:55svh;padding:28px 18px}.empty-dataset-panel h2{font-size:20px}.load-warning{flex-direction:column;align-items:stretch}.load-warning button{width:100%}}@media (width<=370px){:root{--mobile-gutter:10px}.sidebar{padding-inline:8px}.sidebar .brand strong{font-size:10px}.sidebar nav .nav-items>button{height:54px;font-size:22px}.main .app-header h1{font-size:23px}.metric-grid,.structure-summary,.category-cards{grid-template-columns:1fr}.metric-grid article:last-child{grid-column:auto}.promotion-summary span,.listing-summary span{font-size:11px}}
