.shopCenter{display:grid;gap:18px;color:var(--text,#151515);letter-spacing:0}.shopCenter *{box-sizing:border-box;letter-spacing:0}
.shopCenterHero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px;border:1px solid var(--line,#d8d8d8);border-left:5px solid #f5a400;border-radius:6px;background:var(--panel,#fff)}
.shopCenterHero h2{margin:0;font-size:26px;line-height:1.15}.shopCenterHero p{max-width:720px;margin:8px 0 0;color:var(--muted,#656565);line-height:1.5}.shopCenterActions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.shopCenterActions a{text-decoration:none}
.shopModeBadge{display:inline-flex;align-items:center;min-height:28px;margin-bottom:10px;padding:0 10px;border-radius:999px;background:#fff3d6;color:#704900;font-size:12px;font-weight:800}
.shopTabs{display:flex;gap:4px;overflow-x:auto;padding:4px;border:1px solid var(--line,#d8d8d8);border-radius:6px;background:var(--panel,#fff);scrollbar-width:thin}.shopTab{flex:0 0 auto;min-height:40px;padding:0 14px;border:0;border-radius:4px;background:transparent;color:var(--muted,#666);font:inherit;font-weight:700;cursor:pointer}.shopTab[aria-selected="true"]{background:#161616;color:#fff}
.shopMetrics{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px}.shopMetric{min-height:112px;padding:18px;border:1px solid var(--line,#ddd);border-radius:6px;background:var(--panel,#fff)}.shopMetric span{display:block;color:var(--muted,#696969);font-size:12px;font-weight:750;text-transform:uppercase}.shopMetric strong{display:block;margin-top:10px;font-size:30px;line-height:1}.shopMetric small{display:block;margin-top:10px;color:var(--muted,#777)}
.shopPanel{padding:20px;border:1px solid var(--line,#ddd);border-radius:6px;background:var(--panel,#fff)}.shopPanelHead{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.shopPanelHead h3{margin:0;font-size:19px}.shopPanelHead p{margin:5px 0 0;color:var(--muted,#707070)}.shopToolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.shopToolbar input,.shopToolbar select{width:auto;min-width:170px;margin:0}
.shopTableWrap{overflow:auto;border:1px solid var(--line,#ddd);border-radius:5px}.shopTable{width:100%;min-width:820px;border-collapse:collapse}.shopTable th,.shopTable td{padding:12px;border-bottom:1px solid var(--line,#e3e3e3);text-align:left;vertical-align:middle}.shopTable th{background:var(--soft,#f6f6f6);color:var(--muted,#666);font-size:11px;text-transform:uppercase}.shopTable tr:last-child td{border-bottom:0}.shopTable td strong{display:block}.shopTable td small{display:block;color:var(--muted,#777)}.shopTable select,.shopTable input{width:auto;min-width:120px;margin:0;padding:8px}.shopTable input[type="checkbox"]{min-width:0;width:18px;height:18px}
.shopEmpty{display:grid;place-items:center;min-height:230px;padding:40px;text-align:center}.shopEmpty strong{font-size:20px}.shopEmpty p{max-width:520px;color:var(--muted,#777)}.shopStatus{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;background:#ececec;font-size:11px;font-weight:800}.shopStatus.is-good{background:#dff5e5;color:#12632a}.shopStatus.is-warn{background:#fff1cc;color:#6b4700}.shopStatus.is-bad{background:#ffe2df;color:#8a2017}
.shopGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.shopField{display:grid;gap:6px}.shopField span{font-size:12px;font-weight:750}.shopField input,.shopField select,.shopField textarea{width:100%;margin:0}.shopField textarea{min-height:120px;resize:vertical}.shopField.is-wide{grid-column:1/-1}
.shopToggleRow{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line,#e1e1e1)}.shopToggleRow:last-child{border-bottom:0}.shopToggleRow strong{display:block}.shopToggleRow small{display:block;margin-top:4px;color:var(--muted,#777)}.shopToggleRow input{width:20px;height:20px;flex:0 0 auto}
.shopSaveBar{position:sticky;bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:14px 16px;border:1px solid var(--line,#ddd);border-radius:6px;background:color-mix(in srgb,var(--panel,#fff) 94%,transparent);box-shadow:0 10px 28px rgba(0,0,0,.12);backdrop-filter:blur(10px)}
.shopLegalLanguage{display:flex;gap:4px;margin-bottom:16px}.shopLegalLanguage button{min-width:88px}.shopLegalLanguage .is-active{background:#161616;color:#fff}.shopLegalNote{padding:14px;border-left:4px solid #f5a400;background:#fff6dd;color:#5d450f;line-height:1.5}.shopLegalNote a{color:inherit;font-weight:800}
.shopDialog{width:min(680px,calc(100% - 28px));max-height:calc(100vh - 28px);padding:0;border:1px solid #bbb;border-radius:6px;background:var(--panel,#fff);color:var(--text,#151515)}.shopDialog::backdrop{background:rgba(0,0,0,.62)}.shopDialogInner{padding:22px}.shopDialogHead{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px}.shopDialogHead h3{margin:0}.shopDialogClose{width:38px;min-width:38px;height:38px;padding:0;font-size:22px}.shopDialogActions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line,#ddd)}
@media(max-width:1180px){.shopCenterHero{display:grid;grid-template-columns:1fr}.shopCenterActions{justify-content:flex-start}.shopCenterActions a,.shopCenterActions button{min-height:42px}}@media(max-width:1050px){.shopMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.shopCenterHero,.shopPanelHead,.shopSaveBar{align-items:stretch;flex-direction:column}.shopCenterActions{display:grid;grid-template-columns:1fr}.shopCenterActions a,.shopCenterActions button{width:100%}.shopMetrics,.shopGrid{grid-template-columns:1fr}.shopField.is-wide{grid-column:auto}.shopPanel{padding:14px}.shopToolbar input,.shopToolbar select{width:100%}.shopDialogInner{padding:16px}.shopCategoryTable{min-width:620px}}
.shopSalesMode{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:20px;border:1px solid #cbd5e1;border-left:5px solid #f59e0b;border-radius:8px;background:#fff}.shopSalesMode.is-live{border-left-color:#16a34a;background:#f0fdf4}.shopSalesMode span{color:#b45309;font-size:11px;font-weight:950}.shopSalesMode.is-live span{color:#15803d}.shopSalesMode h3{margin:4px 0;font-size:22px}.shopSalesMode p{max-width:760px;margin:0;color:#526575;font-size:13px;line-height:1.5}.shopSalesModeActions{display:flex;gap:8px;flex:0 0 auto}.shopSalesModeActions button{width:auto;margin:0;white-space:nowrap}.shopSettingsModeActions{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #d8e0e8}body.theme-dark .shopSalesMode{border-color:#344956;background:#111b23;color:#f8fafc}body.theme-dark .shopSalesMode.is-live{background:#10251c}body.theme-dark .shopSalesMode p{color:#b8c7d2}@media(max-width:760px){.shopSalesMode{align-items:stretch;flex-direction:column}.shopSalesModeActions{display:grid;grid-template-columns:1fr}.shopSalesModeActions button{width:100%;white-space:normal}}
