.ProductCard-module__t53O_a__card{border-radius:var(--radius-lg);border:1px solid var(--border);background:#fff;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.ProductCard-module__t53O_a__card:hover{border-color:#06b6d44d;transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.ProductCard-module__t53O_a__imageWrapper{aspect-ratio:16/9;background:#f8fafc;width:100%;position:relative}.ProductCard-module__t53O_a__image{object-fit:contain;padding:1rem}.ProductCard-module__t53O_a__placeholder{color:#94a3b8;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);justify-content:center;align-items:center;width:100%;height:100%;font-weight:600;display:flex}.ProductCard-module__t53O_a__content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.ProductCard-module__t53O_a__title{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductCard-module__t53O_a__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.ProductCard-module__t53O_a__categoryTag{color:#2563eb;border-radius:var(--radius-full);background:#3b82f61a;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.ProductCard-module__t53O_a__programTag{color:#64748b;border-radius:var(--radius-full);background:#f1f5f9;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.ProductCard-module__t53O_a__description{color:var(--foreground-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.ProductCard-module__t53O_a__footer{border-top:1px solid var(--border);flex-direction:column;gap:1rem;padding-top:1.25rem;display:flex}.ProductCard-module__t53O_a__companyInfo{color:#64748b;align-items:center;gap:.5rem;display:flex}.ProductCard-module__t53O_a__icon{width:16px;height:16px}.ProductCard-module__t53O_a__companyName{text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.ProductCard-module__t53O_a__viewLink{text-align:center;color:var(--foreground);padding:.5rem;font-size:.9rem;font-weight:600;transition:color .2s}.ProductCard-module__t53O_a__viewLink:hover{color:var(--primary)}
.page-module__RxySDa__pageWrapper{min-height:100vh;padding-top:var(--header-height);background-color:#fcfcfc}.page-module__RxySDa__header{background:#fff;padding:4rem 0 2rem}.page-module__RxySDa__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.page-module__RxySDa__subtitle{color:var(--foreground-muted);max-width:600px;font-size:1.125rem;line-height:1.6}.page-module__RxySDa__filtersSection{padding:3rem 0 5rem}.page-module__RxySDa__searchBar{gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__RxySDa__searchInputWrapper{flex-grow:1;position:relative}.page-module__RxySDa__searchIcon{color:#94a3b8;width:20px;height:20px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.page-module__RxySDa__searchInput{border-radius:var(--radius-md);border:1px solid var(--border);background:#fff;width:100%;padding:.875rem 1rem .875rem 3rem;font-size:1rem;transition:all .2s}.page-module__RxySDa__searchInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #06b6d41a}.page-module__RxySDa__categorySelect{border-radius:var(--radius-md);border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:#fff;min-width:200px;padding:.875rem 2.5rem .875rem 1.25rem;font-size:1rem;font-weight:500}.page-module__RxySDa__resultsCount{color:#64748b;margin-bottom:2rem;font-size:.875rem;font-weight:600}.page-module__RxySDa__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.page-module__RxySDa__loadingState{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:5rem 0;display:flex}.page-module__RxySDa__spinner{border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite page-module__RxySDa__spin}@keyframes page-module__RxySDa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__RxySDa__noResults{text-align:center;padding:5rem 0}.page-module__RxySDa__noResults h3{margin-bottom:.5rem;font-size:1.5rem}.page-module__RxySDa__noResults p{color:var(--foreground-muted);margin-bottom:2rem}.page-module__RxySDa__resetBtn{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:.75rem 2rem;font-weight:600}@media (max-width:1024px){.page-module__RxySDa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__RxySDa__title{font-size:2rem}.page-module__RxySDa__searchBar{flex-direction:column}.page-module__RxySDa__categorySelect{width:100%}.page-module__RxySDa__grid{grid-template-columns:1fr}}.page-module__RxySDa__pagination{justify-content:center;align-items:center;gap:2rem;margin-top:4rem;display:flex}.page-module__RxySDa__pageNumbers{gap:.5rem;display:flex}.page-module__RxySDa__pageBtn{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--foreground);cursor:pointer;background:#fff;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.page-module__RxySDa__pageBtn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.page-module__RxySDa__pageBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__RxySDa__numberBtn{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;background:#fff;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;transition:all .2s;display:flex}.page-module__RxySDa__numberBtn:hover{border-color:var(--primary)}.page-module__RxySDa__ellipsis{color:#94a3b8;align-items:flex-end;padding-bottom:.5rem;font-weight:700;display:flex}.page-module__RxySDa__activePage{background:var(--gradient-primary);color:#fff;border:none;box-shadow:0 4px 12px #06b6d433}@media (max-width:768px){.page-module__RxySDa__pagination{flex-direction:column;gap:1.5rem}}
