@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer}button,input,select,textarea{font-family:inherit;outline:none}.super-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);font-family:Inter,sans-serif;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.super-nav.scrolled{background:#fffffffa;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg)}.nav-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.nav-container,.nav-main{align-items:center;display:flex}.nav-main{gap:3rem}.logo{align-items:center;display:flex;font-family:Inter,sans-serif;text-decoration:none}.logo-img{height:45px;object-fit:contain;transition:transform .3s ease;width:auto}.logo:hover .logo-img{transform:scale(1.05)}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:#334155;color:var(--gray-700);font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-link.active,.nav-link:hover{color:#2563eb;color:var(--primary)}.nav-link.active:after{background:#2563eb;background:var(--primary);bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.nav-actions{align-items:center;display:flex;gap:1rem}.nav-btn{border:none;border-radius:10px;cursor:pointer;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-login{background:#0000;color:#334155;color:var(--gray-700)}.btn-login:hover{color:#2563eb;color:var(--primary)}.btn-signup{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:2px solid #0000;box-shadow:0 4px 12px #2563eb4d;color:#fff}.btn-signup:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);border-color:#1e40af;box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.btn-sell{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border:2px solid #0000;border-radius:10px;box-shadow:0 4px 12px #f973164d;color:#fff;display:flex;font-family:Inter,sans-serif;font-weight:700;gap:8px;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn-sell:hover{background:linear-gradient(135deg,#ea580c,#c2410c);border-color:#d97706;box-shadow:0 6px 16px #f9731666;transform:translateY(-2px)}.btn-sell i{font-size:.9rem}@media (max-width:1024px){.nav-links{gap:1.5rem}}@media (max-width:768px){.nav-links{display:none}.nav-container{padding:.75rem 1rem}.nav-main{flex:1 1;gap:.75rem}.logo-img{height:32px;width:auto}.nav-actions{flex-shrink:0;gap:.5rem}.nav-btn{font-size:.8rem;padding:.5rem .875rem;white-space:nowrap}.btn-login{padding:.5rem .75rem}.btn-signup{font-size:.8rem;padding:.5rem 1rem}.btn-sell{align-items:center;border-radius:8px;display:flex;height:40px;justify-content:center;min-width:40px;padding:.5rem;width:40px}.btn-sell-text{display:none}.btn-sell i{font-size:1rem;margin:0}}@media (max-width:480px){.nav-container{padding:.625rem .75rem}.logo-img{height:28px}.nav-actions{gap:.375rem}.nav-btn{font-size:.75rem;padding:.45rem .75rem}.btn-login{padding:.45rem .625rem}.btn-signup{font-size:.75rem;padding:.45rem .875rem}.btn-sell{height:36px;min-width:36px;padding:.45rem;width:36px}.btn-sell i{font-size:.9rem}}.footer{background:#1f2937;color:#fff;font-family:Inter,sans-serif;margin-top:4rem;padding:3rem 0 1.5rem}.footer-container{margin:0 auto;max-width:1400px;padding:0 2rem}.footer-bottom,.footer-top{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem}.footer-bottom{grid-template-columns:repeat(3,1fr)}.footer-section{display:flex;flex-direction:column}.footer-title{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.footer-title:after{background:#dc2626;border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.footer-description{color:#d1d5db;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.subscribe-form{display:flex;gap:.5rem;margin-top:1rem}.subscribe-input{background:#fff;border:none;border-radius:4px;color:#1f2937;flex:1 1;font-size:.95rem;padding:.75rem 1rem}.subscribe-input::placeholder{color:#9ca3af}.subscribe-btn{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:background .3s;white-space:nowrap}.subscribe-btn:hover{background:#b91c1c}.coming-soon{align-items:center;color:#fbbf24;display:flex;font-size:.95rem;font-style:italic;font-weight:500;gap:.5rem;margin-bottom:1.5rem}.coming-soon:before{content:"⏰";font-size:1.1rem}.app-buttons{align-items:flex-start;display:flex;flex-direction:column;gap:1rem}.app-btn{align-items:center;background:#000;border-radius:8px;box-shadow:0 2px 8px #0000004d;display:inline-flex;justify-content:center;overflow:hidden;text-decoration:none;transition:all .3s ease}.app-btn:hover{box-shadow:0 4px 12px #0006;transform:translateY(-2px) scale(1.02)}.app-btn:active{transform:translateY(0) scale(.98)}.app-store-btn,.play-store-btn{align-items:center;display:flex;height:50px;justify-content:center;position:relative;width:155px}.app-badge-img{border-radius:8px;height:100%;object-fit:contain;transition:all .3s ease;width:100%}.app-badge-fallback{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.app-badge-fallback svg{height:100%;transition:all .3s ease;width:100%}.app-btn:hover .app-badge-fallback svg,.app-btn:hover .app-badge-img{filter:brightness(1.1);opacity:.9}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links li{margin:0}.footer-links a{align-items:center;color:#d1d5db;display:inline-flex;font-size:.95rem;gap:.5rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-links a i{font-size:1rem;text-align:center;width:18px}.footer-copyright{border-top:1px solid #374151;color:#9ca3af;font-size:.9rem;padding-bottom:1rem;padding-top:2rem;text-align:center}.footer-copyright p{margin:0}@media (max-width:1024px){.footer-bottom,.footer-top{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.footer{padding:2rem 0 0}.footer-container{padding:0 1rem}.footer-bottom,.footer-top{gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}.subscribe-form{flex-direction:column}.subscribe-btn{width:100%}.app-buttons{flex-direction:column;gap:.75rem}.app-btn{max-width:155px;width:100%}.app-store-btn,.play-store-btn{height:45px;max-width:155px;width:100%}.footer-copyright{padding-bottom:1.5rem;padding-top:1.5rem}}.bottom-nav{background:#fff;border-top:1px solid #e0e0e0;bottom:0;box-shadow:0 -2px 8px #0000001a;font-family:Inter,sans-serif;justify-content:space-around;left:0;padding:.5rem 0;position:fixed;right:0;z-index:1000}.bottom-nav,.nav-item{align-items:center;display:flex}.nav-item{color:#666;flex-direction:column;gap:.25rem;justify-content:center;min-width:60px;padding:.5rem;text-align:center;transition:color .3s}.nav-item.active{color:#2c3e50}.nav-icon{stroke-width:2;height:24px;width:24px}.nav-label{font-size:.75rem;font-weight:500}.nav-item-post{color:#27ae60}.post-icon-wrapper{align-items:center;background:#27ae60;border-radius:8px;display:flex;height:40px;justify-content:center;margin-bottom:.25rem;width:40px}.post-icon-wrapper .nav-icon{fill:#fff;color:#fff;height:20px;width:20px}@media (min-width:768px){.bottom-nav{display:none}}:root{--success:#22c55e}.listing-card{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;color:inherit;display:flex;flex-direction:column;height:376px;overflow:visible;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:240px}.listing-image-container{align-items:center;background:#f8f9fa;display:flex;height:180px;justify-content:center;overflow:hidden;position:relative;width:100%}.listing-image{height:100%;transition:transform .3s ease}.listing-image img[src="/logo.png"]{max-height:150px;max-width:150px;object-fit:contain;padding:1rem}.listing-image.placeholder{background:#f0f0f0}.carousel-btn{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;color:#1e293b;color:var(--dark);cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:32px;z-index:10}.carousel-btn:hover{background:#fff;box-shadow:0 4px 12px #00000040;transform:translateY(-50%) scale(1.1)}.carousel-btn:active{transform:translateY(-50%) scale(.95)}.carousel-btn-left{left:10px}.carousel-btn-right{right:10px}.carousel-btn i{font-size:.8rem;font-weight:600}.image-indicator{background:#000000a6;border-radius:10px;bottom:10px;color:#fff;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;padding:3px 8px;position:absolute;right:10px;z-index:10}.listing-info{gap:.75rem}.listing-title{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1.4;margin:0;min-height:2.8em;overflow:hidden}.listing-attributes{display:flex;flex-direction:column;gap:.5rem}.attribute-row{align-items:center;display:flex;gap:.375rem}.attribute-label{font-weight:400}.attribute-label,.attribute-value{font-size:.875rem}.listing-separator{background:#e5e7eb;height:1px;margin:.25rem 0;width:100%}.listing-seller{align-items:center;display:flex;gap:.75rem;padding:.25rem 0}.seller-avatar{background:#14b8a6;height:36px;width:36px}.seller-avatar-text{font-size:1rem;font-weight:600}.seller-name{font-size:.9375rem;font-weight:500}.listing-location-price{align-items:center;display:flex;justify-content:space-between;margin-top:auto;padding:.25rem 0}.location-info{gap:.5rem}.location-icon{color:var(--success);font-size:.9375rem}.location-text{color:#6b7280;font-size:.9375rem;font-weight:400}.listing-price{color:#008556;font-size:1.125rem;letter-spacing:-.01em;line-height:1.2}@media (max-width:768px){.listing-card{height:auto!important;max-width:calc(50% - .5rem);min-height:376px;width:calc(50% - .5rem)!important}}@media (max-width:480px){.listing-card{height:auto!important;max-width:100%;min-height:376px;width:100%!important}.listing-image-container{height:200px}.listing-info{gap:.625rem;padding:.875rem}.listing-title{font-size:.9375rem;min-height:2.6em}.attribute-label,.attribute-value{font-size:.8125rem}.seller-avatar{height:32px;width:32px}.seller-avatar-text{font-size:.9375rem}.location-text,.seller-name{font-size:.875rem}.listing-price{font-size:1rem}.carousel-btn{height:28px;width:28px}.carousel-btn i{font-size:.75rem}.carousel-btn-left{left:8px}.carousel-btn-right{right:8px}.image-indicator{bottom:8px;font-size:.65rem;padding:2px 6px;right:8px}.listing-image-container{height:180px}.listing-info{gap:.5rem;padding:.75rem}.listing-title{font-size:.875rem;line-height:1.3;min-height:2.4em}.listing-attributes{gap:.4375rem}.attribute-label,.attribute-value{font-size:.75rem}.listing-separator{margin:.1875rem 0}.seller-avatar{height:30px;width:30px}.seller-avatar-text{font-size:.875rem}.seller-name{font-size:.8125rem}.location-icon{font-size:.875rem}.location-text{font-size:.8125rem}.listing-price{font-size:.9375rem}}.auction-card-component{transition:all .3s ease}.auction-card-component:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#f97316;--dark:#1e293b;--darker:#0f172a;--light:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.home{font-family:Inter,sans-serif}.ultimate-hero{background:linear-gradient(135deg,#f8fafc,#fff 50%,#f8fafc);background:linear-gradient(135deg,var(--gray-50) 0,var(--light) 50%,var(--gray-50) 100%);overflow:hidden;padding:50px 0 80px;position:relative}.hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}@media (min-width:1025px){.hero-container{padding:0 2rem 0 100px}}.hero-content{margin:0 auto 4rem;max-width:800px;text-align:center}.hero-badge{align-items:center;background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:50px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);color:#2563eb;color:var(--primary);display:inline-flex;font-size:.9rem;font-weight:600;gap:8px;margin-bottom:2rem;padding:8px 20px}.hero-badge i{color:#f97316;color:var(--secondary)}.hero-title{background:linear-gradient(135deg,#1e293b,#334155);background:linear-gradient(135deg,var(--dark) 0,var(--gray-700) 100%);-webkit-background-clip:text;background-clip:text;font-family:Inter,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-title,.hero-title span{-webkit-text-fill-color:#0000}.hero-title span{background:linear-gradient(135deg,#2563eb,#1d4ed8);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);-webkit-background-clip:text;background-clip:text;display:block}.hero-subtitle{color:#475569;color:var(--gray-600);font-family:Inter,sans-serif;font-size:1.3rem;line-height:1.6;margin-bottom:3rem}.mega-search{background:#fff;border:2px solid #e2e8f0;border:2px solid var(--gray-200);border-radius:20px;box-shadow:0 8px 32px #0000001a;margin:0 auto;max-width:900px;padding:2rem;transition:all .3s ease}.mega-search:hover{border-color:#2563eb;box-shadow:0 12px 40px #0000001f}.search-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.search-title{color:#1e293b;color:var(--dark);font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700}.quick-filters{display:flex;flex-wrap:wrap;gap:1rem}.filter-tag{background:#f1f5f9;background:var(--gray-100);border:1px solid #0000;border-radius:20px;color:#334155;color:var(--gray-700);cursor:pointer;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.filter-tag:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#1d4ed8;box-shadow:0 4px 8px #2563eb4d;color:#fff;transform:translateY(-2px)}.search-grid{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr auto}.search-group{display:flex;flex-direction:column;gap:.5rem}.search-label{color:#475569;color:var(--gray-600);font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-align:left}.search-input,.search-select{background:#fff;border:2px solid #e2e8f0;border:2px solid var(--gray-200);border-radius:12px;color:#1e293b;color:var(--dark);font-family:Inter,sans-serif;font-size:1rem;font-weight:500;padding:1rem 1.25rem;transition:all .3s ease}.search-input:focus,.search-select:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a;outline:none}.search-btn{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border:2px solid #0000;border-radius:12px;box-shadow:0 4px 12px #f973164d;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;gap:8px;padding:1rem 2rem;transition:all .3s ease}.search-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);border-color:#d97706;box-shadow:0 6px 16px #f9731666;transform:translateY(-3px)}.hero-stats{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;margin-top:4rem;padding:2rem 0}.stat-item{text-align:center}.stat-number{color:#2563eb;color:var(--primary);display:block;font-size:2.5rem;font-weight:800;line-height:1}.stat-label,.stat-number{font-family:Inter,sans-serif}.stat-label{color:#475569;color:var(--gray-600);font-size:.9rem;font-weight:500;margin-top:.5rem}.trust-bar{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-top:3rem}.trust-item{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);color:#334155;color:var(--gray-700);font-family:Inter,sans-serif;font-weight:600;gap:12px;padding:1rem 1.5rem}.trust-icon,.trust-item{align-items:center;display:flex}.trust-icon{background:#2563eb;background:var(--primary);border-radius:10px;color:#fff;font-size:1.1rem;height:40px;justify-content:center;width:40px}.categories-section{box-sizing:border-box;margin-bottom:0;margin-left:auto;margin-right:auto;max-width:1600px;padding:0 1.5rem;width:100%}@media (min-width:1025px){.categories-section{padding:0 1.5rem 0 100px}}.categories-section .section-header{text-align:left}.categories-section .section-header .MuiTypography-h2,.categories-section .section-header h2{color:#1e293b!important;font-family:Inter,sans-serif!important;font-size:1.5rem!important;font-weight:700!important;letter-spacing:-.02em;margin-bottom:.5rem}.section-subtitle{color:#475569;color:var(--gray-600);margin-bottom:0}.categories-section .categories-grid{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:1.5rem;margin-bottom:2rem;overflow-x:hidden;overflow-y:hidden;padding-bottom:1rem;padding-right:0;position:relative;scroll-behavior:smooth;scrollbar-color:#cbd5e1 #f1f5f9;scrollbar-width:none;width:100%}.categories-section .categories-grid:after{background:linear-gradient(90deg,#0000,#fffffff2);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100px;z-index:10}.categories-section .categories-grid::-webkit-scrollbar{height:8px}.categories-section .categories-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.categories-section .categories-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.categories-section .categories-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.category-card{flex-basis:calc(18.18182% - 1.36364rem);flex-grow:0;flex-shrink:0}.categories-section .category-card:nth-child(6){filter:blur(2px);flex-basis:calc(9.09091% - 0.68182rem);flex-grow:0;flex-shrink:0;max-width:calc(9.09091% - .68182rem);min-width:calc(9.09091% - .68182rem);opacity:.5;width:calc(9.09091% - .68182rem)}.categories-section .category-card:nth-child(n+7){display:none}.category-card h3{font-size:1.4rem!important;font-weight:700!important;letter-spacing:-.01em;line-height:1.3}.ad-count{color:#fffffff2!important;font-size:1rem!important;font-weight:600!important}.auction-section,.bulk-sell-section,.featured-section,.latest-section,.locations-section,.similar-products-section,.single-sell-section{box-sizing:border-box;margin-bottom:0;margin-left:auto;margin-right:auto;max-width:1600px;padding:0 1.5rem;width:100%}@media (min-width:1025px){.auction-section,.bulk-sell-section,.featured-section,.latest-section,.locations-section,.similar-products-section,.single-sell-section{padding:0 1.5rem 0 100px}}@media (max-width:767px){.categories-section,.hero-container{padding:0 1rem}.auction-section,.bulk-sell-section,.featured-section,.latest-section,.locations-section,.similar-products-section,.single-sell-section{margin-bottom:3rem;padding:0 1rem}}.section-header{flex-wrap:wrap;gap:1rem}@media (max-width:768px){.section-header-row{align-items:center!important;flex-direction:row!important}}.section-header .MuiTypography-h2,.section-header h2{color:#1e293b!important;font-family:Inter,sans-serif!important;font-size:1.5rem!important;font-weight:700!important;letter-spacing:-.02em;margin:0}.section-header>div{display:flex;flex-direction:column;gap:.5rem}.view-all-link{border-radius:6px;color:var(--primary);display:inline-flex;padding:.5rem 1rem}.view-all-link:hover{background:#2563eb1a;color:var(--primary-dark);transform:translateX(4px)}.view-all-link i{font-size:.9rem}.auction-section .section-header .MuiTypography-h2,.auction-section .section-header h2,.bulk-sell-section .section-header .MuiTypography-h2,.bulk-sell-section .section-header h2,.latest-section .section-header .MuiTypography-h2,.latest-section .section-header h2,.locations-section .section-header .MuiTypography-h2,.locations-section .section-header h2,.single-sell-section .section-header .MuiTypography-h2,.single-sell-section .section-header h2{color:#1e293b!important;font-family:Inter,sans-serif!important;font-size:1.5rem!important;font-weight:700!important;letter-spacing:-.02em;margin-bottom:.5rem}.latest-section .section-subtitle{color:#475569;color:var(--gray-600);font-size:1rem;margin-bottom:0}.home-listings-grid{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:1.5rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;position:relative;scrollbar-color:#cbd5e1 #f1f5f9;scrollbar-width:thin;width:100%}.home-listings-grid::-webkit-scrollbar{height:8px}.home-listings-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.home-listings-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.home-listings-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.home-listings-grid .auction-card-component,.home-listings-grid .listing-card{flex-shrink:0;height:auto;max-width:280px;min-height:320px;min-width:280px;width:280px!important}.home-listings-grid .auction-card-component.blur-card,.home-listings-grid .auction-card-component:nth-child(6),.home-listings-grid .listing-card.blur-card,.home-listings-grid .listing-card:nth-child(6){filter:blur(2px);opacity:.5;pointer-events:none;position:relative}.home-listings-grid .listing-card.blur-card:after,.home-listings-grid .listing-card:nth-child(6):after{background:linear-gradient(90deg,#0000 0,#fffc);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.home-listings-grid .category-card{flex-shrink:0;max-width:240px;min-width:240px;width:240px!important}.home-listings-grid .category-card.blur-card{filter:blur(2px);opacity:.5;pointer-events:none;position:relative}.home-listings-grid .category-card.blur-card:after{background:linear-gradient(90deg,#0000 0,#fffc);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}@media (min-width:1400px){.home-listings-grid{justify-content:flex-start}}@media (max-width:1024px){.home-listings-grid{gap:1.25rem}.home-listings-grid .auction-card-component,.home-listings-grid .listing-card{max-width:240px;min-width:240px;width:240px!important}.home-listings-grid .category-card,.home-listings-grid .location-card{max-width:200px;min-width:200px;width:200px!important}}@media (max-width:640px){.home-listings-grid{gap:1rem}.home-listings-grid .auction-card-component,.home-listings-grid .listing-card{max-width:220px;min-width:220px;width:220px!important}.home-listings-grid .category-card,.home-listings-grid .location-card{max-width:180px;min-width:180px;width:180px!important}}@media (max-width:480px){.home-listings-grid{gap:.75rem}}.listings-grid::-webkit-scrollbar{height:8px}.listings-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.listings-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.listings-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.listing-card{flex-shrink:0;height:376px!important;max-width:240px;min-width:240px;width:240px!important}.listing-header{background:#f8fafc;background:var(--gray-50);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);padding:.75rem 1rem}.listing-category{color:#475569;color:var(--gray-600);font-family:Inter,sans-serif;font-size:.85rem;font-weight:500}.listing-image{background:#f1f5f9;background:var(--gray-100);height:220px;position:relative}.listing-image.placeholder{background:#e2e8f0;background:var(--gray-200)}.listing-image.placeholder svg{color:#64748b;color:var(--gray-500);height:60px;width:60px}.listing-info{display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.listing-info h3{color:#1e293b;color:var(--dark);font-family:Inter,sans-serif;font-size:1.2rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.listing-price{font-family:Inter,sans-serif;font-size:1.5rem}.listing-condition{color:#475569;color:var(--gray-600);font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;margin-bottom:1rem}.listing-footer{align-items:center;border-top:1px solid #e2e8f0;border-top:1px solid var(--gray-200);display:flex;justify-content:space-between;margin-bottom:1rem;padding-top:1rem}.listing-location,.listing-type{color:#475569;color:var(--gray-600);font-family:Inter,sans-serif;font-size:.85rem;text-transform:lowercase}.listing-type{font-weight:500}.listing-meta{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:.85rem;justify-content:space-between;margin-bottom:1rem}.listing-date,.listing-meta,.listing-storage{color:#64748b;color:var(--gray-500)}.listing-storage{font-weight:500}.view-details-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:8px;box-shadow:0 2px 8px #2563eb4d;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;margin-top:auto;padding:.875rem;transition:all .3s ease;width:100%}.view-details-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 12px #2563eb66;transform:translateY(-2px)}.auctions-grid{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;margin-bottom:2rem;overflow-y:hidden;padding-bottom:1rem;padding-right:0;position:relative;scroll-behavior:smooth;scrollbar-color:#cbd5e1 #f1f5f9;scrollbar-width:none}.auctions-grid:after{background:linear-gradient(90deg,#0000,#fffffff2);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100px;z-index:10}.auctions-grid::-webkit-scrollbar{height:8px}.auctions-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.auctions-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.auctions-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.auction-card{box-shadow:0 4px 12px #00000014;flex-basis:calc(18.18182% - 1.36364rem);flex-grow:0;flex-shrink:0;max-width:calc(18.18182% - 1.36364rem);min-width:calc(18.18182% - 1.36364rem);transition:all .3s ease;width:calc(18.18182% - 1.36364rem)}.auction-card:nth-child(6){filter:blur(2px);flex-basis:calc(9.09091% - 0.68182rem);flex-grow:0;flex-shrink:0;max-width:calc(9.09091% - .68182rem);min-width:calc(9.09091% - .68182rem);opacity:.5;width:calc(9.09091% - .68182rem)}.auction-card:nth-child(n+7){display:none}.auction-badge{background:#e74c3c;border-radius:4px;font-size:.85rem;padding:.5rem 1rem;right:1rem;top:3.5rem}.auction-image{background:#f1f5f9;background:var(--gray-100);height:220px}.auction-image.placeholder{background:#e2e8f0;background:var(--gray-200)}.auction-image.placeholder svg{color:#64748b;color:var(--gray-500)}.auction-info{padding:1.25rem}.auction-info h3{color:#1e293b;color:var(--dark);font-size:1.2rem;font-weight:600;margin-bottom:.75rem}.auction-price{color:#27ae60;font-size:1.5rem;margin-bottom:.5rem}.auction-bids{color:#475569;color:var(--gray-600);font-size:.9rem;font-weight:500}.auction-bids,.auction-status{margin-bottom:1rem}.auction-status .live{background:#dc2626}.auction-status .ended,.auction-status .live{border-radius:4px;display:inline-block;padding:.25rem .75rem}.auction-status .ended{background:var(--gray-500)}.bid-btn{box-shadow:0 2px 8px #dc26264d;font-size:.95rem;font-weight:600;padding:.875rem}.bid-btn:hover{box-shadow:0 4px 12px #dc262666}.locations-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.location-card{border:2px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 24px #2563eb40,0 2px 8px #2563eb26;min-height:180px;padding:2rem 1.5rem}.location-card h3{font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.location-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:20px;gap:.5rem;padding:.5rem 1rem}.location-stats i{color:#fffffff2;font-size:.85rem}.location-stats span{color:#fffffff2;font-size:.9rem}.location-stats span,.view-all-btn{font-family:Inter,sans-serif;font-weight:600}.view-all-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:2px solid #0000;border-radius:10px;box-shadow:0 4px 12px #2563eb4d;color:#fff;display:inline-block;margin-top:1rem;padding:.875rem 2.5rem;text-decoration:none;transition:all .3s ease}.view-all-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);border-color:#1e40af;box-shadow:0 6px 16px #2563eb66;transform:translateY(-3px)}.advertise-section{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:16px;box-shadow:0 8px 24px #2563eb4d;margin-top:4rem;padding:3rem 2rem;text-align:center}.advertise-content h3{color:#fff;font-family:Inter,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1rem}.advertise-content p{color:#ffffffe6;margin-bottom:2rem}.advertise-btn,.advertise-content p{font-family:Inter,sans-serif;font-size:1.1rem}.advertise-btn{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;color:#2563eb;display:inline-block;font-weight:700;padding:1rem 2.5rem;text-decoration:none;transition:all .3s}.advertise-btn:hover{background:#f8fafc;box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.post-ad-section{background:linear-gradient(135deg,#f97316,#ea580c);border-radius:16px;box-shadow:0 8px 24px #f973164d;margin-top:4rem;padding:3rem 2rem;text-align:center}.post-ad-content h3{color:#fff;font-family:Inter,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1rem}.post-ad-content p{color:#fffffff2;font-family:Inter,sans-serif;font-size:1.1rem;margin-bottom:2rem}.post-ad-btn{background:#fff;box-shadow:0 4px 12px #00000026;color:#f97316;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s}.post-ad-btn:hover{background:#f8fafc;box-shadow:0 6px 16px #0003}.no-auctions,.no-listings{font-family:Inter,sans-serif;grid-column:1/-1;padding:3rem;text-align:center}.loading,.no-auctions,.no-listings{color:#475569;color:var(--gray-600)}@media (max-width:1024px){.hero-container{padding:0 2rem}.auction-section,.bulk-sell-section,.categories-section,.featured-section,.latest-section,.locations-section,.similar-products-section,.single-sell-section{padding:0 1.5rem}.hero-title{font-size:3rem}.search-grid{grid-template-columns:1fr 1fr}.search-btn{grid-column:1/-1}.hero-stats{gap:2rem}}@media (max-width:768px){.ultimate-hero{padding:30px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.mega-search{padding:1.5rem}.search-header{align-items:flex-start;flex-direction:column}.search-grid{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:1.5rem}.trust-bar{flex-direction:column;gap:1rem}.trust-item{justify-content:center;width:100%}.categories-grid{gap:1rem}.category-card{flex-basis:calc(40% - 1.6rem);flex-grow:0;flex-shrink:0;max-width:calc(40% - 1.6rem);min-width:calc(40% - 1.6rem);padding:1.5rem 1rem;width:calc(40% - 1.6rem)}.category-card h3{font-size:1.2rem!important}.ad-count{font-size:.95rem!important}.categories-section .section-header .MuiTypography-h2,.categories-section .section-header h2{font-size:1.3rem!important}.categories-section .category-card:nth-child(n+4){filter:blur(4px);opacity:.6;pointer-events:none}.listings-grid{flex-direction:column;gap:1rem}.home-listings-grid{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.home-listings-grid>*{flex:0 0 auto}.listing-card{flex:0 0 100%!important;max-width:100%!important;min-width:100%!important;width:100%!important}.auctions-grid{gap:1rem}.auction-card{flex-basis:calc(40% - 1.6rem);flex-grow:0;flex-shrink:0;max-width:calc(40% - 1.6rem);min-width:calc(40% - 1.6rem);width:calc(40% - 1.6rem)}.auction-card:nth-child(n+4){filter:blur(4px);opacity:.6;pointer-events:none}.locations-grid{gap:1rem}.section-header{align-items:flex-start;flex-direction:column}.section-header h2{font-size:1.8rem}.view-all-link{align-self:flex-end}.auction-section .section-header .MuiTypography-h2,.auction-section .section-header h2,.bulk-sell-section .section-header .MuiTypography-h2,.bulk-sell-section .section-header h2,.categories-section .section-header .MuiTypography-h2,.categories-section .section-header h2,.latest-section .section-header .MuiTypography-h2,.latest-section .section-header h2,.locations-section .section-header .MuiTypography-h2,.locations-section .section-header h2,.single-sell-section .section-header .MuiTypography-h2,.single-sell-section .section-header h2{font-size:1.3rem!important}.advertise-section,.post-ad-section{margin-top:2rem;padding:2rem 1.5rem}.advertise-content h3,.post-ad-content h3{font-size:1.5rem}.advertise-content p,.post-ad-content p{font-size:1rem}.advertise-btn,.post-ad-btn{font-size:1rem;padding:.875rem 2rem}.view-all-btn{font-size:.95rem;padding:.75rem 1.5rem}}.categories-page{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:2rem 1rem}.page-header{margin-bottom:3rem}.page-header h1{color:#1f2937;font-size:2.5rem;padding-bottom:1rem}.page-header h1:after{background:#2563eb;height:3px;width:80px}.section-subtitle{color:#6b7280;font-size:1.1rem;margin-top:1rem}.categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));margin:0 auto;max-width:1200px;position:relative}.categories-page .categories-grid:after{content:none!important;display:none!important}.category-card{background:#2563eb;border:2px solid #2563eb;border-radius:12px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;display:block!important;filter:none!important;flex:none!important;max-width:none!important;min-width:auto!important;opacity:1!important;overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;text-decoration:none;transition:all .3s ease;width:auto!important}.category-card:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:48px;margin:0 auto 1rem;opacity:.95;position:relative;width:48px;z-index:1}.category-card:after{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%;z-index:0}.category-card h3{color:#fff;font-size:1.05rem;font-weight:600;margin-bottom:.75rem}.ad-count,.category-card h3{font-family:Inter,sans-serif;position:relative;z-index:1}.ad-count{color:#ffffffe6;font-size:.9rem;font-weight:500}@media (max-width:767px){.categories-page{padding:1rem}.page-header h1{font-size:1.8rem}.categories-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.listing-detail-page{background:#f8fafc;font-family:Inter,sans-serif;min-height:calc(100vh - 200px);padding:2rem 0}.listing-detail-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:1200px;padding:0 1.5rem}.seller-details{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.seller-business{color:#64748b;font-size:.875rem}.seller-business,.seller-type{font-family:Inter,sans-serif;font-weight:500;line-height:1.4}.seller-type{color:#2563eb;font-size:.75rem;text-transform:capitalize}.seller-city{align-items:center;color:#6b7280;display:flex;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;gap:.5rem;line-height:1.4}.seller-city i{color:#f97316;font-size:.75rem}.auction-price-info{gap:.5rem;width:100%}.auction-price-info,.price-row{display:flex;flex-direction:column}.price-row{gap:.25rem}.price-label{color:#6b7280;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.price-amount-small{color:#008556;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700}.fixed-price-info{display:flex;flex-direction:column;gap:.5rem}.price-per-unit{color:#6b7280;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.action-buttons-section{display:flex;gap:1rem;margin-top:.5rem}.send-message-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;box-shadow:0 4px 12px #2563eb4d;color:#fff;cursor:pointer;display:flex;flex:1 1;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;gap:.75rem;justify-content:center;line-height:1.5;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.send-message-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.send-message-btn i{font-size:1.1rem}.call-seller-btn{align-items:center;background:#fff;border:2px solid #dc2626;border-radius:12px;color:#dc2626;cursor:pointer;display:flex;flex:1 1;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;gap:.75rem;justify-content:center;line-height:1.5;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.call-seller-btn:hover{background:#dc2626;box-shadow:0 6px 16px #dc26264d;color:#fff;transform:translateY(-2px)}.call-seller-btn i{font-size:1.1rem}.category-info-section{background:#f8fafc;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;padding:1.25rem}.info-item{align-items:center;display:flex;gap:1rem;justify-content:space-between}.info-label{color:#6b7280;flex-shrink:0;font-weight:500}.info-label,.info-value{font-family:Inter,sans-serif;font-size:.9375rem}.info-value{color:#000;font-weight:600;text-align:right;text-transform:capitalize}.status-live{color:#22c55e;font-weight:700}.status-closed,.status-ended{color:#dc2626;font-weight:700}.status-pending{color:#f59e0b;font-weight:700}.auction-info-section{background:#fef3c7;border:2px solid #fbbf24;border-radius:12px;margin-top:.5rem;padding:1.5rem}.section-subtitle{color:#000;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;margin:0 0 1rem}.bids-section{border-top:1px solid #fbbf24;margin-top:1rem;padding-top:1rem}.bids-title{color:#000;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin:0 0 .75rem}.bids-list{gap:.5rem;max-height:200px}.bid-item{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:.75rem}.bid-amount{color:#008556;font-size:.9375rem}.bidder-name{color:#6b7280;font-size:.875rem;font-weight:500}.bid-date,.bidder-name{font-family:Inter,sans-serif}.bid-date{color:#9ca3af;font-size:.75rem;font-weight:400}.bid-item.more-bids{background:#0000;color:#6b7280;font-style:italic;justify-content:center}.metadata-section{background:#f8fafc;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;padding:1.25rem}.message-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.message-form-modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000004d;max-width:500px;padding:2.5rem;width:100%}.message-form-modal h3{color:#000;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.message-form{display:flex;flex-direction:column;gap:1.25rem}.message-form textarea{border:2px solid #e5e7eb;border-radius:12px;font-family:Inter,sans-serif;font-size:1rem;min-height:120px;padding:1rem;resize:vertical;transition:border-color .3s ease;width:100%}.message-form textarea:focus{border-color:#2563eb;outline:none}.message-actions{display:flex;gap:1rem}.cancel-btn,.send-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .3s ease}.send-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #2563eb4d;color:#fff}.send-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.cancel-btn{background:#f3f4f6;color:#374151}.cancel-btn:hover{background:#e5e7eb}.similar-products-section{background:#0000}@media (min-width:992px){.listing-detail-container{gap:2.5rem;grid-template-columns:1fr 1fr}.listing-image-section{height:-webkit-fit-content;height:fit-content;max-height:calc(100vh - 120px);position:-webkit-sticky;position:sticky;top:100px}.main-image-wrapper{height:70vh;max-height:700px;min-height:500px}}@media (max-width:768px){.listing-detail-page{padding:1rem 0}.listing-detail-container{gap:1.5rem;padding:0 1rem}.main-image-wrapper{height:50vh;max-height:450px;min-height:350px}.listing-details-card{gap:1.25rem;padding:1.5rem}.product-title{font-size:1.5rem;line-height:1.35}.product-attributes{gap:.75rem;padding:1rem}.attribute-label,.attribute-value{font-size:.9375rem}.seller-info-section{padding:.875rem}.seller-avatar{height:48px;width:48px}.seller-avatar-text{font-size:1.25rem}.seller-name{font-size:1rem}.seller-business{font-size:.8125rem}.seller-type{font-size:.6875rem}.seller-city{font-size:.8125rem}.category-info-section,.metadata-section{gap:.625rem;padding:1rem}.info-label,.info-value{font-size:.875rem}.auction-info-section{padding:1.25rem}.section-subtitle{font-size:1rem}.bids-title{font-size:.9375rem}.bid-item{align-items:flex-start;flex-direction:column;gap:.5rem;padding:.625rem}.bid-amount{font-size:.875rem}.bidder-name{font-size:.8125rem}.bid-date{font-size:.6875rem}.price-amount-small{font-size:1.125rem}.price-per-unit{font-size:.8125rem}.location-price-section{align-items:flex-start;flex-direction:column;gap:1rem;padding:1rem}.location-text{font-size:1rem}.price-amount{font-size:1.75rem}.action-buttons-section{flex-direction:column;margin-top:.5rem}.call-seller-btn,.send-message-btn{padding:.875rem 1.5rem;width:100%}.description-section{padding:1.25rem}.description-title{font-size:1.125rem}.description-text{font-size:.9375rem}.similar-products-section{margin-top:2rem;padding:0 1rem}.section-title{font-size:1.5rem}}@media (max-width:480px){.listing-detail-page{padding:.5rem 0}.listing-detail-container{gap:1rem;padding:0 .75rem}.main-image-wrapper{height:45vh;max-height:400px;min-height:300px}.image-nav-btn{font-size:1rem;height:40px;width:40px}.image-nav-left{left:10px}.image-nav-right{right:10px}.image-counter{bottom:10px;font-size:.8rem;padding:6px 12px;right:10px}.listing-details-card{gap:1rem;padding:1.25rem}.product-title{font-size:1.25rem;line-height:1.3}.product-attributes{gap:.625rem;padding:.875rem}.attribute-label,.attribute-value{font-size:.875rem}.seller-avatar{height:44px;width:44px}.seller-avatar-text{font-size:1.125rem}.seller-name{font-size:.9375rem}.location-icon{font-size:1.125rem}.location-text{font-size:.9375rem}.price-amount{font-size:1.5rem}.call-seller-btn,.send-message-btn{font-size:.9375rem;padding:.75rem 1.25rem}.message-form-modal{padding:1.5rem}.message-form-modal h3{font-size:1.25rem}}.post-ad-page{font-family:Inter,sans-serif;margin:0 auto;max-width:800px;padding:1rem}.post-ad-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.post-ad-container h1{color:#2c3e50;font-size:2rem;margin-bottom:2rem}.post-ad-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#2c3e50;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#27ae60}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.submit-btn{background:#27ae60;border-radius:4px;font-weight:500;transition:background .3s}.submit-btn:hover:not(:disabled){background:#229954}.file-input{background:#f9f9f9;border:2px dashed #ddd;border-radius:4px;cursor:pointer;font-size:1rem;padding:.75rem;transition:all .3s;width:100%}.file-input:hover{background:#f0f8f4;border-color:#27ae60}.file-input:focus{background:#fff;border-color:#27ae60;outline:none}.file-hint{color:#666;display:block}.error-message,.file-hint{font-size:.875rem;margin-top:.5rem}.error-message{border:1px solid #fcc;border-radius:4px;color:#e74c3c;padding:.5rem}.image-preview-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:1rem}.image-preview-wrapper{aspect-ratio:1;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden;position:relative;width:100%}.image-preview{display:block;height:100%;object-fit:cover;width:100%}.remove-image-btn{background:#e74c3ce6;box-shadow:0 2px 8px #0003;font-size:1.5rem;font-weight:700;height:32px;line-height:1;right:.5rem;top:.5rem;transition:all .3s;width:32px}.remove-image-btn:hover{background:#e74c3c;box-shadow:0 4px 12px #0000004d;transform:scale(1.1)}.remove-image-btn:active{transform:scale(.95)}@media (max-width:767px){.post-ad-container{padding:1rem}.post-ad-container h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}.image-preview-container{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.remove-image-btn{font-size:1.25rem;height:28px;right:.25rem;top:.25rem;width:28px}}.edit-listing-page{font-family:Inter,sans-serif;margin:2rem auto;max-width:800px;padding:0 1rem}.edit-listing-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.edit-listing-container h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:2rem}.edit-listing-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#334155;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #cbd5e1;border-radius:8px;font-family:Inter,sans-serif;font-size:1rem;padding:.75rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;outline:none}.form-group input:disabled{background-color:#f1f5f9;cursor:not-allowed}.error-message{color:#ef4444;font-size:.85rem;margin-top:.25rem}.image-previews{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-top:1rem}.image-preview{border:2px solid #e2e8f0;border-radius:8px;height:120px;overflow:hidden;position:relative;width:120px}.image-preview img{height:100%;object-fit:cover;width:100%}.remove-image-btn{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:24px;justify-content:center;position:absolute;right:4px;top:4px;transition:background .3s;width:24px}.remove-image-btn:hover{background:#dc2626}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.cancel-btn,.submit-btn{border:none;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s}.cancel-btn{background:#e2e8f0;color:#475569}.cancel-btn:hover{background:#cbd5e1}@media (max-width:768px){.edit-listing-page{margin:1rem auto;padding:0 .5rem}.edit-listing-container{padding:1.5rem}.edit-listing-container h1{font-size:1.5rem}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.messages-page{font-family:Inter,sans-serif;margin:0 auto;max-width:800px;padding:1rem}.messages-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.messages-container h1{color:#2c3e50;font-size:2rem;margin-bottom:2rem}.no-messages{color:#7f8c8d;padding:3rem;text-align:center}.messages-list{display:flex;flex-direction:column;gap:1rem}.message-item{border:1px solid #e0e0e0;border-radius:8px;padding:1rem}.message-item.received{background:#f8f9fa}.message-item.sent{background:#e8f5e9}.message-header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.message-header strong{color:#2c3e50}.listing-link{color:#27ae60;font-size:.85rem}.message-content{color:#555;line-height:1.6;margin-bottom:.5rem}.message-time{color:#7f8c8d;font-size:.75rem}@media (max-width:767px){.messages-container{padding:1rem}.messages-container h1{font-size:1.5rem}}.profile-page{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:1rem}.profile-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.profile-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.profile-header h1{color:#2c3e50;font-size:2rem}.logout-btn{background:#e74c3c;border-radius:4px;color:#fff;font-weight:500;padding:.5rem 1.5rem;transition:background .3s}.logout-btn:hover{background:#c0392b}.profile-info{grid-gap:1rem;background:#f8f9fa;border-radius:8px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:3rem;padding:1.5rem}.info-item{color:#2c3e50}.info-item strong{color:#7f8c8d;margin-right:.5rem}.my-bids-section h2,.my-listings-section h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem}.my-bids-section{margin-top:3rem}.post-ad-btn{background:#27ae60;border-radius:4px;font-weight:500;padding:.75rem 2rem;transition:background .3s}.post-ad-btn:hover{background:#229954}.listings-grid>*{min-width:280px}.listing-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.listing-image{align-items:center;background:#f0f0f0;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.listing-image img{height:100%;object-fit:cover;width:100%}.listing-info{padding:1rem}.listing-info h3{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.listing-price{color:#27ae60;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.listing-status{color:#7f8c8d;font-size:.9rem}@media (max-width:767px){.profile-container{padding:1rem}.profile-header{align-items:flex-start;flex-direction:column;gap:1rem}.profile-header h1{font-size:1.5rem}.profile-info{grid-template-columns:1fr}.listings-grid{gap:1rem}.listings-grid>*{flex-basis:100%;min-width:100%}}.login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2 50%,#2563eb);display:flex;justify-content:center;min-height:calc(100vh - 140px);padding:3rem 1rem;position:relative}.login-page:before{background:linear-gradient(135deg,#667eeae6,#764ba2e6 50%,#2563ebe6);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.login-container{background:#fff;border-radius:20px;box-shadow:0 25px 70px #00000040;display:grid;grid-template-columns:1fr 1fr;max-width:1000px;overflow:hidden;width:100%}.login-left{background:#2563eb;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:3.5rem;position:relative}.login-left h1{color:#fff;font-size:2.75rem;font-weight:700;margin-bottom:1.5rem}.login-intro{color:#fff;font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem;opacity:.95}.login-benefits{display:flex;flex-direction:column;gap:1.25rem;list-style:none;margin:0;padding:0}.login-benefits li{align-items:center;color:#fff;display:flex;font-size:1rem;gap:1rem;line-height:1.6}.check-icon{stroke-width:3;color:#fbbf24;flex-shrink:0;height:24px;width:24px}.login-right{background:#fff;display:flex;flex-direction:column;justify-content:center;padding:3.5rem}.login-right h2{color:#1f2937;font-size:2.25rem;font-weight:700;margin-bottom:2.5rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .3s}.form-group input::placeholder{color:#9ca3af}.form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.password-input-wrapper{position:relative}.password-toggle{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:color .3s}.password-toggle svg{height:20px;width:20px}.password-toggle:hover{color:#374151}.forgot-password{margin-top:-.5rem;text-align:right}.forgot-password a{color:#2563eb;font-size:.95rem;font-weight:500;text-decoration:none}.forgot-password a:hover{text-decoration:underline}.submit-btn{background:#2563eb;font-size:1.1rem;margin-top:1rem;transition:all .3s}.submit-btn:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px #2563eb66;transform:translateY(-1px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.error-message{background:#fee;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.95rem;margin-bottom:1.5rem;padding:.875rem 1rem}.auth-link{color:#6b7280;font-size:.95rem;margin-top:2rem;text-align:center}.auth-link a{color:#2563eb;font-weight:600;margin-left:.25rem;text-decoration:none}.auth-link a:hover{text-decoration:underline}.register-page{background:#f8f9fa;min-height:calc(100vh - 140px);padding:3rem 1rem}.register-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:0 auto;max-width:900px;overflow:hidden}.register-header{background:linear-gradient(135deg,#2563eb,#dc2626);color:#fff;padding:3rem;text-align:center}.register-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.register-header>p{font-size:1.15rem;margin-bottom:2rem;opacity:.95}.register-benefits{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);list-style:none;margin:0 auto;max-width:600px;padding:0}.register-benefits li{align-items:center;display:flex;font-size:.95rem;gap:.75rem;text-align:left}.register-benefits .check-icon{color:#fbbf24;flex-shrink:0;height:20px;width:20px}.register-form-section{padding:3rem}.register-form-section h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:2rem}.register-form{display:flex;flex-direction:column;gap:1.5rem}.register-form .form-group label{color:#374151;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.register-form .form-group input,.register-form .form-group select{border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:border-color .3s;width:100%}.register-form .form-group input:focus,.register-form .form-group select:focus{border-color:#2563eb;outline:none}.radio-group{display:flex;gap:2rem;margin-top:.75rem}.radio-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem}.radio-label input[type=radio]{accent-color:#2563eb;border:2px solid #d1d5db;border-radius:50%;cursor:pointer;height:22px;width:22px}.radio-label input[type=radio]:checked{background-color:#2563eb;border-color:#2563eb}.file-upload{position:relative}.file-upload input[type=file]{height:0;opacity:0;position:absolute;width:0}.file-upload-label{align-items:center;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-weight:500;gap:.75rem;padding:1rem;transition:border-color .3s,background .3s}.file-upload-label:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.file-upload-label svg{height:24px;width:24px}.file-name{color:#2563eb;display:block;font-size:.9rem;font-weight:500}.checkbox-group,.file-name{margin-top:.5rem}.checkbox-label{align-items:flex-start;color:#374151;cursor:pointer;display:flex;font-size:.95rem;gap:.75rem;line-height:1.5}.checkbox-label input[type=checkbox]{accent-color:#2563eb;cursor:pointer;flex-shrink:0;height:20px;margin-top:.125rem;width:20px}.checkbox-label a{color:#2563eb;font-weight:500;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.register-form .submit-btn{background:#2563eb;color:#fff;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem}.register-form .submit-btn:hover:not(:disabled){background:#1d4ed8}@media (max-width:968px){.login-container{grid-template-columns:1fr;max-width:500px}.login-left{order:2;padding:2.5rem 2rem}.login-left h1{font-size:2rem}.login-right{order:1;padding:2.5rem 2rem}.login-right h2{font-size:1.75rem}.login-benefits,.login-intro,.login-left,.login-left h1{display:none!important}.register-benefits{grid-template-columns:1fr}.register-header{padding:2rem 1.5rem}.register-header h1{font-size:2rem}.register-form-section{padding:2rem 1.5rem}.radio-group{flex-direction:column;gap:1rem}}.success-message{background:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;color:#065f46;margin-bottom:1.5rem;padding:1.5rem;text-align:center}.success-message svg{color:#059669;display:block;margin:0 auto .75rem}.success-message p{line-height:1.6;margin:.5rem 0}.info-box{align-items:flex-start;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;display:flex;gap:.75rem;margin-bottom:.5rem;margin-top:-.5rem;padding:1rem}.info-box svg{color:#2563eb;margin-top:.125rem}.info-box p{color:#1e40af;font-size:.9rem;line-height:1.5;margin:0}@media (max-width:767px){.login-page,.register-page{padding:1rem}.login-left h1,.register-header h1{font-size:1.75rem}.login-right h2,.register-form-section h2{font-size:1.5rem}.info-box{flex-direction:column;text-align:center}.info-box svg{margin:0 auto}.login-benefits,.login-intro,.login-left,.login-left h1{display:none!important}}.category-listings-page{box-sizing:border-box;font-family:Inter,sans-serif;margin:0 auto;max-width:1600px;padding:2rem 1.5rem}@media (min-width:1025px){.category-listings-page{padding:2rem 1.5rem 2rem 100px}}@media (max-width:1024px){.category-content-wrapper{flex-direction:column}.filters-sidebar{position:static;width:100%}}@media (max-width:767px){.category-listings-page{padding:1.5rem 1rem}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.5rem}.category-content-wrapper{gap:1.5rem}.filters-sidebar{padding:1rem}.listings-header{align-items:flex-start;flex-direction:column}.sort-select,.sort-wrapper{width:100%}}.search-results-page{box-sizing:border-box;font-family:Inter,sans-serif;margin:0 auto;max-width:1600px;padding:2rem 1.5rem}@media (min-width:1025px){.search-results-page{padding:2rem 1.5rem 2rem 100px}}.no-listings p{font-size:1.1rem;margin-bottom:1.5rem}.post-ad-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:8px;box-shadow:0 4px 12px #2563eb4d;color:#fff;display:inline-block;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.post-ad-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}@media (max-width:1024px){.search-results-page{padding:2rem 1.5rem}.category-content-wrapper{flex-direction:column}.filters-sidebar{position:static;width:100%}}@media (max-width:767px){.search-results-page{padding:1.5rem 1rem}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.5rem}.category-content-wrapper{gap:1.5rem}.filters-sidebar{padding:1rem}.listings-header{align-items:flex-start;flex-direction:column}.sort-select,.sort-wrapper{width:100%}}.auctions-page{box-sizing:border-box;font-family:Inter,sans-serif;margin:0 auto;max-width:1600px;overflow-x:hidden;padding:2rem 1.5rem;width:100%}.page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.page-header>div{flex:0 0 auto;min-width:0}.page-header h1{font-size:1.5rem;letter-spacing:-.02em;margin-bottom:.5rem}.page-header:after{display:none}.page-header p{font-size:1.15rem;font-weight:500;margin-top:1rem}.create-auction-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:8px;box-shadow:0 4px 12px #2563eb4d;color:#fff;display:inline-flex;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;justify-content:center;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.create-auction-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px #2563eb66;color:#fff;text-decoration:none;transform:translateY(-2px)}.listings-grid{grid-gap:1.5rem;align-items:start;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));overflow-x:hidden}@media (min-width:1400px){.listings-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1100px) and (max-width:1399px){.listings-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:768px) and (max-width:1099px){.listings-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:576px) and (max-width:767px){.listings-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.listings-grid{gap:1rem;grid-template-columns:1fr}}.auctions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-content:flex-start;overflow-x:hidden;padding:1rem 0}.auction-card,.auctions-grid{box-sizing:border-box;width:100%}.auction-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #00000014;color:inherit;display:flex;flex-direction:column;height:376px;max-width:100%;overflow:hidden;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.listing-header{background:linear-gradient(135deg,#2563eb,#f97316);border-bottom:none;border-radius:12px 12px 0 0;padding:.6rem .75rem;position:relative}.listing-category{font-size:.75rem;font-weight:600;letter-spacing:.5px;opacity:.95}.auction-badge,.listing-category{color:#fff;text-transform:uppercase}.auction-badge{animation:pulse 2s infinite;background:#dc2626;border-radius:20px;box-shadow:0 2px 8px #dc26264d;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700;padding:.3rem .7rem;position:absolute;right:.75rem;top:.6rem;z-index:10}.auction-image{align-items:center;background:#f8f9fa;display:flex;height:180px;justify-content:center;overflow:hidden;position:relative;width:100%}.auction-image.placeholder{background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.auction-image.placeholder svg{color:#94a3b8;height:60px;width:60px}.auction-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.auction-info{display:flex;flex:1 1;flex-direction:column;gap:.75rem;overflow:hidden;padding:1rem}.auction-info h3{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:1rem;line-height:1.4;min-height:2.8em;overflow:hidden}.auction-info h3,.auction-price{font-family:Inter,sans-serif;font-weight:700;margin:0}.auction-price{color:#f97316;font-size:1.125rem;letter-spacing:-.01em;line-height:1.2}.auction-bids{font-size:.875rem;gap:.4rem}.auction-bids,.auction-location{align-items:center;color:#6b7280;display:flex;font-family:Inter,sans-serif;font-weight:400;line-height:1.5;margin:0}.auction-location{font-size:.9375rem;gap:.5rem;text-transform:capitalize}.auction-location:before{color:#f97316;content:"📍";font-size:.9375rem;line-height:1}.auction-status{margin:.25rem 0}.auction-status .live{align-items:center;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:20px;box-shadow:0 2px 6px #dc262640;color:#fff;display:inline-flex;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;gap:.4rem;padding:.35rem .85rem;text-transform:uppercase}.auction-status .live:before{animation:blink 1.5s infinite;content:"●";font-size:.6rem}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.auction-status .ended{align-items:center;background:#64748b;border-radius:20px;display:inline-flex;font-size:.75rem;gap:.4rem;padding:.35rem .85rem}.auction-status .ended,.bid-btn{color:#fff;font-family:Inter,sans-serif;font-weight:700;text-transform:uppercase}.bid-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:8px;box-shadow:0 4px 12px #dc26264d;cursor:pointer;font-size:.85rem;letter-spacing:.5px;margin-top:auto;overflow:hidden;padding:.75rem .65rem;position:relative;transition:all .3s ease;width:100%}.bid-btn:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.bid-btn:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);box-shadow:0 6px 16px #dc262666;transform:translateY(-2px)}.bid-btn:hover:before{height:300px;width:300px}.bid-btn:active{transform:translateY(0)}.no-auctions{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;font-size:1.1rem;padding:3rem;text-align:center}.loading,.no-auctions{color:#64748b}@media (max-width:1024px){.category-content-wrapper{flex-direction:column}.filters-sidebar{position:static;width:100%}.page-header p,.page-header>div>p{display:none!important}}@media (max-width:767px){.auctions-page{padding:1rem}.category-content-wrapper{gap:1.5rem;position:relative}.mobile-filter-toggle{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;box-shadow:0 4px 12px #2563eb4d;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:1rem;padding:1rem;transition:all .3s ease;width:100%}.mobile-filter-toggle:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.mobile-filter-toggle i{font-size:1rem}.filters-sidebar{align-items:flex-start;background:#00000080;bottom:0;display:none;justify-content:center;left:0;overflow-y:auto;padding:2rem 1rem;position:fixed;right:0;top:0;z-index:1000}.filters-sidebar.mobile-open{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex}.filters-sidebar.mobile-open .filters-sidebar-content{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:400px;overflow-y:auto;padding:1.5rem;position:relative;width:100%}.mobile-filter-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:1.1rem;height:36px;justify-content:center;transition:all .3s ease;width:36px}.mobile-filter-close:hover{background:#e2e8f0;color:#1e293b}.filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.filters-header h2{margin:0}.listings-header{align-items:flex-start;flex-direction:column}.sort-select,.sort-wrapper{width:100%}.page-header{flex-direction:column;margin-bottom:2rem;padding:1rem 0}.page-header h1{font-size:.5rem}.page-header p,.page-header>div>p{display:none!important}.create-auction-btn{margin-top:1rem;width:100%}.auctions-grid,.listings-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.auction-card{height:auto!important;max-width:100%;min-height:376px;width:100%}.auction-image{height:180px}.auction-info{gap:.75rem;padding:1rem}.auction-info h3{font-size:.9375rem;min-height:2.6em}.auction-price{font-size:1rem}.auction-bids,.auction-location{font-size:.8125rem}}@media (max-width:480px){.auction-card{height:auto!important;max-width:100%;min-height:376px;width:100%!important}.auction-image{height:180px}.auction-info{gap:.5rem;padding:.75rem}.auction-info h3{font-size:.875rem;line-height:1.3;min-height:2.4em}.auction-price{font-size:.9375rem}.auction-bids,.auction-location{font-size:.75rem}}.auction-detail-page{background:#f8fafc;font-family:Inter,sans-serif;min-height:calc(100vh - 200px);padding:2rem 0}.auction-detail-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:1200px;padding:0 1.5rem}.listing-image-section{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;overflow:hidden;width:100%}.main-image-wrapper{align-items:center;background:#fff;display:flex;height:60vh;justify-content:center;max-height:600px;min-height:400px;overflow:hidden;position:relative;width:100%}.main-image-wrapper.placeholder{background:#f0f0f0}.main-product-image{background:#fff;height:100%;object-fit:contain;padding:2rem;width:100%}.main-product-image[src="/logo.png"]{max-height:300px;max-width:300px;object-fit:contain;padding:2rem}.image-nav-btn{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#1e293b;cursor:pointer;display:flex;font-size:1.2rem;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:48px;z-index:10}.image-nav-btn:hover{background:#fff;box-shadow:0 6px 16px #0003;transform:translateY(-50%) scale(1.1)}.image-nav-left{left:20px}.image-nav-right{right:20px}.image-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:20px;bottom:20px;color:#fff;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;padding:8px 16px;position:absolute;right:20px}.live-badge-overlay{left:20px;position:absolute;top:20px;z-index:10}.live-badge-text{animation:pulse 2s infinite;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:20px;box-shadow:0 4px 12px #dc262666;color:#fff;font-size:.85rem;font-weight:700;padding:.5rem 1rem;text-transform:uppercase}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.listing-details-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.product-title{word-wrap:break-word;color:#000;flex:1 1;font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin:0}.status-badge-live{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #dc262666}.status-badge-ended,.status-badge-live{border-radius:20px;color:#fff;font-size:.85rem;font-weight:700;padding:.5rem 1rem;text-transform:uppercase}.status-badge-ended{background:#64748b}.product-attributes{background:#f8fafc;border-radius:12px;display:flex;flex-direction:column;gap:.875rem;margin-top:.5rem;padding:1.25rem}.attribute-item{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.attribute-label{color:#6b7280;font-weight:500}.attribute-label,.attribute-value{font-family:Inter,sans-serif;font-size:1rem;line-height:1.5}.attribute-value{color:#000;font-weight:700}.detail-separator{background:#e5e7eb;height:1px;margin:0;width:100%}.seller-info-section{align-items:center;background:#f8fafc;border-radius:12px;display:flex;gap:1rem;padding:1rem}.seller-avatar{align-items:center;background:linear-gradient(135deg,#2563eb,#f97316);border-radius:50%;box-shadow:0 2px 8px #14b8a64d;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.seller-avatar-text{color:#fff;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;line-height:1;text-transform:lowercase}.seller-name{color:#000;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5}.location-price-section{align-items:center;background:linear-gradient(135deg,#eff6ff,#fef3c7);border:2px solid #f97316;border-radius:12px;display:flex;justify-content:space-between;padding:1.25rem}.location-info{align-items:center;display:flex;gap:.75rem}.location-icon{color:#22c55e;font-size:1.25rem;line-height:1}.location-text{color:#166534;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.5;text-transform:capitalize}.price-info{align-items:center;display:flex}.price-amount{color:#008556;font-family:Inter,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.bid-section-card,.bids-section-card,.ended-section-card{background:#f8fafc;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem}.bid-section-title{color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;margin:0 0 1rem}.bid-form{gap:1rem}.bid-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#374151;font-family:Inter,sans-serif}.bid-input{border:2px solid #e5e7eb;border-radius:8px;font-family:Inter,sans-serif;font-size:1rem;padding:.875rem 1rem;transition:border-color .3s}.bid-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-group small{color:#6b7280;font-size:.85rem}.bid-btn-primary{background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:12px;box-shadow:0 4px 12px #dc26264d;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease;width:100%}.bid-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#991b1b);box-shadow:0 6px 16px #dc262666;transform:translateY(-2px)}.bid-btn-primary:disabled{cursor:not-allowed;opacity:.6}.login-prompt{padding:1rem 0;text-align:center}.login-prompt p{color:#6b7280;margin-bottom:1rem}.login-btn,.login-prompt p{font-family:Inter,sans-serif}.login-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;box-shadow:0 4px 12px #2563eb4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease;width:100%}.login-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.ended-section-card p{color:#4b5563;font-family:Inter,sans-serif;line-height:1.6;margin-bottom:.5rem}.ended-section-card strong{color:#000;font-weight:700}.bids-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;max-height:400px;overflow-y:auto}.bid-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.bid-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.bid-info strong{color:#000;font-family:Inter,sans-serif;font-weight:600}.bid-amount{color:#dc2626;font-size:1.1rem;font-weight:700}.bid-amount,.bid-time{font-family:Inter,sans-serif}.bid-time{color:#6b7280;font-size:.875rem}.description-section{background:#f8fafc;border-radius:12px;margin-top:.5rem;padding:1.5rem}.description-title{color:#000;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;margin:0 0 1rem}.description-text{color:#4b5563;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.7;margin:0;white-space:pre-wrap}.similar-products-section{margin:3rem auto 0;max-width:1200px;padding:0 1.5rem}.section-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.section-title{color:#1f2937;font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;margin:0}.view-all-link{align-items:center;color:#2563eb;display:flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;text-decoration:none;transition:all .3s ease}.view-all-link:hover{color:#1d4ed8;gap:.75rem}.view-all-link i{font-size:.875rem;transition:transform .3s ease}.view-all-link:hover i{transform:translateX(4px)}.similar-products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));width:100%}@media (min-width:1200px){.similar-products-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:992px) and (max-width:1199px){.similar-products-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:768px) and (max-width:991px){.similar-products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:576px) and (max-width:767px){.similar-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.similar-products-grid{grid-template-columns:1fr}}.loading{color:#6b7280}.auction-not-found-container{align-items:center;display:flex;justify-content:center;margin:4rem auto;max-width:600px;min-height:60vh;padding:0 1.5rem}.not-found-content{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:3rem 2rem;text-align:center;width:100%}.not-found-emoji{animation:bounce 2s infinite;font-size:5rem;margin-bottom:1.5rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.not-found-title{color:#1e293b;font-family:Inter,sans-serif;font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.not-found-message{color:#64748b;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.6;margin:0 auto 2.5rem;max-width:500px}.not-found-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.not-found-btn{align-items:center;border-radius:12px;display:inline-flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;justify-content:center;min-width:180px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.not-found-btn.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #2563eb4d;color:#fff}.not-found-btn.primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px #2563eb66;color:#fff;text-decoration:none;transform:translateY(-2px)}.not-found-btn.secondary{background:#fff;border:2px solid #2563eb;color:#2563eb}.not-found-btn.secondary:hover{background:#eff6ff;color:#2563eb;text-decoration:none;transform:translateY(-2px)}@media (max-width:767px){.auction-not-found-container{margin:2rem auto;padding:0 1rem}.not-found-content{padding:2rem 1.5rem}.not-found-emoji{font-size:4rem;margin-bottom:1rem}.not-found-title{font-size:1.5rem}.not-found-message{font-size:1rem;margin-bottom:2rem}.not-found-actions{flex-direction:column}.not-found-btn{min-width:auto;width:100%}}@media (min-width:992px){.auction-detail-container{gap:2.5rem;grid-template-columns:1fr 1fr}.listing-image-section{height:-webkit-fit-content;height:fit-content;max-height:calc(100vh - 120px);position:-webkit-sticky;position:sticky;top:100px}.main-image-wrapper{height:70vh;max-height:700px;min-height:500px}}@media (max-width:768px){.auction-detail-page{padding:1rem 0}.auction-detail-container{gap:1.5rem;padding:0 1rem}.main-image-wrapper{height:50vh;max-height:400px;min-height:300px}.listing-details-card{padding:1.5rem}.product-title{font-size:1.5rem}.price-amount{font-size:1.75rem}.similar-products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}.about-page{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:0}.about-container{padding:0 2rem 4rem}.about-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;line-height:1.8;padding:3rem}.about-content h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.about-content h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2.5rem}.about-content p{color:#4b5563;font-size:1.05rem;margin-bottom:1.5rem}.about-content ul{margin:1.5rem 0;padding-left:2rem}.about-content li{color:#4b5563;font-size:1.05rem;line-height:1.6;margin-bottom:.75rem}.about-content a{color:#2563eb;font-weight:500;text-decoration:none}.about-content a:hover{text-decoration:underline}.how-it-works{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.step{background:#f8f9fa;border-left:4px solid #2563eb;border-radius:8px;padding:1.5rem}.step h4{color:#1f2937;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.step p{color:#6b7280;font-size:.95rem;margin:0}@media (max-width:767px){.page-hero{padding:2rem 1rem}.page-hero h1{font-size:2rem}.about-container{padding:0 1rem 2rem}.about-content{padding:2rem 1.5rem}.how-it-works{grid-template-columns:1fr}}.blog-page{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:0}.blog-container{padding:0 2rem 4rem}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:3rem}.blog-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;flex-direction:column;padding:0;transition:transform .3s,box-shadow .3s}.blog-card,.blog-image{display:flex;overflow:hidden}.blog-image{align-items:center;background:#f3f4f6;height:200px;justify-content:center;width:100%}.blog-image img{height:100%;object-fit:cover;width:100%}.blog-card>div:not(.blog-image){padding:0 2rem}.blog-card>.blog-category{margin-bottom:1rem;margin-top:1.5rem}.blog-card>h2{margin-top:0}.blog-card>.blog-excerpt,.blog-card>.blog-meta,.blog-card>h2{padding:0 2rem}.blog-card>.read-more-btn{margin:0 2rem 2rem}.blog-category{background:#2563eb;border-radius:4px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.blog-card h2{color:#1f2937;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.blog-excerpt{color:#6b7280;flex:1 1;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.blog-meta{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-top:1rem}.blog-date{font-size:.9rem}.read-more-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:background .3s;width:100%}.read-more-btn:hover{background:#1d4ed8}.blog-empty{background:#f8f9fa;border-radius:8px;color:#6b7280;font-size:1.05rem;line-height:1.8;padding:3rem;text-align:center}@media (max-width:767px){.page-hero{padding:2rem 1rem}.page-hero h1{font-size:2rem}.blog-container{padding:0 1rem 2rem}.blog-grid{grid-template-columns:1fr}}.blog-detail-page{font-family:Inter,sans-serif;margin:0 auto;max-width:900px;padding:2rem 1rem}.blog-detail-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.back-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;margin:2rem 2rem 1rem;padding:.75rem 1.5rem;transition:background .3s}.back-btn:hover{background:#1d4ed8}.blog-detail-image{align-items:center;background:#f3f4f6;display:flex;height:400px;justify-content:center;overflow:hidden;width:100%}.blog-detail-image img{height:100%;object-fit:cover;width:100%}.blog-detail-content{padding:2rem}.blog-detail-header{margin-bottom:2rem}.blog-detail-category{background:#2563eb;border-radius:4px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.5rem 1rem;text-transform:uppercase}.blog-detail-header h1{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.blog-detail-meta{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:.9rem;gap:1.5rem}.blog-author{color:#374151;font-weight:600}.blog-date,.blog-views{color:#9ca3af}.blog-detail-body{color:#374151;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.blog-detail-body p{margin-bottom:1.5rem}.blog-detail-body h2,.blog-detail-body h3,.blog-detail-body h4{color:#1f2937;font-weight:700;margin-bottom:1rem;margin-top:2rem}.blog-detail-body h2{font-size:2rem}.blog-detail-body h3{font-size:1.5rem}.blog-detail-body h4{font-size:1.25rem}.blog-detail-body ol,.blog-detail-body ul{margin-bottom:1.5rem;padding-left:2rem}.blog-detail-body li{margin-bottom:.5rem}.blog-detail-body img{border-radius:8px;height:auto;margin:1.5rem 0;max-width:100%}.blog-detail-body a{color:#2563eb;text-decoration:none}.blog-detail-body a:hover{text-decoration:underline}.blog-detail-body blockquote{border-left:4px solid #2563eb;color:#6b7280;font-style:italic;margin:1.5rem 0;padding-left:1.5rem}.blog-detail-body code{background:#f3f4f6;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;padding:.2rem .4rem}.blog-detail-body pre{background:#f3f4f6;border-radius:8px;margin:1.5rem 0;overflow-x:auto;padding:1rem}.blog-detail-body pre code{background:none;padding:0}.blog-detail-tags{border-top:1px solid #e5e7eb;color:#6b7280;font-size:.95rem;margin-top:2rem;padding-top:2rem}.blog-detail-tags .tag,.blog-detail-tags strong{color:#374151;margin-right:.5rem}.blog-detail-tags .tag{background:#f3f4f6;border-radius:4px;display:inline-block;font-size:.85rem;margin-bottom:.5rem;padding:.4rem .8rem}.error-message,.loading{color:#6b7280;padding:3rem;text-align:center}.error-message h2{color:#1f2937;margin-bottom:1rem}.error-message p{margin-bottom:1.5rem}@media (max-width:768px){.blog-detail-page{padding:1rem .5rem}.blog-detail-content{padding:1.5rem}.blog-detail-header h1{font-size:1.75rem}.blog-detail-image{height:250px}.blog-detail-body{font-size:1rem}.back-btn{font-size:.85rem;margin:1rem 1rem .5rem;padding:.6rem 1.2rem}}.contact-page{background:#f8fafc;font-family:Inter,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:0}.page-hero{background:linear-gradient(135deg,#2563eb,#dc2626)}.page-hero h1{letter-spacing:-.02em;margin-bottom:.5rem}.page-hero p{font-weight:400;opacity:.95}.contact-container{padding:0 2rem 4rem}.contact-wrapper{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1.2fr}.contact-info-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2.5rem}.contact-info-section h2{color:#1e293b;font-size:1.75rem;font-weight:700;letter-spacing:-.01em;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem}.contact-item{align-items:flex-start;display:flex;gap:1.25rem}.contact-icon-wrapper{align-items:center;background:linear-gradient(135deg,#2563eb,#dc2626);border-radius:10px;box-shadow:0 2px 8px #2563eb33;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.contact-icon{color:#fff;height:24px;width:24px}.contact-item-content h3{color:#1e293b;font-size:1.1rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.5rem}.contact-item-content p{color:#64748b;font-size:1rem;line-height:1.6;margin:.25rem 0}.map-container{background:#e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;height:350px;overflow:hidden;width:100%}.map-container iframe{border:none;display:block;height:100%;width:100%}.contact-form-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2.5rem}.contact-form-section h2{color:#1e293b;font-size:1.75rem;font-weight:700;letter-spacing:-.01em;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-group label{color:#1e293b;display:block;font-size:.95rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-group textarea{font-family:inherit;min-height:140px;resize:vertical}.submit-btn{background:linear-gradient(135deg,#2563eb,#dc2626);border:none;border-radius:8px;box-shadow:0 4px 6px -1px #2563eb4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:-.01em;padding:1rem;transition:all .3s ease;width:100%}.submit-btn:hover{box-shadow:0 6px 12px -1px #2563eb66;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}@media (max-width:1024px){.contact-wrapper{gap:2rem;grid-template-columns:1fr}.map-container{height:300px}}@media (max-width:767px){.page-hero{padding:2.5rem 1.5rem}.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem}.contact-container{padding:0 1rem 2rem}.contact-wrapper{gap:1.5rem}.contact-form-section,.contact-info-section{padding:1.5rem}.contact-form-section h2,.contact-info-section h2{font-size:1.5rem;margin-bottom:1.5rem}.contact-details{gap:1.5rem;margin-bottom:2rem}.contact-icon-wrapper{height:45px;width:45px}.contact-icon{height:20px;width:20px}.contact-item-content h3{font-size:1rem}.contact-item-content p{font-size:.9rem}.map-container{height:250px}.form-group{margin-bottom:1.25rem}.form-group input,.form-group textarea{font-size:.95rem;padding:.75rem}.submit-btn{font-size:.95rem;padding:.875rem}}@media (max-width:480px){.page-hero{padding:2rem 1rem}.page-hero h1{font-size:1.75rem}.contact-form-section,.contact-info-section{padding:1.25rem}.contact-icon-wrapper{height:40px;width:40px}.contact-icon{height:18px;width:18px}}.single-sell-page{box-sizing:border-box;font-family:Inter,sans-serif;margin:0 auto;max-width:1600px;overflow-x:hidden;padding:2rem 1.5rem;width:100%}.page-header{text-align:left}.page-header h1{-webkit-text-fill-color:#1e293b!important;background:none!important;-webkit-background-clip:unset!important;background-clip:initial!important;text-align:left}.page-header h1:after,.page-header h1:before,.page-header:after,.page-header:before{content:none!important;display:none!important}.listings-main{flex:1 1;min-width:0}@media (max-width:767px){.single-sell-page{padding:1.5rem 1rem}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.5rem}.category-content-wrapper{gap:1.5rem;position:relative}.mobile-filter-toggle{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;box-shadow:0 4px 12px #2563eb4d;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:1rem;padding:1rem;transition:all .3s ease;width:100%}.mobile-filter-toggle:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.mobile-filter-toggle i{font-size:1rem}.filters-sidebar{align-items:flex-start;background:#00000080;bottom:0;display:none;justify-content:center;left:0;overflow-y:auto;padding:2rem 1rem;position:fixed;right:0;top:0;z-index:1000}.filters-sidebar.mobile-open{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex}.filters-sidebar.mobile-open .filters-sidebar-content{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:400px;overflow-y:auto;padding:1.5rem;position:relative;width:100%}.mobile-filter-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:1.1rem;height:36px;justify-content:center;transition:all .3s ease;width:36px}.mobile-filter-close:hover{background:#e2e8f0;color:#1e293b}.filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.filters-header h2{margin:0}.listings-header{align-items:flex-start;flex-direction:column}.sort-select,.sort-wrapper{width:100%}}.bulk-sell-page{box-sizing:border-box;font-family:Inter,sans-serif;margin:0 auto;max-width:1600px;overflow-x:hidden;padding:2rem 1.5rem;width:100%}.page-header{margin-bottom:2rem}.page-header h1{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:0}.category-content-wrapper{align-items:flex-start;box-sizing:border-box;display:flex;gap:2rem;overflow-x:hidden;width:100%}.filters-sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;flex-shrink:0;padding:1.5rem;position:-webkit-sticky;position:sticky;top:2rem;width:280px}.filters-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.filters-header-actions{align-items:center;display:flex;gap:.5rem}.filters-sidebar-content{width:100%}.mobile-filter-close,.mobile-filter-toggle{display:none}.filters-header h2{color:#1e293b;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;margin:0}.clear-filters-btn{background:#0000;border:none;color:#2563eb;cursor:pointer;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.25rem .5rem}.clear-filters-btn:hover{text-decoration:underline}.apply-filters-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:8px;box-shadow:0 4px 12px #2563eb4d;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;margin-top:.5rem;padding:.875rem 1.5rem;transition:all .3s ease;width:100%}.apply-filters-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.filter-section{margin-bottom:1.5rem}.filter-section h3{color:#64748b;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.price-inputs{align-items:center;display:flex;gap:.5rem}.filter-input,.filter-select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1e293b;font-family:Inter,sans-serif;font-size:.875rem;padding:.75rem;width:100%}.filter-input:focus,.filter-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.price-inputs .filter-input{flex:1 1}.price-separator{color:#64748b;font-weight:500}.listings-main{width:100%}.listings-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.listings-count{color:#64748b;font-family:Inter,sans-serif;font-size:.875rem;margin:0}.sort-wrapper{align-items:center;display:flex;gap:.5rem}.sort-wrapper label{color:#64748b;font-weight:500}.sort-select,.sort-wrapper label{font-family:Inter,sans-serif;font-size:.875rem}.sort-select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1e293b;cursor:pointer;padding:.5rem 1rem}.sort-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.page-header p{color:#64748b;font-family:Inter,sans-serif;font-size:1.1rem}.listings-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start;overflow-x:visible;overflow-y:visible;padding:0;width:100%}.listings-grid>*{flex-basis:calc(25% - 1.5rem);flex-grow:1;flex-shrink:1;min-width:240px}@media (min-width:1400px){.listings-grid>*{flex-basis:calc(20% - 1.5rem)}}@media (min-width:1100px) and (max-width:1399px){.listings-grid>*{flex-basis:calc(25% - 1.5rem)}}@media (min-width:768px) and (max-width:1099px){.listings-grid>*{flex-basis:calc(33.333% - 1.25rem)}}@media (min-width:576px) and (max-width:767px){.listings-grid{gap:1rem}.listings-grid>*{flex-basis:calc(50% - 1rem);min-width:200px}}@media (max-width:575px){.listings-grid{gap:1rem}.listings-grid>*{flex-basis:100%;min-width:100%}}.no-listings{background:#fff;border-radius:8px;color:#7f8c8d;padding:3rem;text-align:center}.loading,.no-listings{font-family:Inter,sans-serif}@media (max-width:1024px){.category-content-wrapper{flex-direction:column;position:relative}.filters-sidebar{position:static;width:100%}}@media (max-width:767px){.bulk-sell-page{padding:1.5rem 1rem}.page-header{margin-bottom:1.5rem}.page-header h1{font-size:1.5rem}.category-content-wrapper{gap:1.5rem;position:relative}.mobile-filter-toggle{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;box-shadow:0 4px 12px #2563eb4d;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:1rem;padding:1rem;transition:all .3s ease;width:100%}.mobile-filter-toggle:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.mobile-filter-toggle i{font-size:1rem}.filters-sidebar{align-items:flex-start;background:#00000080;bottom:0;display:none;justify-content:center;left:0;overflow-y:auto;padding:2rem 1rem;position:fixed;right:0;top:0;z-index:1000}.filters-sidebar.mobile-open{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex}.filters-sidebar.mobile-open .filters-sidebar-content{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:400px;overflow-y:auto;padding:1.5rem;position:relative;width:100%}.mobile-filter-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:1.1rem;height:36px;justify-content:center;transition:all .3s ease;width:36px}.mobile-filter-close:hover{background:#e2e8f0;color:#1e293b}.filters-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.filters-header h2{margin:0}.listings-header{align-items:flex-start;flex-direction:column}.sort-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.sort-select{width:100%}}.locations-page{font-family:Inter,sans-serif;margin:0 auto;max-width:1600px;min-height:80vh;padding:3rem 1.5rem}.page-header{margin-bottom:0;padding:0 1rem;text-align:center}.page-header h1{color:#1e293b;display:inline-block;font-size:3rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;margin-bottom:1rem;padding-bottom:1.5rem;position:relative}.page-header h1:after{background:linear-gradient(90deg,#2563eb,#1d4ed8);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.section-subtitle{color:#64748b;font-size:1.25rem;font-weight:500;letter-spacing:-.01em;margin-top:1.5rem}.locations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin:0 auto;max-width:1600px;padding:0;width:100%}@media (min-width:1400px){.locations-grid{gap:2.5rem;grid-template-columns:repeat(5,1fr)}}@media (min-width:1100px) and (max-width:1399px){.locations-grid{gap:2rem;grid-template-columns:repeat(4,1fr)}}@media (min-width:768px) and (max-width:1099px){.locations-grid{gap:1.75rem;grid-template-columns:repeat(3,1fr)}}@media (min-width:576px) and (max-width:767px){.locations-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}.location-card{align-items:center;aspect-ratio:1;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:2px solid #ffffff26;border-radius:20px;box-shadow:0 10px 30px #2563eb4d,0 4px 12px #2563eb33;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:220px;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.location-card:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .4s ease;width:200%}.location-card:after{background:linear-gradient(90deg,#0000,#ffffff26,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%;z-index:1}.location-card h3{color:#fff;font-family:Inter,sans-serif;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem;position:relative;text-shadow:0 2px 4px #0000001a;z-index:2}.location-stats{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff3;border:1px solid #fff3;border-radius:25px;box-shadow:0 2px 8px #0000001a;display:flex;gap:.75rem;justify-content:center;padding:.75rem 1.5rem;position:relative;transition:all .4s ease;z-index:2}.location-stats i{color:#fff;font-size:1rem;transition:all .4s ease}.listing-count{color:#fff;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:-.01em}.loading{color:#7f8c8d;font-size:1.2rem;padding:3rem;text-align:center}@media (max-width:767px){.locations-page{padding:2rem 1rem}.page-header{margin-bottom:2.5rem}.page-header h1{font-size:2rem;padding-bottom:1rem}.page-header h1:after{height:3px;width:60px}.section-subtitle{font-size:1.1rem;margin-top:1rem}.locations-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.location-card{border-radius:16px;min-height:200px;padding:2.25rem 1.5rem}.location-card h3{font-size:1.5rem;margin-bottom:1rem}.location-stats{padding:.625rem 1.25rem}.location-stats i{font-size:.95rem}.listing-count{font-size:1rem}}@media (max-width:480px){.locations-page{padding:1.5rem .75rem}.page-header{margin-bottom:2rem;padding:0 .5rem}.page-header h1{font-size:1.75rem;padding-bottom:.875rem}.section-subtitle{font-size:1rem}.locations-grid{gap:1rem;grid-template-columns:1fr}.location-card{border-radius:16px;min-height:180px;padding:2rem 1.5rem}.location-card h3{font-size:1.4rem;margin-bottom:.875rem}.location-stats{padding:.5rem 1rem}.location-stats i{font-size:.9rem}.listing-count{font-size:.95rem}}.help-page{font-family:Inter,sans-serif;min-height:calc(100vh - 200px);padding:2rem 0}.help-container{margin:0 auto;max-width:900px;padding:0 2rem}.help-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:3rem}.help-section{margin-bottom:3rem}.help-section:last-child{margin-bottom:0}.help-section h2{border-bottom:3px solid #2563eb;color:#1e293b;font-family:Inter,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.faq-item{background:#f8fafc;border-left:4px solid #2563eb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.faq-item h3{color:#1e293b;font-size:1.3rem;font-weight:600;margin-bottom:.75rem}.faq-item h3,.faq-item p{font-family:Inter,sans-serif}.faq-item p{color:#475569;font-size:1rem;line-height:1.7}.faq-item strong{color:#1e293b;font-weight:600}.faq-item a{color:#2563eb;font-weight:500;text-decoration:none}.faq-item a:hover{text-decoration:underline}.contact-methods{list-style:none;margin:1.5rem 0;padding:0}.contact-methods li{color:#475569;font-family:Inter,sans-serif;font-size:1rem;padding:.75rem 0}.contact-methods a{color:#2563eb;font-weight:500;text-decoration:none}.contact-methods a:hover{text-decoration:underline}.quick-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.quick-links a{background:#2563eb;border-radius:6px;color:#fff;display:inline-block;font-family:Inter,sans-serif;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s}.quick-links a:hover{background:#1d4ed8;box-shadow:0 4px 8px #2563eb4d;transform:translateY(-2px)}@media (max-width:768px){.page-hero{padding:3rem 1.5rem}.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem}.help-container{padding:0 1rem}.help-content{padding:2rem 1.5rem}.help-section h2{font-size:1.5rem}.faq-item{padding:1rem}.faq-item h3{font-size:1.1rem}.quick-links{flex-direction:column}.quick-links a{text-align:center;width:100%}}.policy-page{font-family:Inter,sans-serif;min-height:calc(100vh - 200px);padding:2rem 0}.page-hero{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;margin-bottom:3rem;padding:4rem 2rem;text-align:center}.page-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-hero h1,.page-hero p{font-family:Inter,sans-serif}.page-hero p{font-size:1.2rem;opacity:.9}.policy-container{margin:0 auto;max-width:900px;padding:0 2rem}.policy-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:3rem}.policy-section{margin-bottom:3rem}.policy-section:last-child{margin-bottom:0}.policy-section h2{border-bottom:3px solid #2563eb;color:#1e293b;font-family:Inter,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.policy-section p{color:#475569;font-family:Inter,sans-serif;font-size:1rem;line-height:1.8;margin-bottom:1rem}.policy-item{background:#f8fafc;border-left:4px solid #2563eb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.policy-item h3{color:#1e293b;font-family:Inter,sans-serif;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.policy-item ol,.policy-item ul{color:#475569;font-family:Inter,sans-serif;line-height:1.8;margin:1rem 0;padding-left:2rem}.policy-item li{margin-bottom:.5rem}.policy-section ol,.policy-section ul{color:#475569;font-family:Inter,sans-serif;line-height:1.8;margin:1rem 0;padding-left:2rem}.policy-section li{margin-bottom:.5rem}.policy-section strong{color:#1e293b;font-weight:600}.policy-section a{color:#2563eb;font-weight:500;text-decoration:none}.policy-section a:hover{text-decoration:underline}.contact-info{list-style:none;margin:1.5rem 0;padding:0}.contact-info li{color:#475569;font-family:Inter,sans-serif;font-size:1rem;padding:.75rem 0}.contact-info a{color:#2563eb;font-weight:500;text-decoration:none}.contact-info a:hover{text-decoration:underline}.last-updated{border-top:1px solid #e2e8f0;color:#64748b;font-style:italic;margin-top:2rem;padding-top:2rem;text-align:center}@media (max-width:768px){.page-hero{padding:3rem 1.5rem}.page-hero h1{font-size:2rem}.page-hero p{font-size:1rem}.policy-container{padding:0 1rem}.policy-content{padding:2rem 1.5rem}.policy-section h2{font-size:1.5rem}.policy-item{padding:1rem}.policy-item h3{font-size:1.1rem}}.App{display:flex;flex-direction:column;font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden;width:100%}.main-content{flex:1 1;padding-bottom:70px;padding-top:70px}@media (min-width:768px){.main-content{padding-bottom:0;padding-top:80px}}@media (max-width:767px){.footer{padding-bottom:100px}}
/*# sourceMappingURL=main.c5026b3a.css.map*/