.bg-app{--yellow:#f2b93b;--yellow-dark:#e0a526;--yellow-light:#fdecc5;--ink:#1a1a1a;--gray-600:#6b7280;--gray-400:#9ca3af;--gray-200:#e5e7eb;--gray-100:#f3f4f6;--red:#e0563f;--red-light:#fceae6;--green:#1fa95c;--blue:#3b82c4;--blue-light:#e7f0f9;--card-bg:#fff;--bg:#fff;--radius:14px}:where(.bg-app *){box-sizing:border-box;margin:0;padding:0}.bg-app{letter-spacing:normal;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-text-size-adjust:100%;text-size-adjust:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:normal}.bg-app :where(button,input,select,textarea){font:revert}.bg-app :where(button){appearance:auto}.bg-app :where(a){color:inherit;text-decoration:none}.bg-app :where(img){vertical-align:baseline;max-width:none}.bg-app :where(svg){vertical-align:baseline;display:inline}.bg-app :where(table){border-color:currentColor}.bg-app input::placeholder,.bg-app textarea::placeholder{color:#757575;opacity:1}:where(.bg-app *){border-style:none}.app{background:#fff;width:100%;min-height:100vh;margin:0 auto}.header{z-index:30;background:#fff;justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex;position:sticky;top:0}.logo{align-items:center;display:flex}.logo-svg{width:auto;height:26px;display:block}.header-right{align-items:center;gap:8px;display:flex}.lang-toggle{background:var(--gray-100);border-radius:8px;padding:2px;font-size:12px;font-weight:600;display:flex}.lang-toggle span{color:var(--gray-400);border-radius:6px;padding:5px 10px}.lang-toggle span.active{background:var(--bg);color:var(--yellow-dark)}.bell{background:var(--gray-100);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:relative}.bell svg{width:24px;height:24px;stroke:var(--ink)}.bell .badge{background:var(--red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-3px;right:-3px}.avatar{background:var(--yellow-light);width:34px;height:34px;color:var(--yellow-dark);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.nav{width:100%;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--gray-100);z-index:100;background:#fff;justify-content:space-between;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -2px 10px #0000000a}.nav-item{color:var(--gray-400);cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:5px;font-size:10.5px;font-weight:600;display:flex}.nav-item svg{width:20px;height:20px;stroke:var(--gray-400);fill:none}.nav-item.active{color:var(--yellow-dark)}.nav-item.active svg{stroke:var(--yellow-dark)}.nav-item.active .nav-underline{background:var(--yellow-dark);border-radius:2px;width:22px;height:2.5px;margin-top:1px}.sidebar-logo{display:none}.content{padding:14px 14px calc(30px + 66px + env(safe-area-inset-bottom))}.page-title-row{justify-content:space-between;align-items:center;gap:10px;margin:6px 0 16px;display:flex}.page-title{letter-spacing:.2px;font-size:24px;font-weight:800}.add-bag-btn{background:var(--ink);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:10px 13px;font-family:inherit;font-size:10.5px;font-weight:700;display:flex}.add-bag-btn svg{stroke:#fff;stroke-width:2.6px;flex-shrink:0;width:13px;height:13px}.modal-overlay{z-index:300;background:#00000073;justify-content:center;align-items:flex-end;display:none;position:fixed;inset:0}.modal-overlay.open{display:flex}.modal-card{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-width:440px;max-height:94vh;padding:16px;display:flex;overflow-x:hidden;box-shadow:0 -8px 30px #00000026}.modal-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.modal-title{font-size:15px;font-weight:800}.modal-close{background:var(--gray-100);cursor:pointer;width:28px;height:28px;color:var(--ink);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.modal-close svg{stroke-width:2.2px;fill:none;width:14px;height:14px;stroke:var(--ink)}.modal-body{flex-direction:column;flex:1;gap:11px;min-height:0;display:flex;overflow:hidden auto}.photo-row{flex-wrap:wrap;gap:8px;display:flex}.photo-tile{background:var(--gray-100);width:52px;height:52px;color:var(--gray-400);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.photo-tile.add{border:1.5px dashed var(--gray-200);cursor:pointer;background:#fff}.photo-tile.add svg{stroke-width:2px;fill:none;width:17px;height:17px;stroke:var(--ink)}.form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.form-row.full{grid-template-columns:1fr;gap:10px;display:grid}.form-field{flex-direction:column;gap:5px;display:flex}.form-field.full{grid-column:1/-1}.form-label{color:var(--gray-600);font-size:9.5px;font-weight:700}.form-input,.form-select,.form-textarea{color:var(--ink);border:1px solid var(--gray-200);background:#fff;border-radius:10px;width:100%;padding:9px 10px;font-family:inherit;font-size:12px;font-weight:600}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:11px 11px;padding-right:24px}.form-textarea{resize:none;min-height:48px;font-family:inherit}.price-input-wrap{position:relative}.price-input-wrap .prefix{color:var(--gray-400);pointer-events:none;font-size:12px;font-weight:700;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.price-input-wrap input{padding-left:20px}.modal-footer{flex-shrink:0;gap:10px;margin-top:14px;display:flex}.modal-btn{cursor:pointer;text-align:center;border:1px solid var(--gray-200);color:var(--ink);background:#fff;border-radius:10px;flex:1;padding:11px;font-family:inherit;font-size:12px;font-weight:700}.modal-btn.primary{background:var(--ink);color:#fff;border:none}.item-modal-card{max-width:480px}.item-modal-body{gap:16px}.item-top-card{border-bottom:1px solid var(--gray-100);flex-shrink:0;gap:8px;padding-bottom:14px;display:flex}.item-top-left,.item-top-right{flex:1;min-width:0}.client-actions-block{flex-shrink:0}.ca-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.ca-title{letter-spacing:.3px;color:var(--gray-600);align-items:center;gap:6px;font-size:10.5px;font-weight:800;display:flex}.ca-title .pill{background:var(--gray-200);color:var(--gray-600);border-radius:20px;padding:2px 7px;font-size:9px;font-weight:800}.ca-sort{color:var(--gray-400);align-items:center;gap:5px;font-size:10px;font-weight:600;display:flex}.ca-sort select{color:var(--ink);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:10px;font-weight:700}.ca-list{flex-direction:column;margin-top:8px;display:flex}.ca-row{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;gap:9px;padding:9px 6px;display:flex}.ca-row.active{background:var(--yellow-light);border-color:var(--yellow-light)}.ca-row:not(.active):hover{background:var(--gray-100)}.ca-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:800;display:flex}.ca-info{flex:1;align-items:center;gap:7px;min-width:0;display:flex}.ca-name{color:var(--ink);white-space:nowrap;font-size:11.5px;font-weight:800}.ca-status{white-space:nowrap;align-items:center;gap:4px;font-size:9.5px;font-weight:700;display:flex}.ca-status svg{fill:none;stroke-width:2px;width:11px;height:11px}.ca-last{color:var(--gray-400);white-space:nowrap;flex-shrink:0;font-size:8.5px;font-weight:600}.ca-badge{background:var(--red-light);min-width:18px;height:18px;color:var(--red);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0 5px;font-size:9.5px;font-weight:800;display:flex}.ca-chevron{width:14px;height:14px;stroke:var(--gray-400);fill:none;flex-shrink:0}.client-log-panel{border:1px solid var(--gray-100);background:var(--gray-100);border-radius:12px;flex-shrink:0;overflow:hidden}.client-log-panel[hidden]{display:none}.log-head{background:var(--gray-100);border-bottom:1px solid var(--gray-200);align-items:center;gap:9px;padding:10px;display:flex}.log-head .ca-avatar{width:30px;height:30px;font-size:10px}.log-head-info{flex:1;min-width:0}.log-head-name-line{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.log-head-name{color:var(--ink);white-space:nowrap;font-size:11px;font-weight:800}.log-head-meta{color:var(--gray-400);margin-top:2px;font-size:8px;font-weight:600}.log-status-pill{white-space:nowrap;border-radius:20px;flex-shrink:0;padding:4px 8px;font-size:8.5px;font-weight:700}.log-close-btn{background:var(--gray-100);cursor:pointer;width:22px;height:22px;color:var(--gray-600);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.log-close-btn svg{stroke-width:2.2px;fill:none;stroke:currentColor;width:11px;height:11px}.log-entries{background-color:var(--gray-100);flex-direction:column;gap:12px;max-height:240px;padding:12px 10px;display:flex;overflow:hidden auto}.log-date{text-align:center;color:var(--gray-400);margin-bottom:2px;font-size:8.5px;font-weight:700}.log-entry{align-items:center;gap:8px;display:flex}.log-entry.mine{flex-direction:row-reverse}.log-entry.mine .log-entry-body{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.log-entry.mine .log-time{margin-top:2px}.log-ico{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.log-ico svg{fill:none;stroke-width:2px;width:12px;height:12px}.log-entry-body{flex:1;min-width:0}.log-entry-title{color:var(--ink);font-size:10px;font-weight:700}.log-entry-sub{color:var(--gray-400);margin-top:1px;font-size:8.5px;font-weight:600}.log-bubble{color:var(--ink);background:#fff;border-radius:10px;margin-top:5px;padding:8px 10px;font-size:10px;font-weight:600;line-height:1.4}.log-bubble.mine{background:var(--yellow-light)}.log-photos{gap:6px;margin-top:6px;display:flex}.log-photo-thumb{background:var(--gray-200);width:44px;height:44px;color:var(--gray-400);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.log-photo-thumb svg{fill:none;stroke-width:1.4px;width:16px;height:16px}.log-time{color:var(--gray-400);white-space:nowrap;flex-shrink:0;margin-top:2px;font-size:8px;font-weight:600}.log-composer{background:var(--gray-100);border-top:1px solid var(--gray-200);align-items:center;gap:6px;padding:9px 10px;display:flex}.composer-icon{cursor:pointer;width:30px;height:30px;color:var(--gray-600);background:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.composer-icon svg{fill:none;stroke-width:1.8px;stroke:currentColor;width:22px;height:22px}.composer-input{min-width:0;color:var(--ink);border:1px solid var(--gray-100);background:#fff;border-radius:20px;flex:1;padding:8px 12px;font-family:inherit;font-size:11px;font-weight:600}.composer-send{background:var(--yellow-dark);cursor:pointer;color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.composer-send svg{fill:none;stroke-width:2px;stroke:currentColor;width:20px;height:20px}@media (max-width:1023.98px){.item-modal-card{border-radius:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh}}.period-card{padding:14px}.period-label{color:var(--ink);margin-bottom:10px;font-size:11px;font-weight:700}.period-tabs{gap:8px;width:100%;margin-bottom:9px;display:flex}.period-tab{text-align:center;background:var(--gray-100);color:var(--ink);cursor:pointer;border:1px solid #0000;border-radius:10px;flex:1;padding:10px 6px;font-size:10.5px;font-weight:700}.period-tab.active{color:var(--yellow-dark);border-bottom:2px solid var(--yellow-dark);background:0 0;border-radius:0}.period-tab.date-btn{border:1px solid var(--gray-200);background:#fff;justify-content:center;align-items:center;gap:6px;display:flex}.period-tab.date-btn svg{width:13px;height:13px;stroke:var(--ink);fill:none}.period-caption{color:var(--gray-400);font-size:10px}.section-card{border:1px solid var(--gray-100);border-radius:var(--radius);background:#fff;margin-bottom:14px;padding:4px;box-shadow:0 1px 3px #00000008}.section-card.card-full{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.cat-list-card{box-shadow:none;border:none;border-radius:0;padding-left:0;padding-right:0}.filters-card{border:1px solid var(--gray-100);border-radius:var(--radius);margin-bottom:16px;padding:12px;box-shadow:0 1px 3px #00000008}.filters-row{flex-wrap:wrap;gap:6px;display:flex;overflow-x:visible}.filter-btn{border:1px solid var(--gray-200);color:var(--ink);cursor:pointer;white-space:nowrap;background:#fff;border-radius:10px;flex:1 0;justify-content:center;align-items:center;gap:5px;padding:8px 9px;font-family:inherit;font-size:9px;font-weight:600;display:flex}.filter-btn svg{stroke-width:1.4px;fill:none;flex-shrink:0;width:18px;height:18px}.filter-btn.active{border-color:var(--ink)}.filter-dropdown{flex:100%;justify-content:space-between}.filter-dropdown svg{width:10px;height:10px;stroke:var(--gray-600);margin-left:1px}.fp-red{background:var(--red-light);border-color:var(--red-light);color:var(--red)}.fp-yellow{background:var(--yellow-light);border-color:var(--yellow-light);color:var(--yellow-dark)}.fp-blue{background:var(--blue-light);border-color:var(--blue-light);color:var(--blue)}.archive-label{color:var(--ink);align-items:center;gap:7px;margin:2px 4px 12px;font-size:12px;font-weight:700;display:flex}.archive-label .dim{color:var(--gray-400);font-weight:600}.archive-label .pill{background:var(--yellow-light);color:var(--yellow-dark);white-space:nowrap;border-radius:20px;margin-left:auto;padding:5px 10px;font-size:10.5px;font-weight:700}.cat-item{border-top:1px solid var(--gray-100);align-items:flex-start;gap:6px;width:100%;padding:14px 0;display:flex}.cat-item:first-child{border-top:none}.cat-left{cursor:pointer;flex:1;min-width:0}.cat-row{gap:8px;display:flex}.cat-thumb{background:var(--gray-100);width:76px;height:122px;color:var(--gray-400);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.cat-thumb svg{fill:none;stroke-width:1.3px;width:19px;height:19px}.cat-thumb img{object-fit:cover;width:100%;height:100%}.cat-info{flex:1;min-width:0}.cat-name{color:var(--ink);font-size:9px;font-weight:500}.cat-condition{color:var(--gray-600);margin-top:2px;font-size:9.5px;font-weight:600}.cat-sku{color:var(--gray-400);margin-top:2px;font-size:8.5px}.cat-partners{flex-direction:column;gap:5px;margin-top:8px;display:flex}.cat-partner-row{align-items:center;gap:6px;display:flex}.cat-avatar{background:var(--ink);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:8.5px;font-weight:700;display:flex}.cat-badge{white-space:nowrap;border-radius:6px;align-items:center;gap:3px;padding:2px 6px;font-size:9px;font-weight:700;display:inline-flex}.cat-badge svg{fill:none;stroke-width:2px;width:10px;height:10px}.cat-right{flex:1;min-width:0}.cat-price{position:relative}.cat-edit-btn{cursor:pointer;width:20px;height:20px;color:var(--gray-400);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-4px;right:-2px}.cat-edit-btn-modal{border:1px solid var(--gray-200);background:var(--gray-100);cursor:pointer;color:var(--gray-600);border-radius:8px;justify-content:center;align-items:center;gap:4px;margin-top:12px;padding:2px 4px;font-size:8px;display:flex}.cat-edit-btn-modal svg{stroke-width:1.3px;fill:none;stroke:currentColor;width:14px;height:14px}.cat-edit-btn svg{stroke-width:1.3px;fill:none;stroke:currentColor;width:16px;height:16px}.cat-price-row{gap:8px;padding-right:18px;display:flex}.cat-price-col{min-width:0}.cat-price-label{color:var(--gray-400);white-space:nowrap;font-size:7.3px;font-weight:600;display:block}.cat-price-label .bag{color:var(--yellow-dark)}.cat-price-value{color:var(--ink);white-space:nowrap;margin-top:1px;font-size:11px;font-weight:800}.cat-profit{margin-top:7px}.cat-profit-label{color:var(--gray-400);font-size:7.3px;font-weight:600;display:block}.cat-profit-value{color:var(--green);white-space:nowrap;font-size:11.5px;font-weight:800}.cat-profit-pct{color:var(--green);margin-top:1px;font-size:8.5px;font-weight:700;display:block}.cat-actions{grid-template-columns:1fr 1fr;gap:4px;margin-top:10px;display:grid}.cat-action{border:1px solid var(--gray-200);color:var(--ink);cursor:pointer;text-align:center;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:4px;min-height:30px;padding:6px 4px;font-family:inherit;font-size:6px;font-weight:600;line-height:1.15;display:flex}.cat-action img{width:auto;display:block}.cat-action img.logo-bagcheck{height:11px}.cat-action img.logo-avito{height:8px}.cat-action span[data-icon]{flex-shrink:0;width:15px;height:15px;display:flex}.cat-action span[data-icon] svg{fill:none;stroke-width:1.2px;width:15px;height:15px}@media (min-width:1024px){.bg-app{background:#fafafa}.app{background:#fafafa;grid-template:"sidebar topbar"80px"sidebar content"1fr/260px 1fr;max-width:1920px;min-height:100vh;margin:0 auto;display:grid}.header{border-bottom:1px solid var(--gray-100);background:#fff;grid-area:topbar;justify-content:flex-end;padding:0 48px}.header .logo{display:none}.header-right{gap:16px}.lang-toggle{font-size:13px}.lang-toggle span{padding:7px 14px}.bell{width:40px;height:40px}.bell svg{width:32px;height:32px}.avatar{width:40px;height:40px;font-size:14px}.nav{border-top:none;border-right:1px solid var(--gray-100);width:auto;max-width:none;height:100vh;box-shadow:none;z-index:10;background:#fff;flex-direction:column;grid-area:sidebar;justify-content:flex-start;align-items:stretch;gap:3px;padding:26px 16px;position:sticky;top:0;bottom:auto;left:auto;transform:none}.sidebar-logo{align-items:center;margin-bottom:40px;padding:4px 8px;display:flex}.sidebar-logo .logo-svg{width:auto;height:36px}.nav-item{border-radius:10px;flex-direction:row;flex:0;justify-content:flex-start;align-items:center;gap:14px;width:100%;padding:13px 14px;font-size:13.5px;transition:background .15s}.nav-item:hover{background:var(--gray-100)}.nav-item svg{width:24px;height:24px}.nav-item.active,.nav-item.active:hover{background:var(--yellow-light)}.nav-item.active .nav-underline{display:none}.content{grid-area:content;width:100%;max-width:1520px;margin:0 auto;padding:36px 48px 64px}.page-title{font-size:30px}.page-title-row{margin:0 0 22px}.add-bag-btn{border-radius:11px;gap:8px;padding:12px 20px;font-size:13px}.add-bag-btn svg{width:15px;height:15px}.modal-overlay{align-items:center}.modal-card{border-radius:18px;max-width:520px;max-height:90vh;padding:24px}.modal-title{font-size:18px}.modal-close{width:32px;height:32px}.modal-close svg{width:16px;height:16px}.modal-body{gap:14px}.photo-tile{border-radius:12px;width:64px;height:64px}.photo-tile.add svg{width:20px;height:20px}.form-row{gap:14px}.form-label{font-size:11px}.form-input,.form-select,.form-textarea{border-radius:11px;padding:11px 12px;font-size:13.5px}.price-input-wrap .prefix{font-size:13.5px;left:12px}.price-input-wrap input{padding-left:24px}.form-textarea{min-height:64px}.modal-btn{border-radius:11px;padding:13px;font-size:13.5px}.item-modal-card{max-width:640px;max-height:86vh}.ca-title{font-size:12px}.ca-title .pill{font-size:10px}.ca-sort,.ca-sort select{font-size:11.5px}.ca-row{gap:11px;padding:11px 8px}.ca-avatar{width:38px;height:38px;font-size:12.5px}.ca-name{font-size:13px}.ca-status{font-size:11px}.ca-last{font-size:10px}.ca-badge{min-width:20px;height:20px;font-size:11px}.log-head{padding:12px}.log-head-name{font-size:12.5px}.log-head-meta{font-size:9.5px}.log-status-pill{padding:5px 10px;font-size:10px}.log-entries{gap:14px;max-height:300px;padding:14px 12px}.log-entry-title{font-size:11.5px}.log-entry-sub{font-size:9.5px}.log-bubble{padding:9px 12px;font-size:11.5px}.log-time{font-size:9px}.composer-input{padding:9px 14px;font-size:12.5px}.item-top-card{gap:12px}.cat-edit-btn-modal{padding:6px 8px;font-size:12px}.cat-edit-btn-modal svg{width:12px;height:12px}.period-card{padding:20px}.period-label{margin-bottom:14px;font-size:14px}.period-tab{padding:13px 10px;font-size:13px}.period-tab.date-btn svg{width:16px;height:16px}.period-caption{font-size:12px}.filters-card{margin-bottom:22px;padding:16px 18px}.filters-row{flex-wrap:wrap;gap:10px;overflow-x:visible}.filter-dropdown{flex:none;min-width:240px}.filter-btn{border-radius:11px;padding:11px 18px;font-size:13px}.filter-btn svg{width:22px;height:22px}.archive-label{margin:0 6px 16px;font-size:14px}.archive-label .pill{padding:7px 14px;font-size:12px}.section-card{padding:18px}.cat-list-card{border:1px solid var(--gray-100);border-radius:var(--radius);box-shadow:0 1px 3px #00000008}.cat-item{align-items:flex-start;gap:16px;padding:16px}.cat-left{flex-direction:column;display:flex}.cat-row{gap:18px}.cat-thumb{border-radius:12px;width:110px;height:152px}.cat-thumb svg{width:30px;height:30px}.cat-name{font-size:16px}.cat-condition{font-size:12.5px}.cat-sku{font-size:11px}.cat-partners{flex-flow:wrap;gap:8px 10px;margin-top:10px}.cat-avatar{width:23px;height:23px;font-size:10px}.cat-badge{border-radius:7px;padding:4px 8px;font-size:11.5px}.cat-badge svg{width:12px;height:12px}.cat-right{width:580px}.cat-price-row{gap:40px;padding-right:24px}.cat-price-label{font-size:10px}.cat-price-value{font-size:17px}.cat-profit{margin-top:9px}.cat-profit-label{font-size:10px}.cat-profit-value{font-size:18px}.cat-profit-pct{font-size:12px}.cat-edit-btn{width:26px;height:26px;top:-8px;right:-6px}.cat-edit-btn svg{width:16px;height:16px}.cat-actions{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}.cat-action{white-space:nowrap;border-radius:10px;gap:7px;padding:12px 8px;font-size:12.5px}.cat-action img.logo-bagcheck{height:15px}.cat-action img.logo-avito{height:12px}.cat-action span[data-icon],.cat-action span[data-icon] svg{width:16px;height:16px}}
