.Market-module__2rpq6G__main{min-height:100vh;padding-top:100px}.Market-module__2rpq6G__container{max-width:1200px;margin:0 auto;padding:2rem}.Market-module__2rpq6G__header{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.Market-module__2rpq6G__title{margin-bottom:.5rem;font-size:3rem}.Market-module__2rpq6G__subtitle{color:var(--text-secondary)}.Market-module__2rpq6G__marketContent{grid-template-columns:250px 1fr;gap:3rem;display:grid}.Market-module__2rpq6G__sidebar{flex-direction:column;gap:2rem;display:flex}.Market-module__2rpq6G__filterGroup h4{margin-bottom:1rem;font-size:1rem}.Market-module__2rpq6G__categoryList{flex-direction:column;gap:.75rem;display:flex}.Market-module__2rpq6G__categoryItem{color:var(--text-secondary);cursor:pointer;font-size:.9rem;transition:color .2s}.Market-module__2rpq6G__categoryItem:hover{color:var(--primary)}.Market-module__2rpq6G__productGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.Market-module__2rpq6G__productCard{border-radius:24px;flex-direction:column;transition:transform .3s;display:flex;overflow:hidden}.Market-module__2rpq6G__productCard:hover{transform:translateY(-5px)}.Market-module__2rpq6G__imageWrapper{aspect-ratio:1;background:var(--bg-card);width:100%;position:relative;overflow:hidden}.Market-module__2rpq6G__conditionBadge{background:var(--primary);color:#000;z-index:2;border-radius:6px;padding:.35rem .75rem;font-size:.65rem;font-weight:900;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 12px #00f2ff4d}.Market-module__2rpq6G__productImage{object-fit:cover;width:100%;height:100%}.Market-module__2rpq6G__productInfo{flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.Market-module__2rpq6G__productCategory{text-transform:uppercase;color:var(--text-muted);letter-spacing:.1em;font-size:.7rem}.Market-module__2rpq6G__productTitle{font-size:1.1rem;font-weight:700}.Market-module__2rpq6G__productPrice{color:var(--primary);margin-top:.5rem;font-size:1.25rem;font-weight:800}.Market-module__2rpq6G__sellerInfo{border-top:1px solid var(--border-light);color:var(--text-secondary);align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;font-size:.8rem;display:flex}.Market-module__2rpq6G__sellerAvatar{border-radius:50%;width:24px;height:24px}@media (max-width:900px){.Market-module__2rpq6G__marketContent{grid-template-columns:1fr}.Market-module__2rpq6G__sidebar{display:none}}.Market-module__2rpq6G__auctionPing{background:#f59e0b;border-radius:50%;width:10px;height:10px;position:relative}.Market-module__2rpq6G__auctionPing:after{content:"";border:1px solid #f59e0b;border-radius:50%;width:100%;height:100%;animation:1.5s infinite Market-module__2rpq6G__auctionRipple;position:absolute}@keyframes Market-module__2rpq6G__auctionRipple{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.Market-module__2rpq6G__modalOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#ffffffe6;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.Market-module__2rpq6G__modalContent{border-radius:40px;width:100%;max-width:1000px;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}.Market-module__2rpq6G__closeBtn{color:#131717;cursor:pointer;z-index:100;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:1.5rem;right:1.5rem}.Market-module__2rpq6G__closeBtn:hover{background:var(--secondary);transform:rotate(90deg)scale(1.1)}.Market-module__2rpq6G__modalLayout{grid-template-columns:1.2fr 1fr;height:100%;display:grid}.Market-module__2rpq6G__modalImageWrapper{background:#f8fafc;height:100%;min-height:500px}.Market-module__2rpq6G__modalImageWrapper img{object-fit:cover;width:100%;height:100%}.Market-module__2rpq6G__modalInfo{flex-direction:column;gap:1.5rem;padding:3rem;display:flex;overflow-y:auto}.Market-module__2rpq6G__modalTitle{margin-top:.5rem;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:900;line-height:1.2}.Market-module__2rpq6G__modalPrice{color:var(--primary);text-shadow:0 0 20px #00f2ff4d;font-size:2.5rem;font-weight:900}.Market-module__2rpq6G__modalDescription{color:var(--text-secondary);background:#f8fafc;border:1px solid #e9ecef;border-radius:20px;padding:1.5rem;font-size:1.1rem;line-height:1.8}.Market-module__2rpq6G__sellerCard{background:linear-gradient(135deg,#ffffff0d 0%,#ffffff03 100%);border:1px solid #ffffff14;border-radius:28px;flex-direction:column;gap:1.5rem;padding:1.75rem;display:flex}.Market-module__2rpq6G__sellerAvatarLarge{object-fit:cover;border:2px solid var(--primary);border-radius:50%;width:56px;height:56px}.Market-module__2rpq6G__secureBadge{color:var(--primary);align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;display:flex}@media (max-width:1024px){.Market-module__2rpq6G__modalLayout{grid-template-columns:1fr}.Market-module__2rpq6G__modalImageWrapper{height:350px;min-height:auto}.Market-module__2rpq6G__modalInfo{padding:2rem}}@media (max-width:768px){.Market-module__2rpq6G__main{padding-top:70px}.Market-module__2rpq6G__container{padding:1rem}.Market-module__2rpq6G__header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:2rem}.Market-module__2rpq6G__title{margin-bottom:.25rem;font-size:1.75rem}.Market-module__2rpq6G__subtitle{font-size:.875rem}.Market-module__2rpq6G__sidebar{display:none}.Market-module__2rpq6G__productGrid{grid-template-columns:1fr;gap:1.25rem}.Market-module__2rpq6G__productCard{border-radius:18px}.Market-module__2rpq6G__productInfo{gap:.4rem;padding:1.125rem 1rem}.Market-module__2rpq6G__productTitle{font-size:1rem}.Market-module__2rpq6G__productPrice{font-size:1.1rem}.Market-module__2rpq6G__modalOverlay{align-items:flex-end;padding:0}.Market-module__2rpq6G__modalContent{border-radius:28px 28px 0 0;width:100%;max-width:100%;max-height:95vh}.Market-module__2rpq6G__modalLayout{grid-template-columns:1fr;max-height:95vh;overflow-y:auto}.Market-module__2rpq6G__modalImageWrapper{height:240px;min-height:auto}.Market-module__2rpq6G__modalInfo{gap:1rem;padding:1.5rem 1.25rem 2rem}.Market-module__2rpq6G__modalTitle{font-size:1.5rem}.Market-module__2rpq6G__modalPrice{font-size:1.875rem}.Market-module__2rpq6G__modalDescription{padding:1rem;font-size:.9rem}.Market-module__2rpq6G__closeBtn{width:36px;height:36px;top:1rem;right:1rem}.Market-module__2rpq6G__sellerCard{border-radius:20px;gap:1rem;padding:1.25rem}}@media (max-width:420px){.Market-module__2rpq6G__productGrid{gap:1rem}.Market-module__2rpq6G__title{font-size:1.5rem}.Market-module__2rpq6G__modalImageWrapper{height:200px}.Market-module__2rpq6G__modalInfo{padding:1.25rem 1rem 1.75rem}}
