.shop-category-manager{display:grid;gap:20px}.shop-type-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,280px) auto;align-items:end;gap:18px;padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--white)}.shop-type-panel.required{border-color:#e0b941;background:#fffaf0}.shop-type-panel h2{margin:0 0 5px}.shop-type-panel p{margin:0;color:var(--muted);line-height:1.5}.shop-type-panel label,.shop-form-grid label{display:grid;gap:7px}.shop-type-panel label span,.shop-form-grid label span{color:var(--muted);font-size:12px;font-weight:800}.shop-type-panel select,.shop-form-grid input{min-height:44px;border:1px solid var(--line);border-radius:11px;background:var(--panel);color:var(--ink);padding:10px 12px;font:inherit}.shop-manager-actions{display:flex;justify-content:flex-end;gap:10px}.shop-manager-actions button,.shop-form-actions button,.shop-category-card footer button,.shop-type-panel button{min-height:42px;border-radius:11px;padding:9px 14px;font-weight:850;cursor:pointer}.shop-add-form{display:grid;gap:16px;padding:20px;border:1px dashed #1763ca;border-radius:18px;background:color-mix(in srgb,var(--white) 94%,#1763ca)}.shop-add-form[hidden]{display:none}.shop-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shop-form-actions{display:flex;justify-content:flex-end;gap:10px}.shop-category-status{min-height:20px;margin:0;color:#18794e;font-weight:750}.shop-category-status.error{color:#b42318}.shop-category-list{display:grid;gap:14px}.shop-category-card{display:grid;gap:15px;padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--white);box-shadow:0 8px 24px #10223b0a}.shop-category-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.shop-category-card h2{margin:4px 0 1px;font-size:20px}.shop-category-card header small{color:var(--muted)}.shop-category-kind{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eaf2ff;color:#1555a3;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.shop-order-actions{display:flex;gap:6px}.shop-order-actions button{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--ink);font-weight:900;cursor:pointer}.shop-order-actions button:disabled{opacity:.35;cursor:default}.shop-active-toggle{display:inline-flex;align-items:center;gap:8px;width:max-content;font-weight:800}.shop-active-toggle input{width:18px;height:18px;accent-color:#1763ca}.shop-category-card details,.shop-add-form details{border-top:1px solid var(--line);padding-top:13px}.shop-category-card summary,.shop-add-form summary{cursor:pointer;font-weight:850}.shop-listing-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.shop-listing-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:11px;background:var(--panel)}.shop-listing-option input{width:17px;height:17px;accent-color:#1763ca}.shop-listing-option span{display:grid;min-width:0}.shop-listing-option strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-listing-option small{color:var(--muted)}.shop-listing-option b{padding:4px 7px;border-radius:999px;background:#e9f7ef;color:#18794e;font-size:9px;text-transform:uppercase}.shop-listing-option.automatic{border-color:#b8d9c5}.shop-category-card footer{display:flex;justify-content:flex-end;gap:10px}.shop-category-card footer .danger{border:1px solid #f0b8b4;background:#fff1f0;color:#b42318}.shop-empty-list{color:var(--muted)}
.dealer-shop-categories{display:grid;gap:10px;padding:0;border:0;background:transparent}.dealer-shop-categories[hidden]{display:none}.dealer-shop-categories>header h2{margin:0;font-size:18px}.dealer-shop-categories>header p{margin:3px 0 0;color:var(--muted);font-size:13px}.dealer-shop-category-row{display:flex;align-items:flex-start;gap:8px}.dealer-shop-category-buttons{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.dealer-shop-category,.dealer-shop-category-more>summary{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--ink);font:inherit;font-size:13px;font-weight:800;cursor:pointer}.dealer-shop-category small{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--panel);color:var(--muted);font-size:10px}.dealer-shop-category:hover,.dealer-shop-category.active{border-color:#1763ca;background:#1763ca;color:#fff}.dealer-shop-category.active small{background:#fff2;color:#fff}.dealer-shop-category-more{position:relative}.dealer-shop-category-more>summary{list-style:none}.dealer-shop-category-more>summary::-webkit-details-marker{display:none}.dealer-shop-category-more-menu{position:absolute;right:0;z-index:20;display:grid;gap:6px;width:max-content;min-width:210px;margin-top:7px;padding:8px;border:1px solid var(--line);border-radius:14px;background:var(--white);box-shadow:0 14px 36px #0d1f3a26}.dealer-shop-category-more-menu .dealer-shop-category{justify-content:space-between;width:100%;border-radius:9px}.dealer-shop-empty{margin:12px 0 0;color:var(--muted)}
html[data-theme="dark"] .shop-type-panel.required{background:#242013}.seller-sidebar nav button[hidden]{display:none}.seller-metrics[hidden],.seller-period-bar[hidden],.seller-toolbar[hidden],.seller-export[hidden]{display:none!important}
@media(max-width:800px){.shop-type-panel{grid-template-columns:1fr}.shop-form-grid{grid-template-columns:1fr}.shop-listing-options{grid-template-columns:1fr}.shop-category-card{padding:15px}.shop-manager-actions{position:sticky;top:8px;z-index:10;padding:8px;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--white) 94%,transparent)}.dealer-shop-category-row{overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.dealer-shop-category-row::-webkit-scrollbar{display:none}.dealer-shop-category-buttons{flex-wrap:nowrap}.dealer-shop-category,.dealer-shop-category-more>summary{white-space:nowrap}.dealer-shop-category-more{position:static}.dealer-shop-category-more-menu{position:absolute;right:12px;left:12px;width:auto}.dealer-shop-categories{gap:8px}}
