:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f1012;color:#eceff3;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #0f1012;--surface: #18191d;--surface-raised: #202126;--surface-soft: #15161a;--border: #2c2e34;--border-soft: #24262b;--text: #eceff3;--text-soft: #c7ccd2;--text-muted: #9ca4ad;--green: #5fc487;--green-bg: #123322;--green-text: #86dea5;--amber: #d8a441;--amber-bg: #382913;--amber-text: #f0c36a;--red: #e06b6b;--red-bg: #3b171a;--red-text: #ff9b9b;--blue: #64a8d8;--blue-bg: #12283a;--blue-text: #9cccff;--accent: var(--blue);--accent-soft: var(--blue-bg);--competitor-workspace-height: max(620px, calc(100vh - 232px) );--spp-workspace-height: max(620px, calc(100vh - 232px) );--production-workspace-height: max(620px, calc(100vh - 286px) );--repricer-workspace-height: max(560px, calc(100vh - 332px) );--warehouse-workspace-height: max(520px, calc(100vh - 360px) )}@supports (height: 100dvh){:root{--competitor-workspace-height: max(620px, calc(100dvh - 232px) );--spp-workspace-height: max(620px, calc(100dvh - 232px) );--production-workspace-height: max(620px, calc(100dvh - 286px) );--repricer-workspace-height: max(560px, calc(100dvh - 332px) );--warehouse-workspace-height: max(520px, calc(100dvh - 360px) )}}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg)}::selection{background:#2f5f80;color:#fff}button{font:inherit}.app-shell{width:min(2320px,100%);margin:0 auto;padding:24px clamp(20px,2vw,32px)}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--bg)}.login-panel{width:min(420px,100%);padding:26px;border:1px solid var(--border);background:var(--surface);border-radius:8px}.login-mark{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid #2d5c7b;background:var(--blue-bg);border-radius:8px;color:var(--blue-text)}.login-heading{margin-bottom:22px}.login-form{display:flex;flex-direction:column;gap:14px}.login-button{width:100%;margin-top:6px}.login-error{margin-bottom:16px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 0 24px}.eyebrow{margin:0 0 4px;color:var(--text-muted);font-size:13px}h1,h2{margin:0;letter-spacing:0}h1{font-size:28px;line-height:1.15}h2{font-size:16px;line-height:1.3}.topbar-actions{display:flex;align-items:center;gap:10px}.topbar-icon{color:var(--text-muted)}.user-chip{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--border);background:var(--surface);border-radius:8px}.user-chip span{color:var(--text-soft);font-size:13px;font-weight:650}.user-chip strong{color:var(--text-muted);font-size:12px;font-weight:750;text-transform:uppercase}.nav-tabs{display:inline-flex;align-items:center;min-height:38px;padding:3px;border:1px solid var(--border);background:var(--surface);border-radius:8px}.nav-tabs button{min-height:30px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:0;background:transparent;border-radius:6px;color:var(--text-muted);cursor:pointer;font-size:13px;font-weight:650}.nav-tabs button:hover,.nav-tabs button.active,.nav-tabs .nav-subitem.active{background:var(--blue-bg);color:var(--blue-text)}.nav-menu{position:relative;display:inline-flex}.nav-menu-trigger svg:last-child{transition:transform .16s ease}.nav-menu.open .nav-menu-trigger svg:last-child{transform:rotate(180deg)}.nav-submenu{position:absolute;top:100%;left:0;z-index:120;width:max-content;min-width:236px;display:flex;flex-direction:column;gap:2px;padding:9px 6px 6px;border:1px solid var(--border);background:var(--surface);border-radius:8px;box-shadow:0 16px 38px #00000057;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .12s ease,transform .12s ease,visibility .12s ease}.nav-menu.open .nav-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-tabs .nav-subitem{width:100%;justify-content:flex-start;min-height:34px;white-space:nowrap}.nav-tabs .nav-subitem.disabled{opacity:.5;cursor:not-allowed}.nav-tabs .nav-subitem.disabled:hover{background:transparent;color:var(--text-muted)}.env-pill,.count-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border:1px solid var(--border);background:var(--surface-raised);border-radius:8px;color:var(--text-soft);font-size:13px;font-weight:600}.icon-button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--surface-raised);border-radius:8px;color:var(--text-soft);cursor:pointer}.icon-button.small{width:30px;height:30px}.icon-button:hover{background:#282a30;color:var(--text)}.icon-button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.icon-button:disabled{opacity:.55;cursor:default}.icon-button.active{border-color:#3b7fab;background:var(--blue-bg);color:var(--blue-text)}.danger-button{border-color:#633036;color:var(--red-text)}.danger-button:hover{background:var(--red-bg);color:var(--red-text)}.summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:16px}.metric{min-height:94px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:8px}.metric-value{font-size:30px;line-height:1;font-weight:700;color:var(--text)}.metric-label{margin-top:10px;color:var(--text-muted);font-size:13px}.metric-ok{border-top:3px solid var(--green)}.metric-warn{border-top:3px solid var(--amber)}.metric-info{border-top:3px solid var(--blue)}.metric-critical{border-top:3px solid var(--red)}.freshness-label{line-height:1.25;white-space:normal}.freshness-label-ok{color:var(--green-text)}.freshness-label-warn{color:var(--amber-text)}.freshness-label-critical,.freshness-label-missing{color:var(--red-text)}.layout-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;margin-bottom:16px}.panel{min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}.span-4{grid-column:span 4}.span-3{grid-column:span 3}.span-5{grid-column:span 5}.span-6{grid-column:span 6}.span-7{grid-column:span 7}.span-8{grid-column:span 8}.section-header{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:var(--surface-raised);border-bottom:1px solid var(--border)}.section-title{display:flex;align-items:center;gap:8px;color:var(--text)}.section-title svg{color:var(--text-muted)}.section-title-button{appearance:none;padding:0;border:0;background:transparent;cursor:pointer;font:inherit}.section-title-button h2,.section-title-button svg{transition:color .16s ease}.section-header-clickable .section-title-button:hover h2,.section-header-clickable .section-title-button:focus-visible h2{color:var(--blue-text)}.section-header-clickable .section-title-button:hover svg,.section-header-clickable .section-title-button:focus-visible svg{color:var(--blue)}.section-aside{color:var(--text-muted);font-size:13px}.section-actions{display:inline-flex;align-items:center;gap:8px}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;table-layout:auto;min-width:760px}th,td{padding:12px 16px;border-bottom:1px solid var(--border-soft);text-align:left;vertical-align:middle;font-size:14px;white-space:nowrap;overflow-wrap:normal}th{color:var(--text-muted);font-size:12px;font-weight:650;text-transform:uppercase;line-height:1.25}td{color:var(--text-soft);line-height:1.35}tbody tr:hover{background:var(--surface-soft)}tr:last-child td{border-bottom:none}.status-pill{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase}.status-ok{background:var(--green-bg);color:var(--green-text)}.status-warn{background:var(--amber-bg);color:var(--amber-text)}.status-critical{background:var(--red-bg);color:var(--red-text)}.status-missing{background:#25272d;color:var(--text-muted)}.status-info{background:var(--blue-bg);color:var(--blue-text)}.access-summary{display:inline-flex;max-width:180px;color:var(--text-muted);font-size:13px;font-weight:700;line-height:1.25;overflow-wrap:anywhere}.alert-list,.data-list,.repricer-list{display:flex;flex-direction:column}.alert,.data-row{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border-soft)}.alert{justify-content:flex-start}.alert:last-child,.data-row:last-child{border-bottom:none}.alert div,.data-row div{display:flex;flex-direction:column;min-width:0}.alert strong,.data-row strong{color:var(--text);font-size:14px}.alert span,.data-row span{color:var(--text-muted);font-size:13px;margin-top:2px}.users-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.sheets-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.feedback-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.competitor-summary,.spp-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.production-summary{grid-template-columns:minmax(330px,.95fr) minmax(220px,.65fr) minmax(420px,1.25fr);align-items:stretch;gap:8px;margin-bottom:10px}.production-summary .metric{min-height:68px;padding:10px 12px}.production-summary .metric-value{font-size:24px}.production-summary .metric-label{margin-top:5px;font-size:11px}.production-overview-card{display:grid;grid-template-rows:30px auto;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.production-overview-date{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 12px;border-bottom:1px solid var(--border-soft);color:var(--text-muted);font-size:11px;font-weight:750}.production-overview-date strong{color:var(--text);font-size:15px;line-height:1;white-space:nowrap}.production-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.production-overview-item{min-width:0;padding:8px 12px 7px;border-left:1px solid var(--border-soft);border-top:2px solid transparent}.production-overview-item:nth-child(odd){border-left:0}.production-overview-item.tone-warn{border-top-color:var(--amber)}.production-overview-item.tone-critical{border-top-color:var(--red)}.production-overview-item.tone-ok{border-top-color:var(--green)}.production-overview-item strong{display:block;overflow:hidden;color:var(--text);font-size:22px;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}.production-overview-item span{display:block;margin-top:4px;overflow:hidden;color:var(--text-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.span-12{grid-column:span 12}.page-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.page-toolbar>div:first-child{min-width:0}.page-toolbar h1{margin-bottom:5px}.page-toolbar span{color:var(--text-muted);font-size:13px}.toolbar-actions,.filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.filter-bar{margin-bottom:14px}.search-input{position:relative;min-width:min(380px,100%)}.search-input svg{position:absolute;left:11px;top:50%;color:var(--text-muted);pointer-events:none;transform:translateY(-50%)}.search-input input{width:100%;min-height:38px;padding-left:36px}.notice{display:flex;align-items:center;gap:8px;margin-bottom:14px;padding:11px 13px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-soft);font-size:13px}.notice.warning{border-color:#d8a4416b;background:var(--amber-bg);color:var(--amber-text)}.table-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,240px);gap:10px;padding:12px 16px;border-bottom:1px solid var(--border-soft)}.search-field{position:relative;display:flex;align-items:center}.search-field svg{position:absolute;left:11px;color:var(--text-muted);pointer-events:none}.search-field input{padding-left:36px}.toolbar-select-field{position:relative;display:block}.toolbar-select-field span{position:absolute;top:4px;left:11px;z-index:1;color:var(--text-muted);font-size:10px;font-weight:750;line-height:1;pointer-events:none}.toolbar-select-field select{padding-top:13px;font-size:13px}.warehouse-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;margin-top:12px;padding:0 16px 16px}.warehouse-picker button,.warehouse-choice{min-height:48px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 9px;cursor:pointer}.warehouse-picker button:hover,.warehouse-picker button.active,.warehouse-choice:hover,.warehouse-choice.active{border-color:var(--accent);background:var(--accent-soft)}.warehouse-choice input{width:16px;min-height:16px;margin:0;accent-color:var(--blue)}.warehouse-picker span,.warehouse-choice span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-picker strong,.warehouse-choice strong{font-variant-numeric:tabular-nums}.warehouse-alert{margin-top:12px}.warehouse-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.warehouse-control-panel{margin-bottom:16px;overflow:visible}.warehouse-params{display:grid;grid-template-columns:max-content max-content minmax(260px,320px);gap:10px;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border-soft)}.shop-tabs,.warehouse-source-tabs{min-width:0;width:max-content;max-width:100%;display:inline-flex;align-items:center;justify-self:start;gap:4px;padding:3px;border:1px solid var(--border);background:var(--surface-soft);border-radius:8px}.warehouse-source-tabs{justify-self:end}.warehouse-days-action{min-width:0;display:inline-flex;align-items:center;gap:8px;justify-self:center}.shop-tabs button,.warehouse-source-tabs button{min-height:30px;min-width:0;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer;font-size:13px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-tabs button:hover,.shop-tabs button.active,.warehouse-source-tabs button:hover,.warehouse-source-tabs button.active{background:var(--surface-raised);color:var(--text)}.warehouse-days-field{min-width:0;display:grid;grid-template-columns:16px max-content minmax(62px,1fr);align-items:center;gap:8px;color:var(--text-muted);font-size:12px;font-weight:800;text-transform:uppercase}.warehouse-days-field svg{color:var(--text-muted)}.warehouse-days-field input{min-width:0;text-align:right;font-weight:750}.warehouse-mode-control{justify-self:end}.warehouse-table-actions{flex-wrap:wrap;justify-content:flex-end}.warehouse-search-field{width:min(280px,100%)}.warehouse-factory-filter{min-height:34px;width:min(180px,100%);border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:12px;font-weight:800}.warehouse-filter-toggle,.warehouse-column-toggle{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:8px;font-size:12px;font-weight:800;cursor:pointer}.warehouse-filter-toggle:hover,.warehouse-filter-toggle.active,.warehouse-column-toggle:hover,.warehouse-column-toggle.active{border-color:var(--accent);background:var(--accent-soft);color:var(--text)}.warehouse-filter-toggle input,.warehouse-column-toggle input{width:15px;min-height:15px;margin:0;accent-color:var(--blue)}.warehouse-history-panel{gap:14px}.warehouse-sources-panel{gap:12px}.warehouse-source-summary{display:flex;flex-wrap:wrap;gap:8px}.warehouse-source-summary>span{min-height:28px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text-muted);font-size:12px;font-weight:800}.warehouse-source-groups{max-height:min(620px,calc(100vh - 285px));display:grid;gap:8px;overflow:auto;scrollbar-gutter:stable}.warehouse-source-group{border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.warehouse-source-group summary{min-height:50px;display:grid;grid-template-columns:18px minmax(220px,1fr) minmax(360px,max-content);align-items:center;gap:12px;padding:10px 12px;cursor:pointer;list-style:none}.warehouse-source-group summary::-webkit-details-marker{display:none}.warehouse-source-group summary:before{content:"›";width:18px;color:var(--text-muted);font-size:18px;font-weight:850;transform:rotate(0);transition:transform .15s ease}.warehouse-source-group[open] summary:before{transform:rotate(90deg)}.warehouse-source-group-title{min-width:0;display:grid;gap:2px}.warehouse-source-group-title strong{color:var(--text);font-size:13px}.warehouse-source-group-title span{color:var(--text-muted);font-size:12px;font-weight:750}.warehouse-source-group-status,.warehouse-source-checks{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.warehouse-source-group-status{justify-content:flex-end}.warehouse-source-group-status>span{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border:1px solid var(--border-soft);border-radius:7px;background:var(--surface-soft);color:var(--text-muted);font-size:11px;font-weight:800}.warehouse-source-check{min-height:26px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft);color:var(--text-muted);font-size:11px;font-weight:850;white-space:nowrap}.warehouse-source-check.checked{border-color:#5be08e73;color:var(--green-text)}.warehouse-source-check.unchecked{border-color:#ffc76b73;color:var(--amber-text)}.warehouse-source-check input{width:14px;min-height:14px;margin:0;accent-color:var(--green-text);pointer-events:none}.warehouse-source-list{display:grid;gap:8px;padding:0 10px 10px}.warehouse-source-row{display:grid;grid-template-columns:minmax(180px,.45fr) minmax(260px,.85fr) minmax(320px,1.2fr);gap:12px;padding:10px 12px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface-soft)}.warehouse-source-main{min-width:0;display:grid;gap:4px}.warehouse-source-main strong{color:var(--text);font-size:13px}.warehouse-source-main span{color:var(--text);font-size:12px;font-weight:800;overflow-wrap:anywhere}.warehouse-source-main code{color:var(--text-muted);font-size:11px;line-height:1.35;white-space:normal;overflow-wrap:anywhere}.warehouse-source-main em{color:var(--red-text);font-size:11px;font-style:normal;font-weight:800}.warehouse-source-meta{min-width:0;display:flex;flex-wrap:wrap;align-content:start;gap:6px}.warehouse-source-meta span{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border:1px solid var(--border-soft);border-radius:7px;background:var(--surface-soft);color:var(--text-muted);font-size:11px;font-weight:800}.warehouse-history-list{display:grid;gap:8px}.warehouse-history-row{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(320px,1.4fr) auto;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.warehouse-history-main,.warehouse-history-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.warehouse-history-main strong{color:var(--text)}.warehouse-history-main span,.warehouse-history-meta span{color:var(--text-muted);font-size:12px;font-weight:750}.warehouse-filter-toggle strong{color:var(--text);font-variant-numeric:tabular-nums}.warehouse-table-wrap{max-height:var(--warehouse-workspace-height);overflow:auto;scrollbar-gutter:stable}.warehouse-table{min-width:1420px;table-layout:fixed}.warehouse-table .status-pill{width:max-content}.warehouse-table .status-pill.status-ok{color:var(--green-text)}.warehouse-table .status-pill.status-missing{color:var(--text-muted)}.warehouse-table .sku-cell{max-width:100%;overflow:hidden}.warehouse-table .sku-cell strong,.warehouse-table .sku-cell small,.warehouse-table .sku-cell span{max-width:100%;overflow-wrap:anywhere}.warehouse-table .sku-cell small{color:var(--text-muted);font-size:11px;font-weight:800;line-height:1.2}.warehouse-table .sku-link{max-width:100%;color:var(--blue-text);font-weight:850;line-height:1.25;overflow-wrap:anywhere;text-decoration:none}.warehouse-table .sku-link:hover{color:var(--text);text-decoration:underline}.warehouse-table .sku-cell>span:not(.status-pill){display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.warehouse-table thead th{position:sticky;top:0;z-index:5;background:var(--surface-raised);box-shadow:inset 0 -1px 0 var(--border)}.warehouse-table .warehouse-sticky-cell{position:sticky;z-index:4;background:var(--surface);overflow:hidden}.warehouse-table thead .warehouse-sticky-cell{z-index:8;background:var(--surface-raised)}.warehouse-table tbody tr:hover .warehouse-sticky-cell{background:var(--surface-soft)}.warehouse-table .warehouse-sticky-cell:last-of-type{box-shadow:12px 0 16px -16px #000000bf}.warehouse-table .warehouse-warehouse-head,.warehouse-table .warehouse-warehouse-cell{min-width:132px}.warehouse-warehouse-cell .stock-breakdown{grid-template-columns:repeat(2,minmax(42px,max-content))}.warehouse-min-stock-modal{width:min(940px,100%)}.warehouse-history-modal{width:min(1040px,100%)}.warehouse-sources-modal{width:min(1120px,100%)}.warehouse-filters-modal{width:min(760px,100%)}.warehouse-filter-section{display:grid;gap:10px}.warehouse-filter-section h3{margin:0;color:var(--text-muted);font-size:12px;font-weight:850;text-transform:uppercase}.warehouse-filter-grid,.warehouse-column-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.warehouse-column-toggle input:disabled{opacity:.55;cursor:not-allowed}.warehouse-min-stock-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.warehouse-min-stock-toolbar .search-field{flex:1;max-width:430px}.warehouse-min-stock-bulk{display:flex;flex-wrap:wrap;align-items:end;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:color-mix(in srgb,var(--surface-raised) 72%,transparent)}.warehouse-min-stock-bulk label{display:grid;gap:5px}.warehouse-min-stock-bulk label span,.warehouse-min-stock-bulk>span{color:var(--text-muted);font-size:12px;font-weight:750}.warehouse-min-stock-wrap{max-height:min(590px,calc(100vh - 290px));overflow:auto;scrollbar-gutter:stable}.warehouse-min-stock-table{width:100%;min-width:760px;table-layout:fixed}.warehouse-min-stock-table thead th{position:sticky;top:0;z-index:3;background:var(--surface-raised);box-shadow:inset 0 -1px 0 var(--border)}.warehouse-min-stock-table th:nth-child(1),.warehouse-min-stock-table td:nth-child(1){width:360px;max-width:360px;min-width:0;overflow:hidden}.warehouse-min-stock-table th:nth-child(2),.warehouse-min-stock-table td:nth-child(2){width:92px;max-width:92px}.warehouse-min-stock-table th:nth-child(3),.warehouse-min-stock-table td:nth-child(3){width:130px;max-width:130px}.warehouse-min-stock-table th:nth-child(4),.warehouse-min-stock-table td:nth-child(4){width:130px;max-width:130px}.warehouse-min-stock-table .sku-cell{max-width:100%;overflow:hidden}.warehouse-min-stock-table .sku-cell strong,.warehouse-min-stock-table .sku-cell span{max-width:100%;overflow-wrap:anywhere}.warehouse-min-stock-table .sku-cell>span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.warehouse-activity-toggle{display:inline-flex;align-items:center;gap:7px;color:var(--text);font-size:12px;font-weight:850;white-space:nowrap}.warehouse-activity-toggle input{width:16px;height:16px;accent-color:var(--blue)}.warehouse-min-stock-input{width:92px;text-align:right;font-weight:800;font-variant-numeric:tabular-nums}.warehouse-min-stock-input.invalid{border-color:var(--red-text);background:var(--red-bg);color:var(--red-text)}.warehouse-min-stock-changed td{background:color-mix(in srgb,var(--blue-bg) 42%,var(--surface))}.success-note{padding:10px 12px;border:1px solid var(--green);background:var(--green-bg);border-radius:8px;color:var(--green-text);font-size:13px;font-weight:750}.qty-cell{color:var(--text);font-weight:800;font-variant-numeric:tabular-nums}.qty-positive{color:var(--green-text)}.qty-warn{color:var(--amber-text)}.sheets-table{min-width:1120px}.sheet-name-cell{display:flex;flex-direction:column;gap:3px;min-width:0}.sheet-name-cell strong{color:var(--text);font-size:14px;white-space:normal;overflow-wrap:anywhere}.sheet-name-cell span{color:var(--text-muted);font-size:13px;white-space:normal;overflow-wrap:anywhere}.book-id{display:inline-block;max-width:230px;color:var(--text-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.muted-dash{color:var(--text-muted)}.feedback-layout{align-items:stretch;min-height:min(680px,calc(100vh - 190px))}.feedback-layout .panel{min-height:0;height:min(680px,calc(100vh - 190px));display:flex;flex-direction:column}.segmented-control{display:inline-flex;align-items:center;min-height:34px;padding:3px;border:1px solid var(--border);background:var(--surface-soft);border-radius:8px}.segmented-control button{min-height:28px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:0;background:transparent;border-radius:6px;color:var(--text-muted);cursor:pointer;font-size:12px;font-weight:750}.segmented-control button:hover,.segmented-control button.active{background:var(--surface-raised);color:var(--text)}.archive-filters{display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px;border-bottom:1px solid var(--border-soft);background:var(--surface)}.queue-list{min-height:0;display:flex;flex-direction:column;flex:1;overflow-y:auto;overscroll-behavior:contain}.queue-item{width:100%;display:flex;flex-direction:column;gap:7px;padding:14px 16px;border:0;border-bottom:1px solid var(--border-soft);background:transparent;color:inherit;cursor:pointer;text-align:left}.queue-item:last-child{border-bottom:none}.queue-item:hover,.queue-item.active{background:var(--surface-soft)}.queue-item.active{box-shadow:inset 3px 0 0 var(--blue)}.queue-item-top,.queue-item-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.queue-item-top strong{min-width:0;color:var(--text);font-size:14px;line-height:1.3;overflow-wrap:anywhere}.queue-item-top span,.queue-item-meta span{flex:0 0 auto;color:var(--text-muted);font-size:12px;font-weight:650}.queue-item-meta{justify-content:flex-start}.queue-item-text{display:-webkit-box;min-height:38px;color:var(--text-soft);font-size:13px;line-height:1.45;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.queue-item-status{width:max-content;max-width:100%;min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border:1px solid var(--border);background:var(--surface-raised);border-radius:999px;color:var(--text-muted);font-size:12px;font-weight:750}.feedback-detail{min-height:0;display:flex;flex-direction:column;flex:1;gap:14px;overflow-y:auto;overscroll-behavior:contain;padding:16px}.detail-kicker{display:flex;flex-wrap:wrap;gap:7px}.soft-pill{min-height:28px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid var(--border);background:var(--surface-soft);border-radius:999px;color:var(--text-soft);font-size:12px;font-weight:750}.soft-pill.source-auto{border-color:#244f35;background:var(--green-bg);color:var(--green-text)}.soft-pill.source-human{border-color:#4a3a18;background:var(--amber-bg);color:var(--amber-text)}.detail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.detail-heading h2{font-size:20px;line-height:1.25;overflow-wrap:anywhere}.detail-heading a{width:34px;height:34px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--surface-raised);border-radius:8px;color:var(--text-soft)}.detail-heading a:hover{background:#282a30;color:var(--text)}.detail-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.detail-meta-grid>div{min-width:0;padding:11px;border:1px solid var(--border-soft);background:var(--surface-soft);border-radius:8px}.detail-meta-grid>div>span{display:block;margin-bottom:5px;color:var(--text-muted);font-size:11px;font-weight:750;text-transform:uppercase}.detail-meta-grid>div>strong{display:block;color:var(--text-soft);font-size:13px;line-height:1.35;overflow-wrap:anywhere}.detail-block{padding:14px;border:1px solid var(--border-soft);background:var(--surface-soft);border-radius:8px}.detail-block.muted{opacity:.72}.detail-block h3{margin:0 0 9px;color:var(--text-muted);font-size:12px;font-weight:750;line-height:1.25;text-transform:uppercase}.preserve-text{margin:0;color:var(--text-soft);font-size:14px;line-height:1.55;overflow-wrap:anywhere;white-space:pre-wrap}.manager-answer-box{display:flex;flex-direction:column;gap:12px}.competitor-layout{align-items:stretch;grid-template-columns:clamp(260px,12vw,320px) minmax(0,1fr) clamp(380px,19vw,500px);min-height:var(--competitor-workspace-height)}.competitor-layout>.panel{grid-column:auto}.competitor-layout .panel{min-height:0;height:var(--competitor-workspace-height);display:flex;flex-direction:column}.group-list{min-height:0;display:flex;flex-direction:column;overflow-y:auto}.group-button{width:100%;display:flex;align-items:stretch;justify-content:space-between;gap:8px;padding:13px 14px;border:0;border-bottom:1px solid var(--border-soft);background:transparent;color:inherit;cursor:pointer;text-align:left}.group-button:last-child{border-bottom:none}.group-button:hover,.group-button.active{background:var(--surface-soft)}.group-button.active{box-shadow:inset 3px 0 0 var(--blue)}.group-button-main,.group-button-metrics{min-width:0;display:flex;flex-direction:column;gap:5px}.group-button-main strong{color:var(--text);font-size:14px;line-height:1.3;overflow-wrap:anywhere}.group-button-main span,.group-button-metrics span{color:var(--text-muted);font-size:12px;line-height:1.3}.group-button-metrics{flex:0 0 auto;align-items:flex-end;min-width:74px}.group-button-metrics span:first-child{color:var(--text-soft);font-weight:750}.competitor-toolbar{grid-template-columns:minmax(220px,1fr) minmax(160px,200px)}.competitor-table-wrap{min-height:0;flex:1;overflow-x:hidden;overflow-y:auto}.competitor-table{width:100%;min-width:0;table-layout:fixed}.competitor-table th,.competitor-table td{padding:10px 12px;overflow:hidden;text-overflow:ellipsis}.competitor-table thead th,.production-table thead th{position:sticky;top:0;z-index:1;background:var(--surface)}.competitor-table th:nth-child(1),.competitor-table td:nth-child(1){width:27%}.competitor-table th:nth-child(2),.competitor-table td:nth-child(2){width:15%}.competitor-table th:nth-child(3),.competitor-table td:nth-child(3){width:15%}.competitor-table th:nth-child(4),.competitor-table td:nth-child(4){width:10%}.competitor-table th:nth-child(5),.competitor-table td:nth-child(5){width:12%}.competitor-table th:nth-child(6),.competitor-table td:nth-child(6){width:9%}.competitor-table th:nth-child(7),.competitor-table td:nth-child(7){width:12%}.competitor-table tbody tr{--price-row-bg-active: var(--surface-soft);--price-row-text: var(--text-soft);cursor:pointer}.competitor-table tbody tr.can-drag{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.competitor-table tbody tr.can-drag:active,.competitor-table tbody tr.dragging{cursor:grabbing}.competitor-table tbody tr.dragging{opacity:.55}.competitor-table tbody tr.active{background:var(--price-row-bg-active);box-shadow:inset 3px 0 0 var(--blue)}.competitor-table tbody tr.price-band-low{--price-row-bg: rgb(95 196 135 / .055);--price-row-bg-hover: rgb(95 196 135 / .095);--price-row-bg-active: rgb(95 196 135 / .13);--price-row-accent: var(--green);--price-row-text: var(--green-text);background:var(--price-row-bg)}.competitor-table tbody tr.price-band-mid{--price-row-bg: rgb(216 164 65 / .055);--price-row-bg-hover: rgb(216 164 65 / .095);--price-row-bg-active: rgb(216 164 65 / .13);--price-row-accent: var(--amber);--price-row-text: var(--amber-text);background:var(--price-row-bg)}.competitor-table tbody tr.price-band-high{--price-row-bg: rgb(224 107 107 / .06);--price-row-bg-hover: rgb(224 107 107 / .105);--price-row-bg-active: rgb(224 107 107 / .14);--price-row-accent: var(--red);--price-row-text: var(--red-text);background:var(--price-row-bg)}.competitor-table tbody tr.price-band-low:hover,.competitor-table tbody tr.price-band-mid:hover,.competitor-table tbody tr.price-band-high:hover{background:var(--price-row-bg-hover)}.competitor-table tbody tr.active.price-band-low,.competitor-table tbody tr.active.price-band-mid,.competitor-table tbody tr.active.price-band-high,.competitor-table tbody tr.active.price-band-low:hover,.competitor-table tbody tr.active.price-band-mid:hover,.competitor-table tbody tr.active.price-band-high:hover{background:var(--price-row-bg-active)}.competitor-table tbody tr.price-band-low td:first-child,.competitor-table tbody tr.price-band-mid td:first-child,.competitor-table tbody tr.price-band-high td:first-child{box-shadow:inset 3px 0 0 var(--price-row-accent)}.competitor-table tbody tr.stock-zero{background-image:linear-gradient(90deg,rgb(224 107 107 / .18),transparent 54%)}.competitor-table tbody tr.stock-zero td{border-bottom-color:#e06b6b52}.competitor-table tbody tr.stock-zero td:first-child{box-shadow:inset 3px 0 0 var(--red)}.competitor-table tbody tr.drag-over-before td{box-shadow:inset 0 2px 0 var(--blue)}.competitor-table tbody tr.drag-over-after td{box-shadow:inset 0 -2px 0 var(--blue)}.price-per-g-cell{white-space:normal}.price-per-g-value,.price-band-caption{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}.price-per-g-value{color:var(--price-row-text);font-weight:800;white-space:nowrap}.price-band-caption{margin-top:3px;color:var(--price-row-text);font-size:11px;font-weight:750;line-height:1.2;text-transform:uppercase}.price-band-missing .price-band-caption{color:var(--text-muted)}.stock-cell{white-space:normal}.stock-zero-badge{min-width:34px;min-height:26px;display:inline-flex;align-items:center;justify-content:center;padding:0 9px;border:1px solid #633036;background:var(--red-bg);border-radius:999px;color:var(--red-text);font-size:13px;font-weight:850;line-height:1}.spp-layout{align-items:stretch;grid-template-columns:clamp(280px,14vw,360px) minmax(0,1fr) clamp(380px,18vw,500px);min-height:var(--spp-workspace-height)}.spp-layout>.panel{grid-column:auto}.spp-layout .panel{min-height:0;height:var(--spp-workspace-height);display:flex;flex-direction:column}.spp-layout .section-aside span{display:inline-flex;align-items:center;gap:5px}.spp-shop-list .group-button-metrics{min-width:98px}.spp-toolbar{grid-template-columns:minmax(220px,1fr) minmax(150px,190px)}.spp-table-wrap{min-height:0;flex:1;overflow-x:hidden;overflow-y:auto}.spp-table{width:100%;min-width:0;table-layout:fixed}.spp-table th,.spp-table td{padding:10px 12px;overflow:hidden;text-overflow:ellipsis}.spp-table thead th{position:sticky;top:0;z-index:1;background:var(--surface)}.spp-table th:nth-child(1),.spp-table td:nth-child(1){width:31%}.spp-table th:nth-child(2),.spp-table td:nth-child(2){width:18%}.spp-table th:nth-child(3),.spp-table td:nth-child(3){width:13%}.spp-table th:nth-child(4),.spp-table td:nth-child(4){width:12%}.spp-table th:nth-child(5),.spp-table td:nth-child(5){width:14%}.spp-table th:nth-child(6),.spp-table td:nth-child(6){width:12%}.spp-table tbody tr{--spp-row-bg-active: var(--surface-soft);--spp-row-text: var(--text-soft);cursor:pointer}.spp-table tbody tr.active{background:var(--spp-row-bg-active);box-shadow:inset 3px 0 0 var(--blue)}.spp-table tbody tr.spp-level-low{--spp-row-bg: rgb(100 168 216 / .055);--spp-row-bg-hover: rgb(100 168 216 / .095);--spp-row-bg-active: rgb(100 168 216 / .13);--spp-row-accent: var(--blue);--spp-row-text: var(--blue-text);background:var(--spp-row-bg)}.spp-table tbody tr.spp-level-normal{--spp-row-bg: rgb(95 196 135 / .05);--spp-row-bg-hover: rgb(95 196 135 / .085);--spp-row-bg-active: rgb(95 196 135 / .12);--spp-row-accent: var(--green);--spp-row-text: var(--green-text);background:var(--spp-row-bg)}.spp-table tbody tr.spp-level-high{--spp-row-bg: rgb(216 164 65 / .06);--spp-row-bg-hover: rgb(216 164 65 / .105);--spp-row-bg-active: rgb(216 164 65 / .14);--spp-row-accent: var(--amber);--spp-row-text: var(--amber-text);background:var(--spp-row-bg)}.spp-table tbody tr.spp-level-missing{--spp-row-bg: rgb(224 107 107 / .045);--spp-row-bg-hover: rgb(224 107 107 / .085);--spp-row-bg-active: rgb(224 107 107 / .12);--spp-row-accent: var(--red);--spp-row-text: var(--red-text);background:var(--spp-row-bg)}.spp-table tbody tr.spp-level-low:hover,.spp-table tbody tr.spp-level-normal:hover,.spp-table tbody tr.spp-level-high:hover,.spp-table tbody tr.spp-level-missing:hover{background:var(--spp-row-bg-hover)}.spp-table tbody tr.active.spp-level-low,.spp-table tbody tr.active.spp-level-normal,.spp-table tbody tr.active.spp-level-high,.spp-table tbody tr.active.spp-level-missing{background:var(--spp-row-bg-active)}.spp-table tbody tr.spp-level-low td:first-child,.spp-table tbody tr.spp-level-normal td:first-child,.spp-table tbody tr.spp-level-high td:first-child,.spp-table tbody tr.spp-level-missing td:first-child{box-shadow:inset 3px 0 0 var(--spp-row-accent)}.spp-value,.spp-caption{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}.spp-value{color:var(--spp-row-text);font-weight:850;white-space:nowrap}.spp-caption{margin-top:3px;color:var(--spp-row-text);font-size:11px;font-weight:750;line-height:1.2;text-transform:uppercase}.delta-positive{color:var(--amber-text);font-weight:800}.delta-negative{color:var(--blue-text);font-weight:800}.delta-flat{color:var(--text-muted);font-weight:750}.spp-detail{min-height:0;display:flex;flex:1;flex-direction:column;gap:14px;overflow-y:auto;overscroll-behavior:contain;padding:16px}.soft-pill.spp-pill-low{border-color:#26536d;background:var(--blue-bg);color:var(--blue-text)}.soft-pill.spp-pill-normal{border-color:#244f35;background:var(--green-bg);color:var(--green-text)}.soft-pill.spp-pill-high{border-color:#5a4219;background:var(--amber-bg);color:var(--amber-text)}.soft-pill.spp-pill-missing{border-color:#633036;background:var(--red-bg);color:var(--red-text)}.spp-history{height:112px;display:flex;align-items:end;gap:5px;padding:12px;border:1px solid var(--border-soft);background:var(--surface);border-radius:8px}.spp-history-bar{flex:1 1 0;min-width:5px;max-width:20px;border-radius:999px 999px 2px 2px}.spp-history-bar.spp-level-low{background:var(--blue)}.spp-history-bar.spp-level-normal{background:var(--green)}.spp-history-bar.spp-level-high{background:var(--amber)}.spp-history-bar.spp-level-missing{opacity:.45;background:var(--red)}.spp-summary .metric-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spp-heatmap-layout{align-items:stretch;min-height:var(--spp-workspace-height)}.spp-heatmap-layout .panel{min-height:0;height:var(--spp-workspace-height);display:flex;flex-direction:column}.spp-monitor-toolbar{display:grid;grid-template-columns:minmax(280px,max-content) auto;gap:10px;align-items:center;justify-content:start;padding:12px 16px;border-bottom:1px solid var(--border-soft);background:var(--surface);overflow-x:auto;overscroll-behavior-x:contain}.spp-filter-toggle.active{border-color:#3b7fab;background:var(--blue-bg);color:var(--blue-text)}.spp-filter-toggle span{min-width:20px;min-height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;border:1px solid rgb(100 168 216 / .36);background:#64a8d829;border-radius:999px;color:var(--blue-text);font-size:11px;font-weight:850}.spp-filter-panel{display:grid;grid-template-columns:minmax(130px,170px) minmax(150px,190px) minmax(180px,240px) minmax(240px,1fr);gap:10px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border-soft);background:var(--surface-soft)}.spp-shop-tabs{max-width:100%;overflow-x:auto}.spp-shop-tabs button{flex:0 0 auto}.spp-shop-tabs button span{color:var(--text-muted);font-size:11px;font-weight:800}.spp-shop-tabs button.active span{color:var(--blue-text)}.spp-heatmap-wrap{min-height:0;flex:1;overflow-x:scroll;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#686d76 var(--surface-soft);scrollbar-gutter:stable}.spp-horizontal-scroll{height:18px;flex:0 0 auto;overflow-x:scroll;overflow-y:hidden;border-bottom:1px solid var(--border-soft);background:var(--surface-soft);scrollbar-color:#686d76 var(--surface-soft)}.spp-horizontal-scroll>div{height:1px}.spp-heatmap-wrap::-webkit-scrollbar,.spp-horizontal-scroll::-webkit-scrollbar{width:13px;height:13px}.spp-heatmap-wrap::-webkit-scrollbar-track,.spp-horizontal-scroll::-webkit-scrollbar-track{background:var(--surface-soft)}.spp-heatmap-wrap::-webkit-scrollbar-thumb,.spp-horizontal-scroll::-webkit-scrollbar-thumb{border:3px solid var(--surface-soft);background:#686d76;border-radius:999px}.spp-heatmap-wrap::-webkit-scrollbar-thumb:hover,.spp-horizontal-scroll::-webkit-scrollbar-thumb:hover{background:#8b929d}.spp-heatmap-table{width:max-content;border-collapse:separate;border-spacing:0;table-layout:fixed}.spp-heatmap-table th,.spp-heatmap-table td{height:34px;padding:6px 8px;border-right:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spp-heatmap-table th{position:sticky;top:0;z-index:6;background:var(--surface);color:var(--text);font-size:12px}.spp-heatmap-table th:nth-child(1),.spp-heatmap-table td:nth-child(1){width:108px;min-width:108px;max-width:108px;position:sticky;left:0;z-index:4;background:var(--surface);text-align:right}.spp-heatmap-table th:nth-child(2),.spp-heatmap-table td:nth-child(2){width:392px;min-width:392px;max-width:392px;position:sticky;left:108px;z-index:4;background:var(--surface);text-align:left}.spp-heatmap-table th:nth-child(3),.spp-heatmap-table td:nth-child(3){width:110px;min-width:110px;max-width:110px;position:sticky;left:500px;z-index:4;background:var(--surface)}.spp-heatmap-table th:nth-child(4),.spp-heatmap-table td:nth-child(4){width:70px;min-width:70px;max-width:70px;position:sticky;left:610px;z-index:4;background:var(--surface);text-align:right}.spp-heatmap-table th:nth-child(5),.spp-heatmap-table td:nth-child(5){width:90px;min-width:90px;max-width:90px;position:sticky;left:680px;z-index:4;background:var(--surface);box-shadow:2px 0 0 var(--border)}.spp-heatmap-table thead th:nth-child(-n+5){z-index:8}.spp-heatmap-table tbody tr:hover td:nth-child(-n+5),.spp-heatmap-table tbody tr.active td:nth-child(-n+5){background:var(--surface-raised)}.spp-heatmap-table tbody tr.active td:nth-child(1){box-shadow:inset 3px 0 0 var(--blue)}.spp-heatmap-table .spp-date-head{width:var(--date-col-width, 68px);min-width:var(--date-col-width, 68px);max-width:var(--date-col-width, 68px);padding-right:4px;padding-left:4px;overflow:visible;text-overflow:clip;text-align:center}.spp-heatmap-table .spp-heat-cell{width:var(--date-col-width, 68px);min-width:var(--date-col-width, 68px);max-width:var(--date-col-width, 68px);padding-right:4px;padding-left:4px}.spp-heatmap-table td.spp-heat-cell:nth-child(5){position:static;left:auto;z-index:auto;box-shadow:none;width:var(--date-col-width, 68px);min-width:var(--date-col-width, 68px);max-width:var(--date-col-width, 68px)}.spp-heatmap-table th.spp-date-head:nth-child(5){position:sticky;top:0;left:auto;z-index:6;box-shadow:none;width:var(--date-col-width, 68px);min-width:var(--date-col-width, 68px);max-width:var(--date-col-width, 68px)}.spp-average-row td{position:sticky;top:34px;z-index:5;height:34px;background:var(--surface-raised);font-weight:850}.spp-heatmap-table .spp-average-row td.spp-heat-cell{background:var(--surface-raised)}.spp-heatmap-table .spp-average-row td.spp-heat-cell:nth-child(5){position:sticky;top:34px;left:auto;z-index:5;box-shadow:none}.spp-average-row td:nth-child(-n+5){z-index:7;background:var(--surface-raised)}.spp-average-row td:nth-child(2){color:var(--text)}.spp-name-link{display:inline-flex;max-width:100%;align-items:center;gap:5px;color:var(--blue-text);font-weight:750;text-decoration:none}.spp-name-link:hover{color:var(--text);text-decoration:underline}.spp-name-link svg{flex:0 0 auto}.spp-heat-cell{width:64px;min-width:64px;max-width:64px;background:var(--surface-soft);color:var(--text-soft);font-size:14px;font-weight:850;text-align:center}.spp-heat-best{background:#5fc4871f;color:var(--green-text)}.spp-heat-good{background:#9bcd581c;color:#bce98c}.spp-heat-mid{background:#d8a44121;color:var(--amber-text)}.spp-heat-low{background:#ef9c721f;color:#ffb38c}.spp-heat-bad{background:#e06b6b21;color:var(--red-text)}.spp-heat-missing{background:var(--surface-soft);color:var(--text-muted)}.spp-heat-cell.orders-heat-best{background:#5fc4871f;color:var(--green-text)}.spp-heat-cell.orders-heat-good{background:#9bcd581c;color:#bce98c}.spp-heat-cell.orders-heat-mid{background:#d8a44121;color:var(--amber-text)}.spp-heat-cell.orders-heat-low{background:#ef9c721f;color:#ffb38c}.spp-heat-cell.orders-heat-bad{background:#e06b6b21;color:var(--red-text)}.spp-heat-cell.orders-heat-zero{background:var(--surface-soft);color:var(--text-muted)}.spp-heat-cell.buyouts-heat-best{background:#5fc4871f;color:var(--green-text)}.spp-heat-cell.buyouts-heat-good{background:#9bcd581c;color:#bce98c}.spp-heat-cell.buyouts-heat-mid{background:#d8a44121;color:var(--amber-text)}.spp-heat-cell.buyouts-heat-low{background:#ef9c721f;color:#ffb38c}.spp-heat-cell.buyouts-heat-bad{background:#e06b6b21;color:var(--red-text)}.spp-heat-cell.buyouts-heat-zero{background:var(--surface-soft);color:var(--text-muted)}.spp-heat-cell.discounts-heat-best{background:#5fc4871f;color:var(--green-text)}.spp-heat-cell.discounts-heat-good{background:#9bcd581c;color:#bce98c}.spp-heat-cell.discounts-heat-mid{background:#d8a44121;color:var(--amber-text)}.spp-heat-cell.discounts-heat-low{background:#ef9c721f;color:#ffb38c}.spp-heat-cell.discounts-heat-bad{background:#e06b6b21;color:var(--red-text)}.spp-heat-cell.discounts-heat-zero{background:var(--surface-soft);color:var(--text-muted)}.spp-heat-cell.stock-heat-best{background:#5fc4871f;color:var(--green-text)}.spp-heat-cell.stock-heat-good{background:#9bcd581c;color:#bce98c}.spp-heat-cell.stock-heat-mid{background:#d8a44121;color:var(--amber-text)}.spp-heat-cell.stock-heat-low{background:#ef9c721f;color:#ffb38c}.spp-heat-cell.stock-heat-bad{background:#e06b6b21;color:var(--red-text)}.spp-heat-cell.stock-heat-zero{background:var(--surface-soft);color:var(--text-muted)}.spp-heat-cell.price-heat-best{background:#5fc4871f;color:var(--green-text)}.spp-heat-cell.price-heat-good{background:#9bcd581c;color:#bce98c}.spp-heat-cell.price-heat-mid{background:#d8a44121;color:var(--amber-text)}.spp-heat-cell.price-heat-low{background:#ef9c721f;color:#ffb38c}.spp-heat-cell.price-heat-bad{background:#e06b6b21;color:var(--red-text)}.spp-heat-cell.price-heat-zero{background:var(--surface-soft);color:var(--text-muted)}.buyouts-hint{margin:4px 0 0;font-size:12px;color:#9aa0a6}.search-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.search-query-layout{align-items:stretch;min-height:var(--spp-workspace-height)}.search-query-layout .panel{min-height:0;height:var(--spp-workspace-height);display:flex;flex-direction:column}.search-query-layout .section-header{min-height:48px;flex-direction:row;align-items:center;padding:10px 14px}.search-query-layout .section-title{gap:7px}.search-query-layout .section-title h2{font-size:16px;line-height:1.2}.search-query-layout .section-aside{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.search-query-layout .section-aside .icon-button{width:32px;height:32px}.search-query-toolbar{display:grid;grid-template-columns:minmax(280px,max-content) auto;gap:10px;align-items:center;justify-content:start;min-height:52px;padding:8px 14px;border-bottom:1px solid var(--border-soft);background:var(--surface);overflow-x:auto;overscroll-behavior-x:contain}.search-shop-tabs{max-width:100%;overflow-x:auto}.search-shop-tabs button{flex:0 0 auto}.search-shop-tabs button span{color:var(--text-muted);font-size:11px;font-weight:800}.search-shop-tabs button.active span{color:var(--blue-text)}.search-filter-toggle.active{border-color:#3b7fab;background:var(--blue-bg);color:var(--blue-text)}.search-filter-toggle span{min-width:20px;min-height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;border:1px solid rgb(100 168 216 / .36);background:#64a8d829;border-radius:999px;color:var(--blue-text);font-size:11px;font-weight:850}.search-query-filter-panel{display:grid;grid-template-columns:minmax(112px,140px) minmax(170px,230px) minmax(240px,520px) max-content;gap:10px;align-items:end;padding:10px 14px;border-bottom:1px solid var(--border-soft);background:var(--surface-soft)}.search-query-filter-panel label{display:grid;gap:5px;min-width:0;color:var(--text-muted);font-size:11px;font-weight:850;line-height:1.1;text-transform:uppercase}.search-query-filter-panel select,.search-query-filter-panel input,.search-query-filter-panel .secondary-button{min-height:34px;font-size:13px}.search-query-filter-panel .input-with-icon{min-width:0}.search-query-filter-panel .input-with-icon svg{width:15px;height:15px}.search-query-picker{max-height:260px;display:flex;flex-direction:column;border-bottom:1px solid var(--border-soft);background:var(--surface)}.search-query-picker-head{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 14px;border-bottom:1px solid var(--border-soft);color:var(--text);font-size:13px}.search-query-picker-head span{color:var(--text-muted);font-size:12px;font-weight:750}.search-query-picker-list{min-height:0;overflow-y:auto;overscroll-behavior:contain}.search-query-pick-row{min-height:42px;display:grid;grid-template-columns:22px minmax(180px,520px) 92px;gap:10px;align-items:center;justify-content:start;padding:7px 14px;border-bottom:1px solid var(--border-soft);color:var(--text-soft);cursor:pointer}.search-query-pick-row:hover{background:var(--surface-raised)}.search-query-pick-row input{width:16px;min-height:16px;accent-color:var(--blue)}.search-query-pick-row input:disabled{cursor:default}.search-query-pick-main{min-width:0}.search-query-pick-main strong,.search-query-pick-main span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-query-pick-main strong{color:var(--text);font-size:13px}.search-query-pick-main span{margin-top:2px;color:var(--text-muted);font-size:11px;font-weight:750}.search-query-pick-frequency{color:var(--green-text);font-size:14px;font-weight:850;text-align:right}.search-query-picker-empty,.search-query-picker-error{padding:10px 14px;color:var(--text-muted);font-size:13px}.search-query-picker-error{color:var(--red-text)}.search-query-wrap{min-height:0;flex:1;overflow-x:scroll;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#686d76 var(--surface-soft);scrollbar-gutter:stable}.search-horizontal-scroll{height:18px;flex:0 0 auto;overflow-x:scroll;overflow-y:hidden;border-bottom:1px solid var(--border-soft);background:var(--surface-soft);scrollbar-color:#686d76 var(--surface-soft)}.search-horizontal-scroll>div{height:1px}.search-query-wrap::-webkit-scrollbar,.search-horizontal-scroll::-webkit-scrollbar{width:13px;height:13px}.search-query-wrap::-webkit-scrollbar-track,.search-horizontal-scroll::-webkit-scrollbar-track{background:var(--surface-soft)}.search-query-wrap::-webkit-scrollbar-thumb,.search-horizontal-scroll::-webkit-scrollbar-thumb{border:3px solid var(--surface-soft);background:#686d76;border-radius:999px}.search-query-wrap::-webkit-scrollbar-thumb:hover,.search-horizontal-scroll::-webkit-scrollbar-thumb:hover{background:#8b929d}.search-query-table{width:max-content;border-collapse:separate;border-spacing:0;table-layout:fixed}.search-query-table th,.search-query-table td{height:34px;padding:6px 8px;border-right:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-query-table th{position:sticky;top:0;z-index:6;background:var(--surface);color:var(--text);font-size:12px}.search-query-table tbody tr.can-drag{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.search-query-table tbody tr.can-drag:active,.search-query-table tbody tr.dragging{cursor:grabbing}.search-query-table tbody tr.dragging{opacity:.58}.search-query-table tbody tr.drag-over-before td{box-shadow:inset 0 2px 0 var(--blue)}.search-query-table tbody tr.drag-over-after td{box-shadow:inset 0 -2px 0 var(--blue)}.search-query-table th:nth-child(1),.search-query-table td:nth-child(1){width:150px;min-width:150px;max-width:150px;position:sticky;left:0;z-index:4;background:var(--surface)}.search-category-input{width:100%;min-height:26px;padding:4px 7px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text-soft);font:inherit;font-size:13px;font-weight:750;outline:none}.search-category-input:hover{border-color:var(--border);background:var(--surface-soft)}.search-category-input:focus{border-color:var(--blue);background:var(--surface-raised);color:var(--text);box-shadow:0 0 0 2px #64a8d81f}.search-query-table th:nth-child(2),.search-query-table td:nth-child(2){width:380px;min-width:380px;max-width:380px;position:sticky;left:150px;z-index:4;background:var(--surface);text-align:left}.search-query-table th:nth-child(3),.search-query-table td:nth-child(3){width:94px;min-width:94px;max-width:94px;position:sticky;left:530px;z-index:4;background:var(--surface);text-align:right}.search-query-table th:nth-child(4),.search-query-table td:nth-child(4){width:86px;min-width:86px;max-width:86px;position:sticky;left:624px;z-index:4;background:var(--surface);box-shadow:2px 0 0 var(--border);text-align:right}.search-query-table thead th:nth-child(-n+4){z-index:8}.search-query-table tbody tr:hover td:nth-child(-n+4){background:var(--surface-raised)}.search-query-table td:nth-child(2) strong,.search-query-table td:nth-child(2) span{display:block;overflow:hidden;text-overflow:ellipsis}.search-query-table td:nth-child(2) span{margin-top:3px;color:var(--text-muted);font-size:11px;font-weight:750}.search-query-table td:nth-child(4) span{display:block;margin-top:2px;font-size:11px}.search-query-table .search-week-head{width:76px;min-width:76px;max-width:76px;padding-right:4px;padding-left:4px;overflow:visible;text-overflow:clip;text-align:center}.search-query-table .search-frequency-cell{width:76px;min-width:76px;max-width:76px;padding-right:4px;padding-left:4px;background:var(--surface-soft);color:var(--text-soft);font-size:14px;font-weight:850;text-align:center}.search-total-row td{position:sticky;top:34px;z-index:5;height:38px;background:var(--surface-raised);font-weight:850}.search-total-row td:nth-child(-n+4){z-index:7;background:var(--surface-raised)}.search-total-row td:nth-child(2){color:var(--text)}.search-query-table .search-frequency-cell.search-frequency-total{color:var(--text)}.search-query-table .search-frequency-cell.search-frequency-best{background:#5fc4871f;color:var(--green-text)}.search-query-table .search-frequency-cell.search-frequency-good{background:#9bcd581c;color:#bce98c}.search-query-table .search-frequency-cell.search-frequency-mid{background:#d8a44121;color:var(--amber-text)}.search-query-table .search-frequency-cell.search-frequency-low{background:#ef9c721f;color:#ffb38c}.search-query-table .search-frequency-cell.search-frequency-bad{background:#e06b6b21;color:var(--red-text)}.search-query-table .search-frequency-cell.search-frequency-missing{background:var(--surface-soft);color:var(--text-muted)}.search-query-legend{display:flex;flex-wrap:wrap;gap:12px;padding:10px 16px;border-top:1px solid var(--border-soft);background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:750}.search-query-legend span{display:inline-flex;align-items:center;gap:6px}.production-layout{align-items:stretch;min-height:var(--production-workspace-height)}.production-modebar{display:flex;justify-content:flex-end;margin-bottom:14px}.production-layout .panel{min-height:0}.production-layout>.panel:first-child{height:var(--production-workspace-height);display:flex;flex-direction:column}.production-toolbar{grid-template-columns:minmax(220px,1fr) minmax(150px,190px) minmax(120px,150px) minmax(150px,190px) minmax(150px,190px) minmax(180px,240px)}.zero-order-toggle{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-soft);font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer}.zero-order-toggle:hover{border-color:var(--accent);color:var(--text)}.zero-order-toggle input{width:14px;height:14px;margin:0;accent-color:var(--blue)}.metal-planner{display:flex;flex-direction:column;gap:8px;min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#121720b8}.metal-planner.is-empty{align-items:stretch}.metal-planner-control{display:grid;gap:6px;align-content:start}.metal-planner-control span,.metal-distribution-title span,.metal-distribution-row span{color:var(--text-muted);font-size:11px;font-weight:800;text-transform:uppercase}.metal-planner-control input{width:100%;height:32px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:14px;font-weight:800}.metal-planner-control input:focus{border-color:var(--accent);outline:none}.metal-distribution{min-width:0;display:grid;gap:6px}.metal-distribution-title,.metal-distribution-row{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.metal-distribution-title{padding-bottom:5px;border-bottom:1px solid var(--border-soft)}.metal-distribution-title strong{color:var(--text);font-size:14px;line-height:1;white-space:nowrap}.metal-distribution-list{display:grid;gap:4px}.metal-distribution-row{min-height:22px}.metal-distribution-row strong{color:var(--text);font-size:13px;line-height:1;white-space:nowrap}.metal-planner-metrics{display:grid;grid-template-columns:repeat(5,minmax(92px,1fr));gap:8px}.metal-planner-metrics div{min-width:0;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.metal-planner-metrics strong{display:block;margin-top:3px;color:var(--text);font-size:15px;line-height:1.15}.metric-danger{color:var(--red)!important}.metal-allocation-table-wrap{grid-column:1 / -1;max-height:280px;overflow:auto;border:1px solid var(--border-soft);border-radius:8px}.metal-allocation-table{width:100%;min-width:820px;border-collapse:collapse}.metal-allocation-table th,.metal-allocation-table td{padding:9px 12px;border-bottom:1px solid var(--border-soft);text-align:left}.metal-allocation-table tbody tr:last-child td{border-bottom:0}.metal-allocation-table td{color:var(--text);font-size:12px}.metal-allocation-table td strong,.metal-allocation-table td small{display:block}.metal-allocation-table td small{margin-top:2px;color:var(--text-soft)}@media(max-width:1080px){.metal-planner{grid-template-columns:1fr}.metal-planner-metrics{grid-template-columns:repeat(2,minmax(120px,1fr))}}.production-table-wrap{min-height:0;flex:1;max-height:none;overflow:auto}.production-table{min-width:1240px}.production-table tbody tr{cursor:default}.production-table tbody tr.active{background:var(--surface-soft);box-shadow:inset 3px 0 0 var(--blue)}.production-table th small{display:block;margin-top:3px;color:var(--text-muted);font-size:10px;font-weight:650;line-height:1.2;text-transform:none}.table-head-main{display:block}.stock-breakdown{display:grid;grid-template-columns:repeat(5,minmax(34px,max-content));gap:8px;align-items:center}.stock-breakdown span{min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1.1}.stock-breakdown small{color:var(--text-muted);font-size:10px;font-weight:700}.stock-breakdown strong{color:var(--text);font-size:13px;font-weight:750}.speed-breakdown{display:grid;grid-template-columns:repeat(3,minmax(38px,max-content));gap:8px;align-items:center}.speed-breakdown span{min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1.1}.speed-breakdown small{color:var(--text-muted);font-size:10px;font-weight:700}.speed-breakdown strong{color:var(--text);font-size:13px;font-weight:750}.order-qty-cell{min-width:92px}.order-qty-input{width:74px;min-height:32px;padding:0 9px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font:inherit;font-weight:750}.order-qty-input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #50a6ff24}.order-qty-input.manual{border-color:#f5b848b8;background:#f5b84814}.order-qty-input.allocation{border-color:#50a6ffb8;background:#50a6ff14}.order-qty-input:disabled{opacity:1;cursor:default}.manual-flag.allocation-flag{color:var(--blue)}.manual-flag{display:block;margin-top:4px;color:var(--amber);font-size:10px;font-weight:800;line-height:1}.allocation-coverage{display:block;margin-top:5px;font-size:10px;font-weight:800;line-height:1;white-space:nowrap}.allocation-coverage-covered{color:var(--green-text)}.allocation-coverage-partial{color:var(--amber-text)}.allocation-coverage-open,.allocation-coverage-empty{color:var(--red-text)}.status-edit-cell{display:flex;min-width:136px;flex-direction:column;align-items:flex-start;gap:7px}.new-toggle{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-size:11px;font-weight:750;line-height:1;cursor:pointer}.new-toggle input{width:14px;height:14px;accent-color:var(--blue)}.production-manual-error{margin:-4px 0 10px;color:var(--red);font-size:13px;font-weight:700}.compact-action{min-height:34px;gap:6px;padding:0 10px;font-size:13px}.spin-icon{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.production-detail{min-height:0;display:flex;flex-direction:column;gap:14px;padding:16px}.strong-number{color:var(--amber-text);font-weight:750}.factory-summary-panel{overflow:hidden}.factory-summary-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.metal-need-card{display:flex;flex-direction:column;gap:6px}.metal-need-card-main{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.metal-need-card .metric-value{font-size:24px}.metal-need-missing{flex:0 0 auto;padding:3px 7px;border:1px solid var(--green);border-radius:999px;color:var(--green-text);font-size:10px;font-weight:700;line-height:1.2;white-space:nowrap}.metal-need-missing.warn{border-color:var(--amber);color:var(--amber-text)}.metal-need-factories{display:grid;grid-template-columns:minmax(0,1fr);gap:1px;overflow:hidden;border:1px solid var(--border-soft);border-radius:6px;background:var(--border-soft)}.metal-need-factory{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 7px;background:var(--surface)}.metal-need-factory div{min-width:0;display:flex;align-items:baseline;gap:7px}.metal-need-factory span{color:var(--text-soft);font-size:11px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.metal-need-factory strong{color:var(--text);font-size:12px;line-height:1.1;white-space:nowrap}.metal-need-factory small{color:var(--text-dim);font-size:10px;line-height:1.1;white-space:nowrap}.factory-summary-row{min-width:0;display:flex;flex-direction:column;gap:12px;padding:14px 16px;border:0;border-right:1px solid var(--border-soft);background:transparent;color:inherit;cursor:pointer;text-align:left}.factory-summary-row:last-child{border-right:none}.factory-summary-row:hover,.factory-summary-row.active{background:var(--surface-soft)}.factory-summary-row.active{box-shadow:inset 0 3px 0 var(--blue)}.factory-summary-row:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.factory-summary-title{min-width:0;display:flex;flex-direction:column;gap:4px}.factory-summary-title strong{color:var(--text);font-size:15px;line-height:1.25;overflow-wrap:anywhere}.factory-summary-title span{color:var(--text-muted);font-size:12px;line-height:1.35}.factory-summary-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.factory-summary-metrics span{min-width:0;display:flex;flex-direction:column;gap:2px;color:var(--text-muted);font-size:12px;line-height:1.3;overflow-wrap:anywhere}.factory-summary-metrics strong{color:var(--text-soft);font-size:15px;line-height:1.1}.production-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.production-strip .data-row{border-bottom:none;border-right:1px solid var(--border-soft)}.production-strip .data-row:last-child{border-right:none}.production-strip svg{color:var(--text-muted)}.production-settings-layout{align-items:start}.settings-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:16px;border-top:1px solid var(--border-soft)}.formula-list,.settings-card-list{display:flex;flex-direction:column;gap:10px;padding:16px;border-top:1px solid var(--border-soft)}.formula-step{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;padding:13px;border:1px solid var(--border-soft);background:var(--surface-soft);border-radius:8px}.formula-index{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--surface-raised);border-radius:999px;color:var(--text-soft);font-size:12px;font-weight:800}.formula-step strong,.settings-card strong,.seasonality-item strong{display:block;color:var(--text);font-size:14px;line-height:1.3}.formula-step code{display:block;margin:8px 0;padding:9px 10px;border:1px solid var(--border-soft);background:#101115;border-radius:6px;color:var(--blue-text);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.45;white-space:normal;overflow-wrap:anywhere}.formula-step p,.settings-card p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.45}.guardrail-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px;border-top:1px solid var(--border-soft)}.guardrail-card{min-width:0;padding:13px;border:1px solid rgb(212 161 74 / .36);background:#d4a14a14;border-radius:8px}.guardrail-card strong{display:block;color:var(--text);font-size:14px;line-height:1.3}.guardrail-card p{margin:9px 0 0;color:var(--text-muted);font-size:12px;line-height:1.45}.guardrail-card small{display:block;margin-top:9px;color:var(--amber-text);font-size:11px;line-height:1.4}.formula-term-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px;border-top:1px solid var(--border-soft)}.formula-term-card{min-width:0;padding:12px;border:1px solid var(--border-soft);background:var(--surface-soft);border-radius:8px}.formula-term-card code{display:inline-flex;max-width:100%;padding:4px 7px;border:1px solid var(--border-soft);background:#101115;border-radius:6px;color:var(--blue-text);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;font-weight:800;overflow-wrap:anywhere}.formula-term-card p{margin:9px 0 0;color:var(--text-muted);font-size:12px;line-height:1.45}.formula-term-card small{display:block;margin-top:9px;color:var(--text-soft);font-size:11px;overflow-wrap:anywhere}.settings-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px;border-top:1px solid var(--border-soft)}.turnover-policy-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-card{min-width:0;padding:13px;border:1px solid var(--border-soft);background:var(--surface-soft);border-radius:8px}.settings-card.compact{display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-card.compact span{color:var(--text-muted);font-size:12px;font-weight:750}.settings-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.settings-card-top span{flex:0 0 auto;color:var(--text-soft);font-size:13px;font-weight:800}.settings-card small{display:block;margin-top:10px;color:var(--text-muted);font-size:11px;overflow-wrap:anywhere}.settings-table-wrap{border-top:1px solid var(--border-soft)}.settings-table{min-width:520px}.settings-table td:first-child{display:flex;align-items:center;gap:8px}.default-factory{min-height:22px;padding:0 7px;font-size:11px}.seasonality-panel{overflow:hidden}.seasonality-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid var(--border-soft)}.seasonality-item{min-width:0;display:flex;flex-direction:column;gap:5px;padding:13px;border-right:1px solid var(--border-soft)}.seasonality-item:last-child{border-right:none}.seasonality-item span{color:var(--text-muted);font-size:12px;line-height:1.25}.sku-cell{display:flex;flex-direction:column;gap:3px;min-width:0}.sku-cell strong{color:var(--text);font-size:14px;white-space:normal;overflow-wrap:anywhere}.sku-cell span{color:var(--text-muted);font-size:12px}.sku-cell a{display:inline-flex;align-items:center;gap:4px;width:fit-content;color:var(--blue-text);font-size:12px;font-weight:700;text-decoration:none}.sku-cell a:hover{color:var(--text)}.decision-pill{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:750;white-space:nowrap}.decision-ok{background:var(--green-bg);color:var(--green-text)}.decision-warn{background:var(--amber-bg);color:var(--amber-text)}.decision-critical{background:var(--red-bg);color:var(--red-text)}.decision-cell{display:flex;flex-direction:column;gap:5px}.decision-cell span:not(.decision-pill),.muted-cell{display:block;color:var(--text-muted);font-size:12px}.card-effectiveness-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.card-effectiveness-params{grid-template-columns:minmax(360px,1fr) minmax(260px,340px);align-items:center}.card-effectiveness-shop-tabs{width:100%;overflow-x:auto;scrollbar-gutter:stable}.card-effectiveness-shop-tabs button{display:inline-flex;align-items:center;flex:0 0 auto;gap:7px;max-width:none}.card-effectiveness-shop-tabs button span{display:inline-flex;align-items:center;min-height:18px;padding:0 5px;border-radius:999px;background:var(--surface);color:var(--text-muted);font-size:11px;font-variant-numeric:tabular-nums}.card-effectiveness-shop-tabs button.active span{background:var(--surface-soft);color:var(--text)}.card-effectiveness-week-field{position:relative;grid-template-columns:16px max-content minmax(220px,1fr);justify-self:end;width:min(330px,100%)}.card-effectiveness-week-button{min-width:0;min-height:34px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px 0 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text);font-size:12px;font-weight:800;line-height:1;text-align:left;text-transform:none;cursor:pointer}.card-effectiveness-week-button:hover,.card-effectiveness-week-field.open .card-effectiveness-week-button{border-color:var(--accent);background:var(--surface-raised)}.card-effectiveness-week-button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.card-effectiveness-week-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-effectiveness-week-button svg{flex:0 0 auto;color:var(--text-muted);transition:transform .12s ease}.card-effectiveness-week-field.open .card-effectiveness-week-button svg{transform:rotate(180deg)}.card-effectiveness-week-menu{position:absolute;top:calc(100% + 7px);right:0;z-index:40;width:100%;max-height:min(320px,calc(100vh - 400px));display:grid;gap:2px;padding:6px;border:1px solid var(--border);border-radius:8px;background:var(--surface-raised);box-shadow:0 18px 42px #0000006b;overflow-y:auto;scrollbar-gutter:stable}.card-effectiveness-week-menu button{min-width:0;min-height:32px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:var(--text-soft);font-size:12px;font-weight:800;text-align:left;text-transform:none;cursor:pointer}.card-effectiveness-week-menu button:hover,.card-effectiveness-week-menu button.active{background:var(--blue-bg);color:var(--text)}.card-effectiveness-week-menu button svg{color:transparent}.card-effectiveness-week-menu button.active svg{color:var(--blue-text)}.card-effectiveness-week-menu button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-effectiveness-alert{margin:12px 16px 14px}.card-effectiveness-search-field{width:min(320px,100%)}.card-effectiveness-table-meta{display:flex;flex-wrap:wrap;gap:8px;padding:10px 16px;border-bottom:1px solid var(--border-soft);color:var(--text-muted);font-size:12px;font-weight:800}.card-effectiveness-table-meta span{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border:1px solid var(--border-soft);border-radius:7px;background:var(--surface-soft)}.card-effectiveness-table-meta-action{min-height:24px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;border:1px solid var(--border-soft);border-radius:7px;background:var(--surface-soft);color:var(--text-muted);cursor:pointer;font-size:12px;font-weight:800}.card-effectiveness-table-meta-action:hover,.card-effectiveness-table-meta-action.active{border-color:var(--accent);background:var(--accent-soft);color:var(--text)}.card-effectiveness-table-meta-action svg{transition:transform .12s ease}.card-effectiveness-table-meta-action.active svg{transform:rotate(180deg)}.card-effectiveness-table{min-width:5448px;table-layout:fixed}.card-effectiveness-table th,.card-effectiveness-table td{vertical-align:top;padding:10px 11px;white-space:normal}.card-effectiveness-table th{min-width:0;min-height:58px;vertical-align:bottom;overflow:visible;color:var(--text-muted);font-size:11px;font-weight:850;line-height:1.16;text-transform:none;word-break:normal;overflow-wrap:anywhere}.ce-stock-toggle{width:100%;min-height:30px;display:inline-flex;align-items:center;justify-content:space-between;gap:6px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;line-height:inherit;text-align:left}.ce-stock-toggle:hover{color:var(--text)}.ce-stock-toggle svg{flex:0 0 auto;color:var(--text-muted);transition:transform .12s ease}.ce-stock-toggle.open svg{transform:rotate(180deg)}.card-effectiveness-table th:first-child,.card-effectiveness-table td:first-child{position:sticky;left:0;z-index:6;background:var(--surface);box-shadow:12px 0 16px -16px #000000c7}.card-effectiveness-table thead th:first-child{z-index:12;background:var(--surface-raised)}.card-effectiveness-table tbody tr:hover td:first-child{background:var(--surface-soft)}.card-effectiveness-table td strong{display:block;color:var(--text)}.card-effectiveness-table .sku-link{display:inline-flex;align-items:center;gap:4px;white-space:normal}.ce-heat{border-radius:0;font-weight:850;font-variant-numeric:tabular-nums;white-space:nowrap}.ce-good{background:#5fc4871f;color:var(--green-text)}.ce-mid{background:#d8a44121;color:var(--amber-text)}.ce-bad{background:#e06b6b21;color:var(--red-text)}.ce-muted{background:var(--surface-soft);color:var(--text-muted)}.ce-advice-cell{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.advice-pill{display:inline-flex;align-items:center;max-width:100%;min-height:26px;padding:0 9px;border-radius:7px;font-size:12px;font-weight:800;line-height:1.2;white-space:normal;overflow-wrap:anywhere}.advice-scale{background:var(--green-bg);color:var(--green-text)}.advice-withdraw{background:var(--red-bg);color:var(--red-text)}.advice-photo{background:var(--blue-bg);color:var(--blue-text)}.advice-price{background:var(--amber-bg);color:var(--amber-text)}.advice-improve,.advice-missing{background:var(--surface-soft);color:var(--text-muted)}.ce-comment-cell,.ce-source-cell{max-width:100%;color:var(--text-soft);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.ce-comment-cell{padding-top:8px;padding-bottom:8px}.ce-comment-button{width:100%;min-height:28px;display:flex;align-items:center;justify-content:flex-start;padding:0 8px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--text-muted);font-size:12px;font-weight:750;line-height:1.2;text-align:left;cursor:pointer}.ce-comment-button:hover,.ce-comment-button:focus-visible,.ce-comment-cell.has-comment .ce-comment-button{border-color:var(--border-soft);background:var(--surface-soft);color:var(--text-soft)}.ce-comment-button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.ce-comment-button:disabled{cursor:wait;opacity:.68}.ce-comment-button span{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ce-comment-cell:not(.has-comment) .ce-comment-button{justify-content:center;color:var(--text-muted)}.ce-comment-input{width:100%;min-height:28px;padding:0 8px;border-radius:7px;font-size:12px;font-weight:750;line-height:1.2}.ce-comment-error,.card-effectiveness-comment-error{color:var(--red-text);font-size:11px;font-weight:800}.ce-comment-error{display:block;margin-top:4px}.card-effectiveness-comment-error{padding:8px 16px;border-bottom:1px solid var(--border-soft);background:var(--red-bg)}.ce-source-summary{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sku-list-table tbody tr{cursor:default}.sku-list-table tbody tr:not(.sku-history-row):hover{background:var(--surface-soft)}.sku-list-table tbody tr.active{background:var(--surface-raised)}.sku-list-table tbody tr.sku-size-row td{background:color-mix(in srgb,var(--surface-soft) 52%,transparent)}.sku-list-table tbody tr.sku-size-row:hover td{background:var(--surface-soft)}.sku-group-row .sku-name-button{color:var(--text-soft);font-weight:800}.sku-size-row .sku-name-button{color:var(--text-muted);font-size:12px}.sku-sort-button{display:inline-flex;align-items:center;justify-content:flex-start;gap:4px;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left;text-transform:inherit}.sku-sort-button:hover,.sku-sort-button.active{color:var(--text-soft)}.sku-sort-button svg{flex:0 0 auto}.sku-weight-error-row{cursor:pointer}.sku-weight-error-name{padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.sku-weight-error-name:hover{color:var(--accent)}.sku-detail-name-button{padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.sku-detail-name-button:hover,.sku-detail-name-button:focus-visible{color:var(--accent)}.sku-detail-modal{width:min(1440px,100%)}.sku-weight-modal{width:min(1180px,100%)}.sku-weight-modal .repricer-modal-header p{margin:4px 0 0;color:var(--text-muted);font-size:13px}.sku-weight-size-table th,.sku-weight-size-table td{white-space:nowrap}.sku-weight-calculated{color:var(--text);font-weight:800}.sku-weight-delta.changed{color:var(--amber-text);font-weight:800}.sku-platforms{display:inline-flex;flex-wrap:wrap;gap:6px}.sku-code-cell{display:flex;min-width:86px;flex-direction:column;gap:3px}.sku-code-cell strong,.sku-code-list{color:var(--text-soft);font-size:13px;overflow-wrap:anywhere}.sku-code-cell span{color:var(--text-muted);font-size:11px}.sku-history-cell{display:flex;min-width:160px;align-items:center;gap:8px}.sku-history-cell span{color:var(--text-muted);font-size:12px;line-height:1.35}.sku-history-row td{background:var(--surface-soft);border-top:0}.sku-history-panel{display:grid;gap:8px;padding:10px 4px}.sku-history-entry{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(80px,.5fr) minmax(90px,.5fr) minmax(180px,1.4fr);gap:10px;align-items:start;color:var(--text-muted);font-size:12px}.sku-history-entry strong{color:var(--text-soft)}.compact-empty{min-height:0;padding:12px}.soft-pill.muted{opacity:.5;border-style:dashed}.sku-status-cell{display:flex;flex-direction:column;gap:4px;min-width:0}.sku-link-statuses{color:var(--text-muted);font-size:11px;overflow-wrap:anywhere}.detail-heading-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.competitor-detail{min-height:0;display:flex;flex:1;flex-direction:column;gap:14px;overflow-y:auto;overscroll-behavior:contain;padding:16px}.competitor-form{gap:16px}.compact-error{align-items:flex-start;margin-bottom:0;padding:11px 12px;overflow-wrap:anywhere;white-space:pre-wrap}.soft-pill.stock-in_stock{border-color:#244f35;background:var(--green-bg);color:var(--green-text)}.soft-pill.stock-out_of_stock{border-color:#4a3a18;background:var(--amber-bg);color:var(--amber-text)}.soft-pill.stock-unknown{color:var(--text-muted)}.economics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.economics-grid div{min-width:0;padding:10px;border:1px solid var(--border-soft);background:var(--surface);border-radius:8px}.economics-grid span{display:block;margin-bottom:5px;color:var(--text-muted);font-size:11px;font-weight:750;text-transform:uppercase}.economics-grid strong{display:block;color:var(--text-soft);font-size:13px;line-height:1.35;overflow-wrap:anywhere}.reference-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mini-trend{height:116px;display:flex;align-items:end;gap:5px;padding:12px;border:1px solid var(--border-soft);background:var(--surface);border-radius:8px}.mini-trend span{flex:1 1 0;min-width:5px;max-width:18px;border-radius:999px 999px 2px 2px;background:var(--blue)}.mini-trend span.missing{opacity:.35;background:var(--border)}.empty-state.compact{padding:10px 0}.user-name-cell{display:flex;flex-direction:column;gap:2px;min-width:0}.user-name-cell strong{color:var(--text);font-size:14px;white-space:normal;overflow-wrap:anywhere}.user-name-cell span{color:var(--text-muted);font-size:13px;white-space:normal;overflow-wrap:anywhere}.password-cell{display:inline-flex;align-items:center;gap:7px;color:var(--text-muted);font-size:13px}.password-cell svg{color:var(--text-muted);flex:0 0 auto}.row-actions{display:inline-flex;align-items:center;gap:7px}.user-form{display:flex;flex-direction:column;gap:14px;padding:16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid .span-2{grid-column:span 2}.field{display:flex;flex-direction:column;gap:7px}.field span{color:var(--text-muted);font-size:12px;font-weight:700;text-transform:uppercase}.checkbox-field{min-height:38px;display:inline-flex;align-items:center;gap:9px;color:var(--text-soft);font-size:14px;font-weight:700}.checkbox-field input{width:18px;min-height:18px;accent-color:var(--blue)}.checkbox-field span{display:inline-flex;align-items:center;gap:7px}.checkbox-field.compact{min-height:30px;font-size:13px}.access-scope{display:flex;flex-direction:column;gap:12px;padding:12px;border:1px solid var(--border-soft);border-radius:8px;background:#ffffff04}.access-scope-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.access-scope-head div{display:flex;flex-direction:column;gap:3px;min-width:0}.access-scope-head strong{color:var(--text);font-size:14px}.access-scope-head span{color:var(--text-muted);font-size:12px;font-weight:600;line-height:1.35;text-transform:none}.access-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.access-group{display:flex;flex-direction:column;gap:7px;min-width:0}.access-group h3{margin:0;color:var(--text-muted);font-size:11px;font-weight:800;text-transform:uppercase}.access-option{min-height:26px;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:7px;color:var(--text-soft);font-size:12px;font-weight:700}.access-option input{width:16px;min-height:16px;accent-color:var(--blue)}.access-option span{min-width:0;overflow-wrap:anywhere}.access-option input:disabled+span{opacity:.55}.password-input-row{display:grid;grid-template-columns:minmax(0,1fr) 36px auto;gap:8px;align-items:center}.password-input-row input{min-width:0}input,select,textarea{width:100%;min-height:38px;border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;color:var(--text);font:inherit;font-size:14px}input,select{padding:0 11px}textarea{resize:vertical;padding:10px 11px}input::placeholder,textarea::placeholder{color:#717984}input:focus,select:focus,textarea:focus{outline:2px solid var(--blue);outline-offset:1px}.primary-button,.secondary-button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border-radius:8px;cursor:pointer;font:inherit;font-size:14px;font-weight:750}.primary-button{border:1px solid #3b7fab;background:#1f6f9f;color:#edf8ff}.primary-button:hover{background:#257dad}.secondary-button{border:1px solid var(--border);background:var(--surface-raised);color:var(--text-soft)}.secondary-button:hover{background:#282a30;color:var(--text)}.primary-button.compact,.secondary-button.compact{min-height:36px}.primary-button:disabled,.secondary-button:disabled{opacity:.55;cursor:default}.form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.alert-warning{background:#d8a44112}.alert-critical{background:#e06b6b14}.alert-info{background:#64a8d812}.alert-warning svg,.alert-warning strong{color:var(--amber-text)}.alert-critical svg,.alert-critical strong{color:var(--red-text)}.alert-info svg,.alert-info strong{color:var(--blue-text)}.empty-state,.loading,.fatal-error{display:flex;align-items:center;gap:8px;padding:16px;color:var(--text-muted);font-size:14px}.fatal-error{margin-bottom:16px;border:1px solid #6b2a2f;background:var(--red-bg);border-radius:8px;color:var(--red-text)}.repricer-toolbar{min-height:64px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 16px;margin-bottom:16px}.repricer-toolbar-main,.repricer-toolbar-actions{display:flex;align-items:center;gap:10px;min-width:0}.repricer-toolbar-main{flex:1 1 auto;flex-wrap:wrap}.repricer-toolbar-actions{flex:0 1 auto;justify-content:flex-end;flex-wrap:wrap}.ozon-repricer-toolbar{margin-bottom:0}.ozon-repricer-controls-panel{position:relative;z-index:30;overflow:visible}.ozon-summary-grid{margin-top:14px}.ozon-repricer-toolbar .repricer-shop-tabs{flex:0 0 auto}.repricer-shop-tabs{max-width:100%;overflow-x:auto}.repricer-summary{grid-template-columns:repeat(6,minmax(0,1fr))}.repricer-layout{align-items:start}.repricer-filters{grid-template-columns:minmax(240px,1fr) minmax(180px,220px)}.repricer-table-wrap{max-height:var(--repricer-workspace-height);overflow:auto}.repricer-table{min-width:2580px;table-layout:fixed}.repricer-table th,.repricer-table td{box-sizing:border-box;padding:10px 12px;overflow:hidden;text-overflow:ellipsis}.repricer-table thead th{position:sticky;top:0;z-index:5;background:var(--surface-raised);box-shadow:inset 0 -1px 0 var(--border);white-space:normal;overflow-wrap:normal}.repricer-table th:nth-child(1),.repricer-table td:nth-child(1){width:44px;min-width:44px;max-width:44px}.repricer-table th:nth-child(2),.repricer-table td:nth-child(2){width:320px;min-width:320px;max-width:320px}.repricer-table th:nth-child(3),.repricer-table td:nth-child(3){width:180px;min-width:180px;max-width:180px}.repricer-table th:nth-child(-n+3),.repricer-table td:nth-child(-n+3){position:sticky;z-index:4}.repricer-table th:nth-child(1),.repricer-table td:nth-child(1){left:0}.repricer-table th:nth-child(2),.repricer-table td:nth-child(2){left:44px}.repricer-table th:nth-child(3),.repricer-table td:nth-child(3){left:364px;box-shadow:12px 0 16px -16px #000000bf}.repricer-table thead th:nth-child(-n+3){z-index:8}.repricer-model-row>td:nth-child(-n+3){background:var(--surface)}.repricer-size-row>td:nth-child(-n+3){background:var(--surface-soft)}.repricer-model-cell{min-width:260px;max-width:420px;display:flex;flex-direction:column;gap:3px}.repricer-model-cell strong{color:var(--text);font-size:13px;line-height:1.3;white-space:normal;overflow-wrap:anywhere}.repricer-model-cell span{color:var(--text-muted);font-size:12px}.repricer-table .repricer-status-column{width:146px;min-width:146px;max-width:146px}.repricer-table .repricer-group-column{width:86px;min-width:86px;max-width:86px}.repricer-table .repricer-turnover-column{width:104px;min-width:104px;max-width:104px}.repricer-table .repricer-stock-column{width:222px;min-width:222px;max-width:222px}.repricer-table .repricer-buyouts-column,.repricer-table .repricer-discount-column,.repricer-table .repricer-target-discount-column{width:144px;min-width:144px;max-width:144px}.repricer-table .repricer-price-before-column,.repricer-table .repricer-discounted-price-column{width:220px;min-width:220px;max-width:220px}.repricer-price-transition{display:inline-flex;max-width:100%;flex-direction:column;align-items:flex-start;gap:1px;line-height:1.08;white-space:nowrap}.repricer-price-transition span{max-width:100%;overflow:visible;text-overflow:clip}.repricer-table .repricer-price-delta-column,.repricer-table .repricer-cogs-column{width:120px;min-width:120px;max-width:120px}.repricer-metric-cell{min-width:132px;display:flex;flex-direction:column;gap:3px}.repricer-metric-cell strong{color:var(--text);font-size:13px;line-height:1.2}.repricer-metric-cell span{color:var(--text-muted);font-size:12px;white-space:nowrap}.repricer-table .repricer-reason-cell{width:320px;min-width:320px;max-width:320px;white-space:normal;overflow-wrap:break-word}.repricer-table .repricer-actions-column{width:84px;min-width:84px;max-width:84px}.repricer-row-actions{display:inline-flex;align-items:center;gap:6px}.repricer-lock-note{display:flex;flex-direction:column;gap:3px}.repricer-lock-note strong{color:var(--amber-text);font-size:12px;line-height:1.35}.repricer-lock-note span{color:var(--text-muted);font-size:12px}.repricer-size-row td{background:var(--surface-soft);color:var(--text-muted);font-size:13px}.muted-text{color:var(--text-muted);font-size:12px}.repricer-settings-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:start;gap:16px}.repricer-settings-controls,.repricer-freshness{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.repricer-settings-controls{justify-content:flex-end}.repricer-toolbar-settings{flex:0 0 auto}.repricer-settings-controls .toolbar-select-field{width:190px}.repricer-settings-controls .toolbar-select-field span{right:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.repricer-settings-controls input,.toolbar-select-field input{min-height:38px;min-width:130px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:0 10px}.repricer-settings-controls input{width:100%;min-width:0;padding-top:13px}.repricer-settings-controls .secondary-button{flex:0 0 auto;min-width:132px}.ozon-action-export-menu{position:relative;flex:0 0 auto}.ozon-action-export-menu .primary-button{gap:7px}.ozon-action-export-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:40;width:min(420px,calc(100vw - 32px));max-height:360px;overflow:auto;padding:6px;border:1px solid var(--border);border-radius:8px;background:var(--surface-raised);box-shadow:0 16px 40px #00000061}.ozon-action-export-dropdown button{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:10px 11px;border:0;border-radius:6px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.ozon-action-export-dropdown button:hover{background:var(--surface-soft)}.ozon-action-export-dropdown strong{max-width:100%;color:var(--text);font-size:13px;line-height:1.25;overflow-wrap:anywhere}.ozon-action-export-dropdown span,.ozon-action-export-empty{color:var(--text-muted);font-size:12px}.ozon-action-export-empty{padding:10px 11px}.repricer-freshness{margin-top:12px;color:var(--text-muted);font-size:12px}.ozon-repricer-freshness{margin-top:4px;padding-left:16px;padding-right:16px}.ozon-repricer-table{width:2890px;min-width:2890px}.ozon-repricer-table .ozon-col-model{width:300px}.ozon-repricer-table .ozon-col-action{width:400px}.ozon-repricer-table .ozon-col-compact{width:120px}.ozon-repricer-table .ozon-col-medium{width:150px}.ozon-repricer-table .ozon-col-stock{width:110px}.ozon-repricer-table .ozon-col-prices{width:210px}.ozon-repricer-table .ozon-col-reason{width:300px}.ozon-repricer-table .repricer-model-cell{min-width:0;max-width:100%}.ozon-repricer-table thead th:nth-child(n+2){left:auto;z-index:5;box-shadow:inset 0 -1px 0 var(--border)}.ozon-repricer-table tbody td:nth-child(n+2){position:static;left:auto;z-index:auto;box-shadow:none}.ozon-repricer-table th:nth-child(1),.ozon-repricer-table td:nth-child(1){width:300px;min-width:300px;max-width:300px;left:0;position:sticky;z-index:4;box-shadow:12px 0 16px -16px #000000bf}.ozon-repricer-table thead th:nth-child(1){z-index:8}.ozon-repricer-table tbody tr:not(.repricer-size-row)>td:nth-child(1){background:var(--surface)}.ozon-repricer-table tbody tr:hover>td:nth-child(1),.ozon-repricer-table tbody tr.repricer-size-row>td:nth-child(1){background:var(--surface-soft)}.ozon-repricer-table th:nth-child(2),.ozon-repricer-table td:nth-child(2){width:400px;min-width:400px;max-width:400px}.ozon-repricer-table th:nth-child(3),.ozon-repricer-table td:nth-child(3),.ozon-repricer-table th:nth-child(4),.ozon-repricer-table td:nth-child(4),.ozon-repricer-table th:nth-child(5),.ozon-repricer-table td:nth-child(5),.ozon-repricer-table th:nth-child(6),.ozon-repricer-table td:nth-child(6),.ozon-repricer-table th:nth-child(7),.ozon-repricer-table td:nth-child(7){width:120px;min-width:120px;max-width:120px}.ozon-repricer-table th:nth-child(8),.ozon-repricer-table td:nth-child(8),.ozon-repricer-table th:nth-child(9),.ozon-repricer-table td:nth-child(9),.ozon-repricer-table th:nth-child(10),.ozon-repricer-table td:nth-child(10),.ozon-repricer-table th:nth-child(14),.ozon-repricer-table td:nth-child(14),.ozon-repricer-table th:nth-child(15),.ozon-repricer-table td:nth-child(15){width:150px;min-width:150px;max-width:150px}.ozon-repricer-table th:nth-child(11),.ozon-repricer-table td:nth-child(11),.ozon-repricer-table th:nth-child(12),.ozon-repricer-table td:nth-child(12),.ozon-repricer-table th:nth-child(13),.ozon-repricer-table td:nth-child(13){width:110px;min-width:110px;max-width:110px}.ozon-repricer-table th:nth-child(16),.ozon-repricer-table td:nth-child(16){width:210px;min-width:210px;max-width:210px}.ozon-repricer-table th:nth-child(17),.ozon-repricer-table td:nth-child(17){width:300px;min-width:300px;max-width:300px}.ozon-model-cell-content{display:flex;align-items:center;gap:10px;min-width:0}.ozon-model-cell-content .icon-button,.ozon-size-indent{flex:0 0 36px}.ozon-size-indent{width:36px;height:1px}.error-banner{margin:0 16px 12px;padding:10px 12px;border:1px solid rgba(224,107,107,.45);border-radius:8px;background:#e06b6b1f;color:var(--red-text)}.empty-table-cell{height:96px;text-align:center;color:var(--text-muted)}.repricer-table td.repricer-price-delta-warn{background:#d8a44138;color:#ffe0a3;font-weight:750}.repricer-table td.repricer-price-delta-critical{background:#e06b6b40;color:#ffc2c2;font-weight:800}.repricer-table td.repricer-discount-delta-down{background:#5fc48733;color:#aee6bf;font-weight:750}.repricer-table td.repricer-discount-delta-up{background:#d8a44138;color:#ffe0a3;font-weight:750}.repricer-size-name{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border:1px solid var(--border);background:var(--surface-raised);border-radius:999px;color:var(--text-soft);font-size:12px;font-weight:750}.repricer-status-increase_discount,.repricer-status-decrease_discount{background:var(--green-bg);color:var(--green-text)}.repricer-status-blocked,.repricer-status-manual{background:var(--amber-bg);color:var(--amber-text)}.repricer-status-no_change{background:#25272d;color:var(--text-muted)}.modal-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:#0000009e}.repricer-modal{width:min(1080px,100%);max-height:min(860px,calc(100vh - 48px));display:flex;flex-direction:column;border:1px solid var(--border);background:var(--surface);border-radius:8px;overflow:hidden;box-shadow:0 24px 70px #0000006b}.repricer-modal-header,.repricer-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}.repricer-modal-header{border-bottom:1px solid var(--border)}.repricer-modal-actions{justify-content:flex-end;border-top:1px solid var(--border)}.repricer-modal-body{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;gap:14px;padding:16px;overflow:auto;overscroll-behavior:contain}.inline-error{padding:10px 12px;border:1px solid #6b2a2f;background:var(--red-bg);border-radius:8px;color:var(--red-text);font-size:13px;font-weight:700}.loading.compact{min-height:80px;padding:14px}.repricer-lock-meta{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:7px 12px;padding:12px;border:1px solid var(--border);background:var(--surface-soft);border-radius:8px}.repricer-lock-meta span{color:var(--text-muted);font-size:12px;font-weight:750;text-transform:uppercase}.repricer-lock-meta strong{min-width:0;color:var(--text);font-size:13px;overflow-wrap:anywhere}.repricer-lock-flags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px}.repricer-markups-wrap{overflow:auto}.repricer-markups-table,.repricer-rules-table{width:100%;border-collapse:collapse}.repricer-markups-table th,.repricer-markups-table td,.repricer-rules-table th,.repricer-rules-table td{padding:9px 10px;border-bottom:1px solid var(--border-soft);text-align:left;vertical-align:top}.repricer-markups-table thead th,.repricer-rules-table thead th{color:var(--text-muted);font-size:12px;font-weight:800;text-transform:uppercase}.repricer-markups-table tbody th{color:var(--text-soft)}.repricer-markups-table input{min-width:86px}.repricer-markups-table td span{display:block;margin-top:4px;color:var(--text-muted);font-size:11px;font-weight:700;text-transform:uppercase}.repricer-markups-table td .repricer-target-discount{color:var(--blue-text);font-size:12px;font-weight:750;text-transform:none}.repricer-column-list{display:flex;flex-direction:column;gap:8px}.repricer-column-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:12px;align-items:center;min-height:42px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.repricer-column-row.muted{opacity:.66}.repricer-column-actions{display:flex;align-items:center;gap:6px}.rotate-up{transform:rotate(-90deg)}.rotate-down{transform:rotate(90deg)}.repricer-markups-page,.repricer-locks-page{display:flex;flex-direction:column;gap:14px}.repricer-markups-summary{color:var(--text-muted);font-size:13px;font-weight:800}.repricer-markup-params{display:grid;grid-template-columns:repeat(2,minmax(190px,260px));gap:12px}.repricer-markup-params label{display:flex;flex-direction:column;gap:6px}.repricer-markup-params span,.checkbox-row{color:var(--text-muted);font-size:12px;font-weight:800;text-transform:uppercase}.checkbox-row{display:inline-flex;align-items:center;gap:8px;min-height:38px}.checkbox-row input{width:16px;height:16px}.repricer-markups-page-wrap,.repricer-locks-table-wrap{max-height:var(--repricer-workspace-height);overflow:auto}.repricer-markups-page-table{min-width:1880px}.repricer-markups-page-table thead th,.repricer-locks-table thead th{position:sticky;top:0;z-index:4;background:var(--surface)}.repricer-markups-page-table tbody th{position:sticky;left:0;z-index:3;background:var(--surface)}.repricer-markups-page-table td,.repricer-markups-page-table th{white-space:nowrap}.repricer-markups-page-table .repricer-turnover-column{text-align:center}.repricer-markups-page-table td.repricer-turnover-column .repricer-turnover-range{justify-content:center}.repricer-markup-input{width:104px;border-color:#60a5fab8;background:#38bdf81f;color:var(--text);font-weight:900;box-shadow:inset 0 0 0 1px #60a5fa42}.repricer-markup-input:focus{border-color:#93c5fdf2;box-shadow:0 0 0 2px #3b82f647}.repricer-turnover-range{display:flex;align-items:center;gap:8px;min-height:36px}.repricer-turnover-range-symbol{color:var(--muted);font-weight:900;min-width:14px;text-align:center}.repricer-turnover-target-input{width:86px}.repricer-markup-shops,.repricer-markup-shop{display:flex;flex-direction:column;gap:14px}.repricer-markup-shop.dirty{border-color:#d8a4418c}.repricer-markup-shop .section-aside{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.repricer-platform-pill{align-items:center;border-radius:8px;display:inline-flex;font-size:11px;font-weight:900;letter-spacing:0;line-height:1;padding:6px 8px}.repricer-platform-pill.wb{background:#3b82f629;color:#93c5fd}.repricer-platform-pill.ozon{background:#14b8a629;color:#5eead4}.repricer-markup-proba-groups{display:flex;flex-direction:column;gap:12px}.repricer-markup-proba-block{background:#ffffff04;border:1px solid var(--border-soft);border-radius:8px;overflow:hidden}.repricer-markup-proba-header{align-items:center;border-bottom:1px solid var(--border-soft);display:flex;gap:10px;padding:10px 12px}.repricer-markup-proba-header h3{font-size:14px;margin:0}.repricer-markup-proba-header span{color:var(--text-muted);font-size:12px;font-weight:800;text-transform:uppercase}.repricer-markup-dirty{color:#f2c56f;font-size:12px;font-weight:900;text-transform:uppercase}.repricer-locks-table{width:100%;min-width:1320px;border-collapse:collapse}.repricer-locks-table th,.repricer-locks-table td{padding:9px 10px;border-bottom:1px solid var(--border-soft);text-align:left;vertical-align:top}.repricer-locks-table thead th{color:var(--text-muted);font-size:12px;font-weight:800;text-transform:uppercase}.repricer-locks-table tbody th{width:300px}.repricer-locks-table tbody th strong,.repricer-locks-table tbody th span{display:block}.repricer-locks-table tbody th span{margin-top:4px;color:var(--text-muted);font-size:12px;font-weight:650}.repricer-lock-row-changed th,.repricer-lock-row-changed td{background:#64a8d814}.repricer-locks-table input[type=checkbox]{width:17px;height:17px}.repricer-lock-comment-input{min-width:320px}.repricer-rules-body{gap:18px}.repricer-rules-section{display:flex;flex-direction:column;gap:10px}.repricer-rules-section h3{margin:0;color:var(--text);font-size:14px;line-height:1.3}.repricer-formula-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.repricer-formula-card,.repricer-template-list article{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--border);background:var(--surface-soft);border-radius:8px}.repricer-formula-card div{display:flex;flex-direction:column;gap:3px}.repricer-formula-card span,.repricer-template-list span{color:var(--text-muted);font-size:11px;font-weight:800;text-transform:uppercase}.repricer-formula-card strong,.repricer-template-list strong{color:var(--text);font-size:13px}.repricer-formula-card code,.repricer-template-list code{display:block;padding:8px;background:#101115;border-radius:6px;color:var(--blue-text);font-size:12px;line-height:1.45;white-space:normal;overflow-wrap:anywhere}.repricer-formula-card p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.45}.repricer-thresholds{display:flex;flex-wrap:wrap;gap:8px}.repricer-thresholds span{min-height:30px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid var(--border);background:var(--surface-soft);border-radius:999px;color:var(--text-soft);font-size:12px;font-weight:750}.repricer-template-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tables-full .feedback-layout,.tables-full .competitor-layout,.tables-full .spp-layout,.tables-full .spp-heatmap-layout,.tables-full .search-query-layout,.tables-full .production-layout{align-items:start;min-height:0}.tables-full .feedback-layout .panel,.tables-full .competitor-layout .panel,.tables-full .spp-layout .panel,.tables-full .spp-heatmap-layout .panel,.tables-full .search-query-layout .panel,.tables-full .production-layout>.panel:first-child{height:auto;min-height:0}.tables-full .spp-heatmap-wrap,.tables-full .search-query-wrap,.tables-full .queue-list,.tables-full .feedback-detail,.tables-full .competitor-detail,.tables-full .spp-detail{overscroll-behavior:auto}.tables-full .app-shell{min-height:100dvh;display:flex;flex-direction:column}.tables-full .app-shell:has(.spp-heatmap-layout){display:block;height:auto;min-height:100dvh;padding-bottom:0}.tables-full .spp-heatmap-layout{display:block;min-height:0;margin-bottom:0}.tables-full .spp-heatmap-layout .panel{display:block;height:auto;min-height:0;overflow:visible;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.tables-full .spp-heatmap-wrap{overflow-x:auto;overflow-y:visible;height:auto;max-height:none;flex:none;min-height:0}.tables-full .spp-heatmap-table thead{position:relative;z-index:30}.tables-full .spp-heatmap-table .spp-average-row{position:relative;z-index:25}.tables-full .spp-horizontal-scroll{display:none}.mr-table{min-width:1280px}.mr-reports-table-wrap{max-height:620px;overflow:auto}@supports (height: 100dvh){.mr-reports-table-wrap{max-height:max(420px,calc(100dvh - 360px))}}.mr-reports-table{--mr-actions-width: 96px;--mr-shop-width: 136px;--mr-platform-width: 112px;--mr-period-width: 142px;min-width:max(100%,2860px)}.mr-reports-table th,.mr-reports-table td{padding-right:10px;padding-left:10px}.mr-reports-table .mr-sticky-col{position:sticky;z-index:6;background:var(--surface)}.mr-reports-table .mr-sticky-actions{left:0;width:var(--mr-actions-width);min-width:var(--mr-actions-width);max-width:var(--mr-actions-width)}.mr-reports-table .mr-sticky-shop{left:var(--mr-actions-width);width:var(--mr-shop-width);min-width:var(--mr-shop-width);max-width:var(--mr-shop-width)}.mr-reports-table .mr-sticky-platform{left:calc(var(--mr-actions-width) + var(--mr-shop-width));width:var(--mr-platform-width);min-width:var(--mr-platform-width);max-width:var(--mr-platform-width)}.mr-reports-table .mr-sticky-period-from{left:calc(var(--mr-actions-width) + var(--mr-shop-width) + var(--mr-platform-width));width:var(--mr-period-width);min-width:var(--mr-period-width);max-width:var(--mr-period-width)}.mr-reports-table .mr-sticky-period-to{left:calc(var(--mr-actions-width) + var(--mr-shop-width) + var(--mr-platform-width) + var(--mr-period-width));width:var(--mr-period-width);min-width:var(--mr-period-width);max-width:var(--mr-period-width);box-shadow:2px 0 0 var(--border)}.mr-reports-table tbody tr:hover .mr-sticky-col{background:var(--surface-soft)}.mr-reports-table .mr-actions-col{text-align:center}.mr-reports-table .mr-row-actions{width:100%;justify-content:center}.mr-num{text-align:right;font-variant-numeric:tabular-nums}.mr-tone-good{background:#5fc4871f;color:var(--green-text)}.mr-tone-warn{background:#d8a44124;color:var(--amber-text)}.mr-tone-bad{background:#e06b6b24;color:var(--red-text)}.mr-cogs-table{min-width:1180px}.mr-cogs-input{width:160px;text-align:right;font-variant-numeric:tabular-nums}.mr-save-button{min-width:118px}.primary-button.mr-save-button:not(:disabled){box-shadow:0 0 0 2px #3895d32e}.mr-saved-note{margin-left:8px;color:var(--green-text);font-size:12px;font-weight:700}.mr-pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:14px;color:var(--text-muted);font-size:13px;font-weight:700}.mr-pagination span{font-variant-numeric:tabular-nums}.mr-table thead th{position:sticky;top:0;z-index:5;background:var(--surface-raised);box-shadow:inset 0 -1px 0 var(--border)}.mr-reports-table thead th{z-index:20}.mr-reports-table thead .mr-sticky-col{z-index:35;background:var(--surface-raised)}.warehouse-balance-table{min-width:1720px}.warehouse-balance-table th:first-child,.warehouse-balance-table td:first-child{width:46px;min-width:46px;max-width:46px}.row-toggle-cell{text-align:center}.row-toggle-button{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft);color:var(--text-muted);cursor:pointer}.row-toggle-button:hover{border-color:var(--blue);background:var(--blue-bg);color:var(--blue-text)}.warehouse-detail-row td{background:color-mix(in srgb,var(--surface-soft) 78%,transparent);color:var(--text-soft)}.warehouse-tree-row td{background:color-mix(in srgb,var(--surface) 94%,transparent)}.warehouse-tree-level-0 td{background:color-mix(in srgb,var(--blue-bg) 24%,var(--surface));color:var(--text);font-weight:800}.warehouse-tree-level-1 td{background:color-mix(in srgb,var(--surface-raised) 92%,transparent)}.warehouse-tree-level-2 td,.warehouse-tree-level-3 td{background:color-mix(in srgb,var(--surface-soft) 82%,transparent)}.warehouse-tree-level-3 td{color:var(--text-soft)}.warehouse-tree-label{min-width:260px;font-weight:750}.warehouse-tree-level-1 .warehouse-tree-label{padding-left:18px}.warehouse-tree-level-2 .warehouse-tree-label{padding-left:36px}.warehouse-tree-level-3 .warehouse-tree-label{padding-left:54px}.warehouse-detail-cell{min-width:260px}.warehouse-detail-cell span,.warehouse-detail-cell small{display:block}.warehouse-detail-cell span{color:var(--text);font-weight:750}.warehouse-detail-cell small{margin-top:3px;color:var(--text-muted);font-size:11px}.mr-sort-btn{display:inline-flex;align-items:center;gap:4px;padding:0;margin:0;border:none;background:none;cursor:pointer;color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit}.mr-sort-btn:hover{color:var(--text-soft)}.mr-actions-col{width:64px}.mr-row-actions{display:inline-flex;gap:4px}.metal-history-chart{padding:16px}.metal-chart-legend{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.metal-chart-legend-item{min-height:32px;display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text-muted);font-size:12px;font-weight:700;white-space:nowrap}.metal-chart-legend-item strong{color:var(--text);font-variant-numeric:tabular-nums}.metal-chart-swatch{width:9px;height:9px;border-radius:999px;flex:0 0 auto}.metal-chart-svg{width:100%;aspect-ratio:980 / 260;display:block}.metal-chart-axis,.metal-chart-grid{stroke:var(--border);stroke-width:1}.metal-chart-grid{opacity:.7}.metal-chart-selected{stroke:var(--text-muted);stroke-width:1;stroke-dasharray:4 5}.metal-chart-label{fill:var(--text-muted);font-size:12px;font-weight:700}.metal-chart-hit{fill:transparent;cursor:pointer}.metal-chart-hit:hover+.metal-chart-selected,.metal-chart-dot{pointer-events:none}.metal-chart-empty{min-height:160px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--text-muted);font-weight:700}.tables-full .app-shell:has(.mr-layout){display:block;height:auto;min-height:100dvh;padding-bottom:0}.tables-full .mr-layout{display:block;min-height:0;margin-bottom:0}.tables-full .mr-layout .panel{display:block;height:auto;min-height:0;overflow:visible;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.tables-full .mr-table-wrap{overflow-x:auto;overflow-y:visible;height:auto;max-height:none;min-height:0}.tables-full .mr-table thead{position:relative;z-index:30}@media(max-width:980px){.summary-grid,.production-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.production-overview-card,.metal-planner,.metal-need-card{grid-column:span 2}.span-4,.span-3,.span-5,.span-6,.span-7,.span-8,.span-12{grid-column:span 12}.feedback-layout{min-height:auto}.competitor-layout,.spp-layout{grid-template-columns:minmax(0,1fr);min-height:auto}.spp-heatmap-layout,.search-query-layout{min-height:auto}.spp-monitor-toolbar,.search-query-toolbar{grid-template-columns:max-content max-content}.spp-filter-panel{grid-template-columns:minmax(0,1fr)}.search-query-filter-panel{grid-template-columns:repeat(2,minmax(160px,1fr))}.production-table-wrap{max-height:none}.production-strip,.settings-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.turnover-policy-grid{grid-template-columns:minmax(0,1fr)}.guardrail-list,.formula-term-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seasonality-list{grid-template-columns:repeat(3,minmax(0,1fr))}.seasonality-item:nth-child(3n){border-right:none}.factory-summary-list{grid-template-columns:repeat(2,minmax(0,1fr))}.factory-summary-row:nth-child(2n){border-right:none}.factory-summary-row:nth-last-child(-n+2){border-bottom:none}.production-strip .data-row{border-right:none;border-bottom:1px solid var(--border-soft)}.production-strip .data-row:nth-last-child(-n+2){border-bottom:none}.feedback-layout .panel,.competitor-layout .panel,.spp-layout .panel{height:auto;min-height:auto}.spp-heatmap-layout .panel,.search-query-layout .panel{height:auto;min-height:620px}.competitor-layout>.panel{grid-column:1 / -1}.spp-layout>.panel{grid-column:1 / -1}.queue-list,.feedback-detail,.group-list,.competitor-detail,.spp-detail{overflow-y:visible}.detail-meta-grid,.reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.app-shell{padding:16px}.metal-need-factories{grid-template-columns:minmax(0,1fr)}.topbar{align-items:flex-start;flex-direction:column}.topbar-actions{width:100%;align-items:flex-start;flex-direction:column}.user-chip{width:100%;justify-content:space-between}.nav-tabs{width:100%;flex-wrap:wrap;position:relative}.nav-tabs button{flex:1 1 calc(50% - 4px);justify-content:center}.nav-menu{flex:1 1 calc(50% - 4px);position:static}.nav-menu>button{width:100%}.nav-submenu{left:6px;right:6px;width:auto;min-width:min(280px,calc(100vw - 32px))}.nav-tabs .nav-subitem{justify-content:flex-start}.production-modebar{justify-content:stretch}.production-modebar .segmented-control{width:100%}.production-modebar .segmented-control button{flex:1;justify-content:center}.settings-card-grid,.settings-stat-grid,.guardrail-list,.formula-term-grid{grid-template-columns:minmax(0,1fr)}.seasonality-list{grid-template-columns:repeat(2,minmax(0,1fr))}.seasonality-item:nth-child(3n){border-right:1px solid var(--border-soft)}.seasonality-item:nth-child(2n){border-right:none}.section-header{align-items:flex-start;flex-direction:column}.section-actions{width:100%;flex-wrap:wrap;justify-content:space-between}.section-actions .icon-button{flex:0 0 auto}.segmented-control{flex:1}.segmented-control button{flex:1;justify-content:center}.summary-grid,.table-toolbar{grid-template-columns:minmax(0,1fr)}.warehouse-params{grid-template-columns:minmax(0,1fr);justify-content:stretch}.warehouse-days-action{width:100%;justify-self:stretch}.warehouse-days-action .warehouse-days-field{flex:1}.warehouse-mode-control{width:100%;justify-self:stretch}.shop-tabs,.warehouse-source-tabs{width:100%;overflow-x:auto}.warehouse-table-wrap{max-height:70vh}.warehouse-history-row{grid-template-columns:1fr;align-items:stretch}.warehouse-filter-grid,.warehouse-column-grid{grid-template-columns:minmax(0,1fr)}.search-query-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.search-query-filter-panel label:nth-child(3),.search-query-filter-panel .secondary-button{grid-column:1 / -1}.production-strip,.factory-summary-list{grid-template-columns:minmax(0,1fr)}.factory-summary-row{border-right:none}.production-strip .data-row:nth-last-child(-n+2){border-bottom:1px solid var(--border-soft)}.production-strip .data-row:last-child{border-bottom:none}.form-grid,.access-grid{grid-template-columns:minmax(0,1fr)}.access-scope-head{flex-direction:column}.password-input-row{grid-template-columns:minmax(0,1fr) 36px}.password-input-row .secondary-button{grid-column:1 / -1}.detail-meta-grid,.economics-grid,.reference-grid{grid-template-columns:minmax(0,1fr)}.detail-heading h2{font-size:18px}h1{font-size:24px}th,td{padding:11px 12px}}@media(max-width:380px){.search-query-filter-panel{grid-template-columns:minmax(0,1fr)}}.notification-summary-grid .metric-value{white-space:nowrap}.notifications-panel{display:flex;flex-direction:column;gap:14px}.notification-toolbar{display:inline-flex;align-items:center;gap:10px;color:var(--text-muted);font-size:13px}.notification-toolbar-button{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--border);background:var(--surface);border-radius:8px;color:var(--text-soft);cursor:pointer;font-size:12px;font-weight:800;white-space:nowrap}.notification-toolbar-button:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--text)}.factory-orders-modal{width:min(1180px,100%);max-height:min(860px,calc(100dvh - 48px))}.factory-orders-modal-body{flex:1 1 auto;min-height:0;gap:10px;scrollbar-gutter:stable}.factory-order-group{flex:0 0 auto;border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}.factory-order-group-header{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-bottom:1px solid var(--border-soft);background:var(--surface-soft)}.factory-order-group-header strong{color:var(--text);font-size:14px}.factory-order-group-header span{color:var(--text-muted);font-size:12px;font-weight:800}.factory-order-table{min-width:920px}.factory-order-table td:last-child,.factory-order-table th:last-child{text-align:right}.factory-order-table .notification-actions{justify-content:flex-end}.notification-filters{display:inline-flex;align-items:center;align-self:flex-start;gap:3px;padding:3px;border:1px solid var(--border);background:var(--surface-soft);border-radius:8px}.notification-filters button{min-height:30px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:0;background:transparent;color:var(--text-muted);border-radius:6px;cursor:pointer;font-size:13px;font-weight:650}.notification-filters button:hover,.notification-filters button.active{background:var(--surface-raised);color:var(--text)}.notification-table td strong{display:block;margin-bottom:2px;color:var(--text)}.notification-table td span:not(.status-pill){color:var(--text-muted);font-size:12px}.notification-message{max-width:420px;color:var(--text-soft)}.notification-actions{display:flex;gap:8px;align-items:center;white-space:nowrap}.notification-actions button{border:1px solid var(--border);background:#ffffff0a;color:var(--text);border-radius:6px;padding:6px 10px;font-size:12px;font-weight:700}.notification-actions button:hover:not(:disabled){border-color:var(--accent);background:#46a6ff1f}.notification-actions button:disabled{opacity:.55}.notification-empty{min-height:180px}@media(max-width:1100px){.notification-toolbar{flex-wrap:wrap;justify-content:flex-end}.notification-filters{width:100%;flex-wrap:wrap}}.sku-cell-input{width:100%;min-width:64px;padding:4px 6px;border:1px solid var(--border);background:var(--surface-raised);border-radius:6px;color:var(--text);font-size:13px}.sku-cell-input:focus-visible{outline:2px solid var(--blue);outline-offset:1px}.sku-cell-num{text-align:right;min-width:56px}.sku-row-actions{display:flex;gap:4px;white-space:nowrap}.sku-name-cell{display:flex;min-width:0;align-items:center;gap:6px}.sku-size-name-cell{padding-left:2px}.sku-expand-button.icon-button.small,.sku-expand-spacer,.sku-size-indent{width:24px;height:24px;flex:0 0 24px}.sku-expand-spacer,.sku-size-indent{display:inline-flex;align-items:center;justify-content:center}.sku-size-indent:before{width:9px;height:1px;background:var(--border);content:""}.sku-size-count{flex:0 0 auto;color:var(--text-muted);font-size:11px;font-weight:700;white-space:nowrap}.sku-name-button{min-width:0;padding:0;border:0;background:transparent;cursor:pointer;font:inherit;text-align:left;overflow-wrap:anywhere}.sku-external-link.icon-button.small{width:26px;height:26px;flex:0 0 auto}.sku-active-toggle{display:inline-flex;min-width:132px;align-items:center;justify-content:space-between;gap:8px;padding:5px 8px;border:1px solid var(--border);background:var(--surface-raised);border-radius:8px;color:var(--text-soft);cursor:pointer;font-size:12px;font-weight:800;line-height:1.2}.sku-active-toggle span{white-space:nowrap}.sku-active-toggle strong{color:var(--text-muted);font-size:11px;text-transform:uppercase;white-space:nowrap}.sku-active-toggle.active{border-color:#245238;background:var(--green-bg);color:var(--green-text)}.sku-active-toggle.inactive{border-color:#633036;background:var(--red-bg);color:var(--red-text)}.sku-active-toggle:hover:not(:disabled) strong{color:var(--text)}.sku-active-toggle:disabled{cursor:default;opacity:.62}.sku-active-control{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.sku-active-status{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:8px;font-size:13px;font-weight:800;line-height:1}.sku-active-status.active{background:var(--green-bg);color:var(--green-text)}.sku-active-status.inactive{background:var(--red-bg);color:var(--red-text)}.sku-inline-editor{flex-wrap:wrap}.sku-active-segments button{white-space:nowrap}.sku-inline-error{flex-basis:100%;color:var(--red-text);font-size:12px}.warehouse-refresh-note{margin:0 16px 12px}.warehouse-refresh-error{display:flex;align-items:flex-start;gap:10px;margin:0 16px 12px;padding:11px 12px;border:1px solid rgba(248,113,113,.35);border-radius:8px;background:var(--red-bg);color:var(--red-text);font-size:13px}.warehouse-refresh-error strong{display:block;margin-bottom:3px;color:#fecaca}.warehouse-refresh-error p{margin:0 0 8px}.warehouse-refresh-error summary{cursor:pointer;font-weight:700}.warehouse-refresh-error pre{max-height:280px;overflow:auto;margin:8px 0 0;padding:10px;border-radius:6px;background:#00000047;color:#fee2e2;white-space:pre-wrap;word-break:break-word}.warehouse-refresh-progress{display:inline-flex;align-items:center;gap:8px;margin:0 16px 12px;padding:9px 12px;border:1px solid rgba(96,165,250,.35);border-radius:8px;background:#2563eb1f;color:var(--blue-text);font-size:13px;font-weight:650}.warehouse-refresh-modal{width:min(1040px,100%)}.warehouse-refresh-panel{gap:12px}.warehouse-refresh-file-list{max-height:min(520px,calc(100vh - 330px));overflow:auto;scrollbar-gutter:stable}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px}.dashboard-clickable-card{width:100%;appearance:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.dashboard-clickable-card:hover,.dashboard-clickable-card:focus-visible{border-color:var(--blue);background:var(--blue-bg);outline:none}.dashboard-clickable-card:hover .metric-label,.dashboard-clickable-card:focus-visible .metric-label{color:var(--blue-text)}.dashboard-freshness{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:14px;color:var(--text-muted);font-size:13px;font-weight:600}.dashboard-freshness strong{color:var(--text-soft);font-weight:700}.dashboard-workbench{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(620px,1.6fr);gap:16px;align-items:stretch;margin-bottom:16px}.dashboard-secondary-grid{display:grid;grid-template-columns:minmax(420px,.85fr) minmax(560px,1.15fr);gap:16px}.dashboard-metal-panel,.dashboard-main-panel,.dashboard-spp-panel,.dashboard-stock-panel,.dashboard-search-panel{padding:16px}.dashboard-main-panel{min-width:0}.dashboard-period-tabs{max-width:560px;flex-wrap:wrap}.dashboard-period-tabs button{white-space:nowrap}.dashboard-spp-period-tabs{max-width:360px}.dashboard-chart-summary{display:grid;grid-template-columns:minmax(170px,.9fr) minmax(190px,1fr) minmax(240px,1.15fr);gap:14px;margin:14px 0 8px}.dashboard-summary-cell{min-width:0;display:flex;flex-direction:column;gap:4px;padding:0 14px 0 0;border-right:1px solid var(--border-soft);color:var(--text-muted);font-size:13px;font-weight:600}.dashboard-summary-cell:last-child{border-right:0;padding-right:0}.dashboard-summary-cell strong{color:var(--text);font-size:28px;line-height:1.05;font-weight:800}.dashboard-summary-muted strong{font-size:16px;line-height:1.2;color:var(--text-soft)}.dashboard-hero-label{color:var(--text-muted);font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.04em}.dashboard-hero-delta{font-size:13px;font-weight:650}.dashboard-hero-delta.tone-good,.dashboard-search-delta.tone-good,.dashboard-metal-delta.tone-good{color:var(--green-text)}.dashboard-hero-delta.tone-bad,.dashboard-search-delta.tone-bad,.dashboard-metal-delta.tone-bad{color:var(--red-text)}.dashboard-hero-delta.tone-neutral,.dashboard-search-delta.tone-neutral,.dashboard-metal-delta.tone-neutral{color:var(--text-muted)}.dashboard-legend{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin:10px 0 4px}.legend-dot{display:inline-flex;align-items:center;gap:6px;color:var(--text-soft);font-size:12px;font-weight:700}.legend-dot:before{width:9px;height:9px;border-radius:999px;background:currentColor;content:""}.legend-orders{color:var(--blue-text)}.legend-buyouts{color:#e6a0d9}.legend-stock{color:var(--amber-text)}.dashboard-main-chart{width:100%;height:334px}.dashboard-hourly{margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.dashboard-hourly-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px;color:var(--text-soft);font-size:13px;font-weight:650}.dashboard-hourly-head strong{color:var(--text);font-size:16px}.dashboard-hourly-chart{width:100%;height:326px}.dashboard-hourly-empty{margin-top:14px;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text-muted);font-size:13px}.dashboard-spp-chart{width:100%;height:320px}.dashboard-stock-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,240px);gap:12px;align-items:stretch}.dashboard-stock-chart{width:100%;height:286px}.dashboard-top-column{min-width:0;padding:12px;border:1px solid var(--border-soft);border-radius:8px;background:var(--bg)}.dashboard-top-column h3{margin:0 0 10px;color:var(--text-soft);font-size:13px;font-weight:750}.dashboard-top-list{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}.dashboard-top-list li{min-height:34px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-top:1px solid var(--border-soft)}.dashboard-top-list li:first-child{border-top:0}.dashboard-top-name{overflow:hidden;color:var(--text);font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboard-top-qty{color:var(--amber-text);font-size:13px;font-weight:800;white-space:nowrap}.dashboard-metal-rows{display:flex;flex-direction:column;gap:8px;margin-top:12px}.dashboard-metal-row{display:grid;grid-template-columns:minmax(110px,1fr) auto;align-items:center;gap:8px 14px;padding:10px 0;border-bottom:1px solid var(--border-soft);background:transparent}.dashboard-metal-title{min-width:0;display:flex;flex-direction:column;gap:3px}.dashboard-metal-row .dashboard-metal-label{color:var(--text);font-size:15px;font-weight:750}.dashboard-metal-date{font-size:12px;font-weight:650;color:var(--text-muted)}.dashboard-metal-values{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.dashboard-metal-row .dashboard-metal-price{margin:0;color:var(--text);font-size:18px;font-weight:800;white-space:nowrap}.dashboard-metal-usd{color:var(--text-muted);font-size:13px;font-weight:700;white-space:nowrap}.dashboard-metal-row .dashboard-metal-delta{grid-column:2;text-align:right;white-space:nowrap}.dashboard-metal-spark{grid-column:1 / -1;width:100%;height:34px;opacity:.9}.dashboard-panel-note{margin-top:12px}.dashboard-search-panel{grid-column:1 / -1}.dashboard-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:12px}.dashboard-search-column{min-width:0;padding:12px;border:1px solid var(--border-soft);border-radius:8px;background:var(--bg)}.dashboard-search-column h3{margin:0 0 10px;color:var(--text-soft);font-size:13px;font-weight:750}.dashboard-search-list{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}.dashboard-search-list li{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--border-soft)}.dashboard-search-list li:last-child{border-bottom:0}.dashboard-search-query{overflow:hidden;color:var(--text);font-weight:650;text-overflow:ellipsis;white-space:nowrap}.dashboard-search-delta{font-size:13px;font-weight:700}.dashboard-search-avg,.dashboard-mini-empty{color:var(--text-muted);font-size:12px;font-weight:650}.dashboard-metal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:8px}.dashboard-metal-card{padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.dashboard-metal-head{display:flex;align-items:center;justify-content:space-between}.dashboard-metal-label{color:var(--text-muted);font-size:13px}.dashboard-metal-delta{font-size:13px;font-weight:600}.dashboard-metal-price{margin:6px 0 4px;color:var(--text);font-size:22px;font-weight:700}@media(max-width:1280px){.dashboard-workbench,.dashboard-secondary-grid{grid-template-columns:1fr}.dashboard-chart-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-summary-muted{grid-column:1 / -1}}@media(max-width:900px){.dashboard-metal-grid{grid-template-columns:1fr}}@media(max-width:820px){.dashboard-kpi-grid,.dashboard-chart-summary,.dashboard-stock-layout,.dashboard-search-grid{grid-template-columns:1fr}.dashboard-summary-cell{padding:0 0 12px;border-right:0;border-bottom:1px solid var(--border-soft)}.dashboard-summary-cell:last-child{padding-bottom:0;border-bottom:0}.dashboard-period-tabs{width:100%;max-width:100%}.dashboard-period-tabs button{flex:1 1 calc(50% - 6px);min-width:0}}@media(max-width:700px){.dashboard-metal-row{grid-template-columns:1fr auto}.dashboard-metal-spark{display:block}}.sku-link-button{margin-top:6px;align-self:flex-start}.sku-link-modal{width:min(860px,100%)}.sku-link-context{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;color:var(--muted-text);font-size:12px}.sku-link-context span{padding:5px 8px;border:1px solid var(--border);border-radius:6px;background:#ffffff08}.sku-link-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sku-link-field{position:relative;display:flex;flex-direction:column;gap:5px;min-width:0;color:var(--muted-text);font-size:12px;font-weight:700}.sku-link-field input{width:100%;min-width:0}.sku-link-suggestions{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:240px;overflow:auto;border:1px solid var(--border);border-radius:8px;background:#111827;box-shadow:0 18px 50px #00000061}.sku-link-suggestion{width:100%;display:flex;flex-direction:column;gap:3px;padding:8px 10px;border:0;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;color:var(--text);text-align:left;cursor:pointer}.sku-link-suggestion:hover{background:#60a5fa1f}.sku-link-suggestion span{color:var(--muted-text);font-size:11px}.sku-link-suggestion.occupied strong,.sku-link-suggestion.occupied span{color:var(--amber-text)}.sku-link-suggestion.muted{color:var(--muted-text);cursor:default}@media(max-width:760px){.sku-link-form-grid{grid-template-columns:1fr}}.warehouse-missing-catalog-empty{align-items:flex-start;gap:12px}.warehouse-missing-catalog{display:grid;gap:8px;min-width:min(560px,100%)}.warehouse-missing-catalog>strong{color:#f6c85f}.warehouse-missing-catalog>span{color:var(--muted)}.warehouse-missing-catalog-list{display:grid;gap:6px}.warehouse-missing-catalog-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#ffffff08}.warehouse-missing-catalog-row span{color:var(--muted)}
