: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-parameter-grid{grid-template-columns:repeat(2,minmax(260px,380px));align-items:stretch;gap:14px;display:grid}.stock-parameter-card{background:#fff;border:1px solid #dce4ea;border-radius:7px;gap:10px;padding:16px;font-weight:700;display:grid}.stock-parameter-card>span{color:#26364a}.stock-parameter-card small{color:#718096;font-weight:400;line-height:1.45}.stock-parameter-card small strong{color:#42556c}.stock-number-control{align-items:center;gap:10px;display:flex}.stock-number-control input{text-align:center;width:150px;font-size:22px;font-weight:700}.stock-number-control>span{color:#607086;font-weight:600}.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-parameter-grid{grid-template-columns:1fr}.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}.products-catalog-page{flex-direction:column;gap:10px;height:calc(100vh - 64px);min-height:620px;padding:18px 22px;display:flex;overflow:hidden}.products-page-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.products-page-head h2{margin-bottom:4px}.products-page-head p{color:#607086;margin:0}.products-head-metrics{background:#fff;border:1px solid #dbe3ec;border-radius:8px;display:flex;overflow:hidden}.products-head-metrics>span{color:#718096;border-left:1px solid #e5eaf0;gap:3px;min-width:116px;padding:8px 12px;font-size:11px;display:grid}.products-head-metrics>span:first-child{border-left:0}.products-head-metrics strong{color:#172033;white-space:nowrap;font-size:14px}.products-toolbar{background:#fff;border:1px solid #dbe3ec;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:10px;display:flex}.products-main-filters{align-items:center;gap:8px;min-width:0;display:flex}.products-search{width:min(420px,34vw);min-width:260px;display:block;position:relative}.products-search svg{color:#718096;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.products-search input{width:100%;height:38px;padding-left:34px}.products-toolbar select,.products-pager select{color:#26344a;background:#fff;border:1px solid #ccd6e0;border-radius:8px;height:38px;padding:0 10px}.products-shop-toggle{white-space:nowrap;align-items:center;gap:8px;display:flex}.icon-secondary{color:#26344a;background:#edf2f7;place-items:center;width:38px;height:38px;padding:0;display:grid}.products-formula{color:#607086;text-align:right;white-space:nowrap;font-size:12px}.products-shop-picker{background:#fff;border:1px solid #dbe3ec;border-radius:8px;flex:none;padding:10px;box-shadow:0 8px 22px #14263f14}.products-presets{gap:7px;margin-bottom:10px;display:flex}.products-presets button{padding:7px 10px;font-size:12px}.products-shop-groups{grid-template-columns:repeat(3,minmax(220px,1fr));gap:10px;max-height:190px;display:grid;overflow:auto}.products-shop-group{border:1px solid #e1e7ee;border-radius:7px;overflow:hidden}.products-shop-group-title{color:#607086;background:#f4f7fa;justify-content:space-between;align-items:center;padding:7px 9px;font-size:11px;display:flex}.products-shop-group>label{color:#26344a;cursor:pointer;border-top:1px solid #edf1f5;grid-template-columns:none;align-items:center;gap:8px;padding:6px 9px;font-size:12px;display:flex}.products-shop-group input{width:15px;height:15px;margin:0}.product-marketplace{white-space:nowrap;align-items:center;gap:7px;display:flex}.product-marketplace img{object-fit:contain;border-radius:5px;width:23px;height:23px}.products-error{margin:0}.products-table-shell{background:#fff;border:1px solid #d7e0e9;border-radius:8px;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.products-table-scroll{flex:auto;min-height:0;position:relative;overflow:auto}.products-calc-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:max-content;min-width:3995px;font-size:12px}.products-calc-table th,.products-calc-table td{text-align:left;vertical-align:middle;white-space:nowrap;background:#fff;border-bottom:1px solid #e5eaf0;border-right:1px solid #e5eaf0;height:48px;padding:7px 9px}.products-calc-table th{z-index:3;color:#46566c;background:#f1f4f7;height:42px;font-size:11px;position:sticky;top:0}.products-calc-table tbody tr:hover td{background:#f7fbf9}.products-calc-table th:first-child,.products-calc-table td:first-child{width:118px;position:sticky;left:0}.products-calc-table th:nth-child(2),.products-calc-table td:nth-child(2){width:155px;position:sticky;left:118px}.products-calc-table th:nth-child(3),.products-calc-table td:nth-child(3){text-overflow:ellipsis;width:220px;max-width:220px;position:sticky;left:273px;overflow:hidden;box-shadow:5px 0 8px #14263f0f}.products-calc-table th:nth-child(4),.products-calc-table td:nth-child(4){text-overflow:ellipsis;width:125px;max-width:125px;overflow:hidden}.products-calc-table th:nth-child(5),.products-calc-table td:nth-child(5){text-overflow:ellipsis;width:260px;max-width:260px;overflow:hidden}.products-calc-table th:nth-child(-n+3){z-index:5;background:#eaf0f6}.products-calc-table td:nth-child(-n+3){z-index:2}.products-calc-table tbody tr:hover td:nth-child(-n+3){background:#f1f8f5}.products-calc-table th:nth-child(6){width:150px}.products-calc-table th:nth-child(n+7):nth-child(-n+9){width:115px}.products-calc-table th:nth-child(n+10):nth-child(-n+16){width:100px}.products-calc-table th:nth-child(17),.products-calc-table th:nth-child(19),.products-calc-table th:nth-child(23),.products-calc-table th:nth-child(24),.products-calc-table th:nth-child(25),.products-calc-table th:nth-child(26){width:125px}.products-calc-table th:nth-child(18){width:100px}.products-calc-table th:nth-child(20),.products-calc-table th:nth-child(27),.products-calc-table th:nth-child(28){width:105px}.products-calc-table th:nth-child(21){width:150px}.products-calc-table th:nth-child(22){width:205px}.products-calc-table th:nth-child(29){width:145px}.products-calc-table th:nth-child(30){width:175px}.products-calc-table th:nth-child(31){width:145px}.products-final-price,.products-site-price{color:#087b56;font-size:13px}.products-stock strong{color:#172033;font-size:13px;display:block}.products-stock small{color:#718096;margin-top:3px;font-size:10px;display:block}.products-invest{color:#1769e0;font-weight:700}.products-dynamic-price strong{color:#087b56;font-size:13px;display:block}.products-dynamic-price small,.products-dynamic-reason small{color:#718096;margin-top:3px;font-size:10px;display:block}.products-dynamic-reason{color:#435166;text-overflow:ellipsis;max-width:205px;overflow:hidden}.dynamic-pricing-toggle{color:#254b78;background:#f7fbff;border:1px solid #dbe6f2;border-radius:7px;grid-column:1/-1;padding:10px 12px}.dynamic-pricing-note{color:#607086;align-self:end;margin:0 0 7px;font-size:12px}.ozon-price-index{color:#435166;background:#edf2f7;border-radius:10px;justify-content:center;min-width:48px;padding:4px 7px;font-weight:700;display:inline-flex}.ozon-price-index.green,.ozon-price-index.super,.ozon-price-index.without_index{color:#147243;background:#e5f6ed}.ozon-price-index.yellow{color:#915b00;background:#fff5d9}.ozon-price-index.red{color:#a52a22;background:#ffedeb}.products-change-warn{color:#aa5b00;font-weight:700}.product-status{color:#526177;text-overflow:ellipsis;background:#edf2f7;border-radius:10px;max-width:130px;padding:4px 7px;display:inline-flex;overflow:hidden}.product-status.ready,.product-status.sent{color:#147243;background:#e5f6ed}.product-status.change_over_10{color:#915b00;background:#fff5d9}.product-status.api_error,.product-status.calculation_error,.product-status.no_purchase_price,.product-status.not_found{color:#a52a22;background:#ffedeb}.products-row-error td{background:snow}.products-empty,.products-loading{color:#607086;text-align:center;width:calc(100vw - 304px);padding:36px 20px;position:sticky;left:0}.products-pager{color:#607086;background:#f8fafc;border-top:1px solid #dce4ed;flex:none;justify-content:space-between;align-items:center;gap:18px;min-height:50px;padding:7px 12px;font-size:12px;display:flex}.products-pager>div,.products-pager label{align-items:center;gap:8px;display:flex}.products-pager button{padding:7px 11px}.products-pager button:disabled{cursor:default;opacity:.5}@keyframes products-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.products-page-head{align-items:stretch}.products-head-metrics{display:none}.products-toolbar{flex-direction:column;align-items:stretch}.products-formula{text-align:left}.products-search{width:100%}.products-shop-groups{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=800px){.products-catalog-page{height:auto;min-height:calc(100vh - 64px);overflow:visible}.products-main-filters,.products-presets{flex-direction:column;align-items:stretch}.products-search{min-width:0}.products-shop-groups{grid-template-columns:1fr}.products-table-shell{min-height:520px}.products-calc-table th:nth-child(n),.products-calc-table td:nth-child(n){position:static}.products-calc-table th{position:sticky}.products-pager{flex-direction:column;align-items:stretch}}.products-current-price strong{white-space:nowrap;display:block}.products-current-price small{color:#7b8ba1;white-space:nowrap;margin-top:2px;font-size:10px;display:block}.account-detail .shop-edit-form{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}.shop-economic-section{background:#f8fbff;border:1px solid #dbe6f2;border-radius:8px;grid-column:1/-1;grid-template-columns:repeat(5,minmax(150px,1fr));align-items:end;gap:12px;margin-top:4px;padding:16px;display:grid}.shop-economic-section h4{color:#26344a;grid-column:1/-1;margin:0;font-size:14px}.shop-economic-section .dynamic-pricing-toggle{grid-column:1/-1;margin:2px 0 0}.shop-economic-section .dynamic-pricing-note{background:#eef5ff;border-radius:6px;grid-column:2/-1;align-self:center;margin:0;padding:9px 11px;line-height:1.4}.shop-option-row{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:10px 24px;padding:12px 2px 2px;display:flex}.shop-option-row .check{color:#26344a;grid-column:auto;margin:0}.products-notice{color:#147243;background:#edf9f3;border:1px solid #b9e5cf;border-radius:7px;margin:0;padding:9px 12px}.products-row-actions{align-items:center;gap:6px;display:flex}.products-row-actions button{white-space:nowrap;align-items:center;gap:5px;min-height:30px;padding:5px 8px;font-size:11px;display:inline-flex}.product-editor-backdrop{z-index:1000;background:#0f1c2d61;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.product-price-editor{background:#fff;border:1px solid #d8e1eb;border-radius:8px;gap:16px;width:min(560px,100%);padding:20px;display:grid;box-shadow:0 22px 55px #14263f33}.product-editor-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.product-editor-head h3{overflow-wrap:anywhere;max-width:400px;margin:3px 0 0}.product-editor-head small{color:#607086}.product-editor-summary{border:1px solid #dfe6ee;border-radius:7px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.product-editor-summary span{color:#718096;border-left:1px solid #e5eaf0;gap:4px;padding:11px;font-size:11px;display:grid}.product-editor-summary span:first-child{border-left:0}.product-editor-summary strong{color:#172033;font-size:14px}.product-editor-modes{grid-template-columns:1fr 1fr;gap:8px;display:grid}.product-editor-modes button{color:#435166;background:#edf2f7}.product-editor-modes button.active{color:#fff;background:#1769e0}.product-price-editor>label{color:#435166;gap:7px;font-weight:600;display:grid}.product-price-editor input{height:44px;font-size:16px}.product-editor-hint{color:#435166;background:#eef5ff;border-radius:7px;margin:0;padding:10px 12px;line-height:1.45}@media (width<=1300px){.account-detail .shop-edit-form{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-economic-section{grid-template-columns:repeat(3,minmax(150px,1fr))}.shop-economic-section .dynamic-pricing-note{grid-column:2/-1}}@media (width<=760px){.account-detail .shop-edit-form,.shop-economic-section{grid-template-columns:1fr}.shop-economic-section .dynamic-pricing-note{grid-column:1}.product-editor-summary,.product-editor-modes{grid-template-columns:1fr}.product-editor-summary span{border-top:1px solid #e5eaf0;border-left:0}.product-editor-summary span:first-child{border-top:0}}.advertising-page{gap:14px;display:grid}.advertising-page .page-title-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.advertising-page .page-title-row h2{margin:0 0 3px}.advertising-page .page-title-row p{color:#687386;margin:0}.advertising-summary{background:#fff;border:1px solid #dbe3ec;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.advertising-summary>div{border-right:1px solid #dbe3ec;gap:6px;padding:16px;display:grid}.advertising-summary>div:last-child{border-right:0}.advertising-summary span{color:#687386;font-size:13px}.advertising-summary strong{font-size:24px}.advertising-summary .success-value{color:#087f5b}.advertising-toolbar{justify-content:flex-end;display:flex}.advertising-search{color:#687386;background:#fff;border:1px solid #dbe3ec;border-radius:6px;align-items:center;gap:8px;width:min(380px,100%);padding:0 11px;display:flex}.advertising-search input{border:0;outline:0;width:100%;padding:10px 0}.advertising-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.advertising-shop{background:#fff;border:1px solid #dbe3ec;border-radius:8px;overflow:hidden}.advertising-shop-head{border-bottom:1px solid #dbe3ec;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:14px;display:grid}.advertising-shop-head h3{margin:0 0 2px;font-size:15px}.advertising-shop-head small{color:#687386}.advertising-ozon-logo{background:#146ef5;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.advertising-ozon-logo img{object-fit:contain;width:25px;height:25px}.performance-status{color:#687386;background:#f1f4f8;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:600}.performance-status.connected{color:#087f5b;background:#e7f7ef}.advertising-key-row{color:#687386;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:13px 14px;display:grid}.advertising-key-row strong{color:#172033;font-size:13px}.advertising-shop-footer{background:#fafbfd;border-top:1px solid #dbe3ec;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:12px 14px;display:flex}.advertising-shop-footer span{color:#687386;font-size:12px;line-height:1.4}.advertising-shop-footer button{flex:none}.advertising-next{color:#31577e;background:#f4f8ff;border:1px solid #cfe0fa;border-radius:7px;align-items:center;gap:9px;padding:12px 14px;font-size:13px;display:flex}@media (width<=900px){.advertising-grid{grid-template-columns:1fr}}@media (width<=640px){.advertising-summary{grid-template-columns:1fr}.advertising-summary>div{border-bottom:1px solid #dbe3ec;border-right:0}.advertising-summary>div:last-child{border-bottom:0}.advertising-shop-footer{flex-direction:column;align-items:flex-start}}.performance-status.failed{color:#c92a2a;background:#feeceb}.advertising-actions{align-items:center;gap:8px;display:flex}.advertising-actions button{align-items:center;gap:6px;display:inline-flex}.advertising-inline-error{color:#c92a2a;background:#fff0ef;border-radius:6px;margin:0 14px 12px;padding:9px 10px;font-size:12px;line-height:1.4}.advertising-campaigns{background:#fff;border:1px solid #dbe3ec;border-radius:8px;min-width:0;overflow:hidden}.advertising-campaigns-head{border-bottom:1px solid #dbe3ec;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.advertising-campaigns-head h3{margin:0 0 3px}.advertising-campaigns-head p{color:#687386;margin:0;font-size:13px}.advertising-table-wrap{max-width:100%;overflow:auto}.advertising-table-wrap table{border-collapse:collapse;width:100%;min-width:980px;font-size:12px}.advertising-table-wrap th,.advertising-table-wrap td{text-align:left;white-space:nowrap;border-bottom:1px solid #e7ecf2;padding:10px 12px}.advertising-table-wrap th{z-index:1;color:#536075;background:#f6f8fb;position:sticky;top:0}.advertising-table-wrap tbody tr:hover{background:#f8fbff}@media (width<=640px){.advertising-actions{width:100%}.advertising-actions button{flex:1;justify-content:center}}.advertising-title-actions{align-items:center;gap:10px;display:flex}.advertising-readonly{color:#147243;background:#edf9f3;border:1px solid #b9e5cf;border-radius:7px;align-items:center;gap:6px;padding:8px 10px;font-size:12px;font-weight:700;display:inline-flex}.advertising-campaign-table{min-width:1280px!important}.advertising-campaign-table tbody tr.selected td{background:#eef6ff}.advertising-campaign-table td small{color:#718096;text-overflow:ellipsis;max-width:260px;overflow:hidden}.campaign-state{color:#526177;background:#edf2f7;border-radius:10px;padding:4px 7px;font-size:11px;display:inline-flex}.campaign-state.running{color:#147243;background:#e5f6ed}.campaign-row-actions{align-items:center;gap:6px;display:flex}.campaign-row-actions button,.advertising-stats-controls>button{white-space:nowrap;justify-content:center;align-items:center;gap:6px;min-height:32px;padding:6px 9px;font-size:11px;display:inline-flex}.advertising-detail{background:#fff;border:1px solid #dbe3ec;border-radius:8px;gap:14px;min-width:0;display:grid;overflow:hidden;padding:0!important}.advertising-detail-head{background:#fbfcfe;border-bottom:1px solid #dbe3ec;justify-content:space-between;align-items:center;gap:20px;padding:15px 16px;display:flex}.advertising-detail-head>div:first-child span{color:#718096;font-size:12px}.advertising-detail-head h3{margin:3px 0 0}.advertising-budget-strip{background:#fff;border:1px solid #dce4ed;border-radius:7px;display:flex;overflow:hidden}.advertising-budget-strip span{color:#718096;border-left:1px solid #e5eaf0;gap:3px;min-width:115px;padding:8px 11px;font-size:11px;display:grid}.advertising-budget-strip span:first-child{border-left:0}.advertising-budget-strip strong{color:#172033;white-space:nowrap;font-size:13px}.advertising-detail>.empty{justify-content:center;align-items:center;gap:8px;margin:0 14px 14px;display:flex}.advertising-detail-error{color:#c92a2a;background:#fff0ef;border-radius:7px;margin:0 14px;padding:10px 12px}.advertising-detail-meta{color:#687386;padding:0 16px;font-size:12px}.advertising-detail .advertising-table-wrap{border:1px solid #e1e7ee;border-radius:7px;margin:0 14px}.advertising-products-table{min-width:850px!important}.advertising-products-table th:first-child{width:145px}.advertising-products-table th:nth-child(3),.advertising-products-table th:nth-child(4){width:140px}.advertising-products-table td:nth-child(2),.advertising-stats-table td:nth-child(3){white-space:normal;min-width:320px}.advertising-pager{color:#687386;justify-content:flex-end;align-items:center;gap:12px;padding:0 14px 14px;font-size:12px;display:flex}.advertising-pager button{padding:7px 11px}.advertising-stats-controls{flex-wrap:wrap;align-items:end;gap:10px;padding:0 14px;display:flex}.advertising-stats-controls label{gap:4px;min-width:145px;font-size:11px}.advertising-stats-controls input{height:34px;padding:6px 8px}.advertising-periods{gap:6px;display:flex}.advertising-periods button{min-height:34px;padding:6px 10px;font-size:11px}.advertising-periods button.active{color:#fff;background:#1769e0}.advertising-report-progress{color:#31577e;background:#f4f8ff;border:1px solid #cfe0fa;border-radius:7px;align-items:center;gap:12px;margin:0 14px;padding:14px;display:flex}.advertising-report-progress div{gap:3px;display:grid}.advertising-report-progress span{font-size:12px}.advertising-stats-summary{border:1px solid #dce4ed;border-radius:7px;grid-template-columns:repeat(6,minmax(100px,1fr));margin:0 14px;display:grid;overflow:hidden}.advertising-stats-summary span{color:#718096;border-left:1px solid #e5eaf0;gap:5px;padding:12px;font-size:11px;display:grid}.advertising-stats-summary span:first-child{border-left:0}.advertising-stats-summary strong{color:#172033;font-size:16px}.advertising-stats-table{min-width:1450px!important}@media (width<=1000px){.advertising-detail-head{flex-direction:column;align-items:stretch}.advertising-budget-strip{width:100%}.advertising-budget-strip span{flex:1}.advertising-stats-summary{grid-template-columns:repeat(3,1fr)}.advertising-stats-summary span:nth-child(4){border-top:1px solid #e5eaf0;border-left:0}.advertising-stats-summary span:nth-child(n+5){border-top:1px solid #e5eaf0}}@media (width<=640px){.advertising-title-actions{flex-direction:column-reverse;align-items:flex-end}.advertising-budget-strip{flex-direction:column}.advertising-budget-strip span{border-top:1px solid #e5eaf0;border-left:0}.advertising-budget-strip span:first-child{border-top:0}.advertising-stats-controls,.advertising-periods{flex-direction:column;align-items:stretch}.advertising-stats-controls label,.advertising-stats-controls>button{width:100%}.advertising-stats-summary{grid-template-columns:repeat(2,1fr)}.advertising-stats-summary span:nth-child(odd){border-left:0}.advertising-stats-summary span:nth-child(n+3){border-top:1px solid #e5eaf0}}.advertising-dashboard{gap:14px;min-width:0;display:grid}.ad-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.ad-head h2{margin:0 0 4px;font-size:25px}.ad-head p{color:#657287;margin:0}.ad-head-actions{align-items:center;gap:9px;display:flex}.ad-sync-strip{color:#637188;background:#f6f9fe;border:1px solid #d7e2f0;border-radius:7px;justify-content:space-between;align-items:center;gap:14px;padding:9px 12px;font-size:12px;display:flex}.ad-sync-strip strong{color:#1c2b42}.ad-metrics{grid-template-columns:repeat(5,minmax(150px,1fr));gap:10px;display:grid}.ad-metric{background:#fff;border:1px solid #dce4ed;border-radius:8px;align-items:center;gap:12px;min-height:112px;padding:15px;display:flex}.ad-metric>div{gap:3px;min-width:0;display:grid}.ad-metric small{color:#657287}.ad-metric strong{color:#121a28;text-overflow:ellipsis;white-space:nowrap;font-size:22px;overflow:hidden}.ad-metric em{color:#138553;font-size:11px;font-style:normal}.ad-workspace{grid-template-columns:minmax(0,1fr);align-items:start;gap:12px;min-width:0;display:grid}.ad-workspace.with-detail{grid-template-columns:minmax(680px,1fr) 350px}.ad-campaign-card,.ad-detail-panel{background:#fff;border:1px solid #dce4ed;border-radius:8px;min-width:0;overflow:hidden}.ad-table-toolbar{border-bottom:1px solid #e1e7ee;align-items:center;gap:9px;padding:12px;display:flex}.ad-search{color:#718096;border:1px solid #ccd7e3;border-radius:7px;align-items:center;gap:8px;width:min(380px,42%);padding:0 10px;display:flex}.ad-search input{border:0;outline:0;width:100%;height:36px;padding:0}.ad-table-toolbar select{color:#34445a;background:#fff;border:1px solid #ccd7e3;border-radius:7px;height:38px;padding:0 34px 0 10px}.ad-periods{gap:5px;margin-left:auto;display:flex}.ad-periods button{min-height:34px;padding:6px 9px;font-size:11px}.ad-periods button.active{color:#fff;background:#1769e0}.ad-table-scroll{min-height:350px;max-height:calc(100vh - 390px);position:relative;overflow:auto}.ad-campaign-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1040px;font-size:12px}.ad-campaign-table th,.ad-campaign-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #e5eaf0;padding:10px 11px}.ad-campaign-table th{z-index:2;color:#58677c;background:#f4f7fa;font-size:11px;position:sticky;top:0}.ad-campaign-table tbody tr{cursor:pointer}.ad-campaign-table tbody tr:hover td,.ad-campaign-table tr.selected td{background:#f2f7ff}.ad-campaign-table td:first-child{white-space:normal;max-width:270px}.ad-campaign-table td:first-child small{color:#718096;margin-top:3px;display:block}.ad-campaign-link{color:#1769e0;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;max-width:245px;padding:0;font-weight:700;display:block;overflow:hidden}.ad-type{color:#1769e0;background:#eaf2ff;border-radius:5px;padding:4px 7px;font-size:11px;display:inline-flex}.ad-loading{color:#69778b;justify-content:center;align-items:center;gap:8px;min-height:180px;display:flex}.ad-pager{color:#67758a;border-top:1px solid #dfe6ee;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:8px 12px;font-size:12px;display:flex}.ad-pager>div{align-items:center;gap:8px;display:flex}.ad-pager button{place-items:center;width:32px;height:32px;padding:0;display:grid}.ad-detail-panel{max-height:calc(100vh - 110px);position:sticky;top:10px;overflow:auto}.ad-detail-panel>header{border-bottom:1px solid #e1e7ee;justify-content:space-between;align-items:flex-start;gap:10px;padding:15px;display:flex}.ad-detail-panel h3{margin:0 0 4px;font-size:16px}.ad-detail-panel header small{color:#718096}.ad-detail-panel dl{border-bottom:1px solid #e5eaf0;grid-template-columns:110px 1fr;gap:9px 10px;margin:0;padding:15px;font-size:12px;display:grid}.ad-detail-panel dt{color:#718096}.ad-detail-panel dd{color:#26364b;margin:0;font-weight:600}.ad-detail-metrics{border:1px solid #dfe6ee;border-radius:7px;grid-template-columns:1fr 1fr;margin:15px;display:grid;overflow:hidden}.ad-detail-metrics span{color:#718096;border-top:1px solid #e5eaf0;border-left:1px solid #e5eaf0;gap:4px;padding:10px;font-size:11px;display:grid}.ad-detail-metrics span:nth-child(odd){border-left:0}.ad-detail-metrics span:nth-child(-n+2){border-top:0}.ad-detail-metrics strong{color:#172033;font-size:14px}.ad-detail-panel section{padding:0 15px 15px}.ad-detail-panel section h4{justify-content:space-between;margin:0 0 9px;display:flex}.ad-detail-panel section h4 small{color:#607086;background:#edf2f7;border-radius:10px;padding:2px 6px}.ad-product-list{border:1px solid #e1e7ee;border-radius:7px;overflow:hidden}.ad-product-list>div{border-top:1px solid #e8edf2;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:9px;display:grid}.ad-product-list>div:first-child{border-top:0}.ad-product-list span{gap:3px;min-width:0;display:grid}.ad-product-list strong{color:#26364b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.ad-product-list small,.ad-product-list p{color:#718096;font-size:10px}.ad-product-list p{padding:12px}.ad-readonly-note{color:#46627f;background:#f3f7fe;border:1px solid #cfe0fa;border-radius:7px;gap:9px;margin:0 15px 15px;padding:11px;display:flex}.ad-readonly-note span{gap:2px;font-size:11px;display:grid}@media (width<=1350px){.ad-metrics{grid-template-columns:repeat(3,1fr)}.ad-workspace.with-detail{grid-template-columns:minmax(620px,1fr) 330px}}@media (width<=1050px){.ad-workspace.with-detail{grid-template-columns:1fr}.ad-detail-panel{max-height:none;position:static}.ad-metrics{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.ad-head,.ad-sync-strip,.ad-table-toolbar{flex-direction:column;align-items:stretch}.ad-search{width:100%}.ad-periods{margin-left:0}.ad-metrics{grid-template-columns:1fr}.ad-table-scroll{max-height:none}.ad-detail-panel dl{grid-template-columns:1fr}}.ad-tabs{background:#fff;border:1px solid #dce4ed;border-radius:8px;align-items:center;gap:4px;padding:5px;display:flex;overflow:auto}.ad-tabs button{color:#526176;white-space:nowrap;background:0 0;border-radius:6px;align-items:center;gap:7px;min-height:38px;padding:8px 14px;display:inline-flex}.ad-tabs button.active{color:#1769e0;background:#eaf2ff;box-shadow:inset 0 0 0 1px #cfe0fa}.ad-overview-grid{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:12px;display:grid}.performance-surface{background:#fff;border:1px solid #dce4ed;border-radius:8px;min-width:0;padding:15px}.performance-surface>header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.performance-surface h3,.ad-section-title h3{margin:0 0 3px;font-size:15px}.performance-surface p{color:#718096;margin:0;font-size:12px}.ad-chart{grid-template-rows:1fr auto;gap:8px;height:260px;padding-top:8px;display:grid}.ad-chart-bars{background:repeating-linear-gradient(#fff 0 24%,#edf1f5 25%);border-bottom:1px solid #dfe6ee;align-items:flex-end;gap:3px;min-height:0;display:flex}.ad-chart-column{flex:1;align-items:flex-end;min-width:3px;height:100%;display:flex}.ad-chart-column span{background:#0b9368;border-radius:3px 3px 0 0;width:100%;min-height:4px}.ad-chart-empty{color:#718096;text-align:center;place-items:center;height:260px;display:grid}.ad-health dl,.ad-connection dl{grid-template-columns:1fr auto;gap:12px;margin:0;font-size:12px;display:grid}.ad-health dt,.ad-connection dt{color:#718096}.ad-health dd,.ad-connection dd{color:#1d2b3f;text-align:right;margin:0;font-weight:700}.ad-toolbar-note{color:#718096;margin-left:auto;font-size:11px}.ad-products-table{min-width:1360px}.ad-products-table td:first-child{min-width:250px}.ad-products-table td small{color:#718096;margin-top:3px;font-size:10px;display:block}.ad-sync-layout{grid-template-columns:340px minmax(0,1fr);align-items:start;gap:12px;display:grid}.ad-connection{position:sticky;top:10px}.ad-connection button{justify-content:center;align-items:center;gap:7px;width:100%;margin-top:16px;display:flex}.ad-section-title{border-bottom:1px solid #e1e7ee;justify-content:space-between;align-items:center;gap:12px;padding:13px 14px;display:flex}.ad-section-title span{color:#718096;font-size:11px}@media (width<=1100px){.ad-overview-grid,.ad-sync-layout{grid-template-columns:1fr}.ad-connection{position:static}}@media (width<=700px){.ad-tabs{flex-direction:column;align-items:stretch}.ad-tabs button{justify-content:flex-start}.performance-surface>header,.ad-section-title{flex-direction:column;align-items:stretch}.ad-toolbar-note{margin-left:0}}.advertising-dashboard{color:#111827}.ad-overview-page{gap:14px;display:grid}.ad-overview-toolbar{background:#fff;border:1px solid #dce5f1;border-radius:8px;align-items:end;gap:10px;padding:12px;display:flex}.ad-global-toolbar{margin-bottom:12px}.ad-overview-toolbar label{color:#64748b;gap:5px;min-width:180px;font-size:12px;display:grid}.ad-overview-toolbar select{color:#1e293b;background:#fff;border:1px solid #d8e1ed;border-radius:6px;min-height:36px;padding:0 34px 0 10px}.ad-overview-toolbar select:disabled{opacity:1;color:#1e293b;background:#f8fafc}.ad-toolbar-freshness{grid-template-columns:10px auto;align-items:center;column-gap:7px;margin-left:auto;padding:6px 2px;display:grid}.ad-toolbar-freshness strong{font-size:12px}.ad-toolbar-freshness small{color:#64748b;grid-column:2;font-size:11px}.ad-live-dot{background:#f59e0b;border-radius:50%;width:8px;height:8px}.ad-live-dot.fresh{background:#10b981}.ad-live-dot.stale{background:#ef4444}.ad-kpi-grid{grid-template-columns:repeat(8,minmax(128px,1fr));gap:10px;display:grid}.ad-kpi-grid .ad-metric{background:#fff;border:1px solid #dce5f1;border-radius:8px;align-items:flex-start;gap:9px;min-width:0;min-height:112px;padding:14px 12px;display:flex;box-shadow:0 3px 12px #1e40af09}.ad-kpi-grid .ad-metric>div{gap:5px;min-width:0;display:grid}.ad-kpi-grid .ad-metric small{color:#64748b;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ad-kpi-grid .ad-metric strong{color:#111827;white-space:nowrap;font-size:21px;line-height:1.15}.ad-kpi-grid .ad-metric em{color:#718096;font-size:10px;font-style:normal;line-height:1.25}.ad-metric-icon{color:#2563eb;background:#eff6ff;border-radius:7px;flex:0 0 31px;place-items:center;width:31px;height:31px;display:grid}.ad-metric-icon.green{color:#059669;background:#ecfdf5}.ad-metric-icon.cyan{color:#0891b2;background:#ecfeff}.ad-metric-icon.violet{color:#7c3aed;background:#f5f3ff}.ad-metric-icon.orange{color:#d97706;background:#fffbeb}.ad-metric-icon.red{color:#dc2626;background:#fef2f2}.ad-overview-main{grid-template-columns:minmax(0,3fr) minmax(260px,1fr);gap:14px;display:grid}.performance-surface{background:#fff;border:1px solid #dce5f1;border-radius:8px;box-shadow:0 3px 12px #1e40af08}.performance-surface>header{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:flex-start;gap:16px;padding:15px 16px 12px;display:flex}.performance-surface>header h3{margin:0 0 3px;font-size:15px}.performance-surface>header p{color:#718096;margin:0;font-size:11px}.ad-period-caption{color:#64748b;text-align:right;max-width:360px;font-size:10px}.ad-store-table{border-collapse:collapse;width:100%;min-width:940px;font-size:11px}.ad-store-table th{color:#64748b;text-align:left;background:#f8fafc;padding:9px 10px;font-weight:600}.ad-store-table td{vertical-align:middle;white-space:nowrap;border-top:1px solid #edf1f6;padding:12px 10px}.ad-store-table td:first-child{grid-template-columns:36px auto;column-gap:8px;min-width:170px;display:grid}.ad-store-table td:first-child strong,.ad-store-table td:first-child small{grid-column:2}.ad-store-table td small{color:#94a3b8;margin-top:2px;font-size:9px;display:block}.ad-shop-logo{color:#fff;background:#1268f3;border-radius:7px;grid-row:1/span 2;place-items:center;width:34px;height:34px;font-size:8px;font-weight:800;display:grid}.ad-data-state{color:#92400e;background:#fef3c7;border-radius:999px;padding:4px 7px;font-size:9px;display:inline-flex}.ad-data-state.fresh{color:#047857;background:#d1fae5}.ad-data-state.stale{color:#b91c1c;background:#fee2e2}.ad-attention-panel{min-width:0}.ad-warning-count{color:#b91c1c;background:#fee2e2;border-radius:999px;place-items:center;min-width:25px;height:25px;font-size:11px;font-weight:700;display:grid}.ad-warning-list{gap:8px;padding:12px;display:grid}.ad-warning-item,.ad-all-clear{color:#dc2626;background:snow;border:1px solid #fee2e2;border-radius:6px;gap:9px;padding:10px;display:flex}.ad-warning-item.warning{color:#d97706;background:#fffcf5;border-color:#fde7ba}.ad-warning-item.info{color:#2563eb;background:#f8fbff;border-color:#dbeafe}.ad-warning-item span,.ad-all-clear span{gap:3px;min-width:0;display:grid}.ad-warning-item strong,.ad-all-clear strong{color:#334155;font-size:11px}.ad-warning-item small,.ad-all-clear small{color:#718096;font-size:9px;line-height:1.3}.ad-all-clear{color:#059669;background:#f7fffb;border-color:#d1fae5}.ad-chart-panel{min-height:330px}.ad-line-chart{padding:8px 16px 12px}.ad-line-chart svg{width:100%;height:225px;display:block;overflow:visible}.ad-line-chart .grid{stroke:#e8eef6;stroke-width:1px}.ad-line-chart polyline{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.ad-line-chart .spend-line{stroke:#2563eb}.ad-line-chart .revenue-line{stroke:#22c55e;stroke-width:2.75px}.ad-line-chart .drr-line{stroke:#8b5cf6;stroke-width:2.5px}.ad-line-chart .spend-dot{fill:#fff;stroke:#2563eb;stroke-width:2px}.ad-chart-legend{color:#475569;gap:18px;padding:4px 8px 0;font-size:10px;display:flex}.ad-chart-legend span:before{content:"";background:#2563eb;width:15px;height:2px;margin:0 6px 3px 0;display:inline-block}.ad-chart-legend .drr:before{background:#8b5cf6}.ad-chart-legend .revenue:before{background:#22c55e}.ad-chart-axis{color:#94a3b8;justify-content:space-between;font-size:9px;display:flex}.ad-source-note{color:#475569;background:#f8fbff;border:1px solid #dbeafe;border-radius:7px;align-items:center;gap:8px;padding:10px 12px;font-size:10px;display:flex}.ad-chart-empty{color:#94a3b8;place-items:center;min-height:225px;font-size:12px;display:grid}@media (width<=1500px){.ad-kpi-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}}@media (width<=1050px){.ad-overview-main{grid-template-columns:1fr}.ad-overview-toolbar{flex-wrap:wrap}.ad-toolbar-freshness{margin-left:0}}@media (width<=760px){.ad-kpi-grid{grid-template-columns:repeat(2,minmax(135px,1fr))}.ad-overview-toolbar label{flex:1;min-width:calc(50% - 5px)}.ad-toolbar-freshness{width:100%}.ad-kpi-grid .ad-metric strong{font-size:18px}.ad-line-chart svg{height:180px}}@media (width<=460px){.ad-kpi-grid{grid-template-columns:1fr}.ad-overview-toolbar label{min-width:100%}}@media (width<=760px){.ad-custom-period{flex-wrap:wrap;width:100%}.ad-custom-period label{flex:1;min-width:calc(50% - 4px)!important}.ad-custom-period button{width:100%}}.ad-campaign-detail-page{background:#fff;border:1px solid #dce4ed;border-radius:8px;gap:14px;min-width:0;padding:18px;display:grid}.ad-detail-back{color:#1769e0;background:0 0;align-items:center;gap:5px;width:max-content;padding:0;font-weight:600;display:inline-flex}.ad-detail-head{justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:4px;display:flex}.ad-detail-head h2{color:#121a28;margin:0;font-size:24px}.ad-detail-head p{color:#657287;margin:5px 0 0}.ad-detail-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ad-detail-kpis{grid-template-columns:repeat(6,minmax(125px,1fr));gap:10px;display:grid}.ad-detail-kpis .ad-metric{min-height:88px;padding:12px}.ad-detail-kpis .ad-metric strong{font-size:18px}.ad-detail-tabs{border-bottom:1px solid #dce4ed;align-items:center;gap:22px;display:flex}.ad-detail-tabs button{color:#5b687b;background:0 0;border-bottom:2px solid #0000;border-radius:0;align-items:center;gap:7px;min-height:42px;padding:9px 3px;display:inline-flex}.ad-detail-tabs button.active{color:#1769e0;border-bottom-color:#1769e0}.ad-detail-tabs button span{color:#64748b;background:#edf2f7;border-radius:10px;padding:2px 7px;font-size:11px}.ad-detail-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ad-detail-info-card{border:1px solid #dfe6ee;border-radius:8px;padding:16px}.ad-detail-info-card h3{margin:0 0 14px;font-size:15px}.ad-detail-info-card dl{grid-template-columns:150px minmax(0,1fr);gap:11px 16px;margin:0;display:grid}.ad-detail-info-card dt{color:#718096}.ad-detail-info-card dd{color:#26364b;margin:0;font-weight:600}.ad-detail-products{border:1px solid #dfe6ee;border-radius:8px;min-width:0;overflow:hidden}.ad-coverage-badge{color:#1769e0;white-space:nowrap;background:#f3f7ff;border:1px solid #cfe0ff;border-radius:5px;align-items:center;min-height:24px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.ad-all-assortment-state{text-align:left;background:#fbfdff;border:1px solid #dfe6ee;border-radius:8px;justify-content:center;align-items:center;gap:14px;min-height:250px;padding:32px;display:flex}.ad-all-assortment-state>span{color:#1769e0;background:#eaf2ff;border-radius:8px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.ad-all-assortment-state h3{color:#172033;margin:0 0 7px;font-size:16px}.ad-all-assortment-state p{color:#526176;max-width:680px;margin:0 0 7px;line-height:1.5}.ad-all-assortment-state small{color:#718096}.ad-detail-product-table{min-width:1180px}.ad-detail-product-table th:first-child{min-width:260px}.ad-detail-product-table th:nth-child(2){min-width:160px}.ad-detail-sources{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ad-detail-sources>article{color:#1769e0;border:1px solid #dfe6ee;border-radius:8px;align-items:flex-start;gap:11px;padding:16px;display:flex}.ad-detail-sources h3{color:#172033;margin:0 0 6px;font-size:15px}.ad-detail-sources p{color:#526176;margin:0 0 6px;line-height:1.5}.ad-detail-sources small{color:#718096}.ad-detail-sources .ad-readonly-note{grid-column:1/-1;margin:0}@media (width<=1400px){.ad-detail-kpis{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (width<=900px){.ad-detail-overview,.ad-detail-sources{grid-template-columns:1fr}.ad-detail-kpis{grid-template-columns:repeat(2,minmax(135px,1fr))}.ad-detail-head{flex-direction:column}.ad-detail-sources .ad-readonly-note{grid-column:auto}}@media (width<=600px){.ad-campaign-detail-page{padding:12px}.ad-detail-kpis{grid-template-columns:1fr}.ad-detail-info-card dl{grid-template-columns:1fr;gap:5px}.ad-detail-tabs{gap:12px;overflow:auto}}.advertising-dashboard .ad-campaign-detail-page>.ad-detail-head{background:0 0;border:0;justify-content:space-between;align-items:flex-start;width:100%;height:auto;min-height:0;padding:0 0 4px}.advertising-dashboard .ad-detail-tabs{background:0 0;border-bottom:1px solid #dce4ed;justify-content:flex-start;align-items:center;gap:24px;width:100%;padding:0;display:flex}.advertising-dashboard .ad-detail-tabs>button,.advertising-dashboard .ad-detail-tabs>button:hover,.advertising-dashboard .ad-detail-tabs>button.active{color:#5b687b;width:auto;min-width:0;min-height:44px;box-shadow:none;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;flex:none;justify-content:center;padding:10px 2px;font-size:13px;font-weight:600}.advertising-dashboard .ad-detail-tabs>button:hover{color:#1769e0;background:0 0}.advertising-dashboard .ad-detail-tabs>button.active{color:#1769e0;border-bottom-color:#1769e0}.advertising-dashboard .ad-detail-tabs>button span{color:#526176;background:#edf2f7}.advertising-dashboard .ad-detail-products .ad-table-scroll{min-height:0;max-height:none}.advertising-dashboard .ad-detail-product-table{font-size:12px}.advertising-dashboard .ad-detail-product-table th{height:40px;padding:9px 12px}.advertising-dashboard .ad-detail-product-table td{vertical-align:middle;min-height:58px;padding:11px 12px;line-height:1.35}.advertising-dashboard .ad-detail-product-table td:first-child strong{white-space:normal;max-width:360px;line-height:1.35;display:block}.advertising-dashboard .ad-detail-product-table tbody tr{cursor:default}@media (width<=700px){.advertising-dashboard .ad-detail-tabs{gap:16px;overflow-x:auto}.advertising-dashboard .ad-detail-tabs>button{min-height:42px}}.advertising-dashboard .ad-detail-actions{align-items:flex-end;gap:10px;display:flex}.advertising-dashboard .ad-detail-actions label{color:#64748b;gap:4px;font-size:11px;display:grid}.advertising-dashboard .ad-detail-actions select{color:#26364b;background:#fff;border:1px solid #ccd7e3;border-radius:6px;min-width:145px;height:36px;padding:0 32px 0 10px}.advertising-dashboard .ad-detail-period-caption{color:#526176;background:#f8fbff;border:1px solid #dbeafe;border-radius:7px;align-items:center;gap:7px;padding:9px 11px;font-size:12px;display:flex}.advertising-dashboard .ad-detail-period-caption strong{color:#1769e0}.advertising-dashboard .ad-detail-period-caption span{color:#718096;margin-left:auto;font-size:11px}.advertising-dashboard .ad-detail-product-table{min-width:1320px}.advertising-dashboard .ad-product-identity{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;min-width:300px;display:grid}.advertising-dashboard .ad-product-identity img,.advertising-dashboard .ad-product-image-empty{object-fit:contain;background:#f8fafc;border:1px solid #e1e7ee;border-radius:7px;place-items:center;width:48px;height:48px;display:grid}.advertising-dashboard .ad-product-image-empty{color:#94a3b8}.advertising-dashboard .ad-product-identity>span:last-child{min-width:0}@media (width<=900px){.advertising-dashboard .ad-detail-actions{justify-content:space-between;align-items:stretch;width:100%}.advertising-dashboard .ad-detail-period-caption{flex-direction:column;align-items:flex-start}.advertising-dashboard .ad-detail-period-caption span{margin-left:0}}.ad-multi-dashboard{--ad-bg:#0b1522;--ad-panel:#122133;--ad-border:#24384d;--ad-text:#eaf2fb;--ad-muted:#91a4b9;min-height:calc(100vh - 58px);color:var(--ad-text);background:var(--ad-bg);margin:-22px;padding:22px}.ad-multi-dashboard .ad-head h2,.ad-multi-dashboard h3,.ad-multi-dashboard strong{color:var(--ad-text)}.ad-multi-dashboard .ad-head p,.ad-multi-dashboard small,.ad-multi-dashboard em,.ad-multi-dashboard .ad-toolbar-note{color:var(--ad-muted)}.ad-multi-dashboard .advertising-readonly{color:#6ee7b7;background:#103226;border-color:#225d4a}.ad-multi-dashboard .ad-refresh-button{color:#fff;background:#1769e0;border:1px solid #3b82f6;border-radius:7px;align-items:center;gap:8px;min-height:38px;padding:8px 14px;font-weight:700;display:inline-flex}.ad-multi-dashboard .ad-sync-strip,.ad-multi-dashboard .ad-tabs,.ad-multi-dashboard .ad-overview-toolbar,.ad-multi-dashboard .ad-metric,.ad-multi-dashboard .performance-surface,.ad-multi-dashboard .ad-campaign-card,.ad-multi-dashboard .ad-campaign-detail-page,.ad-multi-dashboard .ad-detail-info-card,.ad-multi-dashboard .ad-all-assortment-state,.ad-multi-dashboard .ad-detail-sources article,.ad-multi-dashboard .ad-readonly-note{border-color:var(--ad-border);background:var(--ad-panel);color:var(--ad-text);box-shadow:none}.ad-multi-dashboard .ad-sync-strip{color:var(--ad-muted)}.ad-multi-dashboard .ad-sync-strip strong{color:#fff}.ad-multi-dashboard .ad-tabs button{color:#a6b6c8;background:0 0}.ad-multi-dashboard .ad-tabs button:hover{color:#d9e9fa;background:#172a40}.ad-multi-dashboard .ad-tabs button.active{color:#fff;background:#1a3554;border-color:#3b82f6}.ad-multi-dashboard select,.ad-multi-dashboard input{color:#e7f0fa;background:#0f1c2b;border-color:#32485f}.ad-multi-dashboard select:focus,.ad-multi-dashboard input:focus{border-color:#4f94ff;box-shadow:0 0 0 2px #3b82f629}.ad-multi-dashboard option{color:#e7f0fa;background:#0f1c2b}.ad-multi-dashboard .ad-metric{min-height:112px}.ad-multi-dashboard .ad-metric>div strong{color:#fff}.ad-multi-dashboard .ad-metric-icon{background:#1a3150}.ad-multi-dashboard .ad-metric-icon.cyan{background:#123949}.ad-multi-dashboard .ad-metric-icon.green{background:#123a31}.ad-multi-dashboard .ad-metric-icon.orange{background:#3e2a12}.ad-multi-dashboard .ad-metric-icon.red{background:#421f28}.ad-multi-dashboard .ad-metric-icon.violet{background:#31234f}.ad-multi-dashboard .ad-table-scroll{scrollbar-color:#3b5269 #0e1a28}.ad-multi-dashboard table{color:var(--ad-text)}.ad-multi-dashboard table th{border-color:var(--ad-border);color:#9fb0c3;background:#101e2d}.ad-multi-dashboard table td{border-color:var(--ad-border);color:#dce7f3;background:0 0}.ad-multi-dashboard table tbody tr:hover td,.ad-multi-dashboard .advertising-campaign-table tbody tr.selected td{background:#172c43}.ad-multi-dashboard table td small{color:#71879f}.ad-multi-dashboard .ad-shop-logo{color:#fff;background:#1769e0}.ad-multi-dashboard .ad-attention-panel,.ad-multi-dashboard .ad-store-panel{min-height:315px}.ad-multi-dashboard .ad-warning-item{background:#261f14;border-color:#584721}.ad-multi-dashboard .ad-warning-item.error{background:#2b1720;border-color:#63313b}.ad-multi-dashboard .ad-warning-item.info{background:#132538;border-color:#294665}.ad-multi-dashboard .ad-chart-panel{min-height:310px}.ad-multi-dashboard .ad-line-chart .grid{stroke:#263b50}.ad-multi-dashboard .ad-line-chart .spend-line{stroke:#418cff}.ad-multi-dashboard .ad-line-chart .drr-line{stroke:#a66cff}.ad-multi-dashboard .ad-chart-empty{color:#8fa2b6}.ad-multi-dashboard .ad-source-note{color:#8fa2b6;background:#0e1c2b;border-color:#22384e}.ad-multi-dashboard .ad-search svg{color:#7890a8}.ad-multi-dashboard .ad-campaign-link{color:#60a5fa;background:0 0}.ad-multi-dashboard .ad-type,.ad-multi-dashboard .ad-coverage-badge{color:#9ec5ff;background:#193454}.ad-multi-dashboard .campaign-state{color:#a6b6c8;background:#253548}.ad-multi-dashboard .campaign-state.running,.ad-multi-dashboard .ad-data-state.fresh{color:#6ee7b7;background:#123a2e}.ad-multi-dashboard .ad-data-state.warning{color:#fbbf6a;background:#3a2a12}.ad-multi-dashboard .ad-pager{border-color:var(--ad-border);color:#91a4b9}.ad-multi-dashboard .ad-pager button,.ad-multi-dashboard button.secondary{color:#cbd8e6;background:#132235;border-color:#314960}.ad-multi-dashboard .ad-detail-head,.ad-multi-dashboard .ad-detail-tabs,.ad-multi-dashboard .ad-table-toolbar,.ad-multi-dashboard .ad-section-title{border-color:var(--ad-border);background:0 0}.ad-multi-dashboard .ad-detail-tabs>button{color:#9db0c5!important}.ad-multi-dashboard .ad-detail-tabs>button.active{color:#60a5fa!important;border-bottom-color:#3b82f6!important}.ad-multi-dashboard .ad-detail-period-caption{color:#a8bad0;background:#10243a;border-color:#294b6d}.ad-multi-dashboard .ad-detail-period-caption strong{color:#60a5fa}.ad-multi-dashboard .ad-product-identity img,.ad-multi-dashboard .ad-product-image-empty{background:#f8fafc;border-color:#31475d}.ad-multi-dashboard .ad-connection dl,.ad-multi-dashboard .ad-detail-info-card dl{color:#9fb0c3}.ad-multi-dashboard .ad-connection dd,.ad-multi-dashboard .ad-detail-info-card dd{color:#edf5fd}.ad-multi-dashboard .error{color:#fecaca;background:#321821;border-color:#71313d}@media (width<=900px){.ad-multi-dashboard{margin:-14px;padding:14px}.ad-multi-dashboard .ad-head{flex-direction:column;align-items:flex-start}.ad-multi-dashboard .ad-head-actions{justify-content:space-between;width:100%}}.ad-multi-dashboard{--ad-bg:#0a1726;--ad-panel:#102237;--ad-panel-soft:#0d1d2f;--ad-border:#22384f;--ad-text:#edf5fd;--ad-muted:#8fa4bb;box-sizing:border-box;gap:16px;width:auto;min-width:0;margin:0;padding:22px;font-size:14px;overflow-x:hidden}.ad-multi-dashboard .ad-head{background:0 0;border:0;align-items:center;min-width:0;height:auto;padding:0}.ad-multi-dashboard .ad-head>div:first-child,.ad-multi-dashboard .performance-surface>header>div{text-align:left;display:block}.ad-multi-dashboard .ad-head h2{margin:0 0 4px;font-size:28px;line-height:1.1}.ad-multi-dashboard .ad-head p{font-size:14px}.ad-multi-dashboard .ad-head-actions{flex:none}.ad-multi-dashboard .ad-sync-strip{display:none}.ad-multi-dashboard .ad-tabs{background:0 0;border-width:0 0 1px;border-radius:0;grid-template-columns:repeat(8,minmax(max-content,1fr));gap:12px;min-width:0;padding:0 4px;display:grid;overflow-x:auto}.ad-multi-dashboard .ad-tabs button,.ad-multi-dashboard .ad-tabs button:hover,.ad-multi-dashboard .ad-tabs button.active{min-height:46px;box-shadow:none;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:10px 6px;font-size:13px}.ad-multi-dashboard .ad-tabs button.active{color:#60a5fa;border-bottom-color:#3b82f6}.ad-multi-dashboard .ad-overview-toolbar{border-color:var(--ad-border);background:var(--ad-panel);align-items:center;min-width:0;padding:12px 14px}.ad-multi-dashboard .ad-global-toolbar{margin-bottom:0}.ad-multi-dashboard .ad-overview-toolbar label{gap:4px;min-width:165px;font-size:11px}.ad-multi-dashboard .ad-overview-toolbar select{height:38px;min-height:38px;font-size:13px}.ad-multi-dashboard .ad-overview-toolbar input[type=date]{border:1px solid var(--ad-border);height:38px;min-height:38px;color:var(--ad-text);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font:inherit;background:#0d1d2e;border-radius:6px;padding:0 10px}.ad-custom-period{align-items:end;gap:8px;display:flex}.ad-custom-period label{min-width:138px!important}.ad-custom-period button{color:#fff;background:#1769e0;border:1px solid #2563eb;border-radius:6px;min-height:38px;padding:0 16px;font-weight:700}.ad-custom-period button:disabled{opacity:.45;cursor:not-allowed}.ad-custom-period.compact label{min-width:132px!important}.ad-custom-period.compact input[type=date]{height:36px;min-height:36px}.ad-custom-period.compact button{min-height:36px}.ad-multi-dashboard .ad-toolbar-freshness{padding:0 2px}.ad-multi-dashboard .ad-toolbar-freshness strong{font-size:12px}.ad-multi-dashboard .ad-toolbar-freshness small{font-size:10px}.ad-multi-dashboard .ad-overview-page{grid-template-columns:minmax(0,1fr);gap:14px;min-width:0}.ad-multi-dashboard .ad-overview-content{visibility:visible;opacity:1;grid-template-columns:minmax(0,1fr);grid-auto-rows:max-content;gap:14px;min-width:0;display:grid}.ad-multi-dashboard .ad-overview-content>*{visibility:visible;opacity:1;min-width:0}.ad-multi-dashboard .ad-kpi-grid{gap:10px;min-width:0}.ad-multi-dashboard .ad-kpi-grid .ad-metric{border-color:var(--ad-border);background:var(--ad-panel);border-radius:7px;min-height:142px;padding:15px 14px 10px;display:block}.ad-multi-dashboard .ad-kpi-grid .ad-metric-icon{display:none}.ad-multi-dashboard .ad-kpi-grid .ad-metric>div{grid-template-rows:auto auto auto 34px;gap:3px;display:grid}.ad-multi-dashboard .ad-kpi-grid .ad-metric small{font-size:12px}.ad-multi-dashboard .ad-kpi-grid .ad-metric strong{font-size:25px}.ad-multi-dashboard .ad-kpi-grid .ad-metric em{font-size:10px}.ad-multi-dashboard .ad-sparkline{width:100%;height:34px;margin-top:4px;overflow:visible}.ad-multi-dashboard .ad-sparkline polyline{fill:none;stroke:#3b82f6;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.ad-multi-dashboard .ad-sparkline.violet polyline{stroke:#a855f7}.ad-multi-dashboard .ad-sparkline.cyan polyline{stroke:#22d3ee}.ad-multi-dashboard .ad-sparkline.green polyline{stroke:#22c55e}.ad-multi-dashboard .ad-sparkline.orange polyline{stroke:#f59e0b}.ad-multi-dashboard .ad-sparkline.red polyline{stroke:#ef4444}.ad-multi-dashboard .ad-sparkline-empty{border-bottom:1px dashed #2a425b;height:34px;display:block}.ad-multi-dashboard .ad-overview-primary{grid-template-columns:minmax(0,.95fr) minmax(0,1.25fr) minmax(260px,.75fr);align-items:stretch;gap:14px;min-width:0;padding:0;display:grid}.ad-multi-dashboard .performance-surface,.ad-multi-dashboard .ad-campaign-card{border-color:var(--ad-border);background:var(--ad-panel);border-radius:8px;min-width:0;padding:0;overflow:hidden}.ad-multi-dashboard .performance-surface>header{border-bottom:1px solid var(--ad-border);background:0 0;align-items:center;height:auto;min-height:64px;margin:0;padding:13px 16px}.ad-multi-dashboard .performance-surface>header h3{color:var(--ad-text);margin:0 0 3px;font-size:16px}.ad-multi-dashboard .performance-surface>header p{color:var(--ad-muted);font-size:11px}.ad-multi-dashboard .ad-period-caption{color:#7f95ad;max-width:240px;font-size:10px}.ad-multi-dashboard .ad-store-panel,.ad-multi-dashboard .ad-attention-panel,.ad-multi-dashboard .ad-chart-panel{height:410px;min-height:0}.ad-multi-dashboard .ad-store-panel .ad-table-scroll{min-height:0;max-height:346px;overflow:auto}.ad-multi-dashboard .ad-panel-empty{color:#8fa2b6;text-align:center;place-items:center;min-height:210px;padding:24px;display:grid}.ad-multi-dashboard .ad-store-table{table-layout:auto;min-width:0;font-size:12px}.ad-multi-dashboard .ad-store-table th{white-space:nowrap;padding:9px 10px;font-size:10px}.ad-multi-dashboard .ad-store-table td{padding:9px 10px;font-size:11.5px}.ad-multi-dashboard .ad-store-table td:first-child{grid-template-columns:33px minmax(0,1fr);column-gap:9px;min-width:165px}.ad-multi-dashboard .ad-store-table td:first-child strong{text-overflow:ellipsis;overflow:hidden}.ad-multi-dashboard .ad-store-table td small{margin-top:2px;font-size:9px}.ad-multi-dashboard .ad-shop-logo{border-radius:6px;width:32px;height:32px;font-size:8px}.ad-multi-dashboard .ad-data-state{padding:4px 7px;font-size:9px}.ad-multi-dashboard .ad-chart-panel{grid-template-rows:auto minmax(0,1fr);display:grid}.ad-multi-dashboard .ad-line-chart{min-height:0;padding:10px 15px 13px}.ad-multi-dashboard .ad-line-chart svg{height:280px}.ad-multi-dashboard .ad-chart-legend{padding:3px 4px 0;font-size:10px}.ad-multi-dashboard .ad-chart-axis{font-size:9px}.ad-multi-dashboard .ad-warning-list{gap:9px;max-height:346px;padding:13px;overflow:auto}.ad-multi-dashboard .ad-warning-item,.ad-multi-dashboard .ad-all-clear{gap:9px;padding:11px}.ad-multi-dashboard .ad-warning-item svg{flex:none;width:17px;height:17px}.ad-multi-dashboard .ad-warning-item strong,.ad-multi-dashboard .ad-all-clear strong{color:#e4edf7;font-size:11.5px}.ad-multi-dashboard .ad-warning-item small,.ad-multi-dashboard .ad-all-clear small{color:#8ea2b8;font-size:9.5px}.ad-multi-dashboard .ad-warning-count{min-width:26px;height:26px;font-size:11px}.ad-multi-dashboard .ad-overview-secondary{grid-template-columns:minmax(0,1fr) 320px;align-items:stretch;gap:14px;min-width:0;padding:0;display:grid}.ad-multi-dashboard .ad-active-campaigns-panel{height:340px}.ad-multi-dashboard .ad-active-campaigns-panel .ad-table-scroll{min-height:0;max-height:276px;overflow:auto}.ad-multi-dashboard .ad-overview-campaign-table{border-collapse:collapse;width:100%;min-width:1180px;font-size:11px}.ad-multi-dashboard .ad-overview-campaign-table th{text-align:left;white-space:nowrap;padding:9px 10px;font-size:10px}.ad-multi-dashboard .ad-overview-campaign-table td{border-top:1px solid var(--ad-border);white-space:nowrap;padding:10px}.ad-multi-dashboard .ad-overview-campaign-table td:first-child{max-width:190px}.ad-multi-dashboard .ad-overview-campaign-table td small{margin-top:2px;font-size:9px;display:block}.ad-multi-dashboard .ad-overview-campaign-table .ad-campaign-link{max-width:190px;font-size:11px}.ad-multi-dashboard .ad-overview-campaign-table .ad-type,.ad-multi-dashboard .ad-overview-campaign-table .campaign-state{padding:4px 7px;font-size:9px}.ad-multi-dashboard .ad-panel-link{color:#60a5fa;background:0 0;align-items:center;gap:4px;padding:0;font-size:11px;display:inline-flex}.ad-multi-dashboard .ad-overview-side-stack{min-width:0;height:340px;color:inherit;background:0 0;grid-template-rows:1fr 1fr;gap:14px;padding:0;display:grid}.ad-multi-dashboard .ad-connections-summary dl{grid-template-columns:1fr auto;gap:9px;margin:0;padding:12px 16px;font-size:11px;display:grid}.ad-multi-dashboard .ad-connections-summary dt{color:#9eb0c3}.ad-multi-dashboard .ad-connections-summary dd{margin:0;font-weight:700}.ad-multi-dashboard .ad-connections-summary dd.ok{color:#6ee7b7}.ad-multi-dashboard .ad-connections-summary dd.warn{color:#fbbf6a}.ad-multi-dashboard .ad-connections-summary dd.bad{color:#fca5a5}.ad-multi-dashboard .ad-connections-summary>.ad-panel-link{margin:0 12px 9px}.ad-multi-dashboard .ad-quick-links>button{color:#b8c7d8;text-align:left;background:0 0;grid-template-columns:18px 1fr 15px;align-items:center;width:100%;min-height:35px;padding:7px 15px;font-size:11px;display:grid}.ad-multi-dashboard .ad-quick-links>button:hover{color:#fff;background:#172c43}.ad-multi-dashboard .ad-latest-syncs{min-height:122px}.ad-multi-dashboard .ad-latest-syncs>header{min-height:58px;padding:11px 15px}.ad-multi-dashboard .ad-sync-feed{grid-template-columns:repeat(7,minmax(130px,1fr));display:grid;overflow:auto}.ad-multi-dashboard .ad-sync-feed article{border-left:1px solid var(--ad-border);gap:3px;min-width:0;padding:11px 13px;display:grid}.ad-multi-dashboard .ad-sync-feed article:first-child{border-left:0}.ad-multi-dashboard .ad-sync-feed time{color:#758ba3;font-size:9px}.ad-multi-dashboard .ad-sync-feed strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.ad-multi-dashboard .ad-sync-feed span{color:#a9b9ca;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.ad-multi-dashboard .ad-sync-feed small{color:#fbbf6a;font-size:9px}.ad-multi-dashboard .ad-sync-feed small.ok{color:#6ee7b7}.ad-multi-dashboard .ad-feed-empty{color:var(--ad-muted);padding:14px}.ad-multi-dashboard .ad-source-note{min-height:36px;padding:8px 11px;font-size:10px}.ad-multi-dashboard .ad-table-toolbar{gap:12px;padding:14px 16px}.ad-multi-dashboard .ad-table-toolbar select,.ad-multi-dashboard .ad-search{min-height:42px;font-size:13px}.ad-multi-dashboard .ad-search input{font-size:13px}.ad-multi-dashboard .ad-campaign-card .ad-table-scroll{min-height:420px}.ad-multi-dashboard .ad-campaign-table{font-size:13px}.ad-multi-dashboard .ad-campaign-table th{padding:11px 12px;font-size:11px}.ad-multi-dashboard .ad-campaign-table td{padding:12px;font-size:13px}.ad-multi-dashboard .ad-campaign-table td small{font-size:10px}.ad-multi-dashboard .ad-campaign-table .ad-campaign-link{font-size:13px}.ad-multi-dashboard .ad-campaign-table .ad-type,.ad-multi-dashboard .ad-campaign-table .campaign-state{padding:5px 8px;font-size:10px}.ad-multi-dashboard .ad-pager{min-height:48px;padding:10px 14px;font-size:11px}.ad-multi-dashboard .ad-analytics-page{gap:14px;min-width:0;display:grid}.ad-multi-dashboard .ad-analytics-kpis{grid-template-columns:repeat(6,minmax(150px,1fr));gap:10px;display:grid}.ad-multi-dashboard .ad-analytics-kpis .ad-metric{border-color:var(--ad-border);background:var(--ad-panel);min-height:118px}.ad-multi-dashboard .ad-analytics-chart{min-height:500px}.ad-multi-dashboard .ad-analytics-chart .ad-line-chart svg{height:390px}.ad-multi-dashboard .ad-info-strip{color:#a9c8ec;border-bottom:1px solid var(--ad-border);background:#102b45;align-items:center;gap:8px;padding:10px 15px;font-size:11px;display:flex}@media (width<=1400px){.ad-multi-dashboard .ad-overview-primary{grid-template-columns:minmax(390px,.9fr) minmax(470px,1.1fr)}.ad-multi-dashboard .ad-attention-panel{grid-column:1/-1;height:auto;min-height:150px}.ad-multi-dashboard .ad-warning-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none}}@media (width<=1250px){.ad-multi-dashboard .ad-kpi-grid{grid-template-columns:repeat(4,minmax(145px,1fr))}.ad-multi-dashboard .ad-overview-primary,.ad-multi-dashboard .ad-overview-secondary{grid-template-columns:1fr}.ad-multi-dashboard .ad-overview-side-stack{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr));height:auto}.ad-multi-dashboard .ad-analytics-kpis{grid-template-columns:repeat(3,minmax(145px,1fr))}}@media (width<=760px){.ad-multi-dashboard .ad-kpi-grid{grid-template-columns:repeat(2,minmax(135px,1fr))}.ad-multi-dashboard .ad-warning-list,.ad-multi-dashboard .ad-overview-side-stack{grid-template-columns:1fr}.ad-multi-dashboard .ad-analytics-kpis{grid-template-columns:repeat(2,minmax(135px,1fr))}}.ad-multi-dashboard{grid-auto-rows:max-content;align-content:start}.ad-multi-dashboard .ad-campaign-detail-page{grid-auto-rows:max-content;align-content:start;align-self:start;gap:12px;padding:16px;overflow:visible}.ad-multi-dashboard .ad-campaign-detail-page>*{min-width:0}.ad-multi-dashboard .ad-detail-back{color:#60a5fa;min-height:30px;font-size:13px}.ad-multi-dashboard .ad-campaign-detail-page>.ad-detail-head{border-bottom:1px solid var(--ad-border);align-items:center;gap:20px;padding:0 0 10px}.ad-multi-dashboard .ad-detail-title-row h2{color:var(--ad-text);margin:0;font-size:24px;line-height:1.2}.ad-multi-dashboard .ad-detail-head p{color:var(--ad-muted);margin:5px 0 0;font-size:13px}.ad-multi-dashboard .ad-detail-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:flex-end}.ad-multi-dashboard .ad-detail-actions label{color:#91a4b9}.ad-multi-dashboard .ad-detail-actions select{color:#e7f0fa;background:#0f1c2b;border-color:#32485f;min-width:180px}.ad-multi-dashboard .ad-detail-period-caption{min-height:40px;padding:8px 11px}.ad-multi-dashboard .ad-detail-kpis{grid-template-columns:repeat(6,minmax(135px,1fr));gap:10px}.ad-multi-dashboard .ad-detail-kpis .ad-metric{gap:10px;min-height:92px;padding:12px}.ad-multi-dashboard .ad-detail-kpis .ad-metric-icon{width:36px;height:36px}.ad-multi-dashboard .ad-detail-kpis .ad-metric>div{gap:2px}.ad-multi-dashboard .ad-detail-kpis .ad-metric small{font-size:11px}.ad-multi-dashboard .ad-detail-kpis .ad-metric strong{color:#fff;font-size:19px}.ad-multi-dashboard .ad-detail-kpis .ad-metric em{font-size:10px}.ad-multi-dashboard .ad-detail-tabs{margin-top:2px}.ad-multi-dashboard .ad-detail-info-card{padding:15px}.ad-multi-dashboard .ad-detail-info-card h3{color:var(--ad-text);margin-bottom:13px}.ad-multi-dashboard .ad-detail-info-card dt{color:#8fa4bb}@media (width<=1500px){.ad-multi-dashboard .ad-detail-kpis{grid-template-columns:repeat(3,minmax(160px,1fr))}}@media (width<=900px){.ad-multi-dashboard .ad-campaign-detail-page>.ad-detail-head{align-items:stretch}.ad-multi-dashboard .ad-detail-actions{justify-content:flex-start;width:100%}.ad-multi-dashboard .ad-detail-kpis{grid-template-columns:repeat(2,minmax(145px,1fr))}}@media (width<=600px){.ad-multi-dashboard .ad-campaign-detail-page{padding:12px}.ad-multi-dashboard .ad-detail-title-row h2{font-size:20px}.ad-multi-dashboard .ad-detail-actions,.ad-multi-dashboard .ad-detail-actions label,.ad-multi-dashboard .ad-detail-actions select{width:100%}.ad-multi-dashboard .ad-detail-kpis{grid-template-columns:1fr}}.ad-multi-dashboard .performance-overview-body{gap:14px;width:100%;min-width:0;visibility:visible!important;opacity:1!important;grid-template-columns:minmax(0,1fr)!important;grid-auto-rows:max-content!important;display:grid!important}.ad-multi-dashboard .performance-overview-body>*{min-width:0;visibility:visible!important;opacity:1!important}.ad-multi-dashboard .performance-overview-top{align-items:stretch;gap:14px;min-width:0;grid-template-columns:minmax(0,.95fr) minmax(0,1.25fr) minmax(260px,.75fr)!important;display:grid!important}.ad-multi-dashboard .performance-overview-bottom{align-items:stretch;gap:14px;min-width:0;grid-template-columns:minmax(0,1fr) 320px!important;display:grid!important}@media (width<=1400px){.ad-multi-dashboard .performance-overview-top{grid-template-columns:minmax(390px,.9fr) minmax(470px,1.1fr)!important}.ad-multi-dashboard .performance-overview-top .ad-attention-panel{grid-column:1/-1}}@media (width<=1250px){.ad-multi-dashboard .performance-overview-top,.ad-multi-dashboard .performance-overview-bottom{grid-template-columns:minmax(0,1fr)!important}}.dubai-page{gap:14px;display:grid}.dubai-head{align-items:flex-end}.dubai-eyebrow{color:#1677ff;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.dubai-head-actions{align-items:center;gap:10px;display:flex}.dubai-head-actions .pill{align-items:center;gap:6px;display:inline-flex}.dubai-head-actions button,.dubai-row-actions button{justify-content:center;align-items:center;gap:6px;display:inline-flex}.dubai-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.dubai-metrics>article{background:#fff;border:1px solid #dbe5ef;border-radius:8px;align-items:center;gap:12px;min-width:0;min-height:92px;padding:15px;display:flex}.dubai-metrics>article>span{color:#0766dc;background:#eaf3ff;border-radius:8px;flex:none;place-items:center;width:38px;height:38px;display:grid}.dubai-metrics>article>div{gap:2px;min-width:0;display:grid}.dubai-metrics small{color:#718096;font-size:12px}.dubai-metrics strong{color:#10213a;font-size:22px}.dubai-metrics em{color:#718096;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;overflow:hidden}.dubai-shops-panel,.dubai-catalog-panel{padding:0;overflow:hidden}.dubai-shops-panel>.panel-head,.dubai-catalog-panel>.panel-head{border-bottom:1px solid #e5edf5;min-height:64px;margin:0;padding:13px 16px}.dubai-shops-panel .panel-head p,.dubai-catalog-panel .panel-head p{color:#718096;margin:3px 0 0;font-size:12px}.dubai-shop-list{display:grid}.dubai-shop-row{cursor:pointer;border-bottom:1px solid #e5edf5;grid-template-columns:38px minmax(180px,1.4fr) 120px 90px 90px minmax(145px,1fr) auto;align-items:center;gap:12px;min-height:68px;padding:10px 14px;display:grid}.dubai-shop-row:last-child{border-bottom:0}.dubai-shop-row:hover,.dubai-shop-row.selected{background:#f3f8ff}.dubai-shop-row.selected{box-shadow:inset 3px 0 #1677ff}.dubai-ozon-logo{background:#0766eb;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.dubai-ozon-logo img{object-fit:contain;width:27px;height:27px}.dubai-shop-name,.dubai-shop-stat,.dubai-shop-sync{gap:3px;min-width:0;display:grid}.dubai-shop-name strong,.dubai-shop-sync strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dubai-shop-row small{color:#718096;font-size:10px}.dubai-shop-stat strong{font-size:16px}.dubai-row-actions{gap:6px;display:flex}.dubai-row-actions .icon-text{min-height:32px;padding:6px 9px}.danger-button{color:#d9363e!important}.dubai-toolbar{background:#f8fafc;border-bottom:1px solid #e5edf5;grid-template-columns:minmax(280px,1fr) 200px 175px 390px 38px;gap:10px;padding:12px 14px;display:grid}.dubai-search{background:#fff;border:1px solid #d5e0eb;border-radius:6px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:6px;padding-left:10px;display:grid}.dubai-search svg{color:#718096}.dubai-search input{background:0 0;border:0;outline:0;min-width:0}.dubai-search button{border-width:0 0 0 1px;border-radius:0 5px 5px 0}.dubai-invest-filters{background:#fff;border:1px solid #d5e0eb;border-radius:6px;grid-template-columns:auto 52px 52px auto;align-items:center;gap:7px;min-height:38px;padding:4px 7px 4px 10px;display:grid}.dubai-invest-filters>span{color:#52637a;white-space:nowrap;font-size:11px;font-weight:700}.dubai-invest-filters label{color:#718096;align-items:center;gap:4px;font-size:10px;display:flex}.dubai-invest-filters input{border:1px solid #e1e8f0;border-radius:4px;width:100%;min-width:0;height:28px;padding:4px 5px}.dubai-invest-sort{border:1px solid #d5e0eb;border-radius:5px;align-items:center;display:flex;overflow:hidden}.dubai-invest-sort button{color:#52637a;background:#fff;border:0;border-right:1px solid #d5e0eb;border-radius:0;place-items:center;min-width:30px;height:28px;padding:0 7px;font-size:10px;display:grid}.dubai-invest-sort button:last-child{border-right:0}.dubai-invest-sort button:hover{color:#0766dc;background:#f3f8ff}.dubai-invest-sort button.active{color:#fff;background:#1677ff}.dubai-catalog-summary{align-items:center;gap:9px;display:flex}.dubai-average-pill{background:#f3f8ff;border:1px solid #cfe2f8;border-radius:6px;grid-template-columns:1fr auto;align-items:center;column-gap:8px;min-width:142px;padding:6px 9px;display:grid}.dubai-average-pill small{color:#52637a;font-size:10px}.dubai-average-pill strong{color:#0766dc;grid-area:1/2/span 2;font-size:17px}.dubai-average-pill em{color:#718096;font-size:9px;font-style:normal}.dubai-average-pill.maximum{background:#fff8e8;border-color:#f1d3a5}.dubai-average-pill.maximum strong{color:#b86b00}.dubai-table-wrap{max-height:570px;overflow:auto}.dubai-table{table-layout:fixed;min-width:1540px}.dubai-table th{z-index:2;background:#edf3f8;position:sticky;top:0}.dubai-table th:first-child{width:270px}.dubai-table th:nth-child(2){width:145px}.dubai-table th:nth-child(3){width:210px}.dubai-table th:nth-child(4){width:180px}.dubai-table th:nth-child(5){width:150px}.dubai-table th:nth-child(6){width:90px}.dubai-table th:nth-child(7){width:105px}.dubai-table th:nth-child(8){width:170px}.dubai-table th:nth-child(9){width:105px}.dubai-table th:nth-child(10){width:150px}.dubai-table td{vertical-align:middle}.dubai-table td>small{color:#718096;margin-top:3px;font-size:10px;display:block}.dubai-product-cell{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px;display:grid}.dubai-product-cell img,.dubai-image-empty{object-fit:contain;background:#fff;border:1px solid #e1e8f0;border-radius:6px;width:42px;height:42px}.dubai-image-empty{color:#1677ff;place-items:center;font-size:10px;font-weight:800;display:grid}.dubai-product-cell strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.25;display:-webkit-box;overflow:hidden}.stock-good{color:#078b55}.stock-zero{color:#d9363e}.dubai-index{border-radius:14px;justify-content:center;min-width:47px;padding:4px 7px;font-weight:700;display:inline-flex}.dubai-index.good{color:#087f52;background:#dff7ec}.dubai-index.warn{color:#9b6800;background:#fff1cc}.dubai-index.bad{color:#c42f38;background:#ffe4e4}.invest-value{color:#0766dc}.estimate-value{color:#9b6800}.estimate-note{font-weight:600;color:#9b6800!important}.api-unavailable{color:#b54708;font-size:12px}.dubai-capability-note{color:#7a4d00;background:#fff8e8;border:1px solid #f5d49b;border-radius:6px;align-items:center;gap:10px;margin:0 14px 10px;padding:9px 11px;font-size:12px;display:flex}.dubai-capability-note span{color:#805e25}.dubai-capability-note code{color:inherit;font-size:11px}.dubai-pager{color:#718096;border-top:1px solid #e5edf5;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:9px 14px;font-size:12px;display:flex}.dubai-pager>div{align-items:center;gap:10px;display:flex}.dubai-modal{gap:13px;width:min(520px,100vw - 28px);display:grid}.dubai-modal>label{gap:5px;display:grid}.spin{animation:.8s linear infinite dubai-spin}@keyframes dubai-spin{to{transform:rotate(360deg)}}@media (width<=1250px){.dubai-shop-row{grid-template-columns:38px minmax(180px,1fr) 110px 80px 80px auto}.dubai-shop-sync{display:none}}@media (width<=900px){.dubai-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dubai-shop-row{grid-template-columns:38px minmax(160px,1fr) auto}.dubai-shop-stat,.dubai-shop-sync{display:none}.dubai-row-actions{grid-column:2/-1}.dubai-toolbar{grid-template-columns:1fr 1fr}.dubai-search,.dubai-invest-filters{grid-column:1/-1}}@media (width<=600px){.dubai-head{align-items:stretch}.dubai-head-actions{justify-content:space-between}.dubai-metrics,.dubai-toolbar{grid-template-columns:1fr}.dubai-search,.dubai-invest-filters{grid-column:auto}.dubai-catalog-summary{flex-direction:column;align-items:flex-end}.dubai-pager{flex-direction:column;align-items:stretch}}
