:root{color:#172033;background:#f6f7f9;font-family:Inter,Arial,sans-serif}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{color:#fff;cursor:pointer;background:#1769e0;border:0;border-radius:8px;padding:10px 14px}.secondary{color:#172033;background:#edf2f7}.login-page{background:#eef3f8;place-items:center;min-height:100vh;display:grid}.login-box{background:#fff;border:1px solid #dbe3ec;border-radius:8px;gap:16px;width:min(420px,100vw - 32px);padding:28px;display:grid}.login-box h1{margin:0;font-size:28px}.login-box p{color:#607086;margin:0}label{color:#435166;gap:6px;display:grid}input{border:1px solid #ccd6e0;border-radius:8px;padding:10px 12px}.error{color:#a31313;background:#fff1f0;border-radius:8px;padding:10px}.loading{padding:40px}.app{grid-template-columns:260px 1fr;min-height:100vh;display:grid}aside{color:#fff;background:#101827;padding:20px}.brand{margin-bottom:24px;font-size:20px;font-weight:700}nav{gap:6px;display:grid}nav button{text-align:left;color:#d7deea;background:0 0;justify-content:flex-start;align-items:center;gap:10px;width:100%;min-height:40px;padding:10px 12px;font-size:14px;display:flex}nav button.active,nav button:hover{color:#fff;background:#23304a}main{min-width:0}header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:flex-end;align-items:center;height:64px;padding:0 28px;display:flex}header div{text-align:right;display:grid}header span{color:#607086;font-size:13px}section{padding:28px}h2{margin:0 0 20px;font-size:26px}.section-head,.card-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.card,.empty,.step{background:#fff;border:1px solid #dbe3ec;border-radius:8px}.card{padding:18px}.card h3{margin:0 0 14px}dl{grid-template-columns:130px 1fr;gap:8px 12px;margin:0 0 16px;display:grid}dt{color:#607086}dd{overflow-wrap:anywhere;margin:0}.pill{color:#435166;background:#eef2f7;border-radius:999px;padding:4px 9px;font-size:13px}.pill.connected{color:#18703b;background:#e8f7ee}.empty{color:#607086;padding:18px}.wizard{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-bottom:16px;display:grid}.step{align-items:center;gap:12px;padding:16px;display:flex}.step span{color:#fff;background:#1769e0;border-radius:999px;place-items:center;width:28px;height:28px;display:grid}@media (width<=760px){.app{grid-template-columns:1fr}aside{position:static}}select{background:#fff;border:1px solid #ccd6e0;border-radius:8px;padding:10px 12px}button:disabled{opacity:.55;cursor:not-allowed}.status-list{gap:8px;margin-top:14px;display:grid}.status-list div{background:#f4f7fb;border-radius:8px;grid-template-columns:1fr auto;gap:4px 8px;padding:10px;display:grid}.status-list .ok{color:#18703b;background:#e8f7ee}.status-list .bad{color:#a31313;background:#fff1f0}.status-list small{color:inherit;opacity:.85;grid-column:1/-1}.wizard-panel,.confirm-box,.report{background:#fff;border:1px solid #dbe3ec;border-radius:8px;margin-bottom:16px;padding:18px}.controls{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.controls label{min-width:220px}.summary-line,.notice,.stats{color:#435166;margin-top:12px}.stats{flex-wrap:wrap;gap:8px;display:flex}.stats span{background:#eef2f7;border-radius:999px;padding:6px 10px}.table-wrap{background:#fff;border:1px solid #dbe3ec;border-radius:8px;margin-bottom:16px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:1280px}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #e2e8f0;padding:10px;font-size:14px}th{color:#435166;background:#f8fafc;font-weight:700}.warn-row{background:#fff8e5}.error-row{background:#fff1f0}.status-text{font-weight:700;display:block}td small{color:#a31313;margin-top:4px;display:block}.mini{width:86px;padding:6px 8px}.send,.check{color:#435166;grid-template-columns:none;align-items:center;gap:8px;margin-top:8px;display:flex}.send input,.check input{width:auto}.edit-form{background:#fff;border:1px solid #dbe3ec;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:16px;padding:18px;display:grid}.edit-form button{align-self:end}.dashboard-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.dashboard-head h2{margin-bottom:6px}.dashboard-head p{color:#607086;margin:0}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-bottom:16px;display:grid}.metric,.panel{background:#fff;border:1px solid #dbe3ec;border-radius:8px}.metric{gap:6px;padding:16px;display:grid}.metric span,.metric small,.check-row small,.recent-row span{color:#607086}.metric strong{font-size:28px}.metric.good strong{color:#18703b}.metric.warn strong{color:#9a5b00}.dashboard-layout{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:16px;margin-bottom:16px;display:grid}.panel{padding:18px}.panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.panel-head h3{margin:0}.checklist{gap:12px;display:grid}.check-row{align-items:flex-start;gap:10px;display:flex}.check-row div{gap:3px;display:grid}.check-ok,.check-warn{border-radius:999px;flex:none;place-items:center;width:24px;height:24px;font-weight:700;display:grid}.check-ok{color:#18703b;background:#e8f7ee}.check-warn{color:#9a5b00;background:#fff8e5}.action-row{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.compact-dl{grid-template-columns:150px 1fr;margin-bottom:0}.inline-empty{background:0 0;border:0;padding:0}.recent-list{display:grid}.recent-row{border-top:1px solid #e2e8f0;grid-template-columns:minmax(220px,1fr) repeat(4,auto);align-items:center;gap:12px;padding:12px 0;display:grid}.recent-row:first-child{border-top:0;padding-top:0}.recent-row div{gap:3px;display:grid}@media (width<=980px){.dashboard-layout{grid-template-columns:1fr}.recent-row{grid-template-columns:1fr 1fr}}@media (width<=620px){.dashboard-head{display:grid}.recent-row{grid-template-columns:1fr}}.section-head p{color:#607086;margin:6px 0 0}.hint-panel{color:#23415f;background:#eef5ff;border:1px solid #cfe1f8;border-radius:8px;gap:4px;margin-bottom:16px;padding:14px 16px;display:grid}.hint-panel span,.linked-shops small,.linked-shop small{color:#607086}.profile-card{gap:16px;display:grid}.profile-card .card-top h3{margin-bottom:0}.profile-edit{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.profile-edit .check,.form-wide,.form-actions{grid-column:1/-1}.form-actions{flex-wrap:wrap;gap:10px;display:flex}.linked-shops{border-top:1px solid #e2e8f0;gap:8px;padding-top:14px;display:grid}.linked-shop{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:2px;padding:10px;display:grid}.pill.error{color:#a31313;background:#fff1f0}.pill.unchecked{color:#9a5b00;background:#fff8e5}.shop-card{gap:16px;display:grid}.shop-card .card-top h3{margin-bottom:2px}.shop-card .card-top small{color:#607086}.products-table table{min-width:1180px}.link-pill{color:#435166;white-space:nowrap;background:#eef2f7;border-radius:999px;margin:0 4px 4px 0;padding:4px 8px;display:inline-block}.edit-row td{background:#f8fafc}.status-list .warn{color:#9a5b00;background:#fff8e5}.hint-text{color:#607086;margin-top:12px}.purchase-upload input[type=file]{background:#fff}.purchase-table table{min-width:760px}.pricing-head{margin-bottom:16px}.pricing-head h2{margin-bottom:6px}.pricing-head p,.muted{color:#607086;margin:0}.pricing-steps{grid-template-columns:repeat(6,minmax(120px,1fr));gap:8px;margin-bottom:16px;display:grid;overflow-x:auto}.pricing-step{color:#607086;border-bottom:3px solid #dbe3ec;align-items:center;gap:8px;min-width:120px;padding:10px;display:flex}.pricing-step span{background:#edf2f7;border-radius:50%;flex:none;place-items:center;width:26px;height:26px;display:grid}.pricing-step.active{color:#172033;border-color:#1769e0;font-weight:700}.pricing-step.active span,.pricing-step.done span{color:#fff;background:#1769e0}.pricing-step.done{border-color:#6dc38a}.wizard-panel h3,.confirm-box h3,.report h3{margin:0 0 12px}.selection-summary{border-top:1px solid #e2e8f0;grid-template-columns:repeat(2,minmax(260px,1fr));gap:24px;margin-top:18px;padding-top:16px;display:grid}.source-actions,.wizard-actions,.preview-tools{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.source-actions{margin-top:16px}.wizard-actions{justify-content:flex-end;margin-top:18px}.api-progress{gap:8px;display:grid}.api-progress div{background:#f4f7fb;border-radius:8px;justify-content:space-between;gap:12px;padding:10px 12px;display:flex}.api-progress .ok{color:#18703b;background:#e8f7ee}.api-progress .partial{color:#9a5b00;background:#fff8e5}.api-progress .bad{color:#a31313;background:#fff1f0}.api-progress .loading{color:#1769e0}.preview-tools{margin-top:14px}.preview-tools input{min-width:280px}.preview-tools span{color:#607086}.pricing-table table{min-width:2200px}.pricing-table th{z-index:1;position:sticky;top:0}.sticky-actions{z-index:2;background:#f6f7f9;padding:12px 0;position:sticky;bottom:0}.confirm-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:14px 0;display:grid}.confirm-grid span{color:#607086;border:1px solid #dbe3ec;border-radius:8px;gap:5px;padding:12px;display:grid}.confirm-grid strong{color:#172033;font-size:24px}.confirm-grid.compact strong{font-size:20px}@media (width<=760px){.pricing-steps{grid-template-columns:repeat(6,140px)}.selection-summary{grid-template-columns:1fr}.preview-tools input{min-width:100%}}.shop-picker-panel{padding:0;overflow:hidden}.shop-picker-panel>.panel-head,.shop-picker-panel>.shop-picker-toolbar,.shop-picker-panel>.selection-total,.shop-picker-panel>.wizard-actions{padding-left:18px;padding-right:18px}.shop-picker-panel>.panel-head{padding-top:18px}.shop-picker-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;display:flex}.shop-picker-toolbar>input{width:min(280px,100%)}.preset-buttons{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.preset-buttons>span{color:#607086;margin-right:2px}.preset-buttons button{padding:8px 12px}.marketplace-shop-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px;padding:0 18px 18px;display:grid}.marketplace-shop-card{border:1px solid #dbe3ec;border-radius:8px;grid-template-rows:auto auto 1fr auto;min-height:300px;display:grid;overflow:hidden}.marketplace-card-head{border-bottom:1px solid #e2e8f0;align-items:center;gap:10px;padding:14px;display:flex}.marketplace-card-head .pill{margin-left:auto}.marketplace-mark{color:#fff;background:#1769e0;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.shop-check{color:#172033;cursor:pointer;grid-template-columns:none;align-items:flex-start;gap:10px;padding:11px 14px;display:flex}.shop-check:hover{background:#f8fafc}.shop-check.all{border-bottom:1px solid #e2e8f0;align-items:center;font-weight:700}.shop-check input{accent-color:#18703b;flex:none;width:17px;height:17px;margin:2px 0 0}.shop-check>span{gap:3px;min-width:0;display:grid}.shop-check strong{overflow-wrap:anywhere}.shop-check small{color:#607086}.shop-check-list{max-height:390px;overflow-y:auto}.marketplace-card-foot{color:#18703b;border-top:1px solid #e2e8f0;padding:11px 14px}.selection-total{color:#607086;border-top:1px solid #e2e8f0;align-items:center;gap:6px;padding-top:14px;display:flex}.selection-total strong{color:#172033}.shop-picker-panel>.wizard-actions{margin-top:0;padding-bottom:18px}.shop-cell{color:#23415f;overflow-wrap:anywhere;background:#eef5ff;border-radius:6px;max-width:190px;padding:5px 8px;font-weight:700;display:inline-block}@media (width<=760px){.marketplace-shop-grid{grid-template-columns:1fr}.shop-picker-toolbar{display:grid}.shop-picker-toolbar>input{width:100%}.selection-total{flex-direction:column;align-items:flex-start}}.success-message{color:#18703b;background:#e8f7ee;border-radius:8px;margin-bottom:14px;padding:10px 12px}.employee-create{grid-template-columns:repeat(3,minmax(180px,1fr))}.role-hint{margin-bottom:16px}.employees-table table{min-width:1040px}.employees-table td:first-child{min-width:230px}.employees-table td:first-child strong,.self-label{display:block}.self-label{color:#607086;margin-top:3px;font-size:12px}.compact-check{white-space:nowrap;margin:0}.password-reset{width:190px}@media (width<=760px){.employee-create{grid-template-columns:1fr}}.head-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.account-list{gap:18px;display:grid}.account-group{background:#fff;border:1px solid #dbe3ec;border-radius:8px;overflow:hidden}.profile-summary{background:#f8fafc;border-bottom:1px solid #dbe3ec;gap:14px;padding:18px;display:grid}.profile-summary h3,.account-shop-head strong{margin:0}.profile-values{grid-template-columns:130px 1fr;margin:0}.account-shop-section{padding:18px}.account-shop-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.account-shop-head>div{gap:3px;display:grid}.account-shop-head span{color:#607086;font-size:13px}.account-shop-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:12px;display:grid}.account-shop-grid .shop-card{box-shadow:none}@media (width<=760px){.section-head,.account-shop-head{align-items:stretch}.head-actions,.account-shop-head{display:grid}.account-shop-grid{grid-template-columns:1fr}}.account-workspace{background:#fff;border:1px solid #dbe3ec;border-radius:8px;grid-template-columns:300px minmax(0,1fr);min-height:680px;display:grid;overflow:hidden}.account-browser{background:#fbfcfe;border-right:1px solid #dbe3ec}.account-search{border-bottom:1px solid #e2e8f0;padding:14px}.account-search input{width:100%}.account-filter-tabs,.account-detail-tabs{border-bottom:1px solid #e2e8f0;gap:8px;padding:12px 14px;display:flex}.account-filter-tabs button,.account-detail-tabs button,.account-back{color:#435166;background:0 0}.account-filter-tabs button{flex:1;padding:8px 6px;font-size:13px}.account-filter-tabs button span{background:#edf2f7;border-radius:5px;margin-left:4px;padding:2px 6px}.account-filter-tabs button.active,.account-detail-tabs button.active{color:#1769e0;background:#eef5ff;font-weight:700}.account-tree{max-height:610px;overflow-y:auto}.account-profile-row,.account-shop-row{color:#172033;text-align:left;background:0 0;border-radius:0;width:100%}.account-profile-row{background:#f3f6fa;border-top:1px solid #e2e8f0;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:11px 14px;display:grid}.account-profile-row small{color:#607086}.account-shop-row{border-top:1px solid #eef1f5;grid-template-columns:32px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:11px 14px 11px 22px;display:grid}.account-shop-row>span:nth-child(2){gap:2px;min-width:0;display:grid}.account-shop-row strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-shop-row small{color:#607086}.account-shop-row em{color:#1769e0;background:#eef5ff;border-radius:5px;padding:3px 6px;font-size:11px;font-style:normal}.account-profile-row.active,.account-shop-row.active,.account-profile-row:hover,.account-shop-row:hover{background:#eaf2ff}.account-tree-empty,.account-detail-empty{color:#607086;text-align:center;padding:24px}.account-detail{min-width:0;padding:20px}.account-detail-header{padding-bottom:14px}.account-back{color:#1769e0;padding:5px 0}.account-title-row{justify-content:space-between;align-items:flex-start;gap:14px;margin-top:10px;display:flex}.account-title-row h2{margin:0;font-size:23px}.account-title-row p{color:#607086;margin:6px 0 0}.account-detail-tabs{margin-bottom:16px;padding-left:0}.account-detail .profile-summary,.account-detail .shop-card{background:#fff;border:1px solid #dbe3ec;border-radius:8px;padding:18px}.account-detail .profile-summary>.card-top,.account-detail .shop-card>.card-top{display:none}.detail-shop-list{gap:8px;display:grid}.detail-shop-list>button:not(.detail-add-shop){color:#172033;text-align:left;background:#fff;border:1px solid #dbe3ec;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:12px;width:100%;display:grid}.detail-shop-list>button>span:nth-child(2){gap:3px;display:grid}.detail-shop-list small{color:#607086}.detail-add-shop{justify-self:start;margin-top:8px}@media (width<=980px){.account-workspace{grid-template-columns:250px minmax(0,1fr)}}@media (width<=760px){.account-workspace{grid-template-columns:1fr}.account-browser{border-bottom:1px solid #dbe3ec;border-right:0}.account-tree{max-height:340px}.account-title-row{display:grid}}.account-workspace{grid-template-columns:330px minmax(0,1fr);min-height:720px;box-shadow:0 8px 28px #14263f0d}.account-browser{background:#f8fafc}.account-search{align-items:center;padding:14px;display:flex;position:relative}.account-search>svg{color:#73839a;pointer-events:none;position:absolute;left:26px}.account-search input{background:#fff;height:40px;padding-left:38px}.account-filter-tabs{background:#fff;padding:10px}.account-filter-tabs button{border:1px solid #0000}.account-filter-tabs button.active{border-color:#d7e5fb}.account-tree{scrollbar-width:thin;scrollbar-color:#b9c4d2 transparent;max-height:642px}.account-tree-group{border-bottom:1px solid #e3e9f1}.account-profile-row{background:#f1f5f9;border-top:0;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:4px;padding:7px 10px;display:grid;position:relative}.account-profile-row:before{content:"";background:0 0;border-radius:0 3px 3px 0;width:3px;position:absolute;inset:7px auto 7px 0}.account-profile-row.active{background:#eaf2ff}.account-profile-row.active:before{background:#1769e0}.account-tree-toggle,.account-profile-select{color:#172033;box-shadow:none;background:0 0;border:0}.account-tree-toggle{color:#5d6c80;border-radius:6px;place-items:center;width:28px;height:28px;padding:0;display:grid}.account-tree-toggle:hover:not(:disabled){color:#1769e0;background:#dce8f8}.account-tree-toggle:disabled{opacity:.25;cursor:default}.account-profile-select{text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:5px 4px;display:grid}.account-profile-select strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-profile-select small{color:#748297;white-space:nowrap;font-size:11px}.account-shop-row{border-top:1px solid #edf1f6;grid-template-columns:38px minmax(0,1fr) auto 18px;min-height:58px;padding:9px 12px 9px 18px;transition:background-color .12s,box-shadow .12s}.account-shop-row:hover,.account-shop-row.active{background:#eef5ff}.account-shop-row.active{box-shadow:inset 3px 0 #1769e0}.account-shop-row>svg{color:#8b98a9}.marketplace-logo{background:#fff;border:1px solid #e0e7ef;border-radius:8px;flex:none;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.marketplace-logo.compact{width:34px;height:34px}.marketplace-logo img{object-fit:contain;width:28px;height:28px;display:block}.marketplace-logo.ozon{background:#005bff;border-color:#005bff}.marketplace-logo.ozon img{filter:brightness(0)invert();width:29px}.marketplace-logo.yandex{background:#fc0;border-color:#fc0}.account-detail{background:#fff;padding:24px 26px}.account-detail-tabs button{min-height:38px}.account-detail .profile-summary,.account-detail .shop-card{box-shadow:0 4px 18px #14263f0a}.detail-shop-list>button:not(.detail-add-shop){min-height:64px;padding:12px 14px;transition:border-color .12s,box-shadow .12s,transform .12s}.detail-shop-list>button:not(.detail-add-shop):hover{border-color:#b8cef0;transform:translateY(-1px);box-shadow:0 5px 16px #1769e014}.detail-shop-list>button>svg{color:#8492a5}@media (width<=1100px){.account-workspace{grid-template-columns:285px minmax(0,1fr)}.account-profile-select small{display:none}}@media (width<=760px){.account-workspace{grid-template-columns:1fr;min-height:auto}.account-detail{padding:18px 14px}.account-tree{max-height:390px}.account-profile-select small{display:block}}.account-workspace{height:calc(100vh - 220px);min-height:640px}.account-browser{flex-direction:column;min-height:0;display:flex}.account-tree{flex:auto;min-height:0;max-height:none}.account-detail{min-height:0;overflow-y:auto}.account-profile-select small{color:#536277;text-align:center;background:#e4eaf2;border-radius:10px;min-width:24px;padding:2px 7px}.account-profile-row.active .account-profile-select small{color:#1769e0;background:#d6e6ff}@media (width<=760px){.account-workspace{height:auto;min-height:auto}.account-detail{overflow:visible}.account-tree{flex:none;max-height:390px}}.pricing-wizard{--pricing-green:#07875f;--pricing-green-dark:#056c4c;--pricing-blue:#1769e0;--pricing-ink:#172033;--pricing-muted:#607086;--pricing-line:#dce4ed;padding-bottom:36px}.pricing-wizard .pricing-head{align-items:center;margin-bottom:18px}.pricing-title-block{align-items:center;gap:16px;min-width:0;display:flex}.pricing-stage-number{background:var(--pricing-blue);color:#fff;border-radius:50%;flex:none;place-items:center;width:48px;height:48px;font-size:23px;font-weight:800;display:grid;box-shadow:0 8px 18px #1769e033}.pricing-title-block h2{margin:0 0 5px;font-size:25px}.pricing-title-block p{max-width:760px;font-size:14px;line-height:1.45}.pricing-run-count{border:1px solid var(--pricing-line);color:var(--pricing-muted);white-space:nowrap;background:#fff;border-radius:7px;padding:9px 12px}.pricing-run-count strong{color:var(--pricing-ink)}.pricing-wizard .pricing-steps{border:1px solid var(--pricing-line);background:#fff;border-radius:8px;grid-template-columns:repeat(7,minmax(120px,1fr));gap:7px;margin-bottom:18px;padding:8px;box-shadow:0 4px 14px #14263f09}.pricing-wizard .pricing-step{background:#f6f8fb;border:0;border-radius:6px;gap:8px;min-width:120px;padding:9px 10px;position:relative}.pricing-wizard .pricing-step span{width:27px;height:27px;font-size:12px;font-weight:800}.pricing-wizard .pricing-step small{line-height:1.2}.pricing-wizard .pricing-step.active{color:#145fc9;background:#eaf2ff;box-shadow:inset 0 0 0 1px #cfe0fa}.pricing-wizard .pricing-step.done{color:var(--pricing-green-dark);background:#edf8f3}.pricing-wizard .pricing-step.done span{background:var(--pricing-green)}.pricing-wizard .wizard-panel,.pricing-wizard .confirm-box,.pricing-wizard .report{border:1px solid var(--pricing-line);background:#fff;border-radius:8px;box-shadow:0 8px 24px #14263f0b}.pricing-wizard .wizard-panel:not(.shop-picker-panel),.pricing-wizard .confirm-box,.pricing-wizard .report{padding:22px}.pricing-wizard .wizard-panel h3,.pricing-wizard .confirm-box h3,.pricing-wizard .report h3{color:var(--pricing-ink);font-size:18px}.pricing-wizard button:not(.secondary){background:var(--pricing-green)}.pricing-wizard button:not(.secondary):hover:not(:disabled){background:var(--pricing-green-dark)}.pricing-wizard button.secondary{color:#334155;background:#fff;border:1px solid #d8e1eb}.pricing-wizard button.secondary:hover:not(:disabled){background:#f7f9fc;border-color:#b8c8d9}.pricing-wizard .panel-head{border-bottom:1px solid #e7ecf2;align-items:center;min-height:70px;padding-bottom:16px}.pricing-wizard .panel-head h3{margin-bottom:5px}.pricing-wizard .shop-picker-toolbar{background:#fbfcfe;border-bottom:1px solid #e7ecf2;padding-top:14px;padding-bottom:14px}.pricing-wizard .preset-buttons>span{color:#455468;font-weight:700}.pricing-wizard .preset-buttons button{min-height:36px}.pricing-wizard .shop-picker-toolbar>input{background:#fff;height:38px}.pricing-wizard .marketplace-shop-grid{grid-template-columns:repeat(3,minmax(260px,1fr));gap:14px;padding-top:18px}.pricing-wizard .marketplace-shop-card{background:#fff;border-color:#d9e2ec;min-height:350px;box-shadow:0 4px 14px #14263f09}.pricing-wizard .marketplace-card-head{background:#fbfcfe;min-height:64px;padding:13px 15px}.pricing-wizard .marketplace-card-head>strong{font-size:16px}.pricing-wizard .marketplace-card-head .marketplace-logo{border-radius:50%;width:38px;height:38px}.pricing-wizard .marketplace-card-head .pill{padding:4px 7px;font-size:11px}.pricing-wizard .shop-check{border-bottom:1px solid #f0f3f7;min-height:52px;padding:11px 15px}.pricing-wizard .shop-check.all{background:#f8fafc;min-height:48px}.pricing-wizard .shop-check:hover{background:#f2f8f5}.pricing-wizard .shop-check input{accent-color:var(--pricing-green)}.pricing-wizard .shop-check strong{font-size:13px}.pricing-wizard .shop-check small{font-size:11px;line-height:1.35}.pricing-wizard .marketplace-card-foot{color:var(--pricing-green-dark);background:#f8fcfa;font-size:12px}.pricing-wizard .selection-total{background:#fbfcfe;border-top:1px solid #e7ecf2;min-height:56px;padding-top:0}.pricing-wizard .selection-total strong{font-size:14px}.pricing-wizard .shop-picker-panel>.wizard-actions{background:#fbfcfe;border-top:1px solid #e7ecf2;align-items:center;min-height:66px}.pricing-wizard .wizard-actions button{min-height:39px;padding-left:18px;padding-right:18px}.pricing-wizard .source-actions{grid-template-columns:minmax(210px,.8fr) minmax(280px,1.4fr) minmax(180px,.7fr);align-items:stretch;gap:12px;margin:20px 0;display:grid}.pricing-wizard .source-actions>button,.pricing-wizard .source-actions>label{border:1px solid #d8e2ec;border-radius:8px;justify-content:center;min-height:86px}.pricing-wizard .source-actions>button{font-size:14px}.pricing-wizard .source-actions>label{color:#435166;background:#f8fafc;gap:8px;padding:11px 13px;display:grid}.pricing-wizard .source-actions input[type=file]{background:#fff;width:100%}.pricing-wizard .notice{color:#23415f;background:#eef5ff;border:1px solid #cfe0fa;margin:16px 0}.pricing-wizard .api-progress{gap:10px;margin-top:18px}.pricing-wizard .api-progress div{background:#f8fafc;border:1px solid #e1e7ef;align-items:center;min-height:54px;padding:13px 15px 13px 18px;position:relative;overflow:hidden}.pricing-wizard .api-progress div:before{content:"";background:#a8b4c3;width:4px;position:absolute;inset:0 auto 0 0}.pricing-wizard .api-progress div strong{background:#fff;border-radius:10px;padding:4px 8px;font-size:12px}.pricing-wizard .api-progress .loading:before{background:var(--pricing-blue);animation:1.3s ease-in-out infinite pricing-pulse}.pricing-wizard .api-progress .ok:before{background:var(--pricing-green)}.pricing-wizard .api-progress .partial:before{background:#d99700}.pricing-wizard .api-progress .bad:before{background:#d92d20}@keyframes pricing-pulse{50%{opacity:.35}}.pricing-wizard .stats{grid-template-columns:repeat(6,minmax(120px,1fr));gap:9px;margin-top:18px;display:grid}.pricing-wizard .stats span{color:#435166;background:#f8fafc;border:1px solid #e0e6ee;border-radius:7px;align-content:center;min-height:64px;padding:10px 12px;font-weight:700;display:grid}.pricing-wizard .preview-tools{background:#f8fafc;border:1px solid #e0e6ee;border-radius:7px;align-items:center;margin-top:16px;padding:12px}.pricing-wizard .preview-tools input,.pricing-wizard .preview-tools select{background:#fff;height:38px}.pricing-wizard .preview-tools span{color:#435166;background:#e8eef5;border-radius:6px;margin-left:auto;padding:7px 10px;font-weight:700}.pricing-wizard .pricing-table{background:#fff;border-color:#d9e2ec;border-radius:8px;margin-top:-1px;box-shadow:0 8px 24px #14263f0a}.pricing-wizard .pricing-table th{color:#425166;background:#f2f5f8}.pricing-wizard .pricing-table tbody tr:hover{background:#f7fbf9}.pricing-wizard .sticky-actions{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8fafcf5;border:1px solid #dce4ed;border-radius:8px;margin-top:10px;padding:12px;box-shadow:0 -5px 16px #14263f0f}.pricing-wizard .confirm-box{border-top:4px solid #e3a008}.pricing-wizard .confirm-grid{gap:12px;margin:18px 0}.pricing-wizard .confirm-grid span{background:#fbfcfe;align-content:center;min-height:98px;padding:15px}.pricing-wizard .confirm-grid strong{margin-top:5px;font-size:27px}.pricing-wizard .confirm-box>.check{background:#f8fafc;border:1px solid #dce4ed;border-radius:7px;align-items:center;min-height:52px;margin-top:16px;padding:12px 14px;display:flex}.pricing-wizard .confirm-box>.check input{width:18px;height:18px;accent-color:var(--pricing-green)}.pricing-wizard .report{padding-top:104px;position:relative;overflow:hidden}.pricing-wizard .report:before{content:"";background:#edf9f3;border-bottom:1px solid #cce9db;height:82px;position:absolute;inset:0 0 auto}.pricing-wizard .report:after{content:"✓";background:var(--pricing-green);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:24px;font-weight:800;display:grid;position:absolute;top:20px;left:24px}.pricing-wizard .report h3{z-index:1;color:var(--pricing-green-dark);position:absolute;top:29px;left:80px}.pricing-wizard .report .confirm-grid span:first-child strong{color:var(--pricing-green)}.pricing-wizard .report .confirm-grid span:nth-child(2) strong{color:#d92d20}.pricing-wizard .wizard-actions{border-top:1px solid #e7ecf2;padding-top:15px}@media (width<=1250px){.pricing-wizard .pricing-steps{grid-template-columns:repeat(7,145px)}.pricing-wizard .marketplace-shop-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.pricing-wizard .stats{grid-template-columns:repeat(3,minmax(140px,1fr))}}@media (width<=760px){.pricing-title-block{align-items:flex-start}.pricing-stage-number{width:40px;height:40px;font-size:19px}.pricing-title-block h2{font-size:21px}.pricing-wizard .pricing-head{gap:12px;display:grid}.pricing-run-count{justify-self:start}.pricing-wizard .pricing-steps{grid-template-columns:repeat(7,138px)}.pricing-wizard .marketplace-shop-grid,.pricing-wizard .source-actions,.pricing-wizard .stats{grid-template-columns:1fr}.pricing-wizard .preview-tools{display:grid}.pricing-wizard .preview-tools input,.pricing-wizard .preview-tools select{width:100%}.pricing-wizard .preview-tools span{margin-left:0}.pricing-wizard .wizard-actions{grid-template-columns:1fr;display:grid}.pricing-wizard .wizard-actions button{width:100%}}.stock-wizard .search-field{color:#718096;background:#fff;border:1px solid #dce4ea;border-radius:6px;align-items:center;gap:8px;min-width:260px;padding:0 12px;display:flex}.stock-wizard .search-field input{border:0;outline:0;min-width:0;padding:10px 0}.stock-market-grid .marketplace-shop-card{min-height:420px}.warehouse-shop-list{max-height:500px;overflow:auto}.warehouse-shop{border-bottom:1px solid #edf1f4}.warehouse-shop:last-child{border-bottom:0}.warehouse-shop.has-error{background:#fff8f7}.warehouse-list{padding:0 14px 10px 44px}.warehouse-check{cursor:pointer;border-radius:5px;align-items:flex-start;gap:10px;padding:8px 10px;display:flex}.warehouse-check:hover{background:#f4f8f6}.warehouse-check span,.warehouse-check strong,.warehouse-check small{display:block}.warehouse-check small{color:#718096;margin-top:2px}.warehouse-error{color:#b42318;padding:0 18px 14px 44px;font-size:13px}.stock-wizard .warehouse-shop-list,.stock-wizard .warehouse-shop,.stock-wizard .warehouse-check{font-family:Inter,Arial,sans-serif}.stock-wizard .warehouse-check strong{color:#172033;font-size:13px;line-height:1.35}.stock-wizard .warehouse-check small{font-size:11px;line-height:1.35}.stock-wizard .warehouse-error{font-size:12px;line-height:1.4}.stock-filter-panel{background:#f8fafc;border:1px solid #dce4ed;border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;margin:14px 0 0;padding:12px;display:flex;box-shadow:0 4px 14px #14263f09}.stock-filter-panel .search-field{flex:250px;min-width:220px;height:40px}.stock-filter-panel select{color:#334155;min-width:170px;height:40px;font:inherit;background:#fff;border:1px solid #ccd6e0;border-radius:7px;padding:0 34px 0 11px}.stock-filter-panel button{min-height:40px}.stock-filter-count{color:#435166;white-space:nowrap;background:#e8eef5;border-radius:6px;margin-left:auto;padding:8px 10px}.stock-preview-actions{z-index:8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff7;border:1px solid #cfdce8;border-radius:8px;grid-template-columns:minmax(190px,.8fr) minmax(320px,1.5fr) auto;align-items:center;gap:14px;margin:12px 0;padding:12px 14px;display:grid;position:sticky;top:10px;box-shadow:0 8px 24px #14263f1f}.stock-preview-actions-copy{gap:3px;display:grid}.stock-preview-actions-copy span{color:#607086;font-size:12px}.stock-preview-actions .check{color:#334155;grid-template-columns:none;align-items:center;gap:9px;margin:0;font-size:13px;display:flex}.stock-preview-actions .check input{accent-color:#07875f;flex:none;width:18px;height:18px}.stock-preview-actions .wizard-actions{border:0;flex-wrap:nowrap;margin:0;padding:0}.stock-preview-actions .wizard-actions button{white-space:nowrap}.stock-params-panel{gap:20px;display:grid}.stock-selected-scope{color:#435166;background:#eef5ff;border:1px solid #cfe0fa;border-radius:7px;align-items:center;gap:10px;width:max-content;max-width:100%;padding:9px 12px;display:flex}.stock-selected-scope span{color:#607086;font-size:12px}.stock-selected-scope strong{color:#145fc9}.stock-selected-scope small{color:#607086}.snapshot-card{background:#fff;border:1px solid #dce4ea;border-radius:7px;grid-template-columns:minmax(220px,.8fr) 2fr;gap:24px;padding:20px;display:grid}.snapshot-card>div span,.snapshot-card>div strong{display:block}.snapshot-card>div span{color:#718096;margin-bottom:7px}.snapshot-card dl{grid-template-columns:repeat(3,auto 1fr);gap:8px 12px;margin:0;display:grid}.snapshot-card dt{color:#718096}.snapshot-card dd{margin:0;font-weight:600}.stock-quantity{align-items:center;gap:12px;width:max-content;font-weight:700;display:flex}.stock-quantity input{text-align:center;width:120px;font-size:22px;font-weight:700}.stock-summary .confirm-grid{grid-template-columns:repeat(6,minmax(120px,1fr))}.stock-table{margin-top:14px}.stock-table table{min-width:1450px}.stock-table td small{color:#718096;margin-top:3px;display:block}.stock-progress{text-align:center}.stock-spinner{justify-items:center;gap:8px;padding:44px 20px;display:grid}.stock-spinner svg{color:#07875f;animation:1.1s linear infinite stock-spin}@keyframes stock-spin{to{transform:rotate(360deg)}}.table-pager{background:#fff;border:1px solid #dce4ea;border-top:0;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.table-pager>div{align-items:center;gap:12px;display:flex}@media (width<=1250px){.stock-preview-actions{grid-template-columns:1fr auto}.stock-preview-actions-copy{grid-column:1/-1}}@media (width<=1100px){.stock-summary .confirm-grid{grid-template-columns:repeat(3,1fr)}.snapshot-card{grid-template-columns:1fr}.snapshot-card dl{grid-template-columns:repeat(2,auto 1fr)}.stock-filter-panel select{flex:190px}}@media (width<=720px){.stock-wizard .search-field{width:100%;min-width:0}.stock-summary .confirm-grid{grid-template-columns:repeat(2,1fr)}.snapshot-card dl{grid-template-columns:auto 1fr}.table-pager{flex-direction:column;align-items:stretch}.table-pager>div{justify-content:space-between}.stock-filter-panel{align-items:stretch}.stock-filter-panel select,.stock-filter-panel button{width:100%}.stock-filter-count{text-align:center;margin-left:0}.stock-preview-actions{grid-template-columns:1fr;position:static}.stock-preview-actions-copy{grid-column:auto}.stock-preview-actions .check{align-items:flex-start}.stock-preview-actions .wizard-actions{grid-template-columns:1fr;display:grid}}nav button>svg{flex:none}nav button>span{text-align:left;white-space:nowrap;min-width:0;line-height:1.25}
