.CategoryPage_categoryPage__RzFoC{display:flex;flex-direction:column;align-items:center;padding:20px;color:#fff;min-height:100vh}.CategoryPage_categoryTitle__KMI6N{font-size:2rem;font-weight:700;margin-bottom:20px;text-transform:uppercase;text-align:center;color:#64ffda}.CategoryPage_subcategoryContainer__LEGAy{width:100%;max-width:1200px;display:flex;gap:10px;overflow-x:auto;padding:10px 0;margin-bottom:20px}.CategoryPage_subcategoryContainer__LEGAy button{background:#112240;color:#fff;border:1px solid #64ffda;padding:10px 15px;font-size:1rem;border-radius:6px;cursor:pointer;transition:background .3s ease;white-space:nowrap}.CategoryPage_subcategoryContainer__LEGAy .CategoryPage_active___2eY6,.CategoryPage_subcategoryContainer__LEGAy button:hover{background:#64ffda;color:#112240;font-weight:700}.CategoryPage_categoryLayout__0Ub7v{display:flex;flex-direction:column;width:100%;max-width:1200px;align-items:center}.CategoryPage_blogsContainer___DZ3G{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;justify-items:center}.CategoryPage_noBlogs__ZY9Yb{font-size:1.2rem;text-align:center;color:#8892b0}@media (max-width:768px){.CategoryPage_categoryTitle__KMI6N{font-size:1.8rem}.CategoryPage_subcategoryContainer__LEGAy{flex-wrap:nowrap;overflow-x:scroll;justify-content:flex-start}.CategoryPage_blogsContainer___DZ3G{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:480px){.CategoryPage_categoryTitle__KMI6N{font-size:1.5rem}.CategoryPage_blogsContainer___DZ3G{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.CategoryPage_loadingIndicator__uvkYp{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100px}.CategoryPage_spinner__7xQpe{border:4px solid hsla(0,0%,100%,.3);border-top-color:#64ffda;border-radius:50%;width:30px;height:30px;animation:CategoryPage_spin__S9Wqg 1s linear infinite}@keyframes CategoryPage_spin__S9Wqg{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Breadcrumb_breadcrumb__R7G_U{padding:10px 20px;font-size:14px}.Breadcrumb_breadcrumb__R7G_U ul{display:flex;list-style:none;padding:0;margin:0}.Breadcrumb_breadcrumb__R7G_U li{display:flex;align-items:center}.Breadcrumb_breadcrumb__R7G_U li:not(:last-child):after{content:">";margin:0 8px;color:#cec3c3}.Breadcrumb_breadcrumb__R7G_U a{text-decoration:none;color:#fff;transition:color .3s;font-weight:700}.Breadcrumb_breadcrumb__R7G_U a:hover{color:#2ca5ee}.Breadcrumb_breadcrumb__R7G_U .Breadcrumb_active__28AWx{color:#cac3c3}