.categories-page .page-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.categories-page .page-header .header-left{display:flex;align-items:center;gap:.5rem}.categories-page .page-header .header-left .back-btn{width:2.25rem;height:2.25rem;padding:.5rem;background:var(--background-secondary);border-radius:.25rem;color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .3s ease}.categories-page .page-header .header-left .back-btn:hover{background:rgba(252,252,252,.1647058824)}.categories-page .page-header .header-left h4{font-size:1.5rem;font-weight:500;color:#fff;margin:0}@media screen and (max-width:767.98px){.categories-page .page-header .header-left h4{font-size:1.25rem}}.categories-page .categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem}@media screen and (min-width:480px){.categories-page .categories-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:768px){.categories-page .categories-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}@media screen and (min-width:1024px){.categories-page .categories-grid{grid-template-columns:repeat(5,1fr);gap:1.25rem}}@media screen and (min-width:1280px){.categories-page .categories-grid{grid-template-columns:repeat(5,1fr)}}.categories-page .category-card{display:block;text-decoration:none;border-radius:.75rem;overflow:hidden;background-color:var(--background-secondary);transition:all .25s ease;cursor:pointer}.categories-page .category-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.4);background-color:#252527}.categories-page .category-card:hover .category-name{color:var(--primary-purple,#9747ff)}.categories-page .category-card.skeleton-card{pointer-events:none}.categories-page .category-card .category-card-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 1rem;min-height:130px}@media screen and (max-width:767.98px){.categories-page .category-card .category-card-inner{padding:1.25rem .75rem;min-height:110px;gap:.5rem}}.categories-page .category-card .category-icon-wrap{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.categories-page .category-card .category-icon-wrap .category-icon-img{width:100%;height:100%;object-fit:contain}@media screen and (max-width:767.98px){.categories-page .category-card .category-icon-wrap{width:36px;height:36px}}.categories-page .category-card .category-icon-placeholder{width:48px;height:48px;border-radius:.5rem;background:hsla(0,0%,100%,.08)}@media screen and (max-width:767.98px){.categories-page .category-card .category-icon-placeholder{width:36px;height:36px}}.categories-page .category-card .category-name-placeholder{width:60%;height:14px;border-radius:.25rem;background:hsla(0,0%,100%,.08)}.categories-page .category-card .category-info{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center}.categories-page .category-card .category-info .category-name{font-size:.9rem;font-weight:500;color:#fff;transition:color .2s ease;text-transform:capitalize}@media screen and (max-width:767.98px){.categories-page .category-card .category-info .category-name{font-size:.8rem}}.categories-page .category-card .category-info .category-count{font-size:.72rem;color:hsla(0,0%,100%,.45);font-weight:400}