.SellBuyListing-module__-C3tdG__container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.SellBuyListing-module__-C3tdG__loadingWrapper{color:#666;justify-content:center;align-items:center;min-height:400px;font-size:1.2rem;display:flex}.SellBuyListing-module__-C3tdG__pageHeader{text-align:center;margin-bottom:2.5rem}.SellBuyListing-module__-C3tdG__pageHeader h1{color:#1a1a1a;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.SellBuyListing-module__-C3tdG__pageHeader p{color:#666;font-size:1.1rem}.SellBuyListing-module__-C3tdG__categoriesSection{margin-bottom:3rem}.SellBuyListing-module__-C3tdG__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem;display:grid}.SellBuyListing-module__-C3tdG__categoryCard{text-align:center;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.SellBuyListing-module__-C3tdG__categoryCard:hover{border-color:#ff4d4d;transform:translateY(-8px);box-shadow:0 12px 30px #00000014}.SellBuyListing-module__-C3tdG__categoryImageWrapper{background:#f8f9fa;border:1px solid #f0f0f0;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;overflow:hidden}.SellBuyListing-module__-C3tdG__categoryImage{object-fit:cover;width:100%;height:100%}.SellBuyListing-module__-C3tdG__categoryIconPlaceholder{color:#ff4d4d}.SellBuyListing-module__-C3tdG__categoryName{color:#1a1a1a;font-size:1rem;font-weight:700}.SellBuyListing-module__-C3tdG__mainContent{animation:.4s SellBuyListing-module__-C3tdG__fadeIn}@keyframes SellBuyListing-module__-C3tdG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SellBuyListing-module__-C3tdG__backLink{color:#666;background:#f0f0f0;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.SellBuyListing-module__-C3tdG__backLink:hover{color:#ff4d4d;background:#fff5f5}.SellBuyListing-module__-C3tdG__resultsHeader{background:#fff;border:1px solid #f0f0f0;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2.5rem;display:flex;box-shadow:0 4px 20px #0000000d}.SellBuyListing-module__-C3tdG__headerInfo h2{color:#1a1a1a;margin:0;font-size:1.75rem;font-weight:800}.SellBuyListing-module__-C3tdG__count{color:#ff4d4d;background:#fff5f5;border-radius:50px;padding:.5rem 1.25rem;font-size:.95rem;font-weight:800}.SellBuyListing-module__-C3tdG__resultsWrapper{grid-template-columns:280px 1fr;gap:2rem;display:grid}.SellBuyListing-module__-C3tdG__resultsWrapperFull{width:100%;display:block}.SellBuyListing-module__-C3tdG__sidebar{background:#fff;border:1px solid #f0f0f0;border-radius:20px;height:fit-content;padding:1.75rem;position:sticky;top:100px;box-shadow:0 4px 20px #0000000d}.SellBuyListing-module__-C3tdG__filterGroup{margin-bottom:1.5rem}.SellBuyListing-module__-C3tdG__filterGroup label{color:#1a1a1a;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:flex}.SellBuyListing-module__-C3tdG__filterGroup select{color:#333;cursor:pointer;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:12px;outline:none;width:100%;padding:.85rem;font-size:.95rem}.SellBuyListing-module__-C3tdG__filterGroup select:focus{background:#fff;border-color:#ff4d4d}.SellBuyListing-module__-C3tdG__filterHint{color:#ff4d4d;margin-top:1rem;font-size:.85rem;font-weight:500}.SellBuyListing-module__-C3tdG__productGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.SellBuyListing-module__-C3tdG__emptyState{text-align:center;background:#fff;border:2px dashed #e0e0e0;border-radius:20px;padding:5rem 2rem}.SellBuyListing-module__-C3tdG__emptyIcon{color:#ddd;margin-bottom:1.5rem}.SellBuyListing-module__-C3tdG__skeletonGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.SellBuyListing-module__-C3tdG__skeletonCard{background:#f0f0f0;border-radius:20px;height:350px;position:relative;overflow:hidden}.SellBuyListing-module__-C3tdG__skeletonCard:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:100%;height:100%;animation:1.5s infinite SellBuyListing-module__-C3tdG__loading;position:absolute;top:0;left:0}@keyframes SellBuyListing-module__-C3tdG__loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width:992px){.SellBuyListing-module__-C3tdG__resultsWrapper{grid-template-columns:1fr}.SellBuyListing-module__-C3tdG__sidebar{position:static}}@media (max-width:480px){.SellBuyListing-module__-C3tdG__resultsHeader{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.SellBuyListing-module__-C3tdG__headerInfo h2{font-size:1.4rem}}
.SellBuyCard-module__-T6-Ya__card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.SellBuyCard-module__-T6-Ya__card:hover{border-color:#ff4d4d;transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.SellBuyCard-module__-T6-Ya__imageLink{text-decoration:none}.SellBuyCard-module__-T6-Ya__imageWrapper{background:#f8f9fa;width:100%;padding-top:75%;position:relative;overflow:hidden}.SellBuyCard-module__-T6-Ya__productImage{object-fit:cover;transition:transform .5s}.SellBuyCard-module__-T6-Ya__card:hover .SellBuyCard-module__-T6-Ya__productImage{transform:scale(1.05)}.SellBuyCard-module__-T6-Ya__placeholder{color:#ccc;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.SellBuyCard-module__-T6-Ya__priceTag{color:#fff;background:#ff4d4d;border-radius:50px;padding:.4rem 1rem;font-size:1.1rem;font-weight:800;position:absolute;bottom:12px;left:12px;box-shadow:0 4px 10px #ff4d4d4d}.SellBuyCard-module__-T6-Ya__content{flex-direction:column;flex:1;gap:.75rem;padding:1.25rem;display:flex}.SellBuyCard-module__-T6-Ya__categoryInfo{gap:.5rem;display:flex}.SellBuyCard-module__-T6-Ya__catTag{color:#ff4d4d;text-transform:uppercase;background:#fff5f5;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.SellBuyCard-module__-T6-Ya__subCatTag{color:#666;background:#f0f0f0;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.SellBuyCard-module__-T6-Ya__title{color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:3.12rem;margin:0;font-size:1.2rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.SellBuyCard-module__-T6-Ya__location{color:#666;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}.SellBuyCard-module__-T6-Ya__description{color:#555;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.SellBuyCard-module__-T6-Ya__footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.SellBuyCard-module__-T6-Ya__date{color:#999;font-size:.8rem}.SellBuyCard-module__-T6-Ya__contactBtn{color:#fff;background:#1a1a1a;border-radius:50px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.SellBuyCard-module__-T6-Ya__contactBtn:hover{background:#ff4d4d;box-shadow:0 4px 12px #ff4d4d33}
