.avatarBox{position:relative;width:100%;aspect-ratio:1/1}.avatarBox img{border-radius:12px 12px 0 0;overflow:hidden}.avatar{position:relative!important;object-fit:cover}.avatarOverlay{position:absolute;bottom:0;left:0;width:100%;height:70%;background:linear-gradient(180deg,rgba(12,12,12,0),#0C0C0C);backdrop-filter:blur(20px);mask-image:linear-gradient(180deg,rgba(0,0,0,0),#000000)}.userCardName{font-size:32px;margin-bottom:6px;font-weight:700;line-height:86%;margin-bottom:0!important}.userCardInfo{display:flex;gap:12px;flex-direction:column;align-items:center;justify-content:center}.ucFollowers{font-size:14px;pointer-events:cursor}.ucFollowers:hover{color:white;cursor:pointer}.ucFollowersCount{font-weight:700;color:white}.linkSocial{display:flex;padding:6px 12px;align-items:center;justify-content:center;background-color:var(--grey-bg);border-radius:100px;border:1px solid var(--light-grey);font-size:13px;color:white;gap:6px;transition:all .2s ease}.linkSocial:hover{background-color:var(--light-grey)}.userCardContent{margin-top:-120px!important;position:relative!important;z-index:10!important;flex-direction:column;display:flex;gap:24px}.statsBox{padding:12px;gap:12px}.matchButton,.statsBox{background-color:var(--grey-bg);border-radius:8px;display:flex;flex-direction:column}.matchButton{font-size:14px;gap:6px;padding:12px 8px;transition:all .2s ease;cursor:pointer;width:100%}.focusMatch,.matchButton:hover{background-color:var(--light-grey)}.focusMatch{outline:1px solid var(--white-text)}.matchCount{font-weight:600;font-size:32px;line-height:100%}.matchBox{display:flex;gap:8px}