.marketPlacePage{overflow-x:hidden;width:100%}.marketPlacePage .marketplaceHero{background-image:url(https://res.cloudinary.com/dsqv8dgwy/image/upload/f_auto,q_auto/senoj_housing/market_place_home_page);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:100px 20px;text-align:center;color:#fff;position:relative;min-height:400px;display:flex;align-items:center;justify-content:center}@media(max-width:738px){.marketPlacePage .marketplaceHero{padding:60px 20px;min-height:300px}}.marketPlacePage .marketplaceHero .heroOverlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1}.marketPlacePage .marketplaceHero .heroContent{max-width:800px;margin:0 auto;position:relative;z-index:2}.marketPlacePage .marketplaceHero .heroContent .heroTitle{font-size:56px;font-weight:700;margin:0 0 20px;color:#fff}@media(max-width:1366px){.marketPlacePage .marketplaceHero .heroContent .heroTitle{font-size:48px}}@media(max-width:1024px){.marketPlacePage .marketplaceHero .heroContent .heroTitle{font-size:40px}}@media(max-width:738px){.marketPlacePage .marketplaceHero .heroContent .heroTitle{font-size:32px;margin-bottom:15px}}.marketPlacePage .marketplaceHero .heroContent .heroSubtitle{font-size:24px;font-weight:400;margin:0;color:#fff}@media(max-width:1366px){.marketPlacePage .marketplaceHero .heroContent .heroSubtitle{font-size:22px}}@media(max-width:1024px){.marketPlacePage .marketplaceHero .heroContent .heroSubtitle{font-size:20px}}@media(max-width:738px){.marketPlacePage .marketplaceHero .heroContent .heroSubtitle{font-size:18px}}.marketPlacePage .container{max-width:1366px;margin:0 auto;padding:0 20px}@media(max-width:1366px){.marketPlacePage .container{max-width:1280px}}@media(max-width:1024px){.marketPlacePage .container{max-width:768px}}@media(max-width:738px){.marketPlacePage .container{max-width:640px}}.marketPlacePage .marketplaceContentWrapper{background-color:#f8f9fa}.marketPlacePage .searchSection{padding:30px 0;background-color:#fff;border-bottom:1px solid #e0e0e0}.marketPlacePage .searchSection .searchBar{display:flex;max-width:800px;margin:0 auto;background-color:#f5f5f5;border-radius:50px;padding:12px 20px;gap:10px;align-items:center;transition:all .3s ease}.marketPlacePage .searchSection .searchBar:focus-within{box-shadow:0 2px 8px rgba(0,0,0,.1);background-color:#fff}.marketPlacePage .searchSection .searchBar .searchInput{flex:1 1;border:none;background:transparent;font-size:16px;outline:none;color:#000}.marketPlacePage .searchSection .searchBar .searchInput::placeholder{color:#999}@media(max-width:738px){.marketPlacePage .searchSection .searchBar .searchInput{font-size:14px}}.marketPlacePage .searchSection .searchBar .searchButton{background:#fece51;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#000}.marketPlacePage .searchSection .searchBar .searchButton:hover{background:#fdbd20;transform:scale(1.05)}.marketPlacePage .searchSection .searchBar .searchButton svg{width:18px;height:18px}.marketPlacePage .categorySection{margin-bottom:50px}@media(max-width:738px){.marketPlacePage .categorySection{margin-bottom:40px}}.marketPlacePage .categorySection:last-child{margin-bottom:0}.marketPlacePage .categorySectionTitle{font-size:24px;font-weight:700;color:#000;margin:0 0 25px;display:flex;align-items:center;gap:10px}.marketPlacePage .categorySectionTitle .flameIcon{font-size:22px}@media(max-width:1366px){.marketPlacePage .categorySectionTitle{font-size:22px;margin-bottom:20px}.marketPlacePage .categorySectionTitle .flameIcon{font-size:20px}}@media(max-width:1024px){.marketPlacePage .categorySectionTitle{font-size:20px;margin-bottom:18px}.marketPlacePage .categorySectionTitle .flameIcon{font-size:18px}}@media(max-width:738px){.marketPlacePage .categorySectionTitle{font-size:18px;margin-bottom:15px}.marketPlacePage .categorySectionTitle .flameIcon{font-size:16px}}.marketPlacePage .trendingSection{margin-bottom:50px}@media(max-width:738px){.marketPlacePage .trendingSection{margin-bottom:40px}}.marketPlacePage .trendingSection .trendingItemsGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}@media(max-width:1366px){.marketPlacePage .trendingSection .trendingItemsGrid{grid-template-columns:repeat(3,1fr);gap:25px}}@media(max-width:1024px){.marketPlacePage .trendingSection .trendingItemsGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:738px){.marketPlacePage .trendingSection .trendingItemsGrid{grid-template-columns:1fr;gap:20px}}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem:hover{box-shadow:0 6px 20px rgba(0,0,0,.15);transform:translateY(-4px)}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemImage{position:relative;width:100%;height:280px;overflow:hidden}@media(max-width:1366px){.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemImage{height:250px}}@media(max-width:1024px){.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemImage{height:220px}}@media(max-width:738px){.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemImage{height:240px}}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemImage img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemImage .itemCondition{position:absolute;top:12px;right:12px;background-color:rgba(0,0,0,.75);color:#fff;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;z-index:2}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemImage .trendingBadge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:6px 12px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase;z-index:2;box-shadow:0 2px 6px rgba(0,0,0,.2);display:flex;align-items:center;gap:5px}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemImage .trendingBadge .flameIcon{font-size:14px}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem:hover .trendingItemImage img{transform:scale(1.08)}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemInfo{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1 1}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemInfo .trendingItemTitle{font-size:18px;font-weight:700;color:#000;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width:738px){.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemInfo .trendingItemTitle{font-size:16px}}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemInfo .trendingItemPrice{font-size:22px;font-weight:700;color:#fece51;margin:0}@media(max-width:738px){.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemInfo .trendingItemPrice{font-size:20px}}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemInfo .trendingSellerInfo{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f0f0f0;margin-top:auto}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemInfo .trendingSellerInfo .trendingSellerName{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#000}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemInfo .trendingSellerInfo .trendingSellerName .verifiedBadge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background-color:#4caf50;color:#fff;border-radius:50%;font-size:11px;font-weight:700;line-height:1}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemInfo .trendingSellerInfo .trendingSellerRating{display:flex;align-items:center;gap:4px;font-size:14px;color:#000}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemInfo .trendingSellerInfo .trendingSellerRating .star{color:#ffc107;font-size:16px}.marketPlacePage .trendingSection .trendingItemsGrid .trendingItem .trendingItemInfo .trendingSellerInfo .trendingSellerRating .ratingValue{font-weight:700}.marketPlacePage .categoriesSection{padding:30px 0;background-color:#fff;border-bottom:1px solid #e0e0e0;position:-webkit-sticky;position:sticky;top:100px;z-index:100;box-shadow:0 2px 4px rgba(0,0,0,.05)}@media(max-width:738px){.marketPlacePage .categoriesSection{top:0;padding:20px 0}}.marketPlacePage .categoriesSection .categoriesList{display:flex;gap:10px;flex-wrap:wrap;align-items:center}@media(max-width:738px){.marketPlacePage .categoriesSection .categoriesList{gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:5px}}.marketPlacePage .categoriesSection .categoriesList .categoryButton{padding:10px 20px;border:1px solid #e0e0e0;border-radius:20px;background-color:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}@media(max-width:738px){.marketPlacePage .categoriesSection .categoriesList .categoryButton{padding:8px 16px;font-size:13px}}.marketPlacePage .categoriesSection .categoriesList .categoryButton:hover{border-color:#fece51;background-color:#fffef8}.marketPlacePage .categoriesSection .categoriesList .categoryButton.active{background-color:#fece51;border-color:#fece51;color:#000;font-weight:600}.marketPlacePage .marketplaceItemsSection{padding:40px 0 80px;background-color:#f8f9fa}@media(max-width:738px){.marketPlacePage .marketplaceItemsSection{padding:30px 0 60px}}.marketPlacePage .marketplaceItemsSection .itemsHeader{margin-bottom:30px;display:flex;justify-content:space-between;align-items:center}@media(max-width:738px){.marketPlacePage .marketplaceItemsSection .itemsHeader{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:25px}}.marketPlacePage .marketplaceItemsSection .itemsHeader .itemsTitle{font-size:32px;font-weight:700;color:#000;margin:0}@media(max-width:1366px){.marketPlacePage .marketplaceItemsSection .itemsHeader .itemsTitle{font-size:28px}}@media(max-width:1024px){.marketPlacePage .marketplaceItemsSection .itemsHeader .itemsTitle{font-size:24px}}@media(max-width:738px){.marketPlacePage .marketplaceItemsSection .itemsHeader .itemsTitle{font-size:22px}}.marketPlacePage .marketplaceItemsSection .itemsHeader .itemsCount{font-size:16px;color:#666;margin:0}@media(max-width:738px){.marketPlacePage .marketplaceItemsSection .itemsHeader .itemsCount{font-size:14px}}.marketPlacePage .marketplaceItemsSection .itemsGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media(max-width:1366px){.marketPlacePage .marketplaceItemsSection .itemsGrid{grid-template-columns:repeat(3,1fr);gap:18px}}@media(max-width:1024px){.marketPlacePage .marketplaceItemsSection .itemsGrid{grid-template-columns:repeat(3,1fr);gap:12px}}@media(max-width:738px){.marketPlacePage .marketplaceItemsSection .itemsGrid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:480px){.marketPlacePage .marketplaceItemsSection .itemsGrid{grid-template-columns:1fr}}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem:hover{box-shadow:0 3px 12px rgba(0,0,0,.12);transform:translateY(-2px)}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemImage{position:relative;width:100%;height:150px;overflow:hidden}@media(max-width:1366px){.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemImage{height:140px}}@media(max-width:738px){.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemImage{height:160px}}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemImage img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemImage .itemCondition{position:absolute;top:6px;right:6px;background-color:rgba(0,0,0,.7);color:#fff;padding:3px 8px;border-radius:10px;font-size:10px;font-weight:600;text-transform:uppercase;z-index:2}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemImage .trendingBadge{position:absolute;top:6px;left:6px;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:3px 8px;border-radius:10px;font-size:9px;font-weight:700;text-transform:uppercase;z-index:2;box-shadow:0 2px 4px rgba(0,0,0,.2)}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem:hover .itemImage img{transform:scale(1.05)}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo{padding:12px;display:flex;flex-direction:column;flex:1 1;gap:8px}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .itemTitle{font-size:14px;font-weight:600;color:#000;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(max-width:738px){.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .itemTitle{font-size:13px}}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .itemPrice{font-size:16px;font-weight:700;color:#fece51;margin:0}@media(max-width:738px){.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .itemPrice{font-size:15px}}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .sellerInfo{margin-top:auto;padding-top:10px;border-top:1px solid #f0f0f0}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .sellerInfo .sellerHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .sellerInfo .sellerHeader .sellerName{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#000}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .sellerInfo .sellerHeader .sellerName .verifiedBadge{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;background-color:#4caf50;color:#fff;border-radius:50%;font-size:9px;font-weight:700;line-height:1}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .sellerInfo .sellerHeader .sellerRating{display:flex;align-items:center;gap:3px;font-size:11px;color:#666}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .sellerInfo .sellerHeader .sellerRating .star{color:#ffc107;font-size:12px}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .sellerInfo .sellerHeader .sellerRating .ratingValue{font-weight:600;color:#000}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .sellerInfo .sellerDetails{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#666}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .sellerInfo .sellerDetails .sellerLocation{display:flex;align-items:center;gap:3px}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .sellerInfo .sellerDetails .sellerLocation img{width:10px;height:10px;opacity:.6}.marketPlacePage .marketplaceItemsSection .itemsGrid .marketplaceItem .itemInfo .sellerInfo .sellerDetails .sellerItems{font-size:10px;color:#999}.mpAuthBar{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:52px;background:#fff;border-bottom:1px solid #e8eaed;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px rgba(0,0,0,.06)}.mpAuthBar .mpAuthBarBrand{display:flex;align-items:center;gap:8px;font-weight:800;font-size:15px;color:#111}.mpAuthBar .mpAuthBarBrand i{font-size:17px;color:#f5bc30}.mpAuthBar .mpAuthBarRight{display:flex;align-items:center;gap:4px}.mpIconWrap{position:relative}.mpIconWrap .mpIconBtn{position:relative;width:38px;height:38px;border-radius:8px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#888;transition:background .13s,color .13s}.mpIconWrap .mpIconBtn:hover{background:#f2f4f7;color:#111}.mpIconWrap .mpIconBtn .mpBadge{position:absolute;top:4px;right:4px;width:16px;height:16px;background:#e53e3e;color:#fff;border-radius:50%;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;border:1.5px solid #fff}.mpIconWrap .mpDropPanel{position:absolute;top:calc(100% + 8px);right:0;width:300px;background:#fff;border:1px solid #e8eaed;border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,.12);z-index:999;overflow:hidden}.mpIconWrap .mpDropPanel.wide{width:360px}.mpIconWrap .mpDropPanel .mpDropHeader{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e8eaed;font-size:14px}.mpIconWrap .mpDropPanel .mpDropHeader strong{font-size:14px;font-weight:800;color:#111}.mpIconWrap .mpDropPanel .mpDropHeader .mpDropViewAll{border:none;background:none;color:#f5bc30;font-size:12px;font-weight:700;cursor:pointer;padding:0}.mpIconWrap .mpDropPanel .mpDropHeader .mpDropViewAll:hover{text-decoration:underline}.mpIconWrap .mpDropPanel .mpDropEmpty{padding:20px 14px;text-align:center;font-size:13px;color:#888;margin:0}.mpIconWrap .mpDropPanel .mpDropMsg{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #f7f7f7;transition:background .12s}.mpIconWrap .mpDropPanel .mpDropMsg:last-child{border-bottom:none}.mpIconWrap .mpDropPanel .mpDropMsg:hover{background:#f2f4f7}.mpIconWrap .mpDropPanel .mpDropMsg.unread{background:#fff9e6}.mpIconWrap .mpDropPanel .mpDropMsg .mpDropMsgAvatar{width:32px;height:32px;border-radius:50%;background:#f2f4f7;display:flex;align-items:center;justify-content:center;font-size:13px;color:#888;flex-shrink:0}.mpIconWrap .mpDropPanel .mpDropMsg .mpDropMsgBody{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.mpIconWrap .mpDropPanel .mpDropMsg .mpDropMsgBody .mpDropMsgFrom{font-size:12px;font-weight:700;color:#111}.mpIconWrap .mpDropPanel .mpDropMsg .mpDropMsgBody .mpDropMsgSubject{font-size:11px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mpIconWrap .mpDropPanel .mpDropMsg .mpDropMsgDate{font-size:10px;color:#bbb;flex-shrink:0}.mpIconWrap .mpDropPanel .mpSavedGrid{max-height:340px;overflow-y:auto}.mpIconWrap .mpDropPanel .mpSavedItem{display:flex;align-items:center;gap:10px;padding:10px 14px;text-decoration:none;border-bottom:1px solid #f7f7f7;transition:background .12s;position:relative}.mpIconWrap .mpDropPanel .mpSavedItem:hover{background:#f2f4f7}.mpIconWrap .mpDropPanel .mpSavedItem .mpSavedImg{width:44px;height:36px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f2f4f7;display:flex;align-items:center;justify-content:center}.mpIconWrap .mpDropPanel .mpSavedItem .mpSavedImg img{width:100%;height:100%;object-fit:cover}.mpIconWrap .mpDropPanel .mpSavedItem .mpSavedImg i{color:#ccc;font-size:16px}.mpIconWrap .mpDropPanel .mpSavedItem .mpSavedInfo{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.mpIconWrap .mpDropPanel .mpSavedItem .mpSavedInfo .mpSavedTitle{font-size:12px;font-weight:600;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mpIconWrap .mpDropPanel .mpSavedItem .mpSavedInfo .mpSavedPrice{font-size:11px;color:#f5bc30;font-weight:700}.mpIconWrap .mpDropPanel .mpSavedItem .mpSavedRemove{border:none;background:none;cursor:pointer;color:#888;font-size:13px;padding:2px 4px}.mpIconWrap .mpDropPanel .mpSavedItem .mpSavedRemove:hover{color:#e53e3e}.mpIconWrap .mpDropPanel .mpMyAdsList{max-height:340px;overflow-y:auto}.mpIconWrap .mpDropPanel .mpMyAdsItem{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #f7f7f7}.mpIconWrap .mpDropPanel .mpMyAdsItem .mpMyAdsImg{width:44px;height:36px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f2f4f7;display:flex;align-items:center;justify-content:center}.mpIconWrap .mpDropPanel .mpMyAdsItem .mpMyAdsImg img{width:100%;height:100%;object-fit:cover}.mpIconWrap .mpDropPanel .mpMyAdsItem .mpMyAdsImg i{color:#ccc;font-size:16px}.mpIconWrap .mpDropPanel .mpMyAdsItem .mpMyAdsInfo{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.mpIconWrap .mpDropPanel .mpMyAdsItem .mpMyAdsInfo .mpMyAdsTitle{font-size:12px;font-weight:700;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mpIconWrap .mpDropPanel .mpMyAdsItem .mpMyAdsInfo .mpMyAdsPrice{font-size:11px;color:#f5bc30;font-weight:700}.mpIconWrap .mpDropPanel .mpMyAdsItem .mpMyAdsInfo .mpMyAdsCat{font-size:10px;color:#888}.mpIconWrap .mpDropPanel .mpMyAdsItem .mpMyAdsBtns{display:flex;gap:4px}.mpIconWrap .mpDropPanel .mpMyAdsItem .mpMyAdsBtns button{width:28px;height:28px;border-radius:6px;border:none;background:#f2f4f7;cursor:pointer;font-size:12px;color:#888;display:flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.mpIconWrap .mpDropPanel .mpMyAdsItem .mpMyAdsBtns button:hover{background:#e8f0fe;color:#1a73e8}.mpIconWrap .mpDropPanel .mpMyAdsItem .mpMyAdsBtns button.del:hover{background:#fdecea;color:#e53e3e}.mpPostBtn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fece51;color:#111;border:none;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;text-decoration:none;transition:background .15s;margin-left:6px}.mpPostBtn:hover{background:#f5bc30}.mpPostBtn i{font-size:13px}.mpUserArea{position:relative;margin-left:4px}.mpUserArea .mpAvatarBtn{display:flex;align-items:center;gap:5px;border:none;background:none;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background .13s}.mpUserArea .mpAvatarBtn:hover{background:#f2f4f7}.mpUserArea .mpAvatarBtn .mpAvatar{width:32px;height:32px;border-radius:50%;background:#fece51;color:#111;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center}.mpUserArea .mpAvatarBtn i{font-size:11px;color:#888}.mpUserArea .mpUserMenu{position:absolute;top:calc(100% + 8px);right:0;width:180px;background:#fff;border:1px solid #e8eaed;border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,.12);overflow:hidden;z-index:999}.mpUserArea .mpUserMenu button{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;background:none;cursor:pointer;font-size:13px;font-weight:600;color:#111;text-align:left;transition:background .12s}.mpUserArea .mpUserMenu button i{font-size:14px;color:#888}.mpUserArea .mpUserMenu button:hover{background:#f2f4f7}.mpUserArea .mpUserMenu button.mpSignOutItem,.mpUserArea .mpUserMenu button.mpSignOutItem i{color:#e53e3e}.mpUserArea .mpUserMenu button.mpSignOutItem:hover{background:#fff5f5}.mpItemWrapper{position:relative;height:100%}.mpItemWrapper .marketplaceItem{height:100%}.mpItemWrapper:hover .mpItemActions{opacity:1}.mpItemWrapper .mpItemActions{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;gap:4px;opacity:0;transition:opacity .15s;z-index:5}.mpItemWrapper .mpDeleteBtn,.mpItemWrapper .mpEditBtn,.mpItemWrapper .mpSaveBtn{width:30px;height:30px;border-radius:6px;border:none;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .13s,color .13s}.mpItemWrapper .mpSaveBtn{background:hsla(0,0%,100%,.9);color:#888}.mpItemWrapper .mpSaveBtn.saved,.mpItemWrapper .mpSaveBtn:hover{background:#fff0f0;color:#e53e3e}.mpItemWrapper .mpSaveBtn.saved{opacity:1!important}.mpItemWrapper .mpEditBtn{background:hsla(0,0%,100%,.9);color:#1a73e8}.mpItemWrapper .mpEditBtn:hover{background:#e8f0fe}.mpItemWrapper .mpDeleteBtn{background:hsla(0,0%,100%,.9);color:#e53e3e}.mpItemWrapper .mpDeleteBtn:hover{background:#fdecea}.itemsGrid .mpItemWrapper,.trendingItemsGrid .mpItemWrapper{min-height:100%}.mpItemWrapper .mpItemActions:has(.mpSaveBtn.saved){opacity:1}.mpModalOverlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.mpModal{background:#fff;border-radius:14px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.2)}.mpModal.small{max-width:400px;padding-bottom:24px}.mpModal .mpModalHeader{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e8eaed}.mpModal .mpModalHeader h3{margin:0;font-size:18px;font-weight:800;color:#111}.mpModal .mpModalHeader .mpModalClose{width:32px;height:32px;border:none;background:#f2f4f7;border-radius:6px;cursor:pointer;font-size:12px;color:#888;display:flex;align-items:center;justify-content:center;transition:background .13s}.mpModal .mpModalHeader .mpModalClose:hover{background:#e0e0e0}.mpModal .mpDeleteMsg{padding:20px 24px 8px;font-size:14px;color:#888;line-height:1.6;margin:0}.mpAdvertForm{padding:20px 24px 24px;flex-direction:column}.mpAdvertForm,.mpAdvertForm .mpFormRow{display:flex;gap:14px}@media(max-width:540px){.mpAdvertForm .mpFormRow.two{flex-direction:column}}.mpAdvertForm .mpFormRow .mpFormGroup{display:flex;flex-direction:column;gap:5px;flex:1 1}.mpAdvertForm .mpFormRow .mpFormGroup.full{flex:1 0 100%}.mpAdvertForm .mpFormRow .mpFormGroup label{font-size:13px;font-weight:700;color:#111}.mpAdvertForm .mpFormRow .mpFormGroup input,.mpAdvertForm .mpFormRow .mpFormGroup select,.mpAdvertForm .mpFormRow .mpFormGroup textarea{padding:10px 12px;border:1.5px solid #e8eaed;border-radius:8px;font-size:14px;color:#111;outline:none;background:#f2f4f7;font-family:Lato,sans-serif;transition:border-color .15s,background .15s}.mpAdvertForm .mpFormRow .mpFormGroup input:focus,.mpAdvertForm .mpFormRow .mpFormGroup select:focus,.mpAdvertForm .mpFormRow .mpFormGroup textarea:focus{border-color:#fece51;background:#fff}.mpAdvertForm .mpFormRow .mpFormGroup textarea{resize:vertical}.mpAdvertForm .mpFormRow .mpFormGroup select{cursor:pointer}.mpAdvertForm .mpFormActions{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.mpCancelBtn{padding:10px 20px;border:1.5px solid #e8eaed;background:none;border-radius:8px;font-size:13px;font-weight:700;color:#888;cursor:pointer;transition:background .13s}.mpCancelBtn:hover{background:#f2f4f7}.mpSubmitBtn{padding:10px 24px;background:#fece51;color:#111;border:none;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;transition:background .15s}.mpSubmitBtn:hover:not(:disabled){background:#f5bc30}.mpSubmitBtn:disabled{opacity:.55;cursor:not-allowed}.mpFileLabel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px 20px;border:2px dashed #e8eaed;border-radius:10px;background:#f2f4f7;cursor:pointer;transition:border-color .15s,background .15s;text-align:center}.mpFileLabel:hover{border-color:#fece51;background:#fff9e6}.mpFileLabel.uploading{opacity:.6;cursor:not-allowed}.mpFileLabel .mpFileInput{display:none}.mpFileLabel i{font-size:28px;color:#888}.mpFileLabel span{font-size:14px;font-weight:600;color:#111}.mpFileLabel small{font-size:11px;color:#888}.mpImgPreviewWrap{position:relative;display:inline-block}.mpImgPreviewWrap .mpImgPreview{width:100%;max-height:180px;object-fit:cover;border-radius:8px;border:1.5px solid #e8eaed;display:block}.mpImgPreviewWrap .mpImgRemove{position:absolute;top:6px;right:6px;display:flex;align-items:center;gap:4px;padding:4px 10px;background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:background .13s}.mpImgPreviewWrap .mpImgRemove:hover{background:rgba(200,0,0,.8)}.mpImgPreviewWrap .mpImgRemove i{font-size:11px}.mpUploadErr{margin:4px 0 0;font-size:12px;color:#e53e3e}.mpGalleryPreview{display:flex;flex-direction:column;gap:10px}.mpPrimaryImage{width:100%;height:180px;border-radius:10px;overflow:hidden;border:1.5px solid #e8eaed;background:#f2f4f7}.mpPrimaryImage .mpImgPreview{width:100%;height:100%;object-fit:cover;border:none}.mpThumbStrip{display:flex;gap:8px;flex-wrap:wrap}.mpThumbItem{width:84px;border:1px solid #e8eaed;border-radius:8px;overflow:hidden;background:#fff}.mpThumbItem.main{border-color:#f5bc30;box-shadow:0 0 0 1px rgba(245,188,48,.35)}.mpThumbItem img{width:100%;height:58px;object-fit:cover;display:block}.mpThumbActions{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e8eaed}.mpThumbActions button{border:none;background:#f2f4f7;color:#888;font-size:11px;height:24px;cursor:pointer;transition:background .12s,color .12s}.mpThumbActions button:hover:not(:disabled){background:#e8f0fe;color:#1a73e8}.mpThumbActions button:disabled{opacity:.4;cursor:not-allowed}.mpThumbActions button.danger:hover:not(:disabled){background:#fdecea;color:#e53e3e}.mpAddMore{width:84px;height:84px;border:2px dashed #e8eaed;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f2f4f7;color:#888;cursor:pointer;transition:border-color .12s,color .12s}.mpAddMore .mpFileInput{display:none}.mpAddMore i{font-size:18px}.mpAddMore:hover{border-color:#f5bc30;color:#f5bc30}.mpAddMore.uploading{opacity:.5;cursor:not-allowed}.mpDeleteConfirmBtn{padding:10px 24px;background:#e53e3e;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;transition:background .15s}.mpDeleteConfirmBtn:hover:not(:disabled){background:#c0392b}.mpDeleteConfirmBtn:disabled{opacity:.55;cursor:not-allowed}.mpEmptyState,.mpLoadingState{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:80px 20px;color:#888}.mpEmptyState i,.mpLoadingState i{font-size:48px;color:#ddd}.mpEmptyState p,.mpLoadingState p{margin:0;font-size:15px}.mpSpinner{width:40px;height:40px;border:3px solid #e8eaed;border-top-color:#fece51;border-radius:50%;animation:mpSpin .7s linear infinite}@keyframes mpSpin{to{transform:rotate(1turn)}}.mpToast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;z-index:2000;animation:mpToastIn .2s ease;box-shadow:0 4px 16px rgba(0,0,0,.12)}.mpToast.success{background:#e6f4ea;color:#1e7e34;border:1px solid #c3e6cb}.mpToast.error{background:#fdecea;color:#c0392b;border:1px solid #f5c6cb}@keyframes mpToastIn{0%{opacity:0;transform:translateX(-50%) translateY(8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.mpHeroCta{display:inline-block;margin-top:16px;padding:12px 28px;background:#fece51;color:#111;border-radius:8px;text-decoration:none;font-size:15px;font-weight:800;transition:background .15s}.mpHeroCta:hover{background:#f5bc30}