.market-header{background:#fff;padding:15px 0;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000}.market-nav{display:flex;align-items:center;gap:20px}.search-wrapper{flex-grow:1;max-width:600px;display:flex;align-items:center;background:#f9fafb;border:1px solid #d1d5db;border-radius:50px;padding:4px 6px;transition:all .2s ease}.search-wrapper:focus-within{background:#fff;border-color:#059669;box-shadow:0 0 0 4px #0596691a}.search-wrapper input{border:none;background:transparent;padding:8px 15px;width:100%;outline:none;font-size:.95rem;color:#111827}#searchBtn{background:#059669;color:#fff;border:none;padding:8px 10px;border-radius:50px;cursor:pointer;font-weight:600}#searchBtn:hover{background:#047857}.market-layout{display:grid;grid-template-columns:250px 1fr;gap:30px;padding-top:30px}.sell-btn{background:#059669;color:#fff!important;text-decoration:none;padding:10px 18px;border-radius:8px;font-weight:600;font-size:.9rem;white-space:nowrap;transition:all .2s;border:1px solid transparent}.sell-btn:hover{background:#065f46;transform:translateY(-1px);box-shadow:0 4px 12px #05966933}.back-link{background:#059669;color:#fff!important;text-decoration:none;padding:10px 18px;border-radius:8px;font-weight:600;font-size:.9rem;white-space:nowrap;transition:all .2s;border:1px solid transparent}.back-link:hover{background:#065f46;transform:translateY(-1px);box-shadow:0 4px 12px #05966933}.ad-space{margin-top:40px;padding:24px;background:linear-gradient(135deg,#065f46,#059669);color:#fff;border-radius:16px;text-align:center;box-shadow:0 10px 15px -3px #05966933;position:sticky;top:90px}.ad-space p{font-size:.9rem;margin-bottom:15px;color:#ecfdf5;line-height:1.5;font-weight:500}.ad-space a{display:inline-block;width:100%;background:#fff;color:#059669;text-decoration:none;padding:10px;border-radius:8px;font-weight:700;font-size:.85rem;transition:transform .2s}.ad-space a:hover{transform:scale(1.03);background:#f9fafb}.category-list{list-style:none;padding:0}.cat-item{padding:12px 15px;border-radius:8px;cursor:pointer;transition:.2s;color:#4b5563}.cat-item:hover,.cat-item.active{background:#ecfdf5;color:#059669;font-weight:600}.product-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;overflow:hidden;transition:transform .2s;cursor:pointer}.product-card:hover{transform:translateY(-5px);border-color:#10b981}.product-card img{width:100%;height:200px;object-fit:cover}.product-info{padding:15px}.product-info h3{font-size:1rem;margin:0;color:#111827}.price-tag{color:#059669;font-weight:700;font-size:1.1rem;margin-top:8px}#sellerProducts{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:15px;margin-top:20px}.seller-product-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s}.seller-product-card:hover{transform:scale(1.03);border-color:#059669}.seller-product-card img{width:100%;height:100px;object-fit:cover}.seller-product-info{padding:8px}.seller-product-info h4{font-size:.85rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111827}.seller-product-info p{font-size:.8rem;color:#059669;font-weight:700;margin-top:4px}.no-others{color:#6b7280;font-style:italic;font-size:.9rem}@media(max-width:850px){.market-layout{grid-template-columns:1fr}.sidebar{display:none}}.cart-button{position:fixed;right:20px;bottom:20px;background:var(--primary);color:#fff;border:none;border-radius:999px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #05966933;cursor:pointer;z-index:1200}.cart-count{position:absolute;right:-6px;top:-6px;background:#ff3b30;color:#fff;font-size:.75rem;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700}.cart-modal{display:none;position:fixed;inset:0;background:#0006;z-index:1201;align-items:center;justify-content:center;padding:20px}.cart-modal.show{display:flex}.cart-panel{background:#fff;width:100%;max-width:520px;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #02061733}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eef2f7}.cart-items{max-height:320px;overflow:auto;padding:12px 16px}.cart-item{display:flex;gap:12px;align-items:center;padding:8px 0;border-bottom:1px dashed #f1f5f9}.cart-item img{width:56px;height:56px;object-fit:cover;border-radius:8px}.cart-footer{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #eef2f7}.cart-actions{display:flex;gap:8px}.close-cart{background:none;border:none;font-size:1rem;cursor:pointer}.dashboard-footer{background-color:#f8fafc;border-top:1px solid #e2e8f0;padding:2rem 1rem;text-align:center;color:#475569;font-family:Inter,sans-serif}.footer-contact{margin-bottom:1.5rem;display:flex;justify-content:center;gap:20px}.footer-contact a{text-decoration:none;font-size:1.5rem;color:#16a34a;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;background:#fff;border-radius:50%;box-shadow:0 4px 6px -1px #0000001a}.footer-contact a:hover{color:#fff;background-color:#16a34a;transform:translateY(-3px);box-shadow:0 10px 15px -3px #16a34a4d}.dashboard-footer p{font-size:.9rem;margin:0;letter-spacing:.025em;font-weight:500}.dashboard-footer p bull{margin:0 8px;color:#cbd5e1}@media(max-width:768px){.contact-icons{justify-content:center}}@media(max-width:480px){.product-grid{grid-template-columns:1fr 1fr;gap:10px}}
