.Marketplace_container__1ngo1{min-height:100vh;width:100%;background-color:#000;color:#fff;padding:1rem}.Marketplace_actionButtons__4he50{display:flex;gap:1rem;margin-bottom:1.5rem}.Marketplace_actionButton__JlaCP{display:flex;align-items:center;gap:.5rem;background-color:#333;color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s}.Marketplace_actionButton__JlaCP:hover{background-color:#444}.Marketplace_tabContainer__KmmHG{display:flex;border-bottom:1px solid #333;margin-bottom:1.5rem}.Marketplace_tab__z7On_{padding:.75rem 1.5rem;cursor:pointer;border-bottom:2px solid transparent}.Marketplace_tab__z7On_.Marketplace_active__zCnh7{border-bottom:2px solid #3b82f6;color:#3b82f6}.Marketplace_sectionHeader__07aET{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:700;font-size:1.1rem}.Marketplace_paymentFilter__hizVL{display:flex;gap:1rem;margin-bottom:1.5rem}.Marketplace_paymentOption__0cO9b{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background-color:#222;cursor:pointer}.Marketplace_paymentOption__0cO9b.Marketplace_active__zCnh7{background-color:#3b82f6}.Marketplace_currencyIcon__gP_Ol{width:2rem;height:2rem;border-radius:50%;background-color:#333;display:flex;align-items:center;justify-content:center;font-weight:700}.Marketplace_nftGrid__tIHhY{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.Marketplace_nftCard__OYJU1{background-color:#111;border-radius:.5rem;overflow:hidden;position:relative;transition:transform .2s}.Marketplace_nftCard__OYJU1:hover{transform:translateY(-5px)}.Marketplace_nftCard__OYJU1.Marketplace_selected__RS_lC{box-shadow:0 0 0 2px #3b82f6}.Marketplace_nftImage__w1EN2{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.Marketplace_nftQuantity__1b_Ye{position:absolute;top:.5rem;right:.5rem;background-color:rgba(0,0,0,.7);padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem}.Marketplace_nftDetails__CAzUA{padding:1rem}.Marketplace_nftName__y_wux{font-weight:700;margin-bottom:.25rem}.Marketplace_nftCategory__vyQ1S{color:#999;font-size:.9rem;margin-bottom:.5rem}.Marketplace_nftPrice__Wi9AX{display:flex;align-items:center;gap:.25rem;font-weight:700;color:#3b82f6}.Marketplace_nftActions__T2m4p{display:flex;gap:.5rem;padding:.5rem;background-color:rgba(0,0,0,.8)}.Marketplace_addToCart__OBzYY{position:absolute;bottom:.5rem;right:.5rem;width:2rem;height:2rem;border-radius:50%;background-color:#3b82f6;display:flex;align-items:center;justify-content:center;cursor:pointer}.Marketplace_addToCart__OBzYY.Marketplace_inCart__a8VX2{background-color:#10b981}.Marketplace_makeOfferBtn__x80u0{position:absolute;bottom:.5rem;left:.5rem;background-color:#3b82f6;border:none;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer}.Marketplace_cartButton__SoX_p{position:fixed;bottom:2rem;right:2rem;width:4rem;height:4rem;background-color:#3b82f6;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1)}.Marketplace_cartButton__SoX_p,.Marketplace_cartCount__i9Y3i{border-radius:50%;display:flex;align-items:center;justify-content:center}.Marketplace_cartCount__i9Y3i{position:absolute;top:-.5rem;right:-.5rem;background-color:#ef4444;width:1.5rem;height:1.5rem;font-size:.8rem}.Marketplace_modal__r9QWH{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000}.Marketplace_modalContent__UclTg{background-color:#111;border-radius:.5rem;width:90%;max-width:600px;max-height:90vh;overflow-y:auto}.Marketplace_modalHeader__hmLLb{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #333}.Marketplace_modalClose__WiZA1{cursor:pointer;font-size:1.5rem}.Marketplace_formGroup__GHfEg{margin-bottom:1rem;padding:0 1rem}.Marketplace_formGroup__GHfEg label{display:block;margin-bottom:.5rem;color:#999}.Marketplace_formGroup__GHfEg input,.Marketplace_formGroup__GHfEg select,.Marketplace_formGroup__GHfEg textarea{width:100%;padding:.75rem;background-color:#222;border:1px solid #333;border-radius:.25rem;color:#fff}.Marketplace_formActions__pDwpA{display:flex;justify-content:flex-end;gap:1rem;padding:1rem;border-top:1px solid #333}.Marketplace_loadingIndicator__yh9BY{display:flex;justify-content:center;padding:2rem}.Marketplace_spinner__aFuiJ{width:2rem;height:2rem;border:3px solid #333;border-top-color:#3b82f6;border-radius:50%;animation:Marketplace_spin__G9_L_ 1s linear infinite}@keyframes Marketplace_spin__G9_L_{to{transform:rotate(1turn)}}