.shop-module__Zb6G4G__shopPage{background:var(--bg-primary);min-height:100vh}.shop-module__Zb6G4G__header{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);background:#0d0d1ad9;position:sticky;top:0}.shop-module__Zb6G4G__headerInner{max-width:1280px;padding:0 var(--space-lg);align-items:center;gap:var(--space-md);height:64px;margin:0 auto;display:flex}.shop-module__Zb6G4G__headerBrand{align-items:center;gap:var(--space-sm);flex-shrink:0;display:flex}.shop-module__Zb6G4G__brandIcon{font-size:1.5rem}.shop-module__Zb6G4G__brandName{background:linear-gradient(135deg, var(--primary-light) 0%, #ff8fa3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:800}.shop-module__Zb6G4G__headerSearch{flex:1;max-width:480px;margin:0 auto}.shop-module__Zb6G4G__searchInput{background:var(--bg-card)!important}.shop-module__Zb6G4G__headerActions{align-items:center;gap:var(--space-sm);flex-shrink:0;display:flex}.shop-module__Zb6G4G__userGreet{color:var(--text-secondary);font-size:.875rem;display:none}@media (min-width:768px){.shop-module__Zb6G4G__userGreet{display:block}}.shop-module__Zb6G4G__cartButton{transition:all var(--transition-normal);padding:8px 12px;font-size:1.2rem;position:relative}@keyframes shop-module__Zb6G4G__cartBounce{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}.shop-module__Zb6G4G__cartPulse{animation:.5s shop-module__Zb6G4G__cartBounce}.shop-module__Zb6G4G__cartBadgeHeader{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.shop-module__Zb6G4G__main{max-width:1280px;padding:var(--space-xl) var(--space-lg) 120px;margin:0 auto}.shop-module__Zb6G4G__heroBanner{border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:var(--space-2xl) var(--space-xl);margin-bottom:var(--space-xl);background:linear-gradient(135deg,#6c63ff26 0%,#ff6b6b14 100%);justify-content:space-between;align-items:center;display:flex;position:relative;overflow:hidden}.shop-module__Zb6G4G__heroBanner:before{content:"";background:radial-gradient(at 20%,#6c63ff1a 0%,#0000 60%);position:absolute;inset:0}.shop-module__Zb6G4G__heroContent{z-index:1;position:relative}.shop-module__Zb6G4G__heroTitle{margin-bottom:var(--space-sm);font-size:2.5rem;font-weight:800;line-height:1.2}.shop-module__Zb6G4G__heroSubtitle{color:var(--text-secondary);max-width:360px;font-size:1rem}.shop-module__Zb6G4G__heroEmoji{-webkit-user-select:none;user-select:none;font-size:6rem;animation:4s ease-in-out infinite shop-module__Zb6G4G__float}@keyframes shop-module__Zb6G4G__float{0%,to{transform:translateY(0)rotate(-5deg)}50%{transform:translateY(-12px)rotate(5deg)}}.shop-module__Zb6G4G__categoryBar{gap:var(--space-sm);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.shop-module__Zb6G4G__productGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}.shop-module__Zb6G4G__productCard{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:all var(--transition-normal);cursor:default;overflow:hidden}.shop-module__Zb6G4G__productCard:hover{border-color:var(--border-color);transform:translateY(-4px);box-shadow:0 12px 40px #0006,0 0 0 1px #6c63ff33}.shop-module__Zb6G4G__productImgWrapper{aspect-ratio:1;position:relative;overflow:hidden}.shop-module__Zb6G4G__productImgPlaceholder{background:linear-gradient(135deg, var(--bg-secondary) 0%, #1e1e3a 100%);width:100%;height:100%;transition:transform var(--transition-slow);justify-content:center;align-items:center;font-size:4rem;display:flex}.shop-module__Zb6G4G__productCard:hover .shop-module__Zb6G4G__productImgPlaceholder{transform:scale(1.05)}.shop-module__Zb6G4G__stockBadge{position:absolute;top:8px;right:8px}.shop-module__Zb6G4G__cartBadge{position:absolute;top:8px;left:8px}.shop-module__Zb6G4G__productBody{padding:var(--space-md);gap:var(--space-xs);flex-direction:column;display:flex}.shop-module__Zb6G4G__productCategory{color:var(--text-muted);font-size:.75rem}.shop-module__Zb6G4G__productName{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.shop-module__Zb6G4G__productDesc{color:var(--text-muted);font-size:.8rem;line-height:1.5}.shop-module__Zb6G4G__productFooter{margin-top:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.shop-module__Zb6G4G__productPrice{font-size:1.1rem;font-weight:800}.shop-module__Zb6G4G__skeletonGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}.shop-module__Zb6G4G__skeletonCard{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-light);overflow:hidden}.shop-module__Zb6G4G__skeletonImg{aspect-ratio:1;width:100%}.shop-module__Zb6G4G__skeletonBody{padding:var(--space-md);gap:var(--space-sm);flex-direction:column;display:flex}.shop-module__Zb6G4G__skeletonLine{border-radius:4px;height:14px}.shop-module__Zb6G4G__emptyState{text-align:center;padding:var(--space-3xl);color:var(--text-muted)}.shop-module__Zb6G4G__emptyIcon{margin-bottom:var(--space-md);font-size:4rem;display:block}.shop-module__Zb6G4G__floatingCart{bottom:var(--space-xl);background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border-radius:var(--radius-full);align-items:center;gap:var(--space-md);cursor:pointer;box-shadow:var(--shadow-primary), 0 8px 32px #0006;transition:all var(--transition-normal);z-index:50;white-space:nowrap;padding:14px 28px;font-size:.95rem;font-weight:700;animation:.3s shop-module__Zb6G4G__slideUp;display:flex;position:fixed;left:50%;transform:translate(-50%)}.shop-module__Zb6G4G__floatingCart:hover{transform:translate(-50%)translateY(-4px);box-shadow:0 12px 40px #6c63ff99}.shop-module__Zb6G4G__floatingPrice{font-family:var(--font-eng);opacity:.9;font-size:1rem}@media (max-width:768px){.shop-module__Zb6G4G__heroTitle{font-size:1.75rem}.shop-module__Zb6G4G__heroEmoji{font-size:4rem}.shop-module__Zb6G4G__headerInner{padding:0 var(--space-md);gap:var(--space-sm)}.shop-module__Zb6G4G__headerSearch{display:none}}
