.Navbar-module__GNFCUW__navContainer{z-index:50;background-color:var(--header-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;transition:padding .3s;position:sticky;top:0}.Navbar-module__GNFCUW__navScrolled{padding:.6rem 1.5rem}.Navbar-module__GNFCUW__navContent{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.Navbar-module__GNFCUW__navLeft{align-items:center;gap:2rem;display:flex}.Navbar-module__GNFCUW__logo{font-family:var(--heading-font);color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Navbar-module__GNFCUW__logoIcon svg{width:24px;height:24px}.Navbar-module__GNFCUW__logoTextAccent{color:var(--primary-blue)}.Navbar-module__GNFCUW__nav{align-items:center;gap:1.5rem;display:flex}.Navbar-module__GNFCUW__navLink{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.Navbar-module__GNFCUW__navLink:hover,.Navbar-module__GNFCUW__navLinkActive{color:var(--text-primary)}.Navbar-module__GNFCUW__navCenter{flex:1;align-items:center;max-width:600px;display:flex}.Navbar-module__GNFCUW__searchBar{background-color:var(--section-bg);border:1px solid var(--border-color);border-radius:9999px;align-items:center;gap:.75rem;width:100%;padding:.6rem 1.25rem;transition:border-color .2s,box-shadow .2s;display:flex}.Navbar-module__GNFCUW__searchBar:focus-within{border-color:var(--primary-blue);box-shadow:0 0 0 2px var(--glow-color)}.Navbar-module__GNFCUW__searchBar svg{color:var(--text-secondary)}.Navbar-module__GNFCUW__searchInput{color:var(--text-primary);font-size:.95rem;font-family:var(--body-font);background:0 0;border:none;outline:none;flex:1}.Navbar-module__GNFCUW__searchInput::placeholder{color:var(--text-secondary)}.Navbar-module__GNFCUW__navRight{align-items:center;gap:1.5rem;display:flex}.Navbar-module__GNFCUW__sellBtn{background-color:var(--text-primary);color:var(--background);cursor:pointer;border:none;border-radius:9999px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:opacity .2s}.Navbar-module__GNFCUW__sellBtn:hover{opacity:.9}.Navbar-module__GNFCUW__iconBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.Navbar-module__GNFCUW__iconBtn:hover{color:var(--text-primary)}.Navbar-module__GNFCUW__userProfile{cursor:pointer;align-items:center;gap:.75rem;display:flex}.Navbar-module__GNFCUW__avatarMini{background:var(--primary-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex}.Navbar-module__GNFCUW__navDesktop{display:block}.Navbar-module__GNFCUW__navMobile{display:none}.Navbar-module__GNFCUW__mobileTop{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__GNFCUW__mobileActions{align-items:center;gap:.75rem;display:flex}.Navbar-module__GNFCUW__mobileSearch{width:100%;margin-top:1rem}.Navbar-module__GNFCUW__hamburgerBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.Navbar-module__GNFCUW__hamburgerBtn:hover{background-color:var(--border-color)}.Navbar-module__GNFCUW__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:110;background:#0009;animation:.2s Navbar-module__GNFCUW__fadeIn;position:fixed;inset:0}.Navbar-module__GNFCUW__drawer{background:var(--card-bg);border-right:1px solid var(--border-color);z-index:120;flex-direction:column;gap:2rem;width:300px;padding:2rem 1.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;left:-320px;overflow-y:auto;transform:translate(0)}.Navbar-module__GNFCUW__drawerOpen{transform:translate(320px)}.Navbar-module__GNFCUW__drawerHeader{justify-content:space-between;align-items:center;display:flex}.Navbar-module__GNFCUW__drawerCloseBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;transition:background-color .2s;display:flex}.Navbar-module__GNFCUW__drawerCloseBtn:hover{background-color:var(--border-color)}.Navbar-module__GNFCUW__drawerNavContent{flex-direction:column;gap:.75rem;display:flex}.Navbar-module__GNFCUW__drawerNavLink{color:var(--text-secondary);border-radius:8px;padding:.75rem 1rem;font-size:1.05rem;font-weight:500;transition:all .2s;display:block}.Navbar-module__GNFCUW__drawerNavLink:hover,.Navbar-module__GNFCUW__drawerNavLinkActive{color:var(--text-primary);background-color:var(--section-bg)}.Navbar-module__GNFCUW__drawerDivider{background-color:var(--border-color);height:1px;margin:.5rem 0}.Navbar-module__GNFCUW__drawerThemeToggle{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:1.05rem;font-weight:500;transition:all .2s;display:flex}.Navbar-module__GNFCUW__drawerThemeToggle:hover{background-color:var(--section-bg)}.Navbar-module__GNFCUW__popover{background:var(--card-bg);border:1px solid var(--border-color);width:320px;box-shadow:var(--card-shadow);z-index:100;border-radius:12px;margin-top:12px;padding:1rem;position:absolute;top:100%;right:0}.Navbar-module__GNFCUW__popoverHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Navbar-module__GNFCUW__popoverList{flex-direction:column;gap:.65rem;max-height:240px;display:flex;overflow-y:auto}.Navbar-module__GNFCUW__popoverEmpty{text-align:center;color:var(--text-secondary);padding:2rem 1rem;font-size:.8rem}.Navbar-module__GNFCUW__notifItem{background:var(--section-bg);border:1px solid var(--border-color);border-radius:8px;padding:.65rem .75rem}.Navbar-module__GNFCUW__notifRow{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.Navbar-module__GNFCUW__notifMsg{color:var(--text-secondary);margin-top:.25rem;font-size:.78rem;line-height:1.4}.Navbar-module__GNFCUW__notifDot{background:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.Navbar-module__GNFCUW__cartBadge{background:var(--primary-orange,#f97316);color:#fff;pointer-events:none;border-radius:9999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.Navbar-module__GNFCUW__cartList{flex-direction:column;gap:.65rem;max-height:200px;margin-bottom:1rem;display:flex;overflow-y:auto}.Navbar-module__GNFCUW__cartItem{background:var(--section-bg);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.Navbar-module__GNFCUW__cartItemTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.Navbar-module__GNFCUW__cartTotal{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.Navbar-module__GNFCUW__cartCheckoutBtn{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.65rem;font-size:.85rem;font-weight:700}.Navbar-module__GNFCUW__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:200;background:#000000b3;justify-content:center;align-items:center;animation:.2s Navbar-module__GNFCUW__fadeIn;display:flex;position:fixed;inset:0}.Navbar-module__GNFCUW__modalContent{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;border-radius:20px;width:90%;max-width:380px;padding:2rem;animation:.2s Navbar-module__GNFCUW__scaleIn;box-shadow:0 20px 60px #00000080}.Navbar-module__GNFCUW__modalTitle{font-family:var(--heading-font);color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Navbar-module__GNFCUW__modalText{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.Navbar-module__GNFCUW__modalActions{justify-content:center;gap:.75rem;display:flex}.Navbar-module__GNFCUW__modalLogoutBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;min-width:120px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700}.Navbar-module__GNFCUW__modalCancelBtn{background:var(--section-bg);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:10px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600}@keyframes Navbar-module__GNFCUW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Navbar-module__GNFCUW__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:1023px){.Navbar-module__GNFCUW__navDesktop{display:none}.Navbar-module__GNFCUW__navMobile{display:block}.Navbar-module__GNFCUW__navContainer{padding:.75rem 1rem}.Navbar-module__GNFCUW__navScrolled{padding:.5rem 1rem}.Navbar-module__GNFCUW__popover{width:290px;right:-40px}}@media (max-width:767px){.Navbar-module__GNFCUW__navContainer{padding:.7rem .75rem}.Navbar-module__GNFCUW__navScrolled{padding:.5rem .75rem}.Navbar-module__GNFCUW__drawer{width:280px}}@media (max-width:480px){.Navbar-module__GNFCUW__navContainer{padding:.55rem .6rem}.Navbar-module__GNFCUW__navScrolled{padding:.4rem .6rem}.Navbar-module__GNFCUW__mobileActions{gap:.4rem}.Navbar-module__GNFCUW__hamburgerBtn{padding:6px}}
.Footer-module__BiPayG__footer{background:var(--footer-bg);border-top:1px solid var(--border-color);margin-top:auto;padding:5rem 0 3rem;transition:all .3s}.Footer-module__BiPayG__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3.5rem;margin-bottom:4rem;display:grid}.Footer-module__BiPayG__brandCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__BiPayG__logo{font-family:var(--heading-font);color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Footer-module__BiPayG__logoIcon{color:var(--primary-blue);align-items:center;display:flex}.Footer-module__BiPayG__logoTextAccent{color:var(--primary-blue)}.Footer-module__BiPayG__description{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.Footer-module__BiPayG__socials{gap:.75rem;display:flex}.Footer-module__BiPayG__socialIcon{border:1px solid var(--border-color);background:var(--card-bg);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__BiPayG__socialIcon:hover{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue);transform:translateY(-2px)}.Footer-module__BiPayG__title{letter-spacing:-.2px;margin-bottom:1.5rem;font-size:1.05rem;font-weight:600}.Footer-module__BiPayG__linksList{flex-direction:column;gap:.85rem;padding:0;list-style:none;display:flex}.Footer-module__BiPayG__link{color:var(--text-secondary);font-size:.9rem;transition:color .2s}.Footer-module__BiPayG__link:hover{color:var(--primary-blue)}.Footer-module__BiPayG__trustCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__BiPayG__trustText{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.Footer-module__BiPayG__badgeContainer{flex-wrap:wrap;gap:.5rem;display:flex}.Footer-module__BiPayG__badge{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-primary);border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.8rem;font-weight:500;display:inline-flex}.Footer-module__BiPayG__badgeIcon{color:var(--primary-blue)}.Footer-module__BiPayG__bottomBar{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__BiPayG__copyright{color:var(--text-secondary);font-size:.85rem}.Footer-module__BiPayG__bottomLinks{gap:1.5rem;display:flex}.Footer-module__BiPayG__bottomLink{color:var(--text-secondary);font-size:.85rem;transition:color .2s}.Footer-module__BiPayG__bottomLink:hover{color:var(--primary-blue)}@media (max-width:1024px){.Footer-module__BiPayG__grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:640px){.Footer-module__BiPayG__footer{padding:3.5rem 0 2rem}.Footer-module__BiPayG__grid{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}.Footer-module__BiPayG__bottomBar{flex-direction:column-reverse;align-items:flex-start;gap:1.5rem}.Footer-module__BiPayG__bottomLinks{flex-direction:column;gap:.75rem}}
.Marketplace-module__0oTbyW__pageWrapper{background-color:var(--background);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.Marketplace-module__0oTbyW__mainContent{flex-direction:column;flex:1;display:flex}.Marketplace-module__0oTbyW__headerContainer{z-index:50;background-color:var(--header-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;position:sticky;top:0}.Marketplace-module__0oTbyW__headerContent{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.Marketplace-module__0oTbyW__headerLeft{align-items:center;gap:2rem;display:flex}.Marketplace-module__0oTbyW__logo{font-family:var(--heading-font);color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Marketplace-module__0oTbyW__logoIcon svg{width:24px;height:24px}.Marketplace-module__0oTbyW__logoTextAccent{color:var(--primary-blue)}.Marketplace-module__0oTbyW__nav{align-items:center;gap:1.5rem;display:flex}.Marketplace-module__0oTbyW__navLink{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.Marketplace-module__0oTbyW__navLink:hover,.Marketplace-module__0oTbyW__navLinkActive{color:var(--text-primary)}.Marketplace-module__0oTbyW__headerCenter{flex:1;align-items:center;max-width:600px;display:flex}.Marketplace-module__0oTbyW__searchBar{background-color:var(--section-bg);border:1px solid var(--border-color);border-radius:9999px;align-items:center;gap:.75rem;width:100%;padding:.6rem 1.25rem;transition:border-color .2s,box-shadow .2s;display:flex}.Marketplace-module__0oTbyW__searchBar:focus-within{border-color:var(--primary-blue);box-shadow:0 0 0 2px var(--glow-color)}.Marketplace-module__0oTbyW__searchBar svg{color:var(--text-secondary)}.Marketplace-module__0oTbyW__searchInput{color:var(--text-primary);font-size:.95rem;font-family:var(--body-font);background:0 0;border:none;outline:none;flex:1}.Marketplace-module__0oTbyW__searchInput::placeholder{color:var(--text-secondary)}.Marketplace-module__0oTbyW__headerRight{align-items:center;gap:1.5rem;display:flex}.Marketplace-module__0oTbyW__sellBtn{background-color:var(--text-primary);color:var(--background);cursor:pointer;border:none;border-radius:9999px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:opacity .2s}.Marketplace-module__0oTbyW__sellBtn:hover{opacity:.9}.Marketplace-module__0oTbyW__iconBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.Marketplace-module__0oTbyW__iconBtn:hover{color:var(--text-primary)}.Marketplace-module__0oTbyW__userProfile{cursor:pointer;align-items:center;gap:.75rem;display:flex}.Marketplace-module__0oTbyW__avatarMini{background:var(--primary-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex}.Marketplace-module__0oTbyW__layoutContainer{grid-template-columns:260px 1fr;align-items:flex-start;gap:2.5rem;width:100%;max-width:1400px;margin:0 auto;padding:2.5rem 1.5rem;display:grid}.Marketplace-module__0oTbyW__sidebar{flex-direction:column;gap:2rem;display:flex;position:sticky;top:100px}.Marketplace-module__0oTbyW__sidebarTitle{color:var(--text-primary);font-size:1.25rem;font-weight:700;font-family:var(--heading-font);margin-bottom:.5rem}.Marketplace-module__0oTbyW__filterSection{flex-direction:column;gap:1rem;display:flex}.Marketplace-module__0oTbyW__filterHeader{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:600}.Marketplace-module__0oTbyW__filterList{flex-direction:column;gap:.75rem;display:flex}.Marketplace-module__0oTbyW__visualCheckbox,.Marketplace-module__0oTbyW__visualRadio{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.Marketplace-module__0oTbyW__visualCheckbox:hover,.Marketplace-module__0oTbyW__visualRadio:hover{color:var(--text-primary)}.Marketplace-module__0oTbyW__visualCheckbox input[type=checkbox],.Marketplace-module__0oTbyW__visualRadio input[type=radio]{accent-color:var(--primary-blue);cursor:pointer;background-color:var(--section-bg);border:1px solid var(--border-color);width:16px;height:16px}.Marketplace-module__0oTbyW__visualRangeWrap{flex-direction:column;gap:.5rem;display:flex}.Marketplace-module__0oTbyW__visualRange{width:100%;accent-color:var(--primary-blue);cursor:pointer}.Marketplace-module__0oTbyW__rangeLabels{color:var(--text-secondary);justify-content:space-between;font-size:.8rem;display:flex}.Marketplace-module__0oTbyW__sortSelect{background-color:var(--section-bg);width:100%;color:var(--text-primary);border:1px solid var(--border-color);font-family:var(--body-font);cursor:pointer;border-radius:8px;outline:none;padding:.5rem;font-size:.9rem}.Marketplace-module__0oTbyW__sortSelect:focus{border-color:var(--primary-blue)}.Marketplace-module__0oTbyW__listingsArea{flex-direction:column;min-width:0;display:flex}.Marketplace-module__0oTbyW__listingHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Marketplace-module__0oTbyW__listingCount{color:var(--text-secondary);font-size:.95rem}.Marketplace-module__0oTbyW__mobileFilterBtn{background-color:var(--section-bg);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;display:none}.Marketplace-module__0oTbyW__cardList{flex-direction:column;gap:1.5rem;display:flex}.Marketplace-module__0oTbyW__listingCard{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;gap:1.5rem;width:100%;padding:1.5rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.Marketplace-module__0oTbyW__listingCard:hover{border-color:var(--card-hover-border);box-shadow:var(--card-shadow);transform:translateY(-2px)}.Marketplace-module__0oTbyW__cardLeft{flex-shrink:0}.Marketplace-module__0oTbyW__platformIconBox{border:1px solid;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Marketplace-module__0oTbyW__cardCenter{flex-direction:column;flex:1;min-width:0;display:flex}.Marketplace-module__0oTbyW__titleRow{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.Marketplace-module__0oTbyW__platformName{text-transform:uppercase;letter-spacing:.05em;background:var(--section-bg);border-radius:6px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.Marketplace-module__0oTbyW__accountTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:1.15rem;font-weight:700;overflow:hidden}.Marketplace-module__0oTbyW__accountDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Marketplace-module__0oTbyW__infoTags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.Marketplace-module__0oTbyW__infoTag{color:var(--text-primary);background-color:var(--section-bg);border:1px solid var(--border-color);border-radius:9999px;align-items:center;gap:.3rem;padding:.3rem .6rem;font-size:.75rem;display:flex}.Marketplace-module__0oTbyW__sellerInfo{align-items:center;gap:.5rem;margin-top:auto;display:flex}.Marketplace-module__0oTbyW__sellerAvatar{background-color:var(--section-bg);width:24px;height:24px;color:var(--text-primary);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.Marketplace-module__0oTbyW__sellerName{color:var(--text-primary);font-size:.85rem;font-weight:600}.Marketplace-module__0oTbyW__verifiedBadge{display:inline-block}.Marketplace-module__0oTbyW__sellerType{color:var(--text-secondary);font-size:.8rem}.Marketplace-module__0oTbyW__cardRight{border-left:1px solid var(--border-color);flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;gap:1rem;min-width:140px;padding-left:1.5rem;display:flex}.Marketplace-module__0oTbyW__priceBox{color:var(--text-primary);align-items:flex-start;display:flex}.Marketplace-module__0oTbyW__priceCurrency{margin-top:.2rem;font-size:1rem;font-weight:600}.Marketplace-module__0oTbyW__priceAmount{font-size:1.75rem;font-weight:800;font-family:var(--heading-font)}.Marketplace-module__0oTbyW__viewBtn{background-color:var(--primary-blue);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.6rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.Marketplace-module__0oTbyW__viewBtn:hover{background-color:var(--primary-blue-hover)}.Marketplace-module__0oTbyW__pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.Marketplace-module__0oTbyW__pageBtn{background-color:var(--card-bg);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:500;transition:all .2s;display:flex}.Marketplace-module__0oTbyW__pageBtn:hover:not(:disabled){border-color:var(--primary-blue);color:var(--primary-blue)}.Marketplace-module__0oTbyW__pageBtnActive{background-color:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.Marketplace-module__0oTbyW__pageBtn:disabled{opacity:.5;cursor:not-allowed}.Marketplace-module__0oTbyW__skeletonSidebar{flex-direction:column;gap:1rem;display:flex}.Marketplace-module__0oTbyW__skeletonLine{background-color:var(--section-bg);border-radius:4px;height:20px;animation:1.5s infinite Marketplace-module__0oTbyW__pulse}.Marketplace-module__0oTbyW__skeletonListings{flex-direction:column;gap:1.25rem;display:flex}.Marketplace-module__0oTbyW__skeletonCard{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;gap:1.5rem;padding:1.5rem;animation:1.5s infinite Marketplace-module__0oTbyW__pulse;display:flex}.Marketplace-module__0oTbyW__skeletonAvatar{background-color:var(--section-bg);border-radius:14px;flex-shrink:0;width:56px;height:56px}.Marketplace-module__0oTbyW__skeletonDetails{flex-direction:column;flex:1;gap:1rem;display:flex}.Marketplace-module__0oTbyW__skeletonTitle{background-color:var(--section-bg);border-radius:4px;width:40%;height:24px}.Marketplace-module__0oTbyW__skeletonText{background-color:var(--section-bg);border-radius:4px;width:100%;height:48px}@keyframes Marketplace-module__0oTbyW__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.Marketplace-module__0oTbyW__emptyState{background-color:var(--card-bg);border:1px dashed var(--border-color);text-align:center;color:var(--text-secondary);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.Marketplace-module__0oTbyW__emptyIcon{color:var(--text-secondary);margin-bottom:1rem}.Marketplace-module__0oTbyW__emptyText{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem;font-weight:500}.Marketplace-module__0oTbyW__clearBtn{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.5rem;font-weight:600}.Marketplace-module__0oTbyW__mobileDrawerOverlay{z-index:90;background:#00000080;display:none;position:fixed;inset:0}.Marketplace-module__0oTbyW__mobileDrawer{background:var(--card-bg);border-right:1px solid var(--border-color);z-index:100;width:280px;padding:1.5rem;transition:left .3s;position:fixed;top:0;bottom:0;left:-300px;overflow-y:auto}.Marketplace-module__0oTbyW__mobileDrawerOpen{left:0}.Marketplace-module__0oTbyW__closeDrawerBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;position:absolute;top:1rem;right:1rem}.Marketplace-module__0oTbyW__headerDesktop{display:block}.Marketplace-module__0oTbyW__headerMobile{display:none}@media (max-width:768px){.Marketplace-module__0oTbyW__headerDesktop{display:none}.Marketplace-module__0oTbyW__headerMobile{flex-direction:column;align-items:center;gap:1rem;display:flex}.Marketplace-module__0oTbyW__mobileFilterBtn{display:block}}.Marketplace-module__0oTbyW__cardDesktopLayout{gap:1.5rem;width:100%;display:flex}.Marketplace-module__0oTbyW__cardMobileLayout{display:none}.Marketplace-module__0oTbyW__navDrawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:110;background:#0009;animation:.2s Marketplace-module__0oTbyW__fadeIn;position:fixed;inset:0}.Marketplace-module__0oTbyW__navDrawer{background:var(--card-bg);border-right:1px solid var(--border-color);z-index:120;flex-direction:column;gap:2rem;width:300px;padding:2rem 1.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;left:-320px;overflow-y:auto;transform:translate(0)}.Marketplace-module__0oTbyW__navDrawerOpen{transform:translate(320px)}.Marketplace-module__0oTbyW__navDrawerHeader{justify-content:space-between;align-items:center;display:flex}.Marketplace-module__0oTbyW__closeNavDrawerBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;transition:background-color .2s;display:flex}.Marketplace-module__0oTbyW__closeNavDrawerBtn:hover{background-color:var(--border-color)}.Marketplace-module__0oTbyW__navDrawerContent{flex-direction:column;gap:.75rem;display:flex}.Marketplace-module__0oTbyW__drawerNavLink{color:var(--text-secondary);border-radius:8px;padding:.75rem 1rem;font-size:1.05rem;font-weight:500;transition:all .2s;display:block}.Marketplace-module__0oTbyW__drawerNavLink:hover,.Marketplace-module__0oTbyW__drawerNavLinkActive{color:var(--text-primary);background-color:var(--section-bg)}.Marketplace-module__0oTbyW__drawerNavButton{background:var(--primary-gradient);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:9999px;margin-top:.5rem;margin-bottom:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #2563eb40}.Marketplace-module__0oTbyW__drawerNavButton:hover{background:var(--primary-gradient-hover);transform:translateY(-1px)}.Marketplace-module__0oTbyW__drawerDivider{background-color:var(--border-color);height:1px;margin:.5rem 0}.Marketplace-module__0oTbyW__drawerThemeToggle{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:1.05rem;font-weight:500;transition:all .2s;display:flex}.Marketplace-module__0oTbyW__drawerThemeToggle:hover{background-color:var(--section-bg)}.Marketplace-module__0oTbyW__sellFab{background:var(--primary-gradient);color:#fff;cursor:pointer;z-index:80;border:1px solid #ffffff1a;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:700;transition:all .2s;display:none;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 20px #2563eb66}.Marketplace-module__0oTbyW__sellFab:hover{transform:scale(1.05)translateY(-2px);box-shadow:0 8px 24px #2563eb80}.Marketplace-module__0oTbyW__hamburgerBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.Marketplace-module__0oTbyW__hamburgerBtn:hover{background-color:var(--border-color)}.Marketplace-module__0oTbyW__mobileHeaderTop{justify-content:space-between;align-items:center;width:100%;display:flex}.Marketplace-module__0oTbyW__mobileHeaderActions{align-items:center;gap:.75rem;display:flex}.Marketplace-module__0oTbyW__mobileSearchContainer{width:100%;margin-top:1rem}.Marketplace-module__0oTbyW__mobileFavoriteBtn{cursor:pointer;background:0 0;background-color:var(--section-bg);border:none;border:1px solid var(--border-color);z-index:10;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:transform .2s;display:flex;position:absolute;top:16px;right:16px}.Marketplace-module__0oTbyW__mobileFavoriteBtn:hover{transform:scale(1.1)}.Marketplace-module__0oTbyW__mobilePlatformIconRow{margin-bottom:.75rem;display:flex}.Marketplace-module__0oTbyW__mobilePlatformBadgeRow{margin-bottom:.5rem;display:flex}.Marketplace-module__0oTbyW__mobileAccountTitle{color:var(--text-primary);font-size:1.25rem;font-weight:700;font-family:var(--heading-font);margin-bottom:.5rem;line-height:1.3}.Marketplace-module__0oTbyW__mobileAccountDesc{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.Marketplace-module__0oTbyW__mobileInfoTags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.Marketplace-module__0oTbyW__mobileSellerInfo{border-top:1px solid var(--border-color);align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-top:1rem;display:flex}.Marketplace-module__0oTbyW__mobileSellerMeta{flex-direction:column;gap:2px;display:flex}.Marketplace-module__0oTbyW__mobilePriceRow{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-top:1rem;display:flex}.Marketplace-module__0oTbyW__priceLabel{color:var(--text-secondary);font-size:.9rem;font-weight:500}.Marketplace-module__0oTbyW__sellerVerifiedBadge{color:var(--primary-blue);background:#2563eb1f;border-radius:9999px;margin-left:.25rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.Marketplace-module__0oTbyW__mobileViewDetailsBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;padding:.75rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #2563eb33}.Marketplace-module__0oTbyW__mobileViewDetailsBtn:hover{background:var(--primary-gradient-hover);transform:translateY(-1px)}@media (max-width:1199px){.Marketplace-module__0oTbyW__layoutContainer{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.Marketplace-module__0oTbyW__sidebar{display:none}.Marketplace-module__0oTbyW__mobileFilterBtn,.Marketplace-module__0oTbyW__mobileDrawerOverlay{display:block}.Marketplace-module__0oTbyW__mobileDrawer{background:var(--card-bg);border-right:1px solid var(--border-color);z-index:100;width:300px;padding:2rem 1.5rem;transition:left .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;bottom:0;left:-320px;overflow-y:auto}.Marketplace-module__0oTbyW__mobileDrawerOpen{left:0}}@media (max-width:767px){.Marketplace-module__0oTbyW__headerDesktop{display:none}.Marketplace-module__0oTbyW__headerMobile{display:block}.Marketplace-module__0oTbyW__headerContainer{padding:.75rem 1rem}.Marketplace-module__0oTbyW__cardDesktopLayout{display:none}.Marketplace-module__0oTbyW__cardMobileLayout{flex-direction:column;width:100%;display:flex;position:relative}.Marketplace-module__0oTbyW__listingCard{gap:0;padding:1.25rem}.Marketplace-module__0oTbyW__mobileDrawer{border-right:none;border-top:1px solid var(--border-color);border-radius:24px 24px 0 0;width:100%;height:80vh;transition:transform .3s cubic-bezier(.16,1,.3,1);inset:auto 0 0;transform:translateY(100%)}.Marketplace-module__0oTbyW__mobileDrawerOpen{transform:translateY(0)}.Marketplace-module__0oTbyW__sellFab{display:flex}}.Marketplace-module__0oTbyW__cartBadge{background:var(--primary-orange,#f97316);color:#fff;pointer-events:none;border-radius:9999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.Marketplace-module__0oTbyW__cardActions{justify-content:flex-end;align-items:center;gap:.5rem;width:100%;display:flex}.Marketplace-module__0oTbyW__cartIconBtn{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.55rem .7rem;transition:all .2s;display:flex}.Marketplace-module__0oTbyW__cartIconBtn:hover{border-color:var(--primary-orange,#f97316);color:var(--primary-orange,#f97316);background:color-mix(in srgb, var(--primary-orange,#f97316) 10%, transparent)}.Marketplace-module__0oTbyW__mobileCardActions{gap:.75rem;width:100%;margin-top:.75rem;display:flex}.Marketplace-module__0oTbyW__mobileCartBtn{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:.7rem 1rem;transition:all .2s;display:flex}.Marketplace-module__0oTbyW__mobileCartBtn:hover{border-color:var(--primary-orange,#f97316);color:var(--primary-orange,#f97316)}.Marketplace-module__0oTbyW__sidebarInner{flex-direction:column;display:flex}.Marketplace-module__0oTbyW__sidebarTitleRow{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.Marketplace-module__0oTbyW__sidebarTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700;font-family:var(--heading-font)}.Marketplace-module__0oTbyW__filterSectionToggle{width:100%;color:var(--text-primary);cursor:pointer;border:none;border-bottom:1px solid var(--border-color);background:0 0;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.5rem 0;display:flex}.Marketplace-module__0oTbyW__filterSectionBody{flex-direction:column;gap:1.25rem;display:flex}.Marketplace-module__0oTbyW__filterSubSection{flex-direction:column;gap:.75rem;display:flex}.Marketplace-module__0oTbyW__filterSubHeader{color:var(--text-secondary);text-transform:none;letter-spacing:0;font-size:.85rem;font-weight:600}.Marketplace-module__0oTbyW__filterDivider{background:var(--border-color);height:1px;margin:.25rem 0}.Marketplace-module__0oTbyW__filterGrid2Col{grid-template-columns:1fr 1fr;gap:.6rem 1rem;display:grid}.Marketplace-module__0oTbyW__acctCheckbox{cursor:pointer;color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.875rem;display:flex;position:relative}.Marketplace-module__0oTbyW__acctCheckbox input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.Marketplace-module__0oTbyW__checkboxBox{border:1.5px solid var(--border-color);background:var(--section-bg);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;transition:all .15s;display:inline-flex}.Marketplace-module__0oTbyW__acctCheckbox input[type=checkbox]:checked+.Marketplace-module__0oTbyW__checkboxBox{background:var(--primary-orange,#f97316);border-color:var(--primary-orange,#f97316)}.Marketplace-module__0oTbyW__acctCheckbox input[type=checkbox]:checked+.Marketplace-module__0oTbyW__checkboxBox:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:8px;display:block;transform:rotate(45deg)translate(-1px,-1px)}.Marketplace-module__0oTbyW__acctCheckbox:hover .Marketplace-module__0oTbyW__checkboxBox{border-color:var(--primary-orange,#f97316)}.Marketplace-module__0oTbyW__acctRadio{cursor:pointer;color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.875rem;display:flex;position:relative}.Marketplace-module__0oTbyW__acctRadio input[type=radio]{opacity:0;width:0;height:0;position:absolute}.Marketplace-module__0oTbyW__radioCircle{border:1.5px solid var(--border-color);background:var(--section-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;transition:all .15s;display:inline-flex}.Marketplace-module__0oTbyW__acctRadio input[type=radio]:checked+.Marketplace-module__0oTbyW__radioCircle{border-color:var(--primary-orange,#f97316)}.Marketplace-module__0oTbyW__acctRadio input[type=radio]:checked+.Marketplace-module__0oTbyW__radioCircle:after{content:"";background:var(--primary-orange,#f97316);border-radius:50%;width:7px;height:7px;display:block}.Marketplace-module__0oTbyW__acctRadio:hover .Marketplace-module__0oTbyW__radioCircle{border-color:var(--primary-ोंrange,#f97316)}.Marketplace-module__0oTbyW__categoryList{flex-direction:column;gap:.1rem;display:flex}.Marketplace-module__0oTbyW__categoryItem{flex-direction:column;display:flex}.Marketplace-module__0oTbyW__categoryRow{width:100%;color:var(--text-secondary);cursor:pointer;font-size:.875rem;font-family:var(--body-font);background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:.6rem .5rem;transition:all .15s;display:flex}.Marketplace-module__0oTbyW__categoryRow:hover{background:var(--section-bg);color:var(--text-primary)}.Marketplace-module__0oTbyW__categoryRowActive{color:var(--primary-orange,#f97316)}.Marketplace-module__0oTbyW__categoryRowLeft{align-items:center;gap:.6rem;display:flex}.Marketplace-module__0oTbyW__categoryIcon{text-align:center;flex-shrink:0;width:20px;font-size:1rem}.Marketplace-module__0oTbyW__categoryName{text-align:left;font-weight:500}.Marketplace-module__0oTbyW__subcategoryList{flex-direction:column;gap:.25rem;padding-bottom:.5rem;padding-left:2rem;display:flex}.Marketplace-module__0oTbyW__subcategoryItem{cursor:pointer;color:var(--text-secondary);align-items:center;gap:.5rem;padding:.3rem 0;font-size:.825rem;display:flex}.Marketplace-module__0oTbyW__subcategoryItem input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.Marketplace-module__0oTbyW__subcategoryItem:hover{color:var(--text-primary)}
.dashboard-module__7Zaamq__pageWrapper{background:var(--background);flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.dashboard-module__7Zaamq__mainContent{flex:1;min-height:calc(100vh - 52px);padding-top:52px}.dashboard-module__7Zaamq__pageLayout{grid-template-columns:260px 1fr;align-items:flex-start;gap:0;width:100%;min-width:0;max-width:1400px;min-height:calc(100vh - 52px);margin:0 auto;display:grid}.dashboard-module__7Zaamq__sidebar{background:var(--card-bg);border-right:1px solid var(--border-color);flex-direction:column;height:calc(100vh - 108px);min-height:calc(100vh - 52px);display:flex;position:sticky;top:52px}.dashboard-module__7Zaamq__userInfo{text-align:center;border-bottom:1px solid var(--border-color);flex-direction:column;align-items:center;padding:2rem 1.5rem;display:flex}.dashboard-module__7Zaamq__avatar{background:linear-gradient(135deg, var(--primary-blue) 0%, #1d4ed8 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1rem;font-size:2rem;font-weight:700;display:flex;box-shadow:0 4px 10px #2563eb4d}.dashboard-module__7Zaamq__userName{color:var(--text-primary);margin-bottom:.2rem;font-size:1.1rem;font-weight:700}.dashboard-module__7Zaamq__userRole{color:var(--primary-blue);background:#2563eb1a;border-radius:10px;padding:.2rem .6rem;font-size:.8rem}.dashboard-module__7Zaamq__navList{flex-direction:column;flex:1;padding:1rem 0;display:flex}.dashboard-module__7Zaamq__navItem,.dashboard-module__7Zaamq__navLink{color:var(--text-secondary);cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.dashboard-module__7Zaamq__navItem:hover,.dashboard-module__7Zaamq__navLink:hover{color:var(--text-primary);background:#2563eb0a}.dashboard-module__7Zaamq__navItemActive{color:var(--primary-blue);border-left:3px solid var(--primary-blue);background:#2563eb0f}.dashboard-module__7Zaamq__navIcon{justify-content:center;width:24px;font-size:1.2rem;display:flex}.dashboard-module__7Zaamq__logoutBtn{border-top:1px solid var(--border-color);color:#ef4444;margin-top:auto}.dashboard-module__7Zaamq__logoutBtn:hover{color:#dc2626;background:#ef44440d}.dashboard-module__7Zaamq__dashboardArea{flex-direction:column;gap:2.5rem;min-width:0;padding:2.5rem;display:flex}.dashboard-module__7Zaamq__welcomeBanner{background:linear-gradient(135deg,#2563eb1a 0%,#2563eb05 100%);border:1px solid #2563eb33;border-radius:16px;width:100%;padding:2rem}.dashboard-module__7Zaamq__greeting{color:var(--text-primary);margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.dashboard-module__7Zaamq__subGreeting{color:var(--text-secondary);font-size:1rem}.dashboard-module__7Zaamq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.dashboard-module__7Zaamq__statCard{background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;border-radius:16px;flex-direction:column;padding:1.8rem;transition:transform .2s,box-shadow .2s;display:flex}.dashboard-module__7Zaamq__statCard:hover{border-color:var(--primary-blue);transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.dashboard-module__7Zaamq__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.8rem;font-size:.9rem;font-weight:600}.dashboard-module__7Zaamq__statMainValue{color:var(--text-primary);margin-bottom:1rem;font-size:2.2rem;font-weight:800}.dashboard-module__7Zaamq__statLink{color:var(--primary-blue);font-size:.9rem;font-weight:600}.dashboard-module__7Zaamq__sectionContainer{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;overflow:hidden}.dashboard-module__7Zaamq__sectionHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.dashboard-module__7Zaamq__sectionTitle{color:var(--text-primary);font-size:1.25rem;font-weight:700}.dashboard-module__7Zaamq__listTable{border-collapse:collapse;width:100%}.dashboard-module__7Zaamq__listTable th,.dashboard-module__7Zaamq__listTable td{text-align:left;border-bottom:1px solid var(--border-color);padding:1.25rem 1.5rem}.dashboard-module__7Zaamq__listTable th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;background:var(--section-bg);font-size:.85rem;font-weight:600}.dashboard-module__7Zaamq__listTable td{color:var(--text-primary);font-size:.95rem}.dashboard-module__7Zaamq__listTable tr:last-child td{border-bottom:none}.dashboard-module__7Zaamq__badge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.dashboard-module__7Zaamq__badgeDelivered{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.dashboard-module__7Zaamq__badgePending{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b33}.dashboard-module__7Zaamq__actionBtn{border:1px solid var(--primary-blue);color:var(--primary-blue);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.dashboard-module__7Zaamq__actionBtn:hover{background:var(--primary-blue);color:#fff}.dashboard-module__7Zaamq__formContainer{max-width:600px;padding:2rem}.dashboard-module__7Zaamq__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.dashboard-module__7Zaamq__formLabel{color:var(--text-primary);font-size:.9rem;font-weight:600}.dashboard-module__7Zaamq__formInput{border:1px solid var(--border-color);background:var(--section-bg);color:var(--text-primary);border-radius:12px;outline:none;padding:.9rem 1rem;font-size:1rem;transition:border-color .2s}.dashboard-module__7Zaamq__formInput:focus{border-color:var(--primary-blue)}.dashboard-module__7Zaamq__submitBtn{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:12px;align-self:flex-start;width:auto;padding:.9rem 2rem;font-size:1rem;font-weight:700;transition:background .2s}.dashboard-module__7Zaamq__submitBtn:hover{background:var(--primary-blue-hover)}.dashboard-module__7Zaamq__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dashboard-module__7Zaamq__modalContent{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;width:90%;max-width:450px;padding:2rem;box-shadow:0 20px 40px #0006}.dashboard-module__7Zaamq__modalTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.dashboard-module__7Zaamq__toast{color:#fff;z-index:2000;background:#10b981;border-radius:9999px;padding:1rem 2rem;font-weight:600;animation:.3s dashboard-module__7Zaamq__slideUp;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #10b98166}@keyframes dashboard-module__7Zaamq__slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.dashboard-module__7Zaamq__loadingContainer{min-height:100vh;color:var(--text-secondary);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.dashboard-module__7Zaamq__drawerOverlay,.dashboard-module__7Zaamq__mobileDrawer,.dashboard-module__7Zaamq__mobileHamburger{display:none}.dashboard-module__7Zaamq__tableScroll{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}@media (max-width:768px){.dashboard-module__7Zaamq__greeting{font-size:1.4rem}.dashboard-module__7Zaamq__statMainValue{font-size:1.6rem}.dashboard-module__7Zaamq__sectionTitle{font-size:1.1rem}.dashboard-module__7Zaamq__modalTitle{font-size:1.25rem}}@media (max-width:480px){.dashboard-module__7Zaamq__greeting{font-size:1.2rem}.dashboard-module__7Zaamq__statMainValue{font-size:1.4rem}.dashboard-module__7Zaamq__dashboardArea{gap:1rem;padding:1rem}.dashboard-module__7Zaamq__welcomeBanner,.dashboard-module__7Zaamq__statCard{padding:1.25rem}}@media (max-width:900px){.dashboard-module__7Zaamq__pageLayout{grid-template-columns:1fr;position:relative}.dashboard-module__7Zaamq__sidebar{display:none}.dashboard-module__7Zaamq__mobileHamburger{z-index:50;background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 6px 20px #2563eb73}.dashboard-module__7Zaamq__mobileHamburger:hover{background:var(--primary-blue-hover);transform:scale(1.05)}.dashboard-module__7Zaamq__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#0009;animation:.2s dashboard-module__7Zaamq__fadeIn;display:block;position:fixed;inset:0}.dashboard-module__7Zaamq__mobileDrawer{background:var(--card-bg);border-right:1px solid var(--border-color);z-index:201;flex-direction:column;width:280px;height:100vh;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.dashboard-module__7Zaamq__mobileDrawerOpen{transform:translate(0)}.dashboard-module__7Zaamq__drawerHeader{border-bottom:1px solid var(--border-color);justify-content:flex-end;padding:1rem;display:flex}.dashboard-module__7Zaamq__drawerCloseBtn{border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex}.dashboard-module__7Zaamq__drawerCloseBtn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.dashboard-module__7Zaamq__dashboardArea{gap:1.5rem;padding:1.5rem}.dashboard-module__7Zaamq__sectionContainer{width:100%}.dashboard-module__7Zaamq__statsGrid{grid-template-columns:1fr}.dashboard-module__7Zaamq__statCard{width:100%}.dashboard-module__7Zaamq__submitBtn{align-self:stretch;width:100%}.dashboard-module__7Zaamq__formContainer{max-width:100%;padding:1.5rem}.dashboard-module__7Zaamq__sectionHeader{flex-wrap:wrap;gap:.75rem}}@keyframes dashboard-module__7Zaamq__fadeIn{0%{opacity:0}to{opacity:1}}
.page-module__NXt0rW__section{padding:6rem 0;position:relative;overflow:hidden}.page-module__NXt0rW__heroSection{background-color:var(--background);z-index:2;padding:2rem 0 7rem;position:relative;overflow:hidden}.page-module__NXt0rW__heroSection:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(#2563eb12 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.page-module__NXt0rW__heroBg{background:var(--background);z-index:0;position:absolute;inset:0}.page-module__NXt0rW__heroGlow{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#2563eb2e 0%,#0000 70%);width:650px;height:550px;position:absolute;top:-15%;right:-10%}.page-module__NXt0rW__heroGlowLeft{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#2563eb14 0%,#0000 70%);width:480px;height:480px;position:absolute;bottom:-20%;left:-10%}.page-module__NXt0rW__heroGrid{z-index:3;grid-template-columns:1.2fr 1fr;align-items:center;gap:5rem;display:grid;position:relative}.page-module__NXt0rW__heroContent{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.page-module__NXt0rW__heroTag{-webkit-backdrop-filter:blur(10px);color:var(--text-secondary);letter-spacing:.2px;text-transform:uppercase;background:#1e293ba6;border:1px solid #ffffff0f;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.55rem 1.15rem;font-size:.78rem;font-weight:600;animation:1s page-module__NXt0rW__fadeIn;display:inline-flex}.light .page-module__NXt0rW__heroTag{background:#ffffffd9;border-color:#00000014;box-shadow:0 4px 15px #94a3b80f}.page-module__NXt0rW__heroTag svg{color:var(--primary-blue);flex-shrink:0}.page-module__NXt0rW__heroTitle{letter-spacing:-2.5px;max-width:640px;margin-bottom:1.5rem;font-size:3.9rem;font-weight:800;line-height:1.08;animation:.75s cubic-bezier(.16,1,.3,1) page-module__NXt0rW__slideUp}.page-module__NXt0rW__titleBlue{background:linear-gradient(135deg,#2563eb 0%,#60a5fa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__NXt0rW__heroSubtitle{color:var(--text-secondary);max-width:500px;margin-bottom:2.25rem;font-size:1.05rem;line-height:1.7;animation:.85s cubic-bezier(.16,1,.3,1) page-module__NXt0rW__slideUp}.page-module__NXt0rW__heroPlatforms{flex-wrap:wrap;gap:.5rem;margin-bottom:2.25rem;animation:.9s cubic-bezier(.16,1,.3,1) page-module__NXt0rW__slideUp;display:flex}.page-module__NXt0rW__platformPill{border:1px solid var(--border-color);height:32px;color:var(--text-secondary);white-space:nowrap;background:#1e293b66;border-radius:9999px;align-items:center;padding:0 .9rem;font-size:.78rem;font-weight:600;transition:all .25s;display:inline-flex}.light .page-module__NXt0rW__platformPill{background:#ffffff80}.page-module__NXt0rW__platformPill:hover{border-color:var(--primary-blue);color:var(--text-primary);background:var(--accent-blue);transform:translateY(-1px)}.page-module__NXt0rW__heroActions{gap:.875rem;margin-bottom:3.25rem;animation:.95s cubic-bezier(.16,1,.3,1) page-module__NXt0rW__slideUp;display:flex}.page-module__NXt0rW__heroStats{background:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:18px;flex-direction:row;align-items:center;gap:0;width:100%;max-width:540px;padding:1.1rem 1.5rem;animation:1.05s cubic-bezier(.16,1,.3,1) page-module__NXt0rW__slideUp;display:flex;overflow:hidden}.page-module__NXt0rW__statItem{flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;padding:0 .75rem;display:flex}.page-module__NXt0rW__statValue{color:var(--text-primary);letter-spacing:-.5px;font-size:1.4rem;font-weight:800;font-family:var(--heading-font);white-space:nowrap}.page-module__NXt0rW__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;text-align:center;margin-top:.15rem;font-size:.65rem;font-weight:600}.page-module__NXt0rW__statDivider{background:var(--border-color);flex-shrink:0;width:1px;height:30px}.page-module__NXt0rW__heroVisual{z-index:3;justify-content:center;align-items:center;display:flex;position:relative}.page-module__NXt0rW__visualCircleDecor{z-index:0;pointer-events:none;border:1px dashed #2563eb33;border-radius:50%;width:380px;height:380px;animation:40s linear infinite page-module__NXt0rW__rotate;position:absolute}.page-module__NXt0rW__visualGlow{filter:blur(40px);z-index:0;pointer-events:none;background:radial-gradient(circle,#2563eb38 0%,#0000 70%);width:340px;height:340px;position:absolute}.page-module__NXt0rW__imageComposition{z-index:1;border-radius:28px;width:100%;max-width:420px;position:relative;overflow:hidden}.page-module__NXt0rW__heroImage{border:1px solid var(--border-color);filter:saturate(.65)brightness(.9);border-radius:28px;width:100%;height:auto;transition:transform .5s;display:block;box-shadow:0 25px 60px -15px #0000008c}.page-module__NXt0rW__imageComposition:after{content:"";mix-blend-mode:multiply;pointer-events:none;background:#2563eb2e;border-radius:28px;transition:opacity .4s;position:absolute;inset:0}.light .page-module__NXt0rW__imageComposition:after{background:#2563eb1a}.page-module__NXt0rW__imageComposition:hover .page-module__NXt0rW__heroImage{filter:saturate(.75)brightness(.95);transform:translateY(-4px)scale(1.01)}.page-module__NXt0rW__floatingWidget{-webkit-backdrop-filter:blur(12px);z-index:10;background:#0f172ad9;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:.75rem;padding:.75rem 1.15rem;transition:all .3s;display:flex;position:absolute;box-shadow:0 12px 30px #0006}.light .page-module__NXt0rW__floatingWidget{background:#ffffffe0;border-color:#0000000f;box-shadow:0 8px 24px #94a3b81f}.page-module__NXt0rW__widgetIcon{font-size:1.1rem}.page-module__NXt0rW__widgetTitle{color:var(--text-primary);margin:0 0 .1rem;font-size:.82rem;font-weight:700}.page-module__NXt0rW__widgetSub{color:var(--text-secondary);margin:0;font-size:.7rem}.page-module__NXt0rW__widgetTop{animation:6s ease-in-out infinite page-module__NXt0rW__floatTop;top:10%;left:-14%}.page-module__NXt0rW__widgetBottom{animation:6s ease-in-out infinite page-module__NXt0rW__floatBottom;bottom:12%;right:-12%}.page-module__NXt0rW__floatingWidget:hover{border-color:var(--primary-blue);transform:translateY(-2px)}.page-module__NXt0rW__featuresSection{background:var(--background);padding:6rem 0;position:relative}.page-module__NXt0rW__featuresCenterHeader{text-align:center;max-width:600px;margin:0 auto 4rem}.page-module__NXt0rW__dualMarketplaceGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.page-module__NXt0rW__marketColumn{background:var(--card-bg);border:1px solid var(--border-color);border-radius:24px;flex-direction:column;gap:1.75rem;padding:2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.page-module__NXt0rW__marketColumn:hover{border-color:var(--card-hover-border);box-shadow:var(--glow-shadow);transform:translateY(-3px)}.page-module__NXt0rW__marketHeader{align-items:center;gap:1rem;display:flex}.page-module__NXt0rW__marketHeaderIcon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.page-module__NXt0rW__marketTitle{letter-spacing:-.3px;margin:0 0 .2rem;font-size:1.25rem;font-weight:700}.page-module__NXt0rW__marketSubtitle{color:var(--text-secondary);margin:0;font-size:.82rem}.page-module__NXt0rW__marketFeaturesList{flex-direction:column;gap:1.1rem;display:flex}.page-module__NXt0rW__marketFeatureItem{color:var(--text-secondary);align-items:flex-start;gap:.85rem;font-size:.9rem;line-height:1.55;display:flex}.page-module__NXt0rW__marketFeatureItem strong{color:var(--text-primary);font-weight:600}.page-module__NXt0rW__bulletCheck{color:var(--primary-blue);background:var(--accent-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:.15rem;font-size:.8rem;font-weight:700;display:flex}.page-module__NXt0rW__marketActionBtn{color:var(--primary-blue);border-top:1px solid var(--border-color);align-items:center;gap:.4rem;margin-top:auto;padding-top:.5rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.page-module__NXt0rW__marketActionBtn:hover{opacity:.8;gap:.75rem}.page-module__NXt0rW__sectionPill{background:var(--glow-color);color:var(--primary-blue);text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;align-items:center;margin-bottom:.85rem;padding:.3rem .9rem;font-size:.75rem;font-weight:700;display:inline-flex}.page-module__NXt0rW__sectionHeader{flex-direction:column;align-items:flex-start;margin-bottom:3rem;display:flex}.page-module__NXt0rW__sectionTitle{letter-spacing:-1.2px;margin-top:.4rem;margin-bottom:.6rem;font-size:2.2rem;font-weight:800}.page-module__NXt0rW__sectionSubtitle{color:var(--text-secondary);max-width:580px;font-size:.95rem;line-height:1.65}.page-module__NXt0rW__categoriesGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.page-module__NXt0rW__categoryCard{background:var(--card-bg);border:1px solid var(--border-color);color:inherit;border-radius:18px;flex-direction:column;align-items:flex-start;gap:1rem;min-width:0;min-height:140px;padding:1.5rem 1.25rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.page-module__NXt0rW__categoryCard:hover{border-color:var(--primary-blue);box-shadow:var(--glow-shadow);transform:translateY(-4px)}.page-module__NXt0rW__categoryCardTop{justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.page-module__NXt0rW__categoryIconWrap{background:var(--accent-blue);width:44px;height:44px;color:var(--primary-blue);border:1px solid #2563eb1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.page-module__NXt0rW__categoryCard:hover .page-module__NXt0rW__categoryIconWrap{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.page-module__NXt0rW__categoryCount{color:var(--primary-blue);background:var(--glow-color);white-space:nowrap;border-radius:9999px;flex-shrink:0;padding:.25rem .65rem;font-size:.72rem;font-weight:700;line-height:1.4}.page-module__NXt0rW__categoryContent{width:100%;min-width:0}.page-module__NXt0rW__categoryName{letter-spacing:-.2px;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .2rem;font-size:1rem;font-weight:700;overflow:hidden}.page-module__NXt0rW__categoryDesc{color:var(--text-secondary);font-size:.78rem;line-height:1.4;display:block}.page-module__NXt0rW__categoryArrow{color:var(--text-secondary);align-self:flex-end;align-items:center;margin-top:auto;transition:transform .2s,color .2s;display:flex}.page-module__NXt0rW__categoryCard:hover .page-module__NXt0rW__categoryArrow{color:var(--primary-blue);transform:translate(4px)}.page-module__NXt0rW__productsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.page-module__NXt0rW__productCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:22px;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.page-module__NXt0rW__productCard:hover{border-color:var(--card-hover-border);box-shadow:var(--card-shadow);transform:translateY(-5px)}.page-module__NXt0rW__productCardTop{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg, var(--glow-color) 0%, transparent 100%);justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1.25rem;display:flex}.page-module__NXt0rW__productIconWrap{border:1px solid var(--border-color);background:#1e293bcc;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.light .page-module__NXt0rW__productIconWrap{background:#ffffffe6}.page-module__NXt0rW__productBadges{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.page-module__NXt0rW__featuredBadge{background:var(--primary-blue);color:#fff;text-transform:uppercase;letter-spacing:.4px;border-radius:9999px;padding:.25rem .75rem;font-size:.7rem;font-weight:700}.page-module__NXt0rW__stockBadge{color:#10b981;background:#10b9811f;border-radius:9999px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}.page-module__NXt0rW__productContent{flex-direction:column;flex-grow:1;padding:1.4rem 1.5rem 1.5rem;display:flex}.page-module__NXt0rW__productPlatformTag{text-transform:uppercase;color:var(--primary-blue);letter-spacing:.5px;margin-bottom:.4rem;font-size:.72rem;font-weight:700}.page-module__NXt0rW__productTitle{letter-spacing:-.3px;margin-bottom:.55rem;font-size:1.05rem;font-weight:700;line-height:1.4}.page-module__NXt0rW__productDesc{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.86rem;line-height:1.6}.page-module__NXt0rW__productFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:1.15rem;display:flex}.page-module__NXt0rW__priceContainer{flex-direction:column;display:flex}.page-module__NXt0rW__priceLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem}.page-module__NXt0rW__priceValue{color:var(--text-primary);letter-spacing:-.5px;font-size:1.4rem;font-weight:800;font-family:var(--heading-font)}.page-module__NXt0rW__buyBtn{background:var(--primary-blue);color:#fff;white-space:nowrap;border-radius:9999px;padding:.6rem 1.4rem;font-size:.86rem;font-weight:600;text-decoration:none;transition:all .2s}.page-module__NXt0rW__buyBtn:hover{background:var(--primary-blue-hover);transform:translateY(-1px);box-shadow:0 4px 14px #2563eb4d}.page-module__NXt0rW__latestGrid{flex-direction:column;gap:.875rem;display:flex}.page-module__NXt0rW__latestCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;align-items:center;gap:1.25rem;min-width:0;padding:1.2rem 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.page-module__NXt0rW__latestCard:hover{border-color:var(--card-hover-border);box-shadow:var(--glow-shadow);transform:translate(5px)}.page-module__NXt0rW__latestIconWrap{background:var(--accent-blue);border:1px solid #2563eb1a;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.page-module__NXt0rW__latestInfo{flex:1;min-width:0}.page-module__NXt0rW__latestPlatform{text-transform:uppercase;color:var(--primary-blue);letter-spacing:.5px;margin-bottom:.2rem;font-size:.7rem;font-weight:700;display:block}.page-module__NXt0rW__latestTitle{white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.2px;font-size:.95rem;font-weight:600;overflow:hidden}.page-module__NXt0rW__latestRight{flex-shrink:0;align-items:center;gap:.875rem;display:flex}.page-module__NXt0rW__latestPrice{font-size:1.2rem;font-weight:800;font-family:var(--heading-font);letter-spacing:-.5px}.page-module__NXt0rW__stockBadgeSmall{color:#10b981;white-space:nowrap;background:#10b9811a;border-radius:9999px;padding:.22rem .65rem;font-size:.72rem;font-weight:600}.page-module__NXt0rW__soldBadge{color:#ef4444;white-space:nowrap;background:#ef44441a;border-radius:9999px;padding:.22rem .65rem;font-size:.72rem;font-weight:600}.page-module__NXt0rW__buyBtnSmall{background:var(--primary-blue);color:#fff;white-space:nowrap;border-radius:9999px;padding:.48rem 1.15rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s}.page-module__NXt0rW__buyBtnSmall:hover{background:var(--primary-blue-hover)}.page-module__NXt0rW__reviewsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.page-module__NXt0rW__reviewCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:22px;flex-direction:column;gap:1.4rem;padding:2rem;transition:all .3s;display:flex}.page-module__NXt0rW__reviewCard:hover{border-color:var(--card-hover-border);box-shadow:var(--card-shadow);transform:translateY(-4px)}.page-module__NXt0rW__stars{color:var(--star-color);gap:.2rem;display:flex}.page-module__NXt0rW__reviewText{color:var(--text-primary);flex-grow:1;font-size:.93rem;font-style:italic;line-height:1.65}.page-module__NXt0rW__reviewer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:.75rem;padding-top:1.15rem;display:flex}.page-module__NXt0rW__reviewerInfo{align-items:center;gap:.75rem;display:flex}.page-module__NXt0rW__reviewerAvatar{background:var(--accent-blue);width:38px;height:38px;color:var(--primary-blue);border:1px solid #2563eb1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.page-module__NXt0rW__reviewerName{font-size:.9rem;font-weight:600}.page-module__NXt0rW__verifiedBadge{background:var(--success-bg);color:var(--success);white-space:nowrap;border-radius:9999px;align-items:center;gap:.3rem;padding:.22rem .7rem;font-size:.7rem;font-weight:600;display:inline-flex}.page-module__NXt0rW__ctaSection{background-color:var(--section-bg);padding:7rem 0;position:relative}.page-module__NXt0rW__ctaContainer{background:var(--card-bg);border:1px solid var(--border-color);max-width:820px;box-shadow:var(--card-shadow);text-align:center;border-radius:32px;margin:0 auto;padding:4.5rem 3.5rem;position:relative;overflow:hidden}.page-module__NXt0rW__ctaGlow{background:radial-gradient(ellipse, var(--glow-color) 0%, transparent 70%);filter:blur(50px);pointer-events:none;width:500px;height:250px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.page-module__NXt0rW__ctaIcon{background:var(--accent-blue);width:58px;height:58px;color:var(--primary-blue);border:1px solid #2563eb26;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.75rem;display:flex;position:relative}.page-module__NXt0rW__ctaTitle{letter-spacing:-1.2px;margin-bottom:1.15rem;font-size:2.15rem;font-weight:800;position:relative}.page-module__NXt0rW__ctaDesc{color:var(--text-secondary);max-width:580px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.03rem;line-height:1.7;position:relative}.page-module__NXt0rW__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}@keyframes page-module__NXt0rW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes page-module__NXt0rW__floatTop{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-8px)translate(3px)}}@keyframes page-module__NXt0rW__floatBottom{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(8px)translate(-4px)}}@keyframes page-module__NXt0rW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes page-module__NXt0rW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.page-module__NXt0rW__heroGrid{text-align:center;grid-template-columns:1fr;gap:4rem}.page-module__NXt0rW__heroContent{text-align:center;align-items:center}.page-module__NXt0rW__heroSubtitle{margin-left:auto;margin-right:auto}.page-module__NXt0rW__heroPlatforms,.page-module__NXt0rW__heroActions{justify-content:center}.page-module__NXt0rW__heroStats{margin:0 auto}.page-module__NXt0rW__statItem{align-items:center}.page-module__NXt0rW__dualMarketplaceGrid{grid-template-columns:1fr 1fr;gap:1.5rem}.page-module__NXt0rW__categoriesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__NXt0rW__heroSection{padding:1.5rem 0 5rem}.page-module__NXt0rW__heroTitle{letter-spacing:-1.5px;font-size:2.6rem}.page-module__NXt0rW__heroSubtitle{font-size:.97rem}.page-module__NXt0rW__heroActions{flex-direction:column;align-items:center;width:100%}.page-module__NXt0rW__heroActions>*{text-align:center;justify-content:center;width:100%;max-width:340px}.page-module__NXt0rW__heroStats{max-width:100%;padding:1rem}.page-module__NXt0rW__statItem{align-items:center;padding:0 .6rem}.page-module__NXt0rW__statValue{font-size:1.2rem}.page-module__NXt0rW__statDivider{width:1px;height:26px}.page-module__NXt0rW__dualMarketplaceGrid{grid-template-columns:1fr;gap:1.25rem}.page-module__NXt0rW__marketColumn{padding:2rem 1.5rem}.page-module__NXt0rW__categoriesGrid{grid-template-columns:1fr;gap:.875rem}.page-module__NXt0rW__categoryCard{flex-direction:row;align-items:center;gap:1rem;min-height:auto;padding:1.1rem 1.25rem}.page-module__NXt0rW__categoryContent{flex:1;min-width:0}.page-module__NXt0rW__categoryArrow{flex-shrink:0;align-self:center;margin-top:0}.page-module__NXt0rW__sectionTitle{letter-spacing:-.5px;font-size:1.8rem}.page-module__NXt0rW__latestCard{flex-wrap:wrap;gap:.875rem;padding:1.1rem 1.25rem}.page-module__NXt0rW__latestRight{border-top:1px solid var(--border-color);justify-content:flex-end;gap:.75rem;width:100%;padding-top:.75rem}.page-module__NXt0rW__ctaContainer{padding:3rem 1.5rem}.page-module__NXt0rW__ctaTitle{font-size:1.75rem}.page-module__NXt0rW__ctaButtons{flex-direction:column;align-items:center}.page-module__NXt0rW__ctaButtons>*{text-align:center;justify-content:center;width:100%;max-width:300px}.page-module__NXt0rW__heroVisual{max-width:360px;margin:0 auto}.page-module__NXt0rW__widgetTop{top:4%;left:-4%}.page-module__NXt0rW__widgetBottom{bottom:4%;right:-4%}.page-module__NXt0rW__floatingWidget{padding:.6rem 1rem}.page-module__NXt0rW__visualCircleDecor{width:300px;height:300px}}@media (max-width:480px){.page-module__NXt0rW__heroSection{padding:1rem 0 4rem}.page-module__NXt0rW__heroTitle{letter-spacing:-1.2px;font-size:2.1rem}.page-module__NXt0rW__heroStats{max-width:100%;padding:.9rem .75rem}.page-module__NXt0rW__statValue{font-size:1.1rem}.page-module__NXt0rW__statLabel{letter-spacing:.3px;font-size:.6rem}.page-module__NXt0rW__statItem{padding:0 .4rem}.page-module__NXt0rW__statDivider{width:1px;height:24px}.page-module__NXt0rW__categoryCard{gap:.875rem;padding:1rem}.page-module__NXt0rW__categoryIconWrap{width:38px;height:38px}.page-module__NXt0rW__categoryName{font-size:.92rem}.page-module__NXt0rW__categoryDesc{font-size:.74rem}.page-module__NXt0rW__categoryCount{padding:.2rem .55rem;font-size:.68rem}.page-module__NXt0rW__latestRight{flex-wrap:wrap;gap:.5rem}.page-module__NXt0rW__latestTitle{font-size:.88rem}.page-module__NXt0rW__widgetTop,.page-module__NXt0rW__widgetBottom{display:none}}@media (max-width:360px){.page-module__NXt0rW__heroSection{padding:.75rem 0 3rem}.page-module__NXt0rW__heroTitle{font-size:1.85rem}.page-module__NXt0rW__heroSubtitle{font-size:.9rem}.page-module__NXt0rW__marketColumn{padding:1.5rem 1.1rem}}
.profile-module__E8ukDW__pageWrapper{background:var(--background);flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.profile-module__E8ukDW__mainContent{flex:1}.profile-module__E8ukDW__loading{min-height:100vh;color:var(--text-secondary);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.profile-module__E8ukDW__container{flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto;padding:2rem 1.5rem;display:flex}.profile-module__E8ukDW__banner{border:1px solid var(--border-color);background:linear-gradient(135deg,#2563eb40 0%,#2563eb0d 50%,#0f172acc 100%);border-radius:20px;min-height:200px;position:relative;overflow:hidden}.profile-module__E8ukDW__bannerOverlay{pointer-events:none;background:radial-gradient(at 30%,#2563eb26 0%,#0000 70%);position:absolute;inset:0}.profile-module__E8ukDW__bannerContent{z-index:1;padding:2rem;position:relative}.profile-module__E8ukDW__avatarSection{align-items:flex-end;gap:1.5rem;margin-top:3rem;display:flex}.profile-module__E8ukDW__profileAvatar{background:var(--primary-gradient);color:#fff;border:3px solid var(--card-bg);border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:2.5rem;font-weight:700;display:flex;position:relative;box-shadow:0 8px 25px #0000004d}.profile-module__E8ukDW__editOverlay{background:var(--primary-blue);border:2px solid var(--background);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;bottom:0;right:0}.profile-module__E8ukDW__editOverlay:hover{background:var(--primary-blue-hover);transform:scale(1.05)}.profile-module__E8ukDW__avatarInfo{flex-direction:column;gap:.2rem;padding-bottom:.25rem;display:flex}.profile-module__E8ukDW__userName{font-family:var(--heading-font);color:var(--text-primary);font-size:1.8rem;font-weight:800}.profile-module__E8ukDW__userMeta{color:var(--text-secondary);font-size:.9rem}.profile-module__E8ukDW__verifiedBadge{color:#10b981;background:#10b9811f;border-radius:9999px;align-items:center;gap:.3rem;width:fit-content;margin-top:.15rem;padding:.2rem .6rem;font-size:.78rem;font-weight:600;display:inline-flex}.profile-module__E8ukDW__infoCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem}.profile-module__E8ukDW__infoGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.profile-module__E8ukDW__infoItem{flex-direction:column;gap:.3rem;display:flex}.profile-module__E8ukDW__infoLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.profile-module__E8ukDW__infoValue{color:var(--text-primary);font-size:1rem;font-weight:600}.profile-module__E8ukDW__statusBadge{color:#10b981;background:#10b9811f;border-radius:9999px;align-items:center;width:fit-content;padding:.2rem .75rem;font-size:.85rem;font-weight:600;display:inline-flex}.profile-module__E8ukDW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.profile-module__E8ukDW__statCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;flex-direction:column;gap:.5rem;padding:1.25rem;transition:transform .2s,border-color .2s;display:flex}.profile-module__E8ukDW__statCard:hover{border-color:var(--primary-blue);transform:translateY(-2px)}.profile-module__E8ukDW__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.profile-module__E8ukDW__statValue{font-size:1.6rem;font-weight:800}.profile-module__E8ukDW__sectionCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem}.profile-module__E8ukDW__sectionTitle{font-family:var(--heading-font);color:var(--text-primary);margin-bottom:1.25rem;font-size:1.15rem;font-weight:700}.profile-module__E8ukDW__actionsGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;display:grid}.profile-module__E8ukDW__actionBtn{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:12px;align-items:center;gap:.6rem;padding:1rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.profile-module__E8ukDW__actionBtn:hover{border-color:var(--primary-blue);background:var(--glow-color);transform:translateY(-1px)}.profile-module__E8ukDW__actionIcon{font-size:1.2rem}.profile-module__E8ukDW__activityScroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.profile-module__E8ukDW__activityTable{border-collapse:collapse;width:100%}.profile-module__E8ukDW__activityTable th,.profile-module__E8ukDW__activityTable td{text-align:left;border-bottom:1px solid var(--border-color);color:var(--text-primary);white-space:nowrap;padding:.9rem 1rem;font-size:.88rem}.profile-module__E8ukDW__activityTable th{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;background:var(--section-bg);font-size:.78rem;font-weight:600}.profile-module__E8ukDW__activityTable tr:last-child td{border-bottom:none}.profile-module__E8ukDW__activityType{border-radius:6px;padding:.2rem .6rem;font-size:.78rem;font-weight:600;display:inline-flex}.profile-module__E8ukDW__typePurchase{color:#6366f1;background:#6366f11f}.profile-module__E8ukDW__typeDeposit{color:#10b981;background:#10b9811f}.profile-module__E8ukDW__typeRefund{color:#f59e0b;background:#f59e0b1f}.profile-module__E8ukDW__statusCompleted{color:#10b981;background:#10b9811f;border-radius:6px;padding:.2rem .6rem;font-size:.78rem;font-weight:600;display:inline-flex}@media (max-width:768px){.profile-module__E8ukDW__container{gap:1.25rem;padding:1.25rem 1rem}.profile-module__E8ukDW__banner{min-height:160px}.profile-module__E8ukDW__avatarSection{gap:1rem;margin-top:2rem}.profile-module__E8ukDW__profileAvatar{width:70px;height:70px;font-size:2rem}.profile-module__E8ukDW__userName{font-size:1.4rem}.profile-module__E8ukDW__infoGrid{grid-template-columns:1fr 1fr;gap:1rem}.profile-module__E8ukDW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.profile-module__E8ukDW__actionsGrid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.profile-module__E8ukDW__container{gap:1rem;padding:1rem .75rem}.profile-module__E8ukDW__banner{border-radius:14px;min-height:140px}.profile-module__E8ukDW__bannerContent{padding:1.25rem}.profile-module__E8ukDW__avatarSection{text-align:center;flex-direction:column;align-items:center}.profile-module__E8ukDW__avatarInfo{align-items:center}.profile-module__E8ukDW__userName{font-size:1.2rem}.profile-module__E8ukDW__infoGrid,.profile-module__E8ukDW__statsGrid,.profile-module__E8ukDW__actionsGrid{grid-template-columns:1fr}.profile-module__E8ukDW__actionBtn{justify-content:center}.profile-module__E8ukDW__sectionCard{padding:1rem}}
.settings-module__1cMMRq__pageWrapper{background:var(--background);flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.settings-module__1cMMRq__mainContent{flex:1}.settings-module__1cMMRq__loading{min-height:100vh;color:var(--text-secondary);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.settings-module__1cMMRq__container{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;padding:2rem 1.5rem;display:flex}.settings-module__1cMMRq__pageTitle{font-family:var(--heading-font);color:var(--text-primary);font-size:2rem;font-weight:800}.settings-module__1cMMRq__card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.75rem}.settings-module__1cMMRq__cardTitle{font-family:var(--heading-font);color:var(--text-primary);margin-bottom:1.25rem;font-size:1.15rem;font-weight:700}.settings-module__1cMMRq__cardGrid{flex-direction:column;gap:1.25rem;display:flex}.settings-module__1cMMRq__field{flex-direction:column;gap:.4rem;display:flex}.settings-module__1cMMRq__fieldLabel{color:var(--text-secondary);font-size:.85rem;font-weight:600}.settings-module__1cMMRq__fieldInput{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-primary);border-radius:10px;outline:none;width:100%;max-width:360px;padding:.7rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.settings-module__1cMMRq__fieldInput:focus{border-color:var(--primary-blue)}.settings-module__1cMMRq__fieldInput:disabled{opacity:.6;cursor:not-allowed}.settings-module__1cMMRq__fieldSelect{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:10px;outline:none;padding:.6rem 1rem;font-family:inherit;font-size:.9rem}.settings-module__1cMMRq__settingRow{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.settings-module__1cMMRq__settingRow:last-child{border-bottom:none;padding-bottom:0}.settings-module__1cMMRq__settingLabel{color:var(--text-primary);font-size:.95rem;font-weight:600}.settings-module__1cMMRq__settingDesc{color:var(--text-secondary);margin-top:.15rem;font-size:.82rem}.settings-module__1cMMRq__settingBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.settings-module__1cMMRq__settingBtn:hover{opacity:.9;transform:translateY(-1px)}.settings-module__1cMMRq__settingBtnSecondary{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;white-space:nowrap;background:0 0;border-radius:10px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.settings-module__1cMMRq__settingBtnSecondary:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.settings-module__1cMMRq__saveBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:1.25rem;padding:.75rem 2rem;font-size:.95rem;font-weight:700;transition:all .2s}.settings-module__1cMMRq__saveBtn:hover{opacity:.9;transform:translateY(-1px)}.settings-module__1cMMRq__toggle{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.settings-module__1cMMRq__toggle input{opacity:0;width:0;height:0}.settings-module__1cMMRq__toggleSlider{cursor:pointer;background:var(--border-color);border-radius:9999px;transition:all .3s;position:absolute;inset:0}.settings-module__1cMMRq__toggleSlider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.settings-module__1cMMRq__toggle input:checked+.settings-module__1cMMRq__toggleSlider{background:var(--primary-blue)}.settings-module__1cMMRq__toggle input:checked+.settings-module__1cMMRq__toggleSlider:before{transform:translate(20px)}@media (max-width:768px){.settings-module__1cMMRq__container{padding:1.25rem 1rem}.settings-module__1cMMRq__pageTitle{font-size:1.6rem}.settings-module__1cMMRq__card{padding:1.25rem}.settings-module__1cMMRq__settingRow{flex-direction:column;align-items:flex-start;gap:.75rem}.settings-module__1cMMRq__fieldInput{max-width:100%}}@media (max-width:480px){.settings-module__1cMMRq__container{padding:1rem .75rem}.settings-module__1cMMRq__pageTitle{font-size:1.35rem}.settings-module__1cMMRq__card{border-radius:12px;padding:1rem}.settings-module__1cMMRq__saveBtn{text-align:center;width:100%}}
.Seller-module__LMf1Pa__modeToggleBar{background:var(--section-bg);border-bottom:1px solid var(--border-color);padding:0 1.5rem}.Seller-module__LMf1Pa__modeToggleInner{align-items:center;gap:.25rem;max-width:1400px;margin:0 auto;padding:.5rem 0;display:flex}.Seller-module__LMf1Pa__modeBtn{color:var(--text-secondary);cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--body-font);background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;transition:all .2s;display:flex}.Seller-module__LMf1Pa__modeBtn:hover{color:var(--text-primary);background:var(--card-bg)}.Seller-module__LMf1Pa__modeBtnActive{color:var(--primary-blue);background:var(--card-bg);border:1px solid var(--border-color)}.Seller-module__LMf1Pa__sellerWrapper{background:var(--background);color:var(--text-primary);flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.Seller-module__LMf1Pa__tabNav{border-bottom:1px solid var(--border-color);scrollbar-width:none;gap:.25rem;margin-bottom:2rem;display:flex;overflow-x:auto}.Seller-module__LMf1Pa__tabNav::-webkit-scrollbar{display:none}.Seller-module__LMf1Pa__tabBtn{color:var(--text-secondary);cursor:pointer;white-space:nowrap;font-size:.9rem;font-weight:600;font-family:var(--body-font);background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-1px;padding:.75rem 1.25rem;transition:all .2s;display:flex}.Seller-module__LMf1Pa__tabBtn:hover{color:var(--text-primary)}.Seller-module__LMf1Pa__tabBtnActive{color:var(--primary-blue);border-bottom-color:var(--primary-blue)}.Seller-module__LMf1Pa__sellNewBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;font-family:var(--body-font);box-shadow:0 4px 14px var(--glow-color);border:none;border-radius:10px;align-items:center;gap:.6rem;padding:.75rem 1.5rem;transition:all .2s;display:inline-flex}.Seller-module__LMf1Pa__sellNewBtn:hover{background:var(--primary-gradient-hover);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.Seller-module__LMf1Pa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.Seller-module__LMf1Pa__statCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:border-color .2s;display:flex}.Seller-module__LMf1Pa__statCard:hover{border-color:var(--card-hover-border)}.Seller-module__LMf1Pa__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Seller-module__LMf1Pa__statInfo{flex:1}.Seller-module__LMf1Pa__statValue{color:var(--text-primary);font-size:1.5rem;font-weight:800;font-family:var(--heading-font);margin-bottom:.25rem;line-height:1}.Seller-module__LMf1Pa__statLabel{color:var(--text-secondary);font-size:.8rem;font-weight:500}.Seller-module__LMf1Pa__statChange{border-radius:999px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.Seller-module__LMf1Pa__statChangePos{background:var(--success-bg);color:var(--success)}.Seller-module__LMf1Pa__statChangeNeg{color:#ef4444;background:#ef44441a}.Seller-module__LMf1Pa__listingsHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.Seller-module__LMf1Pa__listingsTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700;font-family:var(--heading-font)}.Seller-module__LMf1Pa__tableWrapper{background:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;overflow:hidden}.Seller-module__LMf1Pa__table{border-collapse:collapse;width:100%}.Seller-module__LMf1Pa__table thead th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);background:var(--section-bg);border-bottom:1px solid var(--border-color);white-space:nowrap;padding:1rem 1.25rem;font-size:.8rem;font-weight:700}.Seller-module__LMf1Pa__table tbody tr{border-bottom:1px solid var(--border-color);transition:background .15s}.Seller-module__LMf1Pa__table tbody tr:last-child{border-bottom:none}.Seller-module__LMf1Pa__table tbody tr:hover{background:var(--section-bg)}.Seller-module__LMf1Pa__table td{color:var(--text-primary);vertical-align:middle;padding:1rem 1.25rem;font-size:.9rem}.Seller-module__LMf1Pa__statusBadge{border-radius:9999px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.Seller-module__LMf1Pa__statusActive{background:var(--success-bg);color:var(--success)}.Seller-module__LMf1Pa__statusPaused{color:#f59e0b;background:#f59e0b1f}.Seller-module__LMf1Pa__statusSold{color:var(--primary-blue);background:#2563eb1f}.Seller-module__LMf1Pa__statusPending{color:#8b5cf6;background:#8b5cf61f}.Seller-module__LMf1Pa__statusCancelled{color:#ef4444;background:#ef44441a}.Seller-module__LMf1Pa__statusRefunded{color:#6b7280;background:#6b72801f}.Seller-module__LMf1Pa__rowActions{align-items:center;gap:.4rem;display:flex}.Seller-module__LMf1Pa__actionBtn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;font-size:.8rem;font-weight:600;font-family:var(--body-font);background:0 0;border-radius:6px;padding:.3rem .65rem;transition:all .15s}.Seller-module__LMf1Pa__actionBtn:hover{color:var(--text-primary);border-color:var(--text-secondary)}.Seller-module__LMf1Pa__actionBtnDanger:hover{color:#ef4444;border-color:#ef4444}.Seller-module__LMf1Pa__walletGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.Seller-module__LMf1Pa__walletCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;padding:1.5rem}.Seller-module__LMf1Pa__walletAmount{font-size:2rem;font-weight:800;font-family:var(--heading-font);color:var(--text-primary);margin:.5rem 0 .25rem}.Seller-module__LMf1Pa__walletLabel{color:var(--text-secondary);font-size:.85rem;font-weight:500}.Seller-module__LMf1Pa__withdrawBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;font-family:var(--body-font);border:none;border-radius:10px;width:100%;margin-top:1.25rem;padding:.65rem 1.5rem;transition:all .2s}.Seller-module__LMf1Pa__withdrawBtn:hover{background:var(--primary-gradient-hover);transform:translateY(-1px)}.Seller-module__LMf1Pa__chartRow{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.25rem;margin-bottom:1.25rem;display:grid}.Seller-module__LMf1Pa__chartCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;padding:1.5rem}.Seller-module__LMf1Pa__chartTitle{color:var(--text-primary);margin-bottom:1.25rem;font-size:.95rem;font-weight:700}.Seller-module__LMf1Pa__barChart{align-items:flex-end;gap:6px;height:120px;display:flex}.Seller-module__LMf1Pa__bar{background:var(--primary-blue);opacity:.8;border-radius:4px 4px 0 0;flex:1;min-height:4px;transition:opacity .2s}.Seller-module__LMf1Pa__bar:hover{opacity:1}.Seller-module__LMf1Pa__barLabels{gap:6px;margin-top:.5rem;display:flex}.Seller-module__LMf1Pa__barLabel{text-align:center;color:var(--text-secondary);flex:1;font-size:.65rem}.Seller-module__LMf1Pa__metricList{flex-direction:column;gap:.75rem;display:flex}.Seller-module__LMf1Pa__metricRow{align-items:center;gap:.75rem;display:flex}.Seller-module__LMf1Pa__metricLabel{color:var(--text-secondary);flex:1;font-size:.85rem}.Seller-module__LMf1Pa__metricBar{background:var(--section-bg);border-radius:999px;flex:2;height:6px;overflow:hidden}.Seller-module__LMf1Pa__metricBarFill{background:var(--primary-blue);border-radius:999px;height:100%;transition:width .5s}.Seller-module__LMf1Pa__metricValue{color:var(--text-primary);text-align:right;min-width:40px;font-size:.85rem;font-weight:700}.Seller-module__LMf1Pa__settingsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem;display:grid}.Seller-module__LMf1Pa__settingsCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:14px;padding:1.5rem}.Seller-module__LMf1Pa__settingsCardTitle{color:var(--text-primary);margin-bottom:1.25rem;font-size:.95rem;font-weight:700}.Seller-module__LMf1Pa__formGroup{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.Seller-module__LMf1Pa__formLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;font-size:.8rem;font-weight:600}.Seller-module__LMf1Pa__formInput,.Seller-module__LMf1Pa__formSelect,.Seller-module__LMf1Pa__formTextarea{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-primary);font-size:.9rem;font-family:var(--body-font);border-radius:8px;outline:none;width:100%;padding:.6rem .9rem;transition:border-color .2s}.Seller-module__LMf1Pa__formInput:focus,.Seller-module__LMf1Pa__formSelect:focus,.Seller-module__LMf1Pa__formTextarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 2px var(--glow-color)}.Seller-module__LMf1Pa__formTextarea{resize:vertical;min-height:80px}.Seller-module__LMf1Pa__saveBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;font-family:var(--body-font);border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.65rem 1.5rem;transition:all .2s}.Seller-module__LMf1Pa__saveBtn:hover{background:var(--primary-gradient-hover)}.Seller-module__LMf1Pa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#000000a6;justify-content:center;align-items:flex-start;padding:1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.Seller-module__LMf1Pa__modalContainer{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;grid-template-columns:1fr 340px;gap:0;width:100%;max-width:1000px;min-height:400px;margin:auto;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000080}.Seller-module__LMf1Pa__modalForm{max-height:85vh;padding:2rem;overflow-y:auto}.Seller-module__LMf1Pa__modalPreviewPanel{background:var(--section-bg);border-left:1px solid var(--border-color);flex-direction:column;gap:1rem;max-height:85vh;padding:1.5rem;display:flex;overflow-y:auto}.Seller-module__LMf1Pa__modalTitle{color:var(--text-primary);font-size:1.25rem;font-weight:800;font-family:var(--heading-font);margin-bottom:1.5rem}.Seller-module__LMf1Pa__modalSection{margin-bottom:1.5rem}.Seller-module__LMf1Pa__modalSectionTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border-color);margin-bottom:.75rem;padding-bottom:.5rem;font-size:.8rem;font-weight:700}.Seller-module__LMf1Pa__formRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.Seller-module__LMf1Pa__checkboxRow{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.Seller-module__LMf1Pa__checkboxRow input{accent-color:var(--primary-blue);cursor:pointer}.Seller-module__LMf1Pa__dropzone{border:2px dashed var(--border-color);text-align:center;cursor:pointer;background:var(--section-bg);border-radius:10px;padding:2rem;transition:border-color .2s}.Seller-module__LMf1Pa__dropzone:hover{border-color:var(--primary-blue)}.Seller-module__LMf1Pa__dropzoneText{color:var(--text-secondary);margin-top:.5rem;font-size:.9rem}.Seller-module__LMf1Pa__imagePreviewGrid{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.Seller-module__LMf1Pa__imagePreviewThumb{object-fit:cover;border:1px solid var(--border-color);border-radius:8px;width:64px;height:64px}.Seller-module__LMf1Pa__modalActions{border-top:1px solid var(--border-color);background:var(--card-bg);gap:.75rem;margin-top:1rem;padding-top:1.5rem;padding-bottom:.25rem;display:flex;position:sticky;bottom:0}.Seller-module__LMf1Pa__modalCancelBtn{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;font-size:.9rem;font-weight:700;font-family:var(--body-font);border-radius:10px;flex:1;padding:.75rem;transition:all .2s}.Seller-module__LMf1Pa__modalCancelBtn:hover{border-color:var(--text-secondary)}.Seller-module__LMf1Pa__modalPublishBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;font-family:var(--body-font);border:none;border-radius:10px;flex:2;padding:.75rem;transition:all .2s}.Seller-module__LMf1Pa__modalPublishBtn:hover{background:var(--primary-gradient-hover)}.Seller-module__LMf1Pa__closeBtn{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;z-index:10;border-radius:8px;align-items:center;padding:.4rem;display:flex;position:absolute;top:1rem;right:1rem}.Seller-module__LMf1Pa__previewTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.Seller-module__LMf1Pa__previewCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.Seller-module__LMf1Pa__previewPlatformBadge{text-transform:uppercase;letter-spacing:.06em;background:var(--section-bg);border-radius:5px;padding:.2rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.Seller-module__LMf1Pa__previewAccountTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700;font-family:var(--heading-font)}.Seller-module__LMf1Pa__previewDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.Seller-module__LMf1Pa__previewTags{flex-wrap:wrap;gap:.4rem;display:flex}.Seller-module__LMf1Pa__previewTag{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:9999px;padding:.2rem .5rem;font-size:.7rem}.Seller-module__LMf1Pa__previewPrice{color:var(--text-primary);font-size:1.5rem;font-weight:800;font-family:var(--heading-font)}.Seller-module__LMf1Pa__withdrawModal{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;width:100%;max-width:440px;margin:auto;padding:2rem;position:relative;box-shadow:0 20px 60px #0006}@media (max-width:860px){.Seller-module__LMf1Pa__modalContainer{grid-template-columns:1fr}.Seller-module__LMf1Pa__modalPreviewPanel{display:none}.Seller-module__LMf1Pa__statsGrid{grid-template-columns:repeat(2,1fr)}.Seller-module__LMf1Pa__chartRow,.Seller-module__LMf1Pa__formRow{grid-template-columns:1fr}.Seller-module__LMf1Pa__sellerWrapper{padding:1rem}.Seller-module__LMf1Pa__tableWrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.Seller-module__LMf1Pa__table td,.Seller-module__LMf1Pa__table thead th{white-space:nowrap}}@media (max-width:600px){.Seller-module__LMf1Pa__statsGrid{grid-template-columns:1fr}.Seller-module__LMf1Pa__sellerWrapper{padding:.75rem}.Seller-module__LMf1Pa__tabNav{gap:0}.Seller-module__LMf1Pa__tabBtn{padding:.6rem .9rem;font-size:.82rem}.Seller-module__LMf1Pa__walletGrid{grid-template-columns:1fr}.Seller-module__LMf1Pa__statCard{flex-wrap:wrap;gap:.5rem}.Seller-module__LMf1Pa__statChange{white-space:nowrap;font-size:.7rem}.Seller-module__LMf1Pa__listingsHeader{flex-direction:column;align-items:flex-start}.Seller-module__LMf1Pa__rowActions{flex-wrap:wrap}}@media (max-width:400px){.Seller-module__LMf1Pa__sellerWrapper{padding:.5rem}.Seller-module__LMf1Pa__tabBtn{padding:.5rem .7rem;font-size:.78rem}.Seller-module__LMf1Pa__statCard{padding:1rem}.Seller-module__LMf1Pa__statValue{font-size:1.25rem}.Seller-module__LMf1Pa__table td{padding:.75rem .85rem;font-size:.82rem}.Seller-module__LMf1Pa__table thead th{padding:.75rem .85rem;font-size:.72rem}}
