.CategoriesPage_categoriesHeading__TJi_5{display:flex;align-items:center;gap:2rem}.CategoriesPage_categoriesHeading__TJi_5 h1{color:#d9d9d9;margin:0}.CategoriesPage_categoriesContainer___ggH2{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px;margin-top:1.5rem}.CategoriesPage_noResults__0ZUoh{color:#d9d9d9;font-size:16px;text-align:center;padding:2rem;grid-column:1/-1}.CategoriesPage_errorMessage__9Wx7j{color:#ff6b6b;background:rgba(255,107,107,.1);border:1px solid rgba(255,107,107,.2);border-radius:10px;padding:1rem;margin:1rem 0;text-align:center}.CategoriesPage_loadingSkeleton__bcWCp{height:200px;background-color:#202325;border-radius:10px;animation:CategoriesPage_pulse__wOaJp 1.5s ease-in-out infinite}@keyframes CategoriesPage_pulse__wOaJp{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media screen and (max-width:460px){.CategoriesPage_categoriesHeading__TJi_5{align-items:flex-start;gap:15px;flex-direction:column}}.category_card img{width:100%;aspect-ratio:16/10;height:auto}.category_card{display:flex;border-radius:40px;overflow:hidden;justify-content:center;align-items:center;position:relative;color:white;border:3px solid #202325;transition:all .3s ease-in-out;aspect-ratio:16/9.5}.category_card:hover{border:3px solid #ff5722}.category_card:hover h3{display:none}.category_card:hover:before{background-color:rgba(0,0,0,0)}.category_card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4);transition:all .2s ease-in-out}.category_card h3{position:absolute;z-index:1;font-size:2.5rem}.Search_searchContainer__kWDX2{display:flex;gap:20px;margin:20px 0;padding:20px;background:linear-gradient(135deg,#202325,#252a2d);border-radius:15px;border:1px solid rgba(255,255,255,.1);align-items:center;flex-wrap:wrap}.Search_searchGroup__92IYy{display:flex;align-items:center;gap:10px;flex:1 1}.Search_searchLabel__P5ptM{color:#d9d9d9;font-size:14px;font-weight:500;white-space:nowrap}.Search_searchInputWrapper__AKnS_{position:relative;display:flex;align-items:center;flex:1 1;min-width:200px}.Search_searchInput__R1IjI{all:unset;width:100%;background-color:#202325;color:#d9d9d9;border-radius:10px;padding:12px 40px 12px 16px;font-size:14px;border:1px solid rgba(255,255,255,.1);transition:all .2s ease-in-out;min-height:20px}.Search_searchInput__R1IjI:hover{background-color:#35383a;border-color:rgba(255,255,255,.2)}.Search_searchInput__R1IjI:focus{background-color:#35383a;border-color:#ff6b6b;box-shadow:0 0 0 2px rgba(255,107,107,.1)}.Search_searchInput__R1IjI::placeholder{color:#888}.Search_searchIcon__mJjKH{position:absolute;right:16px;color:#888;pointer-events:none;display:flex;align-items:center}.Search_clearButton__j9oQi{all:unset;position:absolute;right:16px;color:#888;cursor:pointer;display:flex;align-items:center;padding:2px;border-radius:4px;transition:color .2s ease-in-out}.Search_clearButton__j9oQi:hover{color:#ff6b6b}.Search_loadingSpinner__u6tDM{position:absolute;right:16px;display:flex;align-items:center}.Search_spinner__wp6qj{width:18px;height:18px;border:2px solid rgba(255,255,255,.1);border-top-color:#ff6b6b;border-radius:50%;animation:Search_spin__BpngE 1s linear infinite}@keyframes Search_spin__BpngE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:768px){.Search_searchContainer__kWDX2{flex-direction:column;align-items:stretch;gap:15px}.Search_searchGroup__92IYy{flex-direction:column;align-items:flex-start;gap:8px}.Search_searchInputWrapper__AKnS_{min-width:unset;width:100%}}.NotFound_container__N28Bu{padding:20px;text-align:center;color:#d9d9d9;min-height:100vh}.NotFound_errorCard__4LV2O{background-color:#202325;padding:30px 50px;border-radius:20px;margin:0 auto 20px;max-width:600px;animation:NotFound_fadeIn__RKLEW 1s ease-in-out}.NotFound_title__b2BMq{color:#d9d9d9;font-size:28px;margin-bottom:20px}.NotFound_description__CcrOv{font-size:16px;line-height:1.6;margin-bottom:15px}.NotFound_subtitle__5tPpK{font-size:14px;color:#a9a9a9;margin-bottom:30px}.NotFound_buttonContainer__IPlWi{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.NotFound_primaryButton__PDyHX{background-color:#ff6b35;color:white;padding:10px 20px;border-radius:5px;text-decoration:none;font-size:14px;transition:background-color .3s ease}.NotFound_primaryButton__PDyHX:hover{background-color:#e55a2e}.NotFound_secondaryButton__WNmT8{background-color:#4a4a4a;color:white;padding:10px 20px;border-radius:5px;text-decoration:none;font-size:14px;transition:background-color .3s ease}.NotFound_secondaryButton__WNmT8:hover{background-color:#5a5a5a}.NotFound_suggestedSection__iyf4g{margin-top:40px}.NotFound_suggestedTitle__fQy4g{color:#d9d9d9;font-size:28px;margin-bottom:20px}.NotFound_categoriesContainer__f5_Cl{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px;margin-top:20px}.NotFound_loadingSkeleton__6BQ_l{background-color:#202325;border-radius:10px;height:200px;animation:NotFound_pulse__3CnKB 1.5s ease-in-out infinite}.NotFound_errorMessage__Fx5P8{color:#ff6b35;margin:20px 0;font-size:14px}@keyframes NotFound_fadeIn__RKLEW{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes NotFound_pulse__3CnKB{0%{opacity:1}50%{opacity:.5}to{opacity:1}}