.catalog-module__PAqwhG__container{flex-direction:column;gap:30px;max-width:1200px;min-height:100vh;margin:0 auto;padding:24px;display:flex}.catalog-module__PAqwhG__navbar{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.catalog-module__PAqwhG__logoWrapper{align-items:center;gap:10px;display:flex}.catalog-module__PAqwhG__logoText{font-family:var(--font-title);color:var(--foreground);font-size:1.5rem;font-weight:700}.catalog-module__PAqwhG__logoSubtext{text-transform:uppercase;color:var(--primary);letter-spacing:1px;font-size:.75rem;font-weight:600}.catalog-module__PAqwhG__adminLink{color:var(--text-muted);border:1px solid var(--card-border);border-radius:var(--radius);transition:var(--transition);padding:8px 16px;font-size:.85rem;font-weight:600}.catalog-module__PAqwhG__adminLink:hover{background:var(--card);color:var(--foreground)}.catalog-module__PAqwhG__hero{border-radius:var(--radius-lg);color:var(--foreground);box-shadow:var(--shadow);border:1px solid var(--card-border);background:linear-gradient(135deg,#0b7c800f 0%,#14a2db1a 100%);padding:60px 40px;position:relative;overflow:hidden}.catalog-module__PAqwhG__heroGlow{background:radial-gradient(circle, var(--primary) 0%, transparent 70%);opacity:.15;filter:blur(50px);border-radius:50%;width:400px;height:400px;position:absolute;top:-20%;right:-10%}.catalog-module__PAqwhG__heroContent{z-index:2;max-width:600px;position:relative}.catalog-module__PAqwhG__heroTitle{font-family:var(--font-title);color:var(--primary);margin-bottom:12px;font-size:2.2rem;font-weight:700;line-height:1.2}.catalog-module__PAqwhG__heroText{color:var(--text-muted);font-size:.95rem;line-height:1.6}.catalog-module__PAqwhG__filtersCard{background:var(--card);border:1px solid var(--card-border);border-top:3px solid var(--secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex}.catalog-module__PAqwhG__searchBox{flex:2;min-width:260px}.catalog-module__PAqwhG__filterSelect{flex:1;min-width:180px}.catalog-module__PAqwhG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}.catalog-module__PAqwhG__productCard{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);cursor:pointer;flex-direction:column;display:flex;overflow:hidden}.catalog-module__PAqwhG__productCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.catalog-module__PAqwhG__productImagePlaceholder{height:180px;color:var(--primary);border-bottom:1px solid var(--card-border);transition:var(--transition);background:linear-gradient(135deg,#0b7c8008 0%,#0b7c8014 100%);justify-content:center;align-items:center;font-size:3.2rem;display:flex}.catalog-module__PAqwhG__productInfo{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.catalog-module__PAqwhG__productCat{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.catalog-module__PAqwhG__productName{font-family:var(--font-title);color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:48px;font-size:1.05rem;font-weight:700;display:-webkit-box;overflow:hidden}.catalog-module__PAqwhG__productFooter{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.catalog-module__PAqwhG__productPrice{font-family:var(--font-title);color:var(--foreground);font-size:1.2rem;font-weight:700}.catalog-module__PAqwhG__productStock{color:var(--text-muted);font-size:.78rem;font-weight:600}.catalog-module__PAqwhG__buyBtn{background:var(--primary);color:#fff;border-radius:var(--radius);transition:var(--transition);padding:8px 14px;font-size:.85rem;font-weight:600}.catalog-module__PAqwhG__buyBtn:hover{background:var(--primary-hover)}.catalog-module__PAqwhG__floatingCart{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;cursor:pointer;z-index:90;width:64px;height:64px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 8px 25px #0ea5e966}.catalog-module__PAqwhG__floatingCart:hover{transform:scale(1.05)}.catalog-module__PAqwhG__cartBadge{background:var(--danger);color:#fff;border:2px solid var(--card);border-radius:12px;padding:4px 8px;font-size:.75rem;font-weight:700;position:absolute;top:-4px;right:-4px}.catalog-module__PAqwhG__cartOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0f172a4d;justify-content:flex-end;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.catalog-module__PAqwhG__cartDrawer{background:var(--card);border-left:1px solid var(--card-border);width:100%;max-width:440px;height:100%;box-shadow:var(--shadow-lg);flex-direction:column;animation:.3s ease-out catalog-module__PAqwhG__slideLeft;display:flex}.catalog-module__PAqwhG__drawerHeader{border-bottom:1px solid var(--card-border);background:var(--background);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.catalog-module__PAqwhG__drawerTitle{font-family:var(--font-title);color:var(--foreground);font-size:1.15rem;font-weight:700}.catalog-module__PAqwhG__drawerClose{color:var(--text-muted);font-size:1.1rem}.catalog-module__PAqwhG__cartItems{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.catalog-module__PAqwhG__cartItem{border-bottom:1px solid var(--card-border);align-items:center;gap:12px;padding-bottom:16px;display:flex}.catalog-module__PAqwhG__cartItemImg{background:var(--background);border:1px solid var(--card-border);border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.catalog-module__PAqwhG__cartItemDetails{flex:1;overflow:hidden}.catalog-module__PAqwhG__cartItemName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.catalog-module__PAqwhG__cartItemPrice{color:var(--primary);margin-top:2px;font-size:.85rem;font-weight:700}.catalog-module__PAqwhG__qtyControl{align-items:center;gap:6px;display:flex}.catalog-module__PAqwhG__qtyBtn{border:1px solid var(--input-border);background:var(--background);border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;display:flex}.catalog-module__PAqwhG__qtyVal{text-align:center;width:20px;font-size:.88rem;font-weight:600}.catalog-module__PAqwhG__cartFooter{background:var(--background);border-top:1px solid var(--card-border);flex-direction:column;gap:16px;padding:24px;display:flex}.catalog-module__PAqwhG__cartTotalRow{font-family:var(--font-title);color:var(--foreground);justify-content:space-between;font-size:1.15rem;font-weight:700;display:flex}.catalog-module__PAqwhG__checkoutBtn{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;border-radius:var(--radius);width:100%;box-shadow:0 4px 12px var(--primary-glow);justify-content:center;align-items:center;gap:8px;padding:14px;font-size:1rem;font-weight:700;display:flex}.catalog-module__PAqwhG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:120;background:#0f172a66;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.catalog-module__PAqwhG__modal{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius-lg);width:100%;max-width:460px;max-height:90vh;box-shadow:var(--shadow-lg);animation:.3s cubic-bezier(.16,1,.3,1) catalog-module__PAqwhG__slideUp;overflow-y:auto}.catalog-module__PAqwhG__modalHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.catalog-module__PAqwhG__modalTitle{font-family:var(--font-title);color:var(--foreground);font-size:1.2rem;font-weight:700}.catalog-module__PAqwhG__modalClose{color:var(--text-muted);font-size:1.1rem}.catalog-module__PAqwhG__modalBody{flex-direction:column;gap:16px;padding:24px;display:flex}.catalog-module__PAqwhG__formLabel{color:var(--text-muted);margin-bottom:4px;font-size:.82rem;font-weight:600;display:block}.catalog-module__PAqwhG__modalFooter{border-top:1px solid var(--card-border);background:var(--background);border-radius:0 0 var(--radius-lg) var(--radius-lg);justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.catalog-module__PAqwhG__errorBanner{color:var(--danger);border-radius:var(--radius);background:#ef444414;border:1px solid #ef444426;padding:10px 14px;font-size:.85rem}.catalog-module__PAqwhG__qrBox{background:var(--background);border-radius:var(--radius);border:1px solid var(--card-border);flex-direction:column;align-items:center;gap:10px;margin-top:10px;padding:16px;display:flex}.catalog-module__PAqwhG__qrPlaceholder{border:4px solid var(--foreground);background:#fff;border-radius:8px;justify-content:center;align-items:center;width:160px;height:160px;font-size:4rem;display:flex}.catalog-module__PAqwhG__qrText{color:var(--text-muted);text-align:center;font-size:.78rem}.catalog-module__PAqwhG__successModal{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:30px;display:flex}.catalog-module__PAqwhG__successIcon{color:var(--success);font-size:3rem}.catalog-module__PAqwhG__successTitle{font-family:var(--font-title);color:var(--foreground);font-size:1.3rem;font-weight:700}.catalog-module__PAqwhG__successText{color:var(--text-muted);font-size:.88rem;line-height:1.5}@keyframes catalog-module__PAqwhG__slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes catalog-module__PAqwhG__slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes catalog-module__PAqwhG__fadeIn{0%{opacity:0}to{opacity:1}}.catalog-module__PAqwhG__carouselContainer{border-radius:var(--radius-lg);border:1px solid var(--card-border);box-shadow:var(--shadow);background:linear-gradient(135deg,#0b7c800d 0%,#14a2db14 100%);width:100%;min-height:340px;position:relative;overflow:hidden}.catalog-module__PAqwhG__carouselTrack{height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex}.catalog-module__PAqwhG__carouselSlide{box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;gap:40px;padding:40px 60px;display:flex}@media (max-width:768px){.catalog-module__PAqwhG__carouselSlide{flex-direction:column-reverse;gap:20px;padding:30px 24px}}.catalog-module__PAqwhG__slideContent{flex-direction:column;flex:1.2;gap:12px;display:flex}.catalog-module__PAqwhG__slideCategory{color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;font-size:.78rem;font-weight:700}.catalog-module__PAqwhG__slideTitle{font-family:var(--font-title);color:var(--foreground);cursor:pointer;transition:var(--transition);font-size:1.8rem;font-weight:700;line-height:1.25}.catalog-module__PAqwhG__slideTitle:hover{color:var(--primary-hover)}.catalog-module__PAqwhG__slideText{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.6;display:-webkit-box;overflow:hidden}.catalog-module__PAqwhG__slideFooter{align-items:center;gap:24px;margin-top:10px;display:flex}.catalog-module__PAqwhG__slidePrice{font-family:var(--font-title);color:var(--foreground);font-size:1.5rem;font-weight:700}.catalog-module__PAqwhG__slideBuyBtn{background:var(--primary);color:#fff;border-radius:var(--radius);box-shadow:0 4px 10px var(--primary-glow);padding:10px 20px;font-size:.88rem;font-weight:600}.catalog-module__PAqwhG__slideBuyBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}.catalog-module__PAqwhG__slideStockOut{color:var(--danger);font-size:.9rem;font-weight:600}.catalog-module__PAqwhG__slideImageWrapper{border-radius:var(--radius);border:1px solid var(--card-border);cursor:pointer;width:100%;max-width:320px;height:240px;box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;flex:.8;justify-content:center;align-items:center;padding:20px;display:flex}.catalog-module__PAqwhG__slideImg{object-fit:contain;max-width:100%;max-height:100%;transition:var(--transition)}.catalog-module__PAqwhG__slideImageWrapper:hover{border-color:var(--primary)}.catalog-module__PAqwhG__slideImageWrapper:hover .catalog-module__PAqwhG__slideImg{transform:scale(1.03)}.catalog-module__PAqwhG__carouselArrowPrev,.catalog-module__PAqwhG__carouselArrowNext{border:1px solid var(--card-border);cursor:pointer;z-index:5;width:42px;height:42px;box-shadow:var(--shadow-sm);transition:var(--transition);color:var(--foreground);background:#fffc;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.catalog-module__PAqwhG__carouselArrowPrev:hover,.catalog-module__PAqwhG__carouselArrowNext:hover{color:var(--primary);box-shadow:var(--shadow);border-color:var(--primary);background:#fff}.catalog-module__PAqwhG__carouselArrowPrev{left:16px}.catalog-module__PAqwhG__carouselArrowNext{right:16px}.catalog-module__PAqwhG__carouselDots{z-index:5;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.catalog-module__PAqwhG__carouselDot{cursor:pointer;width:8px;height:8px;transition:var(--transition);background:#0b7c8033;border-radius:50%}.catalog-module__PAqwhG__activeDot{background:var(--primary);border-radius:4px;width:20px}.catalog-module__PAqwhG__productImageContainer{border-bottom:1px solid var(--card-border);height:180px;transition:var(--transition);background:#fff;justify-content:center;align-items:center;padding:16px;display:flex;overflow:hidden}.catalog-module__PAqwhG__productImage{object-fit:contain;max-width:100%;max-height:100%;transition:var(--transition)}.catalog-module__PAqwhG__productCard:hover .catalog-module__PAqwhG__productImageContainer{background:#0b7c8003}.catalog-module__PAqwhG__productCard:hover .catalog-module__PAqwhG__productImage{transform:scale(1.04)}
