body{padding-top:72px}.Navbar-module__nuAbfa__header{z-index:9999;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);background-color:#ffffffe6;width:100%;position:fixed;top:0;left:0}@media (prefers-color-scheme:dark){.Navbar-module__nuAbfa__header{background-color:#121826cc}}.Navbar-module__nuAbfa__navbar{justify-content:space-between;align-items:center;height:72px;display:flex}.Navbar-module__nuAbfa__logo{font-family:var(--font-heading);background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;align-items:center;height:60px;font-size:1.5rem;font-weight:800;display:flex}.Navbar-module__nuAbfa__logoImage{object-fit:cover;border:2px solid var(--primary);width:44px;height:44px;box-shadow:var(--shadow-sm);transition:var(--transition-fast);background-color:#fff;border-radius:50%;padding:2px}.Navbar-module__nuAbfa__logoImage:hover{border-color:var(--secondary);box-shadow:var(--shadow-md);transform:scale(1.08)}.Navbar-module__nuAbfa__navLinks{align-items:center;gap:32px;display:flex}.Navbar-module__nuAbfa__navLink{color:var(--text-secondary);padding:4px 0;font-size:.95rem;font-weight:500;position:relative}.Navbar-module__nuAbfa__navLink:hover{color:var(--text-primary)}.Navbar-module__nuAbfa__navLink:after{content:"";background-color:var(--primary);width:0;height:2px;transition:var(--transition-fast);position:absolute;bottom:0;left:0}.Navbar-module__nuAbfa__navLink:hover:after,.Navbar-module__nuAbfa__activeLink:after{width:100%}.Navbar-module__nuAbfa__activeLink{color:var(--text-primary);font-weight:600}.Navbar-module__nuAbfa__actions{align-items:center;gap:20px;display:flex}.Navbar-module__nuAbfa__actionBtn{border-radius:var(--radius-full);width:40px;height:40px;color:var(--text-secondary);transition:var(--transition-fast);justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__nuAbfa__actionBtn:hover{background-color:var(--bg-tertiary);color:var(--text-primary);transform:scale(1.05)}.Navbar-module__nuAbfa__badge{background-color:var(--primary);color:#fff;border-radius:var(--radius-full);border:2px solid var(--bg-secondary);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:4px;right:4px}.Navbar-module__nuAbfa__badgeSecondary{background-color:var(--secondary)}.Navbar-module__nuAbfa__userMenu{position:relative}.Navbar-module__nuAbfa__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;cursor:pointer;width:36px;height:36px;box-shadow:var(--shadow-sm);transition:var(--transition-fast);justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.Navbar-module__nuAbfa__avatar:hover{box-shadow:var(--shadow-md);transform:scale(1.05)}.Navbar-module__nuAbfa__dropdown{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:220px;box-shadow:var(--shadow-lg);flex-direction:column;gap:4px;padding:8px;animation:.2s cubic-bezier(.16,1,.3,1) forwards Navbar-module__nuAbfa__dropdownFade;display:flex;position:absolute;top:48px;right:0}@keyframes Navbar-module__nuAbfa__dropdownFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__nuAbfa__dropdownHeader{border-bottom:1px solid var(--border-color);margin-bottom:4px;padding:8px 12px}.Navbar-module__nuAbfa__dropdownName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.Navbar-module__nuAbfa__dropdownEmail{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.Navbar-module__nuAbfa__dropdownItem{color:var(--text-secondary);border-radius:var(--radius-sm);transition:var(--transition-fast);text-align:left;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:.875rem;display:flex}.Navbar-module__nuAbfa__dropdownItem:hover{background-color:var(--bg-primary);color:var(--text-primary)}.Navbar-module__nuAbfa__dropdownDivider{background-color:var(--border-color);height:1px;margin:4px 0}.Navbar-module__nuAbfa__menuBtn{color:var(--text-primary);font-size:1.5rem;display:none}.Navbar-module__nuAbfa__mobileOverlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__mobileMenu{background-color:var(--bg-secondary);z-index:10001;width:80%;max-width:320px;height:100%;box-shadow:var(--shadow-lg);border-left:1px solid var(--border-color);flex-direction:column;gap:24px;padding:32px 24px;animation:.3s cubic-bezier(.16,1,.3,1) forwards Navbar-module__nuAbfa__slideIn;display:none;position:fixed;top:0;right:0}@keyframes Navbar-module__nuAbfa__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Navbar-module__nuAbfa__mobileClose{color:var(--text-secondary);align-self:flex-end;font-size:1.5rem}.Navbar-module__nuAbfa__mobileLinks{flex-direction:column;gap:20px;margin-top:20px;display:flex}.Navbar-module__nuAbfa__mobileLink{color:var(--text-secondary);font-size:1.1rem;font-weight:600}.Navbar-module__nuAbfa__mobileLinkActive{color:var(--primary)}@media (max-width:768px){.Navbar-module__nuAbfa__navLinks{display:none}.Navbar-module__nuAbfa__menuBtn,.Navbar-module__nuAbfa__mobileOverlayOpen{display:block}.Navbar-module__nuAbfa__mobileMenuOpen{display:flex}}.Navbar-module__nuAbfa__notifPanel{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:360px;box-shadow:var(--shadow-lg);flex-direction:column;max-height:480px;animation:.2s ease-out forwards Navbar-module__nuAbfa__dropdownFade;display:flex;position:absolute;top:48px;right:0;overflow:hidden}.Navbar-module__nuAbfa__notifHeader{border-bottom:1px solid var(--border-color);background-color:var(--bg-primary);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.Navbar-module__nuAbfa__notifTitle{color:var(--text-primary);font-size:.95rem;font-weight:700}.Navbar-module__nuAbfa__markAllRead{color:var(--primary);font-size:.8rem;font-weight:600}.Navbar-module__nuAbfa__markAllRead:hover{color:var(--primary-hover)}.Navbar-module__nuAbfa__notifList{flex:1;overflow-y:auto}.Navbar-module__nuAbfa__notifItem{border-bottom:1px solid var(--border-color);transition:var(--transition-fast);cursor:pointer;padding:12px 18px}.Navbar-module__nuAbfa__notifItem:hover{background-color:var(--bg-primary)}.Navbar-module__nuAbfa__notifUnread{border-left:3px solid var(--primary);background-color:var(--primary-light)}.Navbar-module__nuAbfa__notifMsg{color:var(--text-secondary);margin-bottom:4px;font-size:.85rem;line-height:1.4}.Navbar-module__nuAbfa__notifTime{color:var(--text-muted);font-size:.72rem}.Navbar-module__nuAbfa__notifEmpty{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 20px;display:flex}.Navbar-module__nuAbfa__notifEmptyText{font-size:.85rem}
.Footer-module__EZoWya__footer{background-color:hsl(var(--dark-base), 22%, 12%);color:hsl(var(--dark-base), 20%, 85%);border-top:1px solid #ffffff0d;margin-top:auto;padding:64px 0 24px}.Footer-module__EZoWya__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__EZoWya__brandCol{flex-direction:column;gap:16px;display:flex}.Footer-module__EZoWya__logo{font-family:var(--font-heading);background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.Footer-module__EZoWya__desc{color:hsl(var(--dark-base), 15%, 65%);font-size:.9rem;line-height:1.6}.Footer-module__EZoWya__colTitle{font-family:var(--font-heading);color:#fff;letter-spacing:.5px;margin-bottom:20px;font-size:1.05rem;font-weight:700}.Footer-module__EZoWya__links{flex-direction:column;gap:12px;display:flex}.Footer-module__EZoWya__link{color:hsl(var(--dark-base), 15%, 65%);transition:var(--transition-fast);font-size:.9rem}.Footer-module__EZoWya__link:hover{color:#fff;transform:translate(4px)}.Footer-module__EZoWya__contactInfo{color:hsl(var(--dark-base), 15%, 65%);flex-direction:column;gap:12px;font-size:.9rem;display:flex}.Footer-module__EZoWya__contactItem{align-items:center;gap:10px;display:flex}.Footer-module__EZoWya__bottomBar{color:hsl(var(--dark-base), 15%, 55%);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:24px;font-size:.85rem;display:flex}.Footer-module__EZoWya__socials{gap:16px;display:flex}.Footer-module__EZoWya__socialBtn{border-radius:var(--radius-full);width:36px;height:36px;color:hsl(var(--dark-base), 20%, 80%);transition:var(--transition-fast);background-color:#ffffff0d;justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__socialBtn:hover{background-color:var(--primary);color:#fff;transform:translateY(-2px)}@media (max-width:992px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:576px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:32px}.Footer-module__EZoWya__bottomBar{text-align:center;flex-direction:column;gap:16px}}
.ProductCard-module__9j1fXa__card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);height:100%;transition:var(--transition-smooth);flex-direction:column;display:flex;position:relative;overflow:hidden}.ProductCard-module__9j1fXa__card:hover{box-shadow:var(--shadow-luxury);border-color:var(--border-focus);transform:translateY(-8px)}.ProductCard-module__9j1fXa__imageWrapper{background-color:var(--bg-tertiary);width:100%;padding-top:100%;position:relative;overflow:hidden}.ProductCard-module__9j1fXa__image{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--transition-smooth);position:absolute;top:0;left:0}.ProductCard-module__9j1fXa__card:hover .ProductCard-module__9j1fXa__image{transform:scale(1.08)}.ProductCard-module__9j1fXa__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-primary);border-radius:var(--radius-full);border:1px solid var(--border-color);z-index:1;text-transform:uppercase;letter-spacing:.5px;background-color:#ffffffe6;padding:6px 12px;font-size:.72rem;font-weight:700;position:absolute;top:14px;left:14px}.ProductCard-module__9j1fXa__featuredBadge{background:linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);color:#fff;border:none}.ProductCard-module__9j1fXa__content{flex-direction:column;flex-grow:1;padding:20px;display:flex}.ProductCard-module__9j1fXa__category{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px;font-size:.75rem;font-weight:600}.ProductCard-module__9j1fXa__name{font-family:var(--font-heading);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:44px;margin-bottom:8px;font-size:1.1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductCard-module__9j1fXa__description{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;height:54px;margin-bottom:16px;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ProductCard-module__9j1fXa__footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.ProductCard-module__9j1fXa__price{font-family:var(--font-heading);color:var(--text-primary);font-size:1.25rem;font-weight:800}.ProductCard-module__9j1fXa__cartBtn{border-radius:var(--radius-full);background-color:var(--primary-light);width:40px;height:40px;color:var(--primary);transition:var(--transition-fast);justify-content:center;align-items:center;display:flex}.ProductCard-module__9j1fXa__cartBtn:hover{background-color:var(--primary);color:#fff;transform:rotate(90deg)}.ProductCard-module__9j1fXa__outOfStock{opacity:.6}.ProductCard-module__9j1fXa__outOfStockBadge{color:#fff;background-color:#ef4444;border:none}
.about-module__-i9KWa__page{flex-direction:column;min-height:100vh;display:flex}.about-module__-i9KWa__title{font-family:var(--font-heading);text-align:center;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:8px;font-size:2.75rem;font-weight:800}.about-module__-i9KWa__subtitle{color:var(--text-secondary);text-align:center;margin-bottom:40px;font-size:1.1rem}.about-module__-i9KWa__divider{background-color:var(--border-color);width:100px;height:1px;margin:0 auto 40px}.about-module__-i9KWa__section{margin-bottom:48px}.about-module__-i9KWa__heading{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:18px;font-size:1.5rem;font-weight:700}.about-module__-i9KWa__text{color:var(--text-secondary);margin-bottom:16px;font-size:1rem;line-height:1.7}.about-module__-i9KWa__list{flex-direction:column;gap:16px;display:flex}.about-module__-i9KWa__list li{color:var(--text-secondary);padding-left:20px;font-size:.95rem;line-height:1.6;position:relative}.about-module__-i9KWa__list li:before{content:"•";color:var(--primary);font-size:1.25rem;line-height:1;position:absolute;left:0}
.admin-auth-module__V0t7wW__page{background:radial-gradient(circle at 10% 20%,#dc262614 0%,#0000 50%);flex-direction:column;min-height:100vh;display:flex}.admin-auth-module__V0t7wW__authWrapper{flex-grow:1;justify-content:center;align-items:center;padding:60px 24px;display:flex}.admin-auth-module__V0t7wW__authCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;max-width:440px;box-shadow:var(--shadow-lg);animation:admin-auth-module__V0t7wW__slideUp .6s var(--transition-smooth) forwards;flex-direction:column;padding:40px;display:flex}.admin-auth-module__V0t7wW__logo{font-family:var(--font-heading);text-align:center;background:linear-gradient(135deg, var(--status-cancelled) 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;margin-bottom:8px;font-size:1.75rem;font-weight:800}.admin-auth-module__V0t7wW__cardTitle{font-family:var(--font-heading);color:var(--text-primary);text-align:center;margin-bottom:4px;font-size:1.5rem;font-weight:700}.admin-auth-module__V0t7wW__cardSubtitle{color:var(--text-secondary);text-align:center;margin-bottom:24px;font-size:.85rem}.admin-auth-module__V0t7wW__alert{border-radius:var(--radius-sm);margin-bottom:20px;padding:12px 16px;font-size:.85rem;line-height:1.4}.admin-auth-module__V0t7wW__alertError{background-color:var(--status-cancelled-light);color:var(--status-cancelled);border:1px solid #ef444433}.admin-auth-module__V0t7wW__demoBox{background-color:var(--bg-primary);border:1px dashed var(--border-color);border-radius:var(--radius-sm);margin-top:24px;padding:16px}.admin-auth-module__V0t7wW__demoTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.78rem;font-weight:700}.admin-auth-module__V0t7wW__demoBtn{border-radius:var(--radius-sm);background-color:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);transition:var(--transition-fast);cursor:pointer;text-align:center;width:100%;padding:8px 16px;font-size:.75rem;font-weight:600}.admin-auth-module__V0t7wW__demoBtn:hover{border-color:var(--status-cancelled);color:var(--status-cancelled)}.admin-auth-module__V0t7wW__footerText{color:var(--text-secondary);text-align:center;margin-top:24px;font-size:.85rem}.admin-auth-module__V0t7wW__footerText a{color:var(--primary);font-weight:600}
.cart-module__Jmky-G__page{flex-direction:column;min-height:100vh;display:flex}.cart-module__Jmky-G__title{font-family:var(--font-heading);color:var(--text-primary);margin-top:40px;margin-bottom:32px;font-size:2.25rem;font-weight:800}.cart-module__Jmky-G__cartLayout{grid-template-columns:2fr 1fr;gap:48px;padding-bottom:80px;display:grid}.cart-module__Jmky-G__itemsList{flex-direction:column;gap:20px;display:flex}.cart-module__Jmky-G__cartItem{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition-fast);grid-template-columns:80px 2fr 1fr 1fr auto;align-items:center;gap:24px;padding:16px 24px;display:grid}.cart-module__Jmky-G__cartItem:hover{border-color:var(--border-focus);box-shadow:var(--shadow-sm)}.cart-module__Jmky-G__thumbWrapper{border-radius:var(--radius-sm);border:1px solid var(--border-color);width:80px;height:80px;overflow:hidden}.cart-module__Jmky-G__thumb{object-fit:cover;width:100%;height:100%}.cart-module__Jmky-G__itemInfo{flex-direction:column;gap:4px;display:flex}.cart-module__Jmky-G__itemName{font-family:var(--font-heading);color:var(--text-primary);font-size:1rem;font-weight:700}.cart-module__Jmky-G__itemSku{color:var(--text-muted);font-size:.78rem}.cart-module__Jmky-G__itemPrice{color:var(--text-primary);font-weight:700}.cart-module__Jmky-G__itemTotal{font-family:var(--font-heading);color:var(--text-primary);text-align:right;font-size:1.05rem;font-weight:700}.cart-module__Jmky-G__removeBtn{color:var(--text-muted);transition:var(--transition-fast);border-radius:var(--radius-full);justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cart-module__Jmky-G__removeBtn:hover{background-color:var(--status-cancelled-light);color:var(--status-cancelled)}.cart-module__Jmky-G__summaryCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:20px;height:fit-content;padding:32px;display:flex}.cart-module__Jmky-G__summaryTitle{font-family:var(--font-heading);color:var(--text-primary);border-bottom:1px solid var(--border-color);padding-bottom:16px;font-size:1.25rem;font-weight:700}.cart-module__Jmky-G__summaryRow{color:var(--text-secondary);justify-content:space-between;font-size:.92rem;display:flex}.cart-module__Jmky-G__summaryTotalRow{font-family:var(--font-heading);color:var(--text-primary);border-top:1px solid var(--border-color);justify-content:space-between;margin-top:8px;padding-top:16px;font-size:1.25rem;font-weight:800;display:flex}.cart-module__Jmky-G__couponForm{border-top:1px dashed var(--border-color);gap:10px;margin-top:8px;padding-top:20px;display:flex}.cart-module__Jmky-G__couponInput{border:1px solid var(--border-color);border-radius:var(--radius-sm);text-transform:uppercase;flex-grow:1;padding:10px 14px;font-size:.85rem}.cart-module__Jmky-G__couponInput:focus{border-color:var(--primary)}.cart-module__Jmky-G__couponAlert{margin-top:4px;font-size:.78rem;font-weight:600}.cart-module__Jmky-G__couponSuccess{color:var(--status-delivered)}.cart-module__Jmky-G__couponError{color:var(--status-cancelled)}.cart-module__Jmky-G__checkoutBtn{width:100%;margin-top:12px}.cart-module__Jmky-G__emptyCart{text-align:center;background-color:var(--bg-secondary);border:1px dashed var(--border-color);border-radius:var(--radius-md);flex-direction:column;grid-column:span 2;justify-content:center;align-items:center;gap:20px;padding:80px 24px;display:flex}.cart-module__Jmky-G__emptyTitle{font-family:var(--font-heading);font-size:1.5rem;font-weight:700}.cart-module__Jmky-G__emptyDesc{color:var(--text-muted);max-width:320px;font-size:.95rem}@media (max-width:992px){.cart-module__Jmky-G__cartLayout{grid-template-columns:1fr;gap:32px}.cart-module__Jmky-G__emptyCart{grid-column:span 1}}@media (max-width:768px){.cart-module__Jmky-G__cartItem{grid-template-rows:auto auto;grid-template-columns:60px 1fr auto;gap:16px;padding:16px}.cart-module__Jmky-G__thumbWrapper{grid-row:span 2;width:60px;height:60px}.cart-module__Jmky-G__itemInfo{grid-column:2}.cart-module__Jmky-G__itemTotal{text-align:left;grid-column:2;font-size:.95rem}.cart-module__Jmky-G__removeBtn{grid-area:span 2/3}}
.checkout-module__ss_A1W__page{flex-direction:column;min-height:100vh;display:flex}.checkout-module__ss_A1W__checkoutLayout{grid-template-columns:1.2fr 1fr;gap:48px;padding:40px 0 80px;display:grid}.checkout-module__ss_A1W__title{font-family:var(--font-heading);color:var(--text-primary);margin-top:40px;margin-bottom:8px;font-size:2.25rem;font-weight:800}.checkout-module__ss_A1W__subtitle{color:var(--text-muted);margin-bottom:24px;font-size:.95rem}.checkout-module__ss_A1W__sectionCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;margin-bottom:24px;padding:32px;display:flex}.checkout-module__ss_A1W__sectionTitle{font-family:var(--font-heading);color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-bottom:20px;padding-bottom:12px;font-size:1.25rem;font-weight:700}.checkout-module__ss_A1W__addressGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.checkout-module__ss_A1W__fullWidth{grid-column:span 2}.checkout-module__ss_A1W__paymentSelector{flex-direction:column;gap:16px;display:flex}.checkout-module__ss_A1W__paymentOption{border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-fast);align-items:flex-start;gap:14px;padding:16px;display:flex}.checkout-module__ss_A1W__paymentOption:hover{border-color:var(--primary);background-color:var(--primary-light)}.checkout-module__ss_A1W__paymentActive{border-color:var(--primary);background-color:var(--primary-light);box-shadow:0 0 0 1px var(--primary)}.checkout-module__ss_A1W__radioInput{accent-color:var(--primary);margin-top:3px}.checkout-module__ss_A1W__optionLabel{flex-direction:column;gap:4px;display:flex}.checkout-module__ss_A1W__optionTitle{color:var(--text-primary);font-size:.95rem;font-weight:700}.checkout-module__ss_A1W__optionDesc{color:var(--text-secondary);font-size:.8rem}.checkout-module__ss_A1W__cardForm{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);grid-template-columns:2fr 1fr 1fr;gap:16px;margin-top:16px;padding:16px;animation:.3s ease-out forwards checkout-module__ss_A1W__fadeIn;display:grid}.checkout-module__ss_A1W__summaryCol{flex-direction:column;gap:24px;display:flex}.checkout-module__ss_A1W__summaryCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);height:fit-content;padding:32px}.checkout-module__ss_A1W__summaryList{border-bottom:1px solid var(--border-color);flex-direction:column;gap:16px;max-height:280px;margin-bottom:20px;padding-bottom:20px;display:flex;overflow-y:auto}.checkout-module__ss_A1W__summaryItem{justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.checkout-module__ss_A1W__summaryItemName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-weight:600;overflow:hidden}.checkout-module__ss_A1W__summaryItemQty{color:var(--text-muted);margin-left:8px;font-size:.8rem}.checkout-module__ss_A1W__summaryItemTotal{color:var(--text-primary);font-weight:700}.checkout-module__ss_A1W__summaryRow{color:var(--text-secondary);justify-content:space-between;margin-bottom:12px;font-size:.9rem;display:flex}.checkout-module__ss_A1W__summaryTotalRow{font-family:var(--font-heading);color:var(--text-primary);border-top:1px solid var(--border-color);justify-content:space-between;margin-top:16px;padding-top:20px;font-size:1.25rem;font-weight:800;display:flex}.checkout-module__ss_A1W__placeOrderBtn{width:100%;margin-top:20px}@media (max-width:992px){.checkout-module__ss_A1W__checkoutLayout{grid-template-columns:1fr;gap:32px}}@media (max-width:576px){.checkout-module__ss_A1W__addressGrid{grid-template-columns:1fr}.checkout-module__ss_A1W__fullWidth{grid-column:span 1}.checkout-module__ss_A1W__cardForm{grid-template-columns:1fr}.checkout-module__ss_A1W__sectionCard,.checkout-module__ss_A1W__summaryCard{padding:20px}}
.contact-module__xwJ-uq__page{flex-direction:column;min-height:100vh;display:flex}.contact-module__xwJ-uq__title{font-family:var(--font-heading);text-align:center;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:8px;font-size:2.75rem;font-weight:800}.contact-module__xwJ-uq__subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:1.1rem}.contact-module__xwJ-uq__grid{grid-template-columns:1fr 1.2fr;gap:48px;max-width:1000px;margin:0 auto;display:grid}.contact-module__xwJ-uq__infoCol{flex-direction:column;gap:24px;display:flex}.contact-module__xwJ-uq__infoCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:32px}.contact-module__xwJ-uq__cardTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:24px;font-size:1.5rem;font-weight:700}.contact-module__xwJ-uq__infoItem{color:var(--text-secondary);align-items:flex-start;gap:16px;margin-bottom:20px;font-size:.95rem;line-height:1.5;display:flex}.contact-module__xwJ-uq__infoItem:last-child{margin-bottom:0}.contact-module__xwJ-uq__conciergeText{padding:0 12px}.contact-module__xwJ-uq__conciergeText h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:1.1rem;font-weight:700}.contact-module__xwJ-uq__conciergeText p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.contact-module__xwJ-uq__formCol{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:40px}.contact-module__xwJ-uq__form{flex-direction:column;display:flex}.contact-module__xwJ-uq__successCard{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 20px;display:flex}.contact-module__xwJ-uq__successIcon{color:var(--status-delivered);animation:.3s cubic-bezier(.16,1,.3,1) forwards contact-module__xwJ-uq__scaleUp}.contact-module__xwJ-uq__successCard h3{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem;font-weight:700}.contact-module__xwJ-uq__successCard p{color:var(--text-secondary);max-width:320px;margin-bottom:8px;font-size:.95rem;line-height:1.6}@media (max-width:768px){.contact-module__xwJ-uq__grid{grid-template-columns:1fr;gap:32px}.contact-module__xwJ-uq__formCol{padding:24px}}
.auth-module__5URtAG__page{background:radial-gradient(circle at 10% 20%,#6366f114 0%,#0000 50%);flex-direction:column;min-height:100vh;display:flex}.auth-module__5URtAG__authWrapper{flex-grow:1;justify-content:center;align-items:center;padding:60px 24px;display:flex}.auth-module__5URtAG__authCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;max-width:440px;box-shadow:var(--shadow-lg);animation:auth-module__5URtAG__slideUp .6s var(--transition-smooth) forwards;flex-direction:column;padding:40px;display:flex}.auth-module__5URtAG__logo{font-family:var(--font-heading);text-align:center;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;margin-bottom:8px;font-size:1.75rem;font-weight:800}.auth-module__5URtAG__cardTitle{font-family:var(--font-heading);color:var(--text-primary);text-align:center;margin-bottom:24px;font-size:1.5rem;font-weight:700}.auth-module__5URtAG__alert{border-radius:var(--radius-sm);margin-bottom:20px;padding:12px 16px;font-size:.85rem;line-height:1.4}.auth-module__5URtAG__alertError{background-color:var(--status-cancelled-light);color:var(--status-cancelled);border:1px solid #ef444433}.auth-module__5URtAG__alertSuccess{background-color:var(--status-delivered-light);color:var(--status-delivered);border:1px solid #10b98133}.auth-module__5URtAG__forgotLink{color:var(--primary);align-self:flex-end;margin-bottom:24px;font-size:.8rem;font-weight:600}.auth-module__5URtAG__forgotLink:hover{color:var(--primary-hover)}.auth-module__5URtAG__footerText{color:var(--text-secondary);text-align:center;margin-top:24px;font-size:.85rem}.auth-module__5URtAG__footerText a{color:var(--primary);font-weight:600}.auth-module__5URtAG__footerText a:hover{color:var(--primary-hover)}.auth-module__5URtAG__demoBox{background-color:var(--bg-primary);border:1px dashed var(--border-color);border-radius:var(--radius-sm);margin-top:24px;padding:16px}.auth-module__5URtAG__demoTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.78rem;font-weight:700}.auth-module__5URtAG__demoBtnGroup{gap:8px;display:flex}.auth-module__5URtAG__demoBtn{border-radius:var(--radius-sm);background-color:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);transition:var(--transition-fast);padding:6px 12px;font-size:.75rem;font-weight:600}.auth-module__5URtAG__demoBtn:hover{border-color:var(--primary);color:var(--primary)}
.page-module__E0kJGG__page{flex-direction:column;min-height:100vh;display:flex}.page-module__E0kJGG__hero{background:radial-gradient(circle at 80% 20%,#6366f114 0%,#0000 50%),radial-gradient(circle at 10% 80%,#ec48990d 0%,#0000 50%);padding:80px 0 120px;position:relative;overflow:hidden}.page-module__E0kJGG__heroGrid{grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;display:grid}.page-module__E0kJGG__heroContent{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.page-module__E0kJGG__tagline{text-transform:uppercase;letter-spacing:2px;color:var(--primary);background-color:var(--primary-light);border-radius:var(--radius-full);padding:6px 16px;font-size:.85rem;font-weight:700}.page-module__E0kJGG__heroTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-1px;font-size:3.5rem;font-weight:800;line-height:1.15}.page-module__E0kJGG__heroTitle span{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.page-module__E0kJGG__heroDesc{color:var(--text-secondary);max-width:520px;font-size:1.1rem;line-height:1.6}.page-module__E0kJGG__heroBtnGroup{gap:16px;margin-top:12px;display:flex}.page-module__E0kJGG__heroImageWrapper{border-radius:var(--radius-lg);width:100%;height:480px;box-shadow:var(--shadow-luxury);animation:6s ease-in-out infinite page-module__E0kJGG__floatAnim;position:relative;overflow:hidden}.page-module__E0kJGG__heroImage{object-fit:cover;width:100%;height:100%}@keyframes page-module__E0kJGG__floatAnim{0%{transform:translateY(0)}50%{transform:translateY(-16px)}to{transform:translateY(0)}}.page-module__E0kJGG__featuresSection{background-color:var(--bg-secondary);padding:80px 0}.page-module__E0kJGG__featuresGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.page-module__E0kJGG__featureCard{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition-fast);flex-direction:column;gap:18px;padding:40px 32px;display:flex}.page-module__E0kJGG__featureCard:hover{box-shadow:var(--shadow-md);border-color:var(--border-focus);transform:translateY(-6px)}.page-module__E0kJGG__iconBox{border-radius:var(--radius-sm);background-color:var(--primary-light);width:48px;height:48px;color:var(--primary);justify-content:center;align-items:center;display:flex}.page-module__E0kJGG__featureTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:1.25rem;font-weight:700}.page-module__E0kJGG__featureDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.page-module__E0kJGG__featuredSection{padding:100px 0}.page-module__E0kJGG__sectionHeader{justify-content:space-between;align-items:flex-end;margin-bottom:48px;display:flex}.page-module__E0kJGG__sectionTitleGroup{flex-direction:column;gap:10px;display:flex}.page-module__E0kJGG__sectionTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:2.25rem;font-weight:800}.page-module__E0kJGG__sectionSub{color:var(--text-muted);font-size:.95rem}.page-module__E0kJGG__sectionLink{color:var(--primary);align-items:center;gap:6px;font-weight:600;display:flex}.page-module__E0kJGG__sectionLink:hover{color:var(--primary-hover);gap:10px}.page-module__E0kJGG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px;display:grid}.page-module__E0kJGG__categoriesSection{background-color:var(--bg-secondary);padding:80px 0}.page-module__E0kJGG__catGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.page-module__E0kJGG__catCard{border-radius:var(--radius-md);height:200px;box-shadow:var(--shadow-sm);align-items:flex-end;padding:24px;display:flex;position:relative;overflow:hidden}.page-module__E0kJGG__catCard:before{content:"";z-index:1;width:100%;height:100%;transition:var(--transition-fast);background:linear-gradient(#0000 0%,#0003 40%,#000c 100%);position:absolute;top:0;left:0}.page-module__E0kJGG__catCard:hover:before{background:linear-gradient(#0000001a 0%,#0006 40%,#6366f1cc 100%)}.page-module__E0kJGG__catImg{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--transition-smooth);position:absolute;top:0;left:0}.page-module__E0kJGG__catCard:hover .page-module__E0kJGG__catImg{transform:scale(1.08)}.page-module__E0kJGG__catName{z-index:2;font-family:var(--font-heading);color:#fff;font-size:1.25rem;font-weight:700;position:relative}.page-module__E0kJGG__newsletter{background:linear-gradient(135deg, hsl(var(--dark-base), 22%, 12%) 0%, hsl(var(--dark-base), 25%, 8%) 100%);color:#fff;text-align:center;padding:100px 0}.page-module__E0kJGG__newsContainer{flex-direction:column;align-items:center;gap:24px;max-width:640px;margin:0 auto;display:flex}.page-module__E0kJGG__newsTitle{font-family:var(--font-heading);font-size:2.25rem;font-weight:800}.page-module__E0kJGG__newsDesc{color:hsl(var(--dark-base), 15%, 70%);font-size:.95rem;line-height:1.6}.page-module__E0kJGG__newsForm{gap:12px;width:100%;margin-top:12px;display:flex}.page-module__E0kJGG__newsInput{border-radius:var(--radius-sm);color:#fff;background-color:#ffffff0f;border:1px solid #ffffff1a;flex-grow:1;padding:14px 20px;font-size:.95rem}.page-module__E0kJGG__newsInput:focus{border-color:var(--primary);background-color:#ffffff1a}@media (max-width:992px){.page-module__E0kJGG__heroGrid{text-align:center;grid-template-columns:1fr;gap:48px}.page-module__E0kJGG__heroContent{align-items:center}.page-module__E0kJGG__heroTitle{font-size:2.75rem}.page-module__E0kJGG__heroImageWrapper{height:380px}.page-module__E0kJGG__featuresGrid{grid-template-columns:1fr}.page-module__E0kJGG__catGrid{grid-template-columns:1fr 1fr}}@media (max-width:576px){.page-module__E0kJGG__heroTitle{font-size:2.25rem}.page-module__E0kJGG__catGrid{grid-template-columns:1fr}.page-module__E0kJGG__newsForm{flex-direction:column}}
.details-module__irtwhG__page{flex-direction:column;min-height:100vh;display:flex}.details-module__irtwhG__detailsLayout{grid-template-columns:1.1fr 1fr;gap:64px;padding:60px 0;display:grid}.details-module__irtwhG__gallery{flex-direction:column;gap:20px;display:flex}.details-module__irtwhG__mainImageWrapper{border-radius:var(--radius-lg);background-color:var(--bg-secondary);border:1px solid var(--border-color);width:100%;box-shadow:var(--shadow-sm);padding-top:100%;position:relative;overflow:hidden}.details-module__irtwhG__mainImage{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--transition-smooth);position:absolute;top:0;left:0}.details-module__irtwhG__thumbnails{flex-wrap:wrap;gap:12px;display:flex}.details-module__irtwhG__thumbnailBtn{border-radius:var(--radius-sm);border:2px solid var(--border-color);background-color:var(--bg-secondary);width:80px;height:80px;transition:var(--transition-fast);overflow:hidden}.details-module__irtwhG__thumbnailBtn:hover,.details-module__irtwhG__thumbnailActive{border-color:var(--primary);transform:translateY(-2px)}.details-module__irtwhG__thumbImg{object-fit:cover;width:100%;height:100%}.details-module__irtwhG__infoPanel{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.details-module__irtwhG__category{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:700}.details-module__irtwhG__name{font-family:var(--font-heading);color:var(--text-primary);font-size:2.5rem;font-weight:800;line-height:1.2}.details-module__irtwhG__metaRow{color:var(--text-secondary);border-bottom:1px solid var(--border-color);align-items:center;gap:24px;width:100%;padding-bottom:16px;font-size:.85rem;display:flex}.details-module__irtwhG__sku{font-weight:600}.details-module__irtwhG__stockBadge{border-radius:var(--radius-full);padding:4px 12px;font-size:.78rem;font-weight:700}.details-module__irtwhG__stockIn{background-color:var(--status-delivered-light);color:var(--status-delivered)}.details-module__irtwhG__stockOut{background-color:var(--status-cancelled-light);color:var(--status-cancelled)}.details-module__irtwhG__price{font-family:var(--font-heading);color:var(--text-primary);font-size:2.25rem;font-weight:800}.details-module__irtwhG__description{color:var(--text-secondary);font-size:1rem;line-height:1.7}.details-module__irtwhG__purchaseControls{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);align-items:center;gap:20px;width:100%;margin:12px 0;padding:24px 0;display:flex}.details-module__irtwhG__qtySelector{border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:var(--bg-secondary);align-items:center;display:flex;overflow:hidden}.details-module__irtwhG__qtyBtn{width:44px;height:44px;color:var(--text-secondary);transition:var(--transition-fast);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.details-module__irtwhG__qtyBtn:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.details-module__irtwhG__qtyVal{text-align:center;width:44px;font-size:1rem;font-weight:700}.details-module__irtwhG__actionBtns{flex-grow:1;gap:12px;display:flex}.details-module__irtwhG__specSection{width:100%}.details-module__irtwhG__specTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:16px;font-size:1.25rem;font-weight:700}.details-module__irtwhG__specTable{border-collapse:collapse;width:100%}.details-module__irtwhG__specRow{border-bottom:1px solid var(--border-color)}.details-module__irtwhG__specRow:last-child{border-bottom:none}.details-module__irtwhG__specKey{color:var(--text-secondary);width:35%;padding:12px 0;font-size:.9rem;font-weight:600}.details-module__irtwhG__specVal{color:var(--text-primary);padding:12px 0;font-size:.9rem}.details-module__irtwhG__relatedSection{border-top:1px solid var(--border-color);margin-top:40px;margin-bottom:80px;padding-top:80px}.details-module__irtwhG__relatedTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:32px;font-size:1.75rem;font-weight:800}.details-module__irtwhG__relatedGrid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}@media (max-width:992px){.details-module__irtwhG__detailsLayout{grid-template-columns:1fr;gap:40px;padding:30px 0}.details-module__irtwhG__relatedGrid{grid-template-columns:repeat(2,1fr)}.details-module__irtwhG__name{font-size:2rem}}@media (max-width:576px){.details-module__irtwhG__relatedGrid{grid-template-columns:1fr}.details-module__irtwhG__purchaseControls{flex-direction:column;align-items:stretch}.details-module__irtwhG__qtySelector{justify-content:center}.details-module__irtwhG__actionBtns{flex-direction:column}}
.products-module__KJcT4W__page{flex-direction:column;min-height:100vh;display:flex}.products-module__KJcT4W__catalogLayout{grid-template-columns:280px 1fr;gap:40px;padding:40px 0 80px;display:grid}.products-module__KJcT4W__sidebar{flex-direction:column;gap:32px;display:flex}.products-module__KJcT4W__filterGroup{border-bottom:1px solid var(--border-color);padding-bottom:24px}.products-module__KJcT4W__filterGroup:last-child{border-bottom:none}.products-module__KJcT4W__filterTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:.3px;margin-bottom:16px;font-size:1.05rem;font-weight:700}.products-module__KJcT4W__categoryList{flex-direction:column;gap:10px;display:flex}.products-module__KJcT4W__categoryBtn{text-align:left;color:var(--text-secondary);transition:var(--transition-fast);padding:6px 0;font-size:.9rem}.products-module__KJcT4W__categoryBtn:hover,.products-module__KJcT4W__categoryActive{color:var(--primary);padding-left:4px;font-weight:600}.products-module__KJcT4W__priceRangeInputs{align-items:center;gap:12px;display:flex}.products-module__KJcT4W__priceInput{border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:var(--bg-secondary);width:100%;padding:8px 12px;font-size:.85rem}.products-module__KJcT4W__priceRangeSpan{color:var(--text-muted);font-size:.85rem}.products-module__KJcT4W__clearBtn{color:var(--secondary);text-align:left;align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:flex}.products-module__KJcT4W__clearBtn:hover{color:var(--secondary-hover)}.products-module__KJcT4W__mainContent{flex-direction:column;gap:24px;display:flex}.products-module__KJcT4W__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.products-module__KJcT4W__searchBar{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);max-width:480px;transition:var(--transition-fast);flex-grow:1;align-items:center;padding:0 16px;display:flex}.products-module__KJcT4W__searchBar:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-glow)}.products-module__KJcT4W__searchIcon{color:var(--text-muted);margin-right:12px}.products-module__KJcT4W__searchInput{width:100%;color:var(--text-primary);background:0 0;border:none;padding:12px 0;font-size:.95rem}.products-module__KJcT4W__sortSelector{align-items:center;gap:12px;display:flex}.products-module__KJcT4W__sortLabel{color:var(--text-secondary);white-space:nowrap;font-size:.9rem}.products-module__KJcT4W__sortSelect{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;padding:10px 16px;font-size:.9rem}.products-module__KJcT4W__sortSelect:focus{border-color:var(--primary)}.products-module__KJcT4W__productsGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:32px;display:grid}.products-module__KJcT4W__emptyState{text-align:center;color:var(--text-secondary);background-color:var(--bg-secondary);border:1px dashed var(--border-color);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.products-module__KJcT4W__emptyTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem;font-weight:700}.products-module__KJcT4W__emptyDesc{color:var(--text-muted);max-width:320px;font-size:.95rem}.products-module__KJcT4W__mobileFilterBtn{border-radius:var(--radius-sm);background-color:var(--bg-secondary);border:1px solid var(--border-color);align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:600;display:none}.products-module__KJcT4W__toolbarActions{align-items:center;gap:12px;display:flex}@media (max-width:992px){.products-module__KJcT4W__catalogLayout{grid-template-columns:1fr;padding-top:24px}.products-module__KJcT4W__sidebar{display:none}.products-module__KJcT4W__mobileFilterDrawer{background-color:var(--bg-secondary);z-index:10002;width:100%;height:100%;animation:products-module__KJcT4W__slideUp .4s var(--transition-smooth) forwards;flex-direction:column;padding:32px 24px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.products-module__KJcT4W__mobileFilterBtn{display:flex}.products-module__KJcT4W__mobileHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:16px;display:flex}.products-module__KJcT4W__mobileHeaderTitle{font-family:var(--font-heading);font-size:1.25rem;font-weight:700}}@media (max-width:768px){.products-module__KJcT4W__toolbar{flex-direction:column;align-items:stretch;gap:12px}.products-module__KJcT4W__searchBar{width:100%;max-width:100%}.products-module__KJcT4W__toolbarActions{justify-content:space-between;width:100%}.products-module__KJcT4W__sortSelector{flex-grow:1}.products-module__KJcT4W__sortSelect{flex-grow:1;width:100%;padding:10px 12px;font-size:.85rem}.products-module__KJcT4W__mobileFilterBtn{flex-shrink:0}}@media (max-width:480px){.products-module__KJcT4W__sortLabel{display:none}}
.profile-module__3PkVZa__page{flex-direction:column;min-height:100vh;display:flex}.profile-module__3PkVZa__profileLayout{grid-template-columns:320px 1fr;gap:48px;padding:48px 0 80px;display:grid}.profile-module__3PkVZa__sidebarCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:center;flex-direction:column;align-items:center;gap:20px;height:fit-content;padding:32px;display:flex}.profile-module__3PkVZa__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;width:80px;height:80px;box-shadow:var(--shadow-md);justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex}.profile-module__3PkVZa__userName{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem;font-weight:700}.profile-module__3PkVZa__userEmail{color:var(--text-muted);margin-top:-12px;font-size:.85rem}.profile-module__3PkVZa__userMobile{color:var(--text-secondary);font-size:.88rem;font-weight:600}.profile-module__3PkVZa__roleBadge{text-transform:uppercase;border-radius:var(--radius-full);background-color:var(--primary-light);color:var(--primary);letter-spacing:.5px;padding:4px 10px;font-size:.72rem;font-weight:800}.profile-module__3PkVZa__editBtn{width:100%}.profile-module__3PkVZa__mainArea{flex-direction:column;gap:32px;display:flex}.profile-module__3PkVZa__tabs{border-bottom:1px solid var(--border-color);gap:16px;padding-bottom:12px;display:flex}.profile-module__3PkVZa__tabBtn{font-family:var(--font-heading);color:var(--text-secondary);transition:var(--transition-fast);padding:6px 12px;font-size:1.1rem;font-weight:600;position:relative}.profile-module__3PkVZa__tabBtn:hover,.profile-module__3PkVZa__tabActive{color:var(--text-primary)}.profile-module__3PkVZa__tabActive:after{content:"";background-color:var(--primary);width:100%;height:2px;position:absolute;bottom:-13px;left:0}.profile-module__3PkVZa__ordersList{flex-direction:column;gap:20px;display:flex}.profile-module__3PkVZa__orderItem{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition-fast);flex-direction:column;gap:18px;padding:24px 32px;display:flex}.profile-module__3PkVZa__orderItem:hover{border-color:var(--border-focus)}.profile-module__3PkVZa__orderHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-module__3PkVZa__orderNumGroup{flex-direction:column;gap:4px;display:flex}.profile-module__3PkVZa__orderNum{font-family:var(--font-heading);color:var(--text-primary);font-size:1.15rem;font-weight:700}.profile-module__3PkVZa__orderDate{color:var(--text-muted);font-size:.8rem}.profile-module__3PkVZa__orderAmount{font-family:var(--font-heading);color:var(--primary);font-size:1.25rem;font-weight:800}.profile-module__3PkVZa__statusTag{border-radius:var(--radius-full);padding:6px 14px;font-size:.78rem;font-weight:700}.profile-module__3PkVZa__statusPending{background-color:var(--status-pending-light);color:var(--status-pending)}.profile-module__3PkVZa__statusConfirmed{background-color:var(--status-confirmed-light);color:var(--status-confirmed)}.profile-module__3PkVZa__statusProcessing{background-color:var(--status-processing-light);color:var(--status-processing)}.profile-module__3PkVZa__statusShipped{background-color:var(--status-shipped-light);color:var(--status-shipped)}.profile-module__3PkVZa__statusDelivered{background-color:var(--status-delivered-light);color:var(--status-delivered)}.profile-module__3PkVZa__statusCancelled{background-color:var(--status-cancelled-light);color:var(--status-cancelled)}.profile-module__3PkVZa__expandedDetails{border-top:1px dashed var(--border-color);grid-template-columns:1.2fr 1fr;gap:32px;margin-top:8px;padding-top:20px;animation:.3s ease-out forwards profile-module__3PkVZa__fadeIn;display:grid}.profile-module__3PkVZa__prodRow{border-bottom:1px solid var(--border-color);align-items:center;gap:16px;padding:12px 0;display:flex}.profile-module__3PkVZa__prodRow:last-child{border-bottom:none}.profile-module__3PkVZa__prodThumb{border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border-color);width:50px;height:50px}.profile-module__3PkVZa__prodInfo{flex-direction:column;gap:2px;display:flex}.profile-module__3PkVZa__prodName{color:var(--text-primary);font-size:.9rem;font-weight:600}.profile-module__3PkVZa__prodQty{color:var(--text-muted);font-size:.78rem}.profile-module__3PkVZa__timeline{border-left:2px solid var(--border-color);flex-direction:column;gap:24px;margin-left:8px;padding-left:24px;display:flex;position:relative}.profile-module__3PkVZa__timelineNode{position:relative}.profile-module__3PkVZa__timelineDot{border-radius:var(--radius-full);background-color:var(--border-color);border:2px solid var(--bg-secondary);width:14px;height:14px;transition:var(--transition-fast);position:absolute;top:3px;left:-32px}.profile-module__3PkVZa__nodeActive .profile-module__3PkVZa__timelineDot{background-color:var(--primary);box-shadow:0 0 0 4px var(--primary-glow)}.profile-module__3PkVZa__nodeComplete .profile-module__3PkVZa__timelineDot{background-color:var(--status-delivered)}.profile-module__3PkVZa__timelineInfo{flex-direction:column;gap:4px;display:flex}.profile-module__3PkVZa__timelineTitle{color:var(--text-primary);font-size:.9rem;font-weight:700}.profile-module__3PkVZa__timelineTime{color:var(--text-muted);font-size:.75rem}.profile-module__3PkVZa__editOverlay{z-index:1002;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.profile-module__3PkVZa__editModal{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;max-width:460px;box-shadow:var(--shadow-lg);padding:40px;animation:.3s cubic-bezier(.16,1,.3,1) forwards profile-module__3PkVZa__slideUp}.profile-module__3PkVZa__modalTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:24px;font-size:1.5rem;font-weight:700}.profile-module__3PkVZa__modalBtns{gap:12px;margin-top:12px;display:flex}@media (max-width:768px){.profile-module__3PkVZa__profileLayout,.profile-module__3PkVZa__expandedDetails{grid-template-columns:1fr;gap:32px}}
