.categories-module__sG-sIa__categoriesPage{background:#f8fafc;min-height:100vh}.categories-module__sG-sIa__categoriesHeader{text-align:center;background-color:#0000;background-image:linear-gradient(135deg,#006d81,#007184),url(https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:4rem 1rem 3rem;position:relative;overflow:hidden}.categories-module__sG-sIa__categoriesHeader:before{content:"";z-index:1;background:linear-gradient(135deg,#006d81e6 0%,#007184e6 100%);position:absolute;inset:0}.categories-module__sG-sIa__headerContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.categories-module__sG-sIa__pageTitle{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.categories-module__sG-sIa__pageSubtitle{color:#fffffff2;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.categories-module__sG-sIa__searchSection{z-index:2;max-width:600px;margin:0 auto;position:relative}.categories-module__sG-sIa__searchContainer{background:#fff;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000001a}.categories-module__sG-sIa__searchInput{color:#374151;background:0 0;border:none;outline:none;width:100%;padding:1rem 3rem 1rem 1.5rem;font-size:1rem}.categories-module__sG-sIa__searchInput::placeholder{color:#9ca3af}.categories-module__sG-sIa__searchIcon{color:#6b7280;font-size:1.25rem;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.categories-module__sG-sIa__categoriesContainer{max-width:1200px;margin:0 auto;padding:3rem 1rem}.categories-module__sG-sIa__categoriesGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.categories-module__sG-sIa__categoryCard{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;align-items:center;padding:2rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.categories-module__sG-sIa__categoryCard:hover{border-color:#006d81;transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.categories-module__sG-sIa__categoryCard:before{content:"";background:linear-gradient(90deg,#006d81,#007184);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.categories-module__sG-sIa__categoryCard:hover:before{transform:scaleX(1)}.categories-module__sG-sIa__categoryIcon{background:#f0f9ff;border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex;position:relative}.categories-module__sG-sIa__iconImage{object-fit:contain;width:48px;height:48px}.categories-module__sG-sIa__fallbackIcon{font-size:2.5rem;display:none}.categories-module__sG-sIa__categoryInfo{flex:1}.categories-module__sG-sIa__categoryName{color:#111827;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.categories-module__sG-sIa__categoryDescription{color:#6b7280;font-size:.875rem;line-height:1.5}.categories-module__sG-sIa__categoryArrow{color:#006d81;margin-top:1rem;font-size:1.5rem;font-weight:700;transition:transform .3s}.categories-module__sG-sIa__categoryCard:hover .categories-module__sG-sIa__categoryArrow{transform:translate(4px)}.categories-module__sG-sIa__noResults{text-align:center;grid-column:1/-1;padding:4rem 2rem}.categories-module__sG-sIa__noResultsIcon{opacity:.5;margin-bottom:1rem;font-size:4rem}.categories-module__sG-sIa__noResultsTitle{color:#111827;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.categories-module__sG-sIa__noResultsMessage{color:#6b7280;font-size:1rem}.categories-module__sG-sIa__popularSection{max-width:1200px;margin:0 auto 4rem;padding:0 1rem}.categories-module__sG-sIa__sectionTitle{color:#111827;text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.categories-module__sG-sIa__popularGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.categories-module__sG-sIa__popularCard{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000d}.categories-module__sG-sIa__popularCard:hover{border-color:#006d81;transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.categories-module__sG-sIa__popularIcon{background:#f0f9ff;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;display:flex}.categories-module__sG-sIa__popularIconImage{object-fit:contain;width:32px;height:32px}.categories-module__sG-sIa__popularName{color:#374151;font-size:.875rem;font-weight:600}@media (max-width:768px){.categories-module__sG-sIa__categoriesHeader{padding:3rem 1rem 2rem}.categories-module__sG-sIa__pageTitle{font-size:2rem}.categories-module__sG-sIa__pageSubtitle{font-size:1rem}.categories-module__sG-sIa__categoriesGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.categories-module__sG-sIa__categoryCard{padding:1.5rem}.categories-module__sG-sIa__categoryIcon{width:60px;height:60px}.categories-module__sG-sIa__iconImage{width:36px;height:36px}.categories-module__sG-sIa__fallbackIcon{font-size:2rem}.categories-module__sG-sIa__categoryName{font-size:1.125rem}.categories-module__sG-sIa__popularGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (max-width:480px){.categories-module__sG-sIa__categoriesGrid{grid-template-columns:1fr}.categories-module__sG-sIa__popularGrid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:3840px) and (min-height:2160px){.listingsGrid{grid-template-columns:repeat(5,1fr);gap:2.5rem;max-width:3600px;margin:0 auto}.container{padding:3rem 5rem}.pageTitle{font-size:3.5rem}.mainContent{gap:3rem}}@media (min-width:2560px) and (max-width:3839px) and (min-height:1440px){.listingsGrid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:2400px;margin:0 auto}.container{padding:2.5rem 4rem}.pageTitle{font-size:3rem}}@media (min-width:1920px) and (max-width:2559px) and (min-height:1080px){.listingsGrid{grid-template-columns:repeat(4,1fr);gap:2rem}.container{padding:2rem 3rem}.mainContent{grid-template-columns:1fr 340px;gap:2.5rem}}@media (min-width:1600px) and (max-width:1919px) and (min-height:900px){.listingsGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem}.container{padding:2rem 2.5rem}}@media (min-width:1536px) and (max-width:1599px) and (min-height:864px){.listingsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.container{padding:1.75rem 2rem}}@media (min-width:1440px) and (max-width:1535px) and (min-height:900px){.listingsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.container{padding:1.75rem 2rem}.mainContent{grid-template-columns:1fr 300px}}@media (min-width:1366px) and (max-width:1439px) and (min-height:768px){.listingsGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.container{padding:1.5rem 2rem}.filtersSection{padding:1rem}.searchBar{font-size:.9rem}}@media (min-width:1360px) and (max-width:1365px) and (min-height:768px){.listingsGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.container{padding:1.5rem 2rem}}@media (min-width:1280px) and (max-width:1359px) and (min-height:720px){.listingsGrid{grid-template-columns:repeat(3,1fr);gap:1rem}.container{padding:1.5rem 1.75rem}.pageTitle{font-size:2rem}.sidebar{display:none}.mainContent{grid-template-columns:1fr}}@media (min-width:1280px) and (max-width:1280px) and (min-height:800px) and (max-height:800px){.listingsGrid{grid-template-columns:repeat(3,1fr);gap:1rem}.container{padding:1.25rem 1.5rem}.sidebar{display:none}}@media (min-width:1024px) and (max-width:1279px) and (min-height:768px) and (max-height:768px){.listingsGrid{grid-template-columns:repeat(3,1fr);gap:1rem}.container{padding:1.25rem 1.5rem}.sidebar{display:none}.filtersSection{padding:1rem}}@media (min-width:819px) and (max-width:821px){.listingsGrid{grid-template-columns:repeat(3,1fr)!important;gap:1rem!important;width:100%!important;max-width:none!important}.container{width:100%!important;padding:1rem!important}.mainContent{width:100%!important}.sidebar{display:none!important}}@media (min-width:800px) and (max-width:850px) and (min-height:1000px){.listingsGrid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;width:100%!important;max-width:none!important}.container{width:100%!important;padding:1rem!important}.mainContent{width:100%!important}.sidebar{display:none!important}}@media (min-width:810px) and (max-width:810px) and (min-height:1080px) and (max-height:1080px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.container{padding:1rem}.sidebar{display:none}}@media (min-width:853px) and (max-width:853px) and (min-height:1280px) and (max-height:1280px){.listingsGrid{grid-template-columns:repeat(4,1fr);gap:1rem}.container{padding:1rem}.sidebar{display:none}}@media (min-width:800px) and (max-width:800px) and (min-height:1280px) and (max-height:1280px){.listingsGrid{grid-template-columns:repeat(4,1fr);gap:1rem}.container{padding:1rem}.sidebar{display:none}}@media (min-width:768px) and (max-width:768px) and (min-height:1024px) and (max-height:1024px){.listingsGrid{grid-template-columns:repeat(4,1fr);gap:1rem}.container{padding:1rem}.sidebar{display:none}.filtersSection{padding:1rem}}@media (min-width:601px) and (max-width:601px) and (min-height:962px) and (max-height:962px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:.875rem}.container{padding:.875rem}.sidebar{display:none}}@media (min-width:1440px) and (max-width:1440px) and (min-height:3200px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.container{padding:1rem}.sidebar{display:none}.pageTitle{font-size:2rem}}@media (min-width:1320px) and (max-width:1320px) and (min-height:2868px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.container{padding:1rem}.sidebar{display:none}}@media (min-width:1284px) and (max-width:1284px) and (min-height:2778px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.container{padding:1rem}.sidebar{display:none}}@media (min-width:1206px) and (max-width:1206px) and (min-height:2622px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.container{padding:1rem}.sidebar{display:none}}@media (min-width:1080px) and (max-width:1080px) and (min-height:2424px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.container{padding:1rem}.sidebar{display:none}}@media (min-width:1080px) and (max-width:1080px) and (min-height:2400px) and (max-height:2400px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.container{padding:1rem}.sidebar{display:none}}@media (min-width:828px) and (max-width:828px) and (min-height:1792px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:.875rem}.container{padding:.875rem}.sidebar{display:none}.pageTitle{font-size:1.75rem}}@media (min-width:414px) and (max-width:414px) and (min-height:896px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.container{padding:.75rem}.sidebar{display:none}.pageTitle{font-size:1.5rem}.filtersSection{padding:.75rem}}@media (min-width:412px) and (max-width:412px) and (min-height:915px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.container{padding:.75rem}.sidebar{display:none}.pageTitle{font-size:1.5rem}}@media (min-width:393px) and (max-width:393px) and (min-height:873px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.container{padding:.75rem}.sidebar{display:none}.pageTitle{font-size:1.5rem}}@media (min-width:390px) and (max-width:390px) and (min-height:844px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.container{padding:.75rem}.sidebar{display:none}.pageTitle{font-size:1.5rem}}@media (min-width:375px) and (max-width:375px) and (min-height:812px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.container{padding:.75rem}.sidebar{display:none}.pageTitle{font-size:1.5rem}}@media (min-width:360px) and (max-width:360px) and (min-height:800px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:.625rem}.container{padding:.625rem}.sidebar{display:none}.pageTitle{font-size:1.5rem}.filtersSection{padding:.75rem}.filterInput,.filterSelect{padding:.625rem;font-size:.875rem}}@media (min-width:360px) and (max-width:360px) and (min-height:780px) and (max-height:780px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:.625rem}.container{padding:.625rem}.sidebar{display:none}.pageTitle{font-size:1.5rem}}@media (min-width:360px) and (max-width:360px) and (min-height:640px) and (max-height:640px){.listingsGrid{grid-template-columns:repeat(2,1fr);gap:.5rem}.container{padding:.5rem}.sidebar{display:none}.pageTitle{font-size:1.25rem}.filtersSection{padding:.625rem}}@media (min-width:320px) and (max-width:320px) and (min-height:480px){.listingsGrid{grid-template-columns:1fr;gap:.5rem}.container{padding:.5rem}.sidebar{display:none}.pageTitle{font-size:1.25rem}.pageSubtitle{font-size:.8rem}.filtersSection{padding:.625rem}.filterInput,.filterSelect{padding:.5rem;font-size:.8rem}.listingsHeader{flex-direction:column;gap:.5rem}.sortDropdown{width:100%}}@media (min-width:320px){.container,.filtersSection,.sidebarCard,.emptyState,.loadingContainer{background:#fff!important}}@media (max-width:1023px){.sidebar{display:none!important}.mainContent{grid-template-columns:1fr!important}}@media (min-width:768px) and (max-width:1023px){.listingsGrid{grid-template-columns:repeat(2,1fr)!important}}@media (min-width:360px) and (max-width:767px){.listingsGrid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:359px){.listingsGrid{grid-template-columns:1fr!important}}
