.page-container.category{display:flex;flex-direction:column;gap:1.2rem}.page-container.category .category-name{font-size:1.6rem;font-weight:700;line-height:2rem;text-align:left;text-transform:uppercase}.page-container.category .category-info{background-color:#3e3f41;border-radius:1.2rem;padding:1.2rem}.page-container.category .category-info .category-info-name{font-size:1.6rem;font-weight:700;line-height:2rem;text-transform:capitalize}.page-container.category .category-info .category-desc{font-size:1.2rem;font-weight:400;line-height:1.8rem;padding:.6rem 0}.page-container.category .category-info .game-info-item{display:flex;margin-bottom:.6rem}.page-container.category .category-info .game-info-item .label{font-size:1.2rem;font-weight:400;line-height:1.5rem;text-align:left;min-width:11.5rem;color:var(--grey-200)}.page-container.category .category-info .game-info-item .game-desc{font-size:1.2rem;font-weight:400;line-height:1.5rem;text-align:left;color:var(--foreground)}.page-container.category .category-info .game-info-item .game-desc span{color:var(--grey-200);padding-left:.6rem}.page-container-desktop.category_desktop{padding:56px 0;display:flex;flex-direction:column;gap:40px}.page-container-desktop.category_desktop .category-name-desktop{font-family:Source Sans\ 3,sans-serif;font-size:2.4rem;font-weight:600;line-height:3.2rem;color:#162455;margin-bottom:2rem;text-transform:capitalize}.page-container-desktop.category_desktop .category-main-content{display:flex;margin-right:96px;width:calc(100% - 192px);gap:32px}.page-container-desktop.category_desktop .category-game-section{flex-shrink:0;width:490px}.page-container-desktop.category_desktop .category-info-section{flex:1 1;display:flex;flex-direction:column;gap:12px}.page-container-desktop.category_desktop .category-info-header{display:flex;flex-direction:column;gap:5px}.page-container-desktop.category_desktop .category-info-name-desktop{font-size:24px;font-weight:600;line-height:32px;color:var(--text-primary)}.page-container-desktop.category_desktop .category-desc-desktop{font-size:16px;font-weight:400;line-height:24px;color:var(--text-secondary);margin-top:4px}.page-container-desktop.category_desktop .category-stats-container{display:flex;gap:16px}.page-container-desktop.category_desktop .category-stat-card{flex:1 1;background-color:var(--bg-fill-brand-primary-lightest);border-radius:8px;padding:12px 8px;text-align:center;display:flex;flex-direction:column;gap:4px}.page-container-desktop.category_desktop .stat-number{font-size:20px;font-weight:600;line-height:28px;color:var(--text-brand-primary-dark)}.page-container-desktop.category_desktop .stat-label{font-size:14px;font-weight:600;line-height:20px;color:var(--text-secondary);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}