.shop-promo{background:var(--explore-grad,linear-gradient(150deg, #45106a, #220040));min-height:260px;color:var(--ui-text);border-radius:18px;align-items:flex-end;padding:24px;text-decoration:none;display:flex;position:relative;overflow:hidden}.shop-promo__stage{position:absolute;inset:0 0 0 45%}.shop-promo__copy{flex-direction:column;gap:12px;max-width:55%;display:flex;position:relative}.shop-promo__title{font-size:clamp(22px,2.4vw,32px);font-weight:800;line-height:1.1}.shop-promo__cta{border-radius:var(--r-control,10px);background:var(--ui-text);color:var(--ui-canvas,#151417);align-self:flex-start;padding:10px 16px;font-weight:700}.shop-promo:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px}.shop-creators{flex-direction:column;gap:12px;display:flex}.shop-creators__track{scroll-snap-type:x mandatory;grid-auto-columns:minmax(200px,calc(25% - 12px));grid-auto-flow:column;gap:16px;padding-bottom:8px;display:grid;overflow-x:auto}.shop-creator-card{scroll-snap-align:start;border-radius:var(--ui-card-radius,14px);border:1px solid var(--ui-border);background:var(--ui-panel);min-height:190px;color:var(--ui-text);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:20px 16px;text-decoration:none;display:flex}.shop-creator-card:hover,.shop-creator-card:focus-visible{border-color:var(--ui-border-strong)}.shop-creator-card--skeleton{background:var(--fill-2,#ffffff0f)}.shop-creator-card__avatar{background:var(--ui-raised);border-radius:50%;width:72px;height:72px;overflow:hidden}.shop-creator-card__avatar img{object-fit:cover;width:100%;height:100%}.shop-creator-card__name{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-weight:700;overflow:hidden}.shop-creator-card__desc{color:var(--ui-muted);font-size:12px}.shop-overview{padding:var(--ui-page-pad,24px);box-sizing:border-box;flex-direction:column;gap:40px;width:100%;max-width:1440px;margin:0 auto;display:flex}.shop-overview__hero{background:var(--modal-grad,linear-gradient(135deg, #3a0653, #175e52));background-position:50%;background-size:cover;border-radius:18px;align-items:center;min-height:300px;padding:40px;display:flex;position:relative;overflow:hidden}.shop-overview__hero-inner{flex-direction:column;gap:20px;max-width:560px;display:flex}.shop-overview__hero h1{margin:0;font-size:clamp(30px,4vw,52px);font-weight:800;line-height:1.05}.shop-overview__cta{border-radius:var(--r-control,10px);background:var(--ui-action);color:var(--on-brand,#fff);align-self:flex-start;align-items:center;gap:8px;padding:12px 20px;font-weight:700;text-decoration:none;display:inline-flex}.shop-overview__promos{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.shop-overview__empty,.shop-overview__error{text-align:center;border:1px dashed var(--ui-border-strong);border-radius:18px;flex-direction:column;align-items:center;gap:12px;padding:48px 16px;display:flex}.shop-overview__empty h2{margin:0}.shop-overview__empty p,.shop-overview__error p{color:var(--ui-muted);margin:0}@media (width<=768px){.shop-overview__hero{min-height:220px;padding:24px}.shop-overview__promos{grid-template-columns:minmax(0,1fr)}}
