body[data-app-page="online-store"] .main{max-width:1500px}
.store-admin-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:16px;padding:24px;border-radius:22px;background:linear-gradient(135deg,#00619f,#2f91c8);color:#fff;box-shadow:0 16px 38px rgba(0,97,159,.2)}
.store-admin-hero h2{margin:0 0 8px;font-size:clamp(26px,4vw,42px);line-height:1.1}.store-admin-hero p{margin:0;opacity:.86}.store-admin-hero .btn{align-self:center;justify-self:end;background:#fff;color:#00619f}
.store-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.store-stat{padding:18px;border:1px solid var(--line);border-radius:17px;background:#fff}.store-stat b{display:block;font-size:28px;color:var(--brown)}.store-stat span{font-size:12px;color:var(--muted)}
.store-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.store-admin-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:17px}.store-admin-card h3{margin:0 0 5px}.store-admin-card p{margin:0;color:var(--muted);font-size:12px}
.store-product-line{display:grid;grid-template-columns:54px minmax(180px,1fr) 110px 90px 110px minmax(160px,1.1fr);gap:10px;align-items:center;padding:10px;border-bottom:1px solid var(--line)}.store-product-line.head{position:sticky;top:0;z-index:2;background:#fff;font-size:11px;font-weight:800;color:var(--muted)}.store-product-line img,.store-product-placeholder{width:48px;height:48px;border-radius:12px;object-fit:cover;background:var(--pink);display:grid;place-items:center;color:var(--brown);font-weight:800}.store-product-line input[type="text"],.store-product-line input[type="number"],.store-product-line select{width:100%;min-width:0}.store-switches{display:flex;gap:9px;align-items:center;flex-wrap:wrap;font-size:11px}.store-switches label{display:flex;gap:5px;align-items:center}
.store-banner-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.store-banner-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff}.store-banner-card img{width:100%;aspect-ratio:16/7;display:block;object-fit:cover}.store-banner-copy{padding:14px}.store-banner-copy h3{margin:0 0 4px}.store-banner-copy p{margin:0 0 12px;color:var(--muted);font-size:12px}.store-banner-actions{display:flex;gap:7px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.store-promo-badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:#e7f7f2;color:#267268;font-size:11px;font-weight:800}.store-promo-badge.voucher{background:#fff0d9;color:#9b6114}.store-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:260px;overflow:auto;padding:10px;border:1px solid var(--line);border-radius:13px}.store-check-grid label{display:flex;align-items:center;gap:8px;padding:7px;border-radius:9px;background:#faf8fb;font-size:12px}
.store-order-items{display:grid;gap:7px;margin:12px 0}.store-order-item{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:10px;background:#f7fafc;font-size:12px}.store-order-status{min-width:125px}.store-inline-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.store-form-section{padding:16px;border:1px solid var(--line);border-radius:16px;margin-bottom:14px}.store-form-section h4{margin:0 0 12px}.store-preview-image{width:100%;max-height:250px;object-fit:cover;border-radius:14px;background:#f7fafc}
@media(max-width:1000px){.store-product-line{grid-template-columns:50px minmax(170px,1fr) 100px 90px}.store-product-line>*:nth-child(5),.store-product-line>*:nth-child(6){grid-column:2/-1}.store-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.store-admin-hero{grid-template-columns:1fr}.store-admin-hero .btn{justify-self:start}.store-admin-grid,.store-banner-list{grid-template-columns:1fr}.store-product-line{grid-template-columns:48px minmax(0,1fr)}.store-product-line.head{display:none}.store-product-line>*:nth-child(n+3){grid-column:2}.store-stat-grid{grid-template-columns:1fr 1fr}.store-check-grid{grid-template-columns:1fr}}
