.products_container__9WNmN{max-width:1200px;margin:0 auto;padding:2rem}.products_header__YlfsC{text-align:center;margin-bottom:3rem}.products_title__xfiEi{font-size:2.5rem;font-weight:700;color:var(--sc-black);margin-bottom:1rem}.products_subtitle__NLjnD{font-size:1.2rem;color:var(--sc-gray);line-height:1.6}.products_filters__qFf8V{background:white;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:2rem}.products_searchBar___Spxm{margin-bottom:1.5rem}.products_searchInput__Zbl0V{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1.1rem;transition:border-color .3s ease}.products_searchInput__Zbl0V:focus{outline:none;border-color:var(--sc-blue)}.products_filterRow__3cd7I{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.products_filterSelect__g4she{padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;background:white;cursor:pointer}.products_filterSelect__g4she:focus{outline:none;border-color:var(--sc-blue)}.products_loading__d4kE2{text-align:center;padding:4rem 2rem;color:var(--sc-gray);display:flex;flex-direction:column;align-items:center;gap:1rem}.products_loadingSpinner__6k_3O{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#1e90ff;border-radius:50%;animation:products_spin__H0Raq 1s linear infinite}@keyframes products_spin__H0Raq{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.products_empty__g7mkS{text-align:center;padding:4rem 2rem;color:var(--sc-gray)}.products_emptyIcon__D5jCk{font-size:4rem;margin-bottom:1rem}.products_empty__g7mkS h3{font-size:1.5rem;margin-bottom:1rem;color:var(--sc-black)}.products_submitLink__sQtHm{display:inline-block;background:linear-gradient(135deg,var(--sc-blue),var(--sc-purple));color:white;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;margin-top:1rem;transition:all .3s ease}.products_submitLink__sQtHm:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(30,144,255,.3)}.products_productsGrid__8yw7e{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.products_productCard__FDiPJ{background:white;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .3s ease;position:relative;text-decoration:none;color:inherit;display:block;cursor:pointer}.products_productCard__FDiPJ:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.products_productCard__FDiPJ.products_featured__N6edH{border:2px solid var(--sc-gold);background:linear-gradient(135deg,#fef3c7,#fde68a)}.products_featuredBadge__iZZrN{position:absolute;top:-8px;right:1rem;background:var(--sc-gold);color:white;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:600}.products_productHeader__xbm94{display:flex;gap:1rem;margin-bottom:1rem}.products_productLogo__Nri1g{width:60px;height:60px;border-radius:.75rem;overflow:hidden;flex-shrink:0;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.products_productLogo__Nri1g img{width:100%;height:100%;object-fit:cover}.products_defaultLogo__W07OD{font-size:1.5rem;font-weight:700;color:var(--sc-blue)}.products_productInfo__9BUA1{flex:1 1;min-width:0}.products_productTitle__WnbWO{font-size:1.2rem;font-weight:700;color:var(--sc-black);margin-bottom:.5rem;line-height:1.3}.products_productDescription__mQtjY{color:var(--sc-gray);line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products_productMeta__Gr6IW{display:flex;gap:1rem;font-size:.9rem}.products_category___650d{background:var(--sc-blue);color:white;padding:.25rem .5rem;border-radius:.25rem;font-weight:600}.products_date__RKDrZ{color:var(--sc-gray)}.products_productMedia__4VM7I{margin:1rem 0}.products_mediaGrid__0I_3a{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:.5rem;gap:.5rem;max-height:200px;overflow:hidden;margin-bottom:.5rem}.products_mediaItem__EGeb9{width:100%;height:120px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb;transition:transform .2s ease}.products_mediaItem__EGeb9:hover{transform:scale(1.02)}.products_mediaCount__qp9fC{font-size:.8rem;color:var(--sc-gray);text-align:center;font-style:italic;opacity:.8}.products_productImages__naRof{margin:1rem 0}.products_imageGrid__h_Hot{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:.5rem;gap:.5rem;max-height:200px;overflow:hidden}.products_productImage__CLW3L{width:100%;height:120px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb;transition:transform .2s ease}.products_productImage__CLW3L:hover{transform:scale(1.02)}.products_productActions__ZDaQR{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.products_voteSection__qmJS5{display:flex;flex-direction:column;align-items:center;gap:.25rem}.products_voteButton__I1ZqU{background:#f8fafc;border:2px solid #e5e7eb;border-radius:.75rem;padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--sc-black);min-width:80px;justify-content:center}.products_voteButton__I1ZqU:hover{background:var(--sc-blue);color:white;border-color:var(--sc-blue);transform:translateY(-1px);box-shadow:0 4px 8px rgba(30,144,255,.2)}.products_voteButton__I1ZqU:active{transform:translateY(0);box-shadow:0 2px 4px rgba(30,144,255,.2)}.products_voteButton__I1ZqU svg{width:16px;height:16px;transition:transform .2s ease}.products_voteButton__I1ZqU:hover svg{transform:scale(1.1)}.products_voteLabel__Gtqsa{font-size:.8rem;color:var(--sc-gray)}.products_actionButtons__vldko{display:flex;gap:.5rem}.products_detailsButton__n0MwM,.products_visitButton__kxcKw{padding:.5rem 1rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease}.products_visitButton__kxcKw{background:var(--sc-blue);color:white;border:2px solid var(--sc-blue)}.products_visitButton__kxcKw:hover{background:var(--sc-blue-dark);border-color:var(--sc-blue-dark)}.products_detailsButton__n0MwM{background:white;color:var(--sc-blue);border:2px solid var(--sc-blue)}.products_detailsButton__n0MwM:hover{background:var(--sc-blue);color:white}.products_productFooter__QhEb1{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--sc-gray)}.products_creator__6fZuN{display:flex;align-items:center;gap:.5rem}.products_creator__6fZuN img{width:24px;height:24px;border-radius:50%}.products_creatorLink__h9nBZ{color:var(--sc-blue);text-decoration:none;font-weight:500;transition:color .2s ease}.products_creatorLink__h9nBZ:hover{color:var(--sc-blue-dark);text-decoration:underline}.products_stats__kbAWj{display:flex;gap:1rem}.products_cta__w46sQ{text-align:center;background:linear-gradient(135deg,var(--sc-blue),var(--sc-purple));color:white;padding:3rem 2rem;border-radius:1rem}.products_cta__w46sQ h3{font-size:1.8rem;margin-bottom:1rem}.products_cta__w46sQ p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.products_ctaButton__6SnID{background:white;color:var(--sc-blue);padding:1rem 2rem;border-radius:.75rem;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}.products_ctaButton__6SnID:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}@media (max-width:768px){.products_container__9WNmN{padding:1rem}.products_filterRow__3cd7I,.products_productsGrid__8yw7e{grid-template-columns:1fr}.products_productHeader__xbm94{flex-direction:column;text-align:center}.products_productActions__ZDaQR{flex-direction:column;gap:1rem}.products_actionButtons__vldko{width:100%;justify-content:center}}